[package]
name = "python27-sys"
version = "0.7.0"
description = "FFI Declarations for Python 2.7"
readme = "README.md"
keywords = [
"python",
"cpython",
"libpython27",
]
homepage = "https://github.com/dgrunwald/rust-cpython/tree/master/python27-sys"
repository = "https://github.com/dgrunwald/rust-cpython/tree/master/python27-sys"
categories = ["external-ffi-bindings"]
license = "Python-2.0"
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
links = "python27"
build = "build.rs"
exclude = [
"/.gitignore",
"/.travis.yml",
]
workspace = ".."
edition = "2018"
[dependencies]
libc = "0.2"
[build-dependencies]
regex = "1"
[features]
default = ["python-2-7"]
python-2-7 = []
extension-module = [ ]