[badges.appveyor]
repository = "dgrunwald/rust-cpython"
[badges.travis-ci]
repository = "dgrunwald/rust-cpython"
[dependencies.libc]
version = "0.2"
[dependencies.num-traits]
version = "0.2"
[dependencies.paste]
version = "1"
[dependencies.python27-sys]
optional = true
version = "0.7.0"
[dependencies.python3-sys]
optional = true
version = "0.7.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.serde_bytes]
version = "0.11"
[dev-dependencies.serde_cbor]
version = "0.11"
[features]
default = ["python3-sys"]
extension-module = ["python3-sys/extension-module"]
extension-module-2-7 = ["python27-sys/extension-module"]
nightly = []
no-auto-initialize = []
nonnull = []
py-link-mode-default = ["python3-sys/link-mode-default"]
py-link-mode-unresolved-static = ["python3-sys/link-mode-unresolved-static"]
py2-no-auto-unicode-promotion = []
python-3-10 = ["python3-sys/python-3-10"]
python-3-11 = ["python3-sys/python-3-11"]
python-3-4 = ["python3-sys/python-3-4"]
python-3-5 = ["python3-sys/python-3-5"]
python-3-6 = ["python3-sys/python-3-6"]
python-3-7 = ["python3-sys/python-3-7"]
python-3-8 = ["python3-sys/python-3-8"]
python-3-9 = ["python3-sys/python-3-9"]
serde-convert = ["serde"]
[package]
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi"]
description = "Bindings to Python"
documentation = "http://dgrunwald.github.io/rust-cpython/doc/cpython/"
edition = "2018"
exclude = ["/.gitignore", "/.travis.yml", "/appveyor.yml", "/.cargo/config", "/python27-sys/**", "/python3-sys/**", "/extensions/**", "/Makefile"]
homepage = "https://github.com/dgrunwald/rust-cpython"
keywords = ["python", "cpython", "libpython27"]
license = "MIT"
name = "cpython"
readme = "README.md"
repository = "https://github.com/dgrunwald/rust-cpython.git"
version = "0.7.2"