# 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 = "python3-sys" version = "0.7.2" authors = ["Daniel Grunwald "] build = "build.rs" links = "python3" exclude = [ "/.gitignore", "/.travis.yml", ] description = "FFI Declarations for Python 3" homepage = "https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys" readme = "README.md" keywords = [ "python", "cpython", "libpython3", ] categories = ["external-ffi-bindings"] license = "Python-2.0" repository = "https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys" [dependencies.libc] version = "0.2" [build-dependencies.regex] version = "1" [features] default = ["python-3"] extension-module = [] link-mode-default = [] link-mode-unresolved-static = [] pep-384 = [] python-3 = [] python-3-10 = [] python-3-11 = [] python-3-4 = [] python-3-5 = [] python-3-6 = [] python-3-7 = [] python-3-8 = [] python-3-9 = []