pyo3 0.9.1

Bindings to Python interpreter
Documentation
[badges.appveyor]
repository = "fafhrd91/pyo3"

[badges.travis-ci]
branch = "master"
repository = "PyO3/pyo3"
[build-dependencies.regex]
version = "1"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.version_check]
version = "0.9.1"
[dependencies.indoc]
version = "0.3.4"

[dependencies.inventory]
version = "0.1.4"

[dependencies.libc]
version = "0.2.62"

[dependencies.num-bigint]
optional = true
version = "0.2"

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

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

[dependencies.parking_lot]
features = ["nightly"]
version = "0.10"

[dependencies.paste]
version = "0.1.6"

[dependencies.pyo3cls]
version = "=0.9.1"

[dependencies.unindent]
version = "0.1.4"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.trybuild]
version = "1.0.23"

[features]
default = []
extension-module = []
python3 = []

[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi"]
description = "Bindings to Python interpreter"
documentation = "https://docs.rs/crate/pyo3/"
edition = "2018"
exclude = ["/.gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
license = "Apache-2.0"
name = "pyo3"
readme = "README.md"
repository = "https://github.com/pyo3/pyo3"
version = "0.9.1"