# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pyo3-build-config" version = "0.19.2" authors = ["PyO3 Project and Contributors "] description = "Build configuration for the PyO3 ecosystem" homepage = "https://github.com/pyo3/pyo3" keywords = [ "pyo3", "python", "cpython", "ffi", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "Apache-2.0" repository = "https://github.com/pyo3/pyo3" [package.metadata.docs.rs] features = ["resolve-config"] [dependencies.once_cell] version = "1" [dependencies.python3-dll-a] version = "0.2.6" optional = true [dependencies.target-lexicon] version = "0.12" [build-dependencies.python3-dll-a] version = "0.2.6" optional = true [build-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 = []