pyo3 0.13.0

Bindings to Python interpreter
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.ctor]
optional = true
version = "0.1"

[dependencies.hashbrown]
optional = true
version = "0.9"

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

[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.11.0"

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

[dependencies.pyo3-macros]
optional = true
version = "=0.13.0"

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

[dev-dependencies.proptest]
default-features = false
features = ["std"]
version = "0.10.1"

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

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

[features]
abi3 = []
abi3-py36 = ["abi3-py37"]
abi3-py37 = ["abi3-py38"]
abi3-py38 = ["abi3-py39"]
abi3-py39 = ["abi3"]
default = ["macros"]
extension-module = []
macros = ["ctor", "indoc", "inventory", "paste", "pyo3-macros", "unindent"]
nightly = []

[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", ".cargo/config"]
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.13.0"