[package]
name = "pyo3"
version = "0.3.1"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Bindings to Python interpreter"
homepage = "https://github.com/pyo3/pyo3"
documentation = "https://docs.rs/crate/pyo3/"
readme = "README.md"
keywords = ["pyo3", "python", "cpython", "ffi"]
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
repository = "https://github.com/pyo3/pyo3.git"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.pyo3cls]
version = "0.3.1"
[dependencies.spin]
version = "0.4.6"
[dev-dependencies.docmatic]
version = "^0.1.2"
[build-dependencies.regex]
version = "1.0"
[build-dependencies.version_check]
version = "0.1.3"
[features]
default = []
extension-module = []
python2 = []
python3 = []
[badges.appveyor]
repository = "PyO3/pyo3"
[badges.codecov]
branch = "master"
repository = "PyO3/pyo3"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "PyO3/pyo3"