pyo3-build-config 0.22.5

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.14"

[dependencies.once_cell]
version = "1"

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

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

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

[lib]
name = "pyo3_build_config"
path = "src/lib.rs"

[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi"]
description = "Build configuration for the PyO3 ecosystem"
edition = "2021"
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
license = "MIT OR Apache-2.0"
name = "pyo3-build-config"
readme = false
repository = "https://github.com/pyo3/pyo3"
version = "0.22.5"

[package.metadata.docs.rs]
features = ["resolve-config"]