# 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-ffi" version = "0.19.2" authors = ["PyO3 Project and Contributors "] links = "python" description = "Python-API bindings for the PyO3 ecosystem" homepage = "https://github.com/pyo3/pyo3" readme = "README.md" keywords = [ "pyo3", "python", "cpython", "ffi", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "Apache-2.0" repository = "https://github.com/pyo3/pyo3" [dependencies.libc] version = "0.2.62" [build-dependencies.pyo3-build-config] version = "0.19.2" features = ["resolve-config"] [features] abi3 = ["pyo3-build-config/abi3"] abi3-py310 = [ "abi3-py311", "pyo3-build-config/abi3-py310", ] abi3-py311 = [ "abi3", "pyo3-build-config/abi3-py311", ] abi3-py37 = [ "abi3-py38", "pyo3-build-config/abi3-py37", ] abi3-py38 = [ "abi3-py39", "pyo3-build-config/abi3-py38", ] abi3-py39 = [ "abi3-py310", "pyo3-build-config/abi3-py39", ] default = [] extension-module = ["pyo3-build-config/extension-module"] generate-import-lib = ["pyo3-build-config/python3-dll-a"]