pyo3-build-config 0.14.1

Build configuration for the PyO3 ecosystem
Documentation
[dependencies.once_cell]
version = "1"

[features]
abi3 = []
abi3-py36 = ["abi3-py37"]
abi3-py37 = ["abi3-py38"]
abi3-py38 = ["abi3-py39"]
abi3-py39 = ["abi3"]
default = []

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