-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
100 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["konstin <[email protected]>"] | ||
name = "pyo3-pack" | ||
version = "0.3.4" | ||
version = "0.3.5" | ||
description = "Build and publish crates with pyo3 bindings as python packages" | ||
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"] | ||
readme = "Readme.md" | ||
|
@@ -26,7 +26,7 @@ cargo_metadata = "0.6.0" | |
digest = { version = "0.7.5", features = ["std"] } | ||
failure = "0.1.2" | ||
keyring = { version = "0.6.0", optional = true } | ||
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "2698148743c9ab6dcf3ca664d235b458b2cfd426", optional = true } | ||
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "15857a11a43ee6782bb46b87043cb647c5f149c6", optional = true } | ||
rpassword = "2.0.0" | ||
serde_derive = "1.0.79" | ||
serde_json = "1.0.28" | ||
|
@@ -45,15 +45,17 @@ atty = "0.2.11" | |
tempfile = "3.0.4" | ||
goblin = { version = "0.0.17", optional = true } | ||
openssl = { version = "0.10.12", features = ["vendored"], optional = true } | ||
pretty_env_logger = { version = "0.2.4", optional = true } | ||
|
||
[dev-dependencies] | ||
indoc = "0.2.8" | ||
|
||
[features] | ||
default = ["auditwheel", "upload"] | ||
default = ["auditwheel", "upload", "log"] | ||
auditwheel = ["goblin"] | ||
upload = ["reqwest"] | ||
password-storage = ["upload", "keyring"] | ||
log = ["pretty_env_logger"] | ||
|
||
# This will make rewquest use a statically linked version of openssl | ||
musl = ["openssl"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["konstin <[email protected]>"] | ||
name = "get-fourtytwo" | ||
version = "2.0.0" | ||
version = "2.0.1" | ||
description = "This implements a dummy function (get_fortytwo.DummyClass.get_42()) in rust" | ||
readme = "Readme.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters