pyo3 0.11.0

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

[badges.travis-ci]
branch = "master"
repository = "PyO3/pyo3"
[dependencies.ctor]
optional = true
version = "0.1"

[dependencies.indoc]
optional = true
version = "0.3.4"

[dependencies.inventory]
optional = true
version = "0.1.4"

[dependencies.libc]
version = "0.2.62"

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

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

[dependencies.parking_lot]
version = "0.10.2"

[dependencies.paste]
optional = true
version = "0.1.6"

[dependencies.pyo3cls]
optional = true
version = "=0.11.0"

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

[dev-dependencies.rustversion]
version = "1.0"

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

[features]
default = ["macros"]
extension-module = []
macros = ["ctor", "indoc", "inventory", "paste", "pyo3cls", "unindent"]
nightly = []
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.11.0"