# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cpython" version = "0.7.2" authors = ["Daniel Grunwald "] build = "build.rs" exclude = [ "/.gitignore", "/.travis.yml", "/appveyor.yml", "/.cargo/config", "/python27-sys/**", "/python3-sys/**", "/extensions/**", "/Makefile", ] description = "Bindings to Python" homepage = "https://github.com/dgrunwald/rust-cpython" documentation = "http://dgrunwald.github.io/rust-cpython/doc/cpython/" readme = "README.md" keywords = [ "python", "cpython", "libpython27", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/dgrunwald/rust-cpython.git" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1" [dependencies.python27-sys] version = "0.7.0" optional = true [dependencies.python3-sys] version = "0.7.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [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"] [badges.appveyor] repository = "dgrunwald/rust-cpython" [badges.travis-ci] repository = "dgrunwald/rust-cpython"