2015-04-26 08:34:31 +00:00
|
|
|
[package]
|
|
|
|
name = "python27-sys"
|
|
|
|
version = "0.0.6"
|
|
|
|
description = "FFI Declarations for Python 2.7"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = [
|
|
|
|
"python",
|
|
|
|
"cpython",
|
|
|
|
"libpython27",
|
|
|
|
]
|
|
|
|
homepage = "https://github.com/dgrunwald/rust-python27-sys"
|
|
|
|
repository = "https://github.com/dgrunwald/rust-python27-sys.git"
|
|
|
|
license = "Python-2.0"
|
|
|
|
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
|
2015-05-17 12:14:47 +00:00
|
|
|
links = "python27"
|
2015-04-26 08:34:31 +00:00
|
|
|
build = "build.rs"
|
|
|
|
exclude = [
|
|
|
|
".gitignore",
|
|
|
|
".travis.yml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "*"
|
|
|
|
|
2015-05-12 23:07:56 +00:00
|
|
|
# [build-dependencies]
|
|
|
|
# pkg-config = "0.3"
|
2015-04-26 08:34:31 +00:00
|
|
|
|
2015-05-12 23:07:56 +00:00
|
|
|
# TODO: depends on trunk pkg-config for now because we
|
|
|
|
# require 14c4b9, can revert this when alex bumps the
|
|
|
|
# crate release
|
|
|
|
[build-dependencies.pkg-config]
|
|
|
|
git = "https://github.com/alexcrichton/pkg-config-rs.git"
|