2021-05-19 20:50:25 +00:00
|
|
|
[package]
|
|
|
|
name = "pyo3-build-config"
|
2021-07-04 15:49:36 +00:00
|
|
|
version = "0.14.1"
|
2021-05-19 20:50:25 +00:00
|
|
|
description = "Build configuration for the PyO3 ecosystem"
|
|
|
|
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
|
|
|
|
keywords = ["pyo3", "python", "cpython", "ffi"]
|
|
|
|
homepage = "https://github.com/pyo3/pyo3"
|
|
|
|
repository = "https://github.com/pyo3/pyo3"
|
|
|
|
categories = ["api-bindings", "development-tools::ffi"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-01 17:31:34 +00:00
|
|
|
once_cell = "1"
|
2021-05-19 20:50:25 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
abi3 = []
|
|
|
|
abi3-py36 = ["abi3-py37"]
|
|
|
|
abi3-py37 = ["abi3-py38"]
|
|
|
|
abi3-py38 = ["abi3-py39"]
|
|
|
|
abi3-py39 = ["abi3"]
|