pyo3 0.5.1

Bindings to Python interpreter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "pyo3"
version = "0.5.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"
[dependencies.libc]
version = "0.2.43"

[dependencies.mashup]
version = "0.1.9"

[dependencies.num-complex]
version = "0.2.1"
optional = true

[dependencies.num-traits]
version = "0.2.6"

[dependencies.pyo3cls]
version = "=0.5.1"

[dependencies.spin]
version = "0.4.9"
[dev-dependencies.assert_approx_eq]
version = "1.0.0"

[dev-dependencies.docmatic]
version = "0.1.2"

[dev-dependencies.indoc]
version = "0.2.8"
[build-dependencies.regex]
version = "1.0.5"

[build-dependencies.version_check]
version = "0.1.5"

[features]
default = []
extension-module = []
python2 = []
python3 = []
[badges.appveyor]
repository = "fafhrd91/pyo3"

[badges.codecov]
branch = "master"
repository = "PyO3/pyo3"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "PyO3/pyo3"