[dependencies.once_cell]
version = "1"
[features]
abi3 = []
abi3-py310 = ["abi3"]
abi3-py37 = ["abi3-py38"]
abi3-py38 = ["abi3-py39"]
abi3-py39 = ["abi3-py310"]
default = []
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.16.2"
[package.metadata.docs.rs]
features = ["resolve-config"]