python27-sys 0.7.0

FFI Declarations for Python 2.7
Documentation
[build-dependencies.regex]
version = "1"

[dependencies.libc]
version = "0.2"

[features]
default = ["python-2-7"]
extension-module = []
python-2-7 = []

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