pyo3-build-config 0.18.2

Build configuration for the PyO3 ecosystem
Documentation
[build-dependencies.python3-dll-a]
optional = true
version = "0.2.6"

[build-dependencies.target-lexicon]
version = "0.12"
[dependencies.once_cell]
version = "1"

[dependencies.python3-dll-a]
optional = true
version = "0.2.6"

[dependencies.target-lexicon]
version = "0.12"

[features]
abi3 = []
abi3-py310 = ["abi3-py311"]
abi3-py311 = ["abi3"]
abi3-py37 = ["abi3-py38"]
abi3-py38 = ["abi3-py39"]
abi3-py39 = ["abi3-py310"]
default = []
extension-module = []
resolve-config = []

[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "Build configuration for the PyO3 ecosystem"
edition = "2018"
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
license = "Apache-2.0"
name = "pyo3-build-config"
repository = "https://github.com/pyo3/pyo3"
version = "0.18.2"
[package.metadata.docs.rs]
features = ["resolve-config"]