pyo3 0.14.0

Bindings to Python interpreter
Documentation
[[bench]]
harness = false
name = "bench_call"

[[bench]]
harness = false
name = "bench_dict"

[[bench]]
harness = false
name = "bench_gil"

[[bench]]
harness = false
name = "bench_list"

[[bench]]
harness = false
name = "bench_pyclass"

[[bench]]
harness = false
name = "bench_pyobject"

[[bench]]
harness = false
name = "bench_set"

[[bench]]
harness = false
name = "bench_tuple"
[build-dependencies.pyo3-build-config]
version = "0.14.0"
[dependencies.cfg-if]
version = "1.0"

[dependencies.hashbrown]
optional = true
version = ">= 0.9, < 0.12"

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

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

[dependencies.libc]
version = "0.2.62"

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

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

[dependencies.parking_lot]
version = "0.11.0"

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

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

[dependencies.serde]
optional = true
version = "1.0"

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

[dev-dependencies.criterion]
version = "0.3"

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

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

[dev-dependencies.serde_json]
version = "1.0.61"

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

[features]
abi3 = ["pyo3-build-config/abi3"]
abi3-py36 = ["abi3-py37", "pyo3-build-config/abi3-py36"]
abi3-py37 = ["abi3-py38", "pyo3-build-config/abi3-py37"]
abi3-py38 = ["abi3-py39", "pyo3-build-config/abi3-py38"]
abi3-py39 = ["abi3", "pyo3-build-config/abi3-py39"]
auto-initialize = []
default = ["macros"]
extension-module = []
macros = ["pyo3-macros", "indoc", "paste", "unindent"]
multiple-pymethods = ["inventory"]
nightly = []

[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "Bindings to Python interpreter"
documentation = "https://docs.rs/crate/pyo3/"
edition = "2018"
exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/tox.ini"]
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.14.0"
[package.metadata.docs.rs]
features = ["macros", "num-bigint", "num-complex", "hashbrown", "serde", "multiple-pymethods"]
no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]