55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
# 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 = "2021"
|
|
rust-version = "1.83"
|
|
name = "pyo3-build-config"
|
|
version = "0.29.2"
|
|
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Build configuration for the PyO3 ecosystem"
|
|
homepage = "https://github.com/pyo3/pyo3"
|
|
readme = false
|
|
keywords = [
|
|
"pyo3",
|
|
"python",
|
|
"cpython",
|
|
"ffi",
|
|
]
|
|
categories = [
|
|
"api-bindings",
|
|
"development-tools::ffi",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/pyo3/pyo3"
|
|
|
|
[features]
|
|
default = []
|
|
extension-module = []
|
|
generate-import-lib = []
|
|
resolve-config = []
|
|
|
|
[lib]
|
|
name = "pyo3_build_config"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.target-lexicon]
|
|
version = "0.13.3"
|
|
|
|
[build-dependencies.target-lexicon]
|
|
version = "0.13.3"
|