pyo3-pack 0.7.0-beta.2

Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pyo3-pack"
version = "0.7.0-beta.2"
authors = ["konstin <konstin@mailbox.org>"]
exclude = ["test-crates/**/*", "integration-test/**/*", "sysconfig/*", "test-data/*"]
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
readme = "Readme.md"
keywords = ["python", "cffi", "packaging", "pypi", "pyo3"]
categories = ["api-bindings", "development-tools::ffi", "command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pyo3/pyo3-pack"

[lib]
name = "pyo3_pack"

[[bin]]
name = "pyo3-pack"
[dependencies.base64]
version = "0.10.1"

[dependencies.cargo_metadata]
version = "0.8.0"

[dependencies.cbindgen]
version = "0.8.7"

[dependencies.digest]
version = "0.8.0"
features = ["std"]

[dependencies.failure]
version = "0.1.5"

[dependencies.flate2]
version = "1.0.9"

[dependencies.goblin]
version = "0.0.22"

[dependencies.human-panic]
version = "1.0.1"
optional = true

[dependencies.keyring]
version = "0.7.0"
optional = true

[dependencies.platforms]
version = "0.2.0"

[dependencies.pretty_env_logger]
version = "0.3.0"
optional = true

[dependencies.regex]
version = "1.1.7"

[dependencies.reqwest]
version = "0.9.15"
optional = true
default-features = false

[dependencies.rpassword]
version = "3.0.2"
optional = true

[dependencies.serde]
version = "1.0.92"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.39"

[dependencies.sha2]
version = "0.8.0"

[dependencies.shlex]
version = "0.1.1"

[dependencies.structopt]
version = "0.2.16"

[dependencies.tar]
version = "0.4.26"

[dependencies.target_info]
version = "0.1.0"

[dependencies.tempfile]
version = "3.0.8"

[dependencies.toml]
version = "0.5.1"

[dependencies.walkdir]
version = "2.2.8"

[dependencies.zip]
version = "0.5.2"
[dev-dependencies.indoc]
version = "0.3.3"

[features]
auditwheel = []
default = ["auditwheel", "log", "upload", "rustls"]
log = ["pretty_env_logger"]
password-storage = ["upload", "keyring"]
rustls = ["reqwest/rustls-tls"]
skip-nightly-tests = []
upload = ["reqwest", "rpassword"]
[badges.appveyor]
repository = "konstin/pyo3"

[badges.travis-ci]
repository = "PyO3/pyo3-pack"