[package] name = "python3-sys" version = "0.1.0" description = "FFI Declarations for Python 3" readme = "README.md" keywords = [ "python", "cpython", "libpython3", ] homepage = "https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys" repository = "https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys" license = "Python-2.0" authors = ["Daniel Grunwald "] build = "build.rs" exclude = [ ".gitignore", ".travis.yml", ] [dependencies] libc = "*" [build-dependencies] pkg-config = "0.3" [features] default = ["WITH_THREAD"] Py_TRACE_REFS = [] WITH_THREAD = [] "python3_3" = [] "python3_4" = ["python3_3"]