pyforge-build-config 0.3.0

Build configuration for the PyForge ecosystem — CPython 3.11+ only
Documentation
# 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 = "pyforge-build-config"
version = "0.3.0"
authors = ["Abdulwahed Mansour"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build configuration for the PyForge ecosystem — CPython 3.11+ only"
homepage = "https://github.com/abdulwahed-sweden/pyforge"
readme = false
keywords = [
    "pyforge",
    "python",
    "cpython",
    "build",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/abdulwahed-sweden/pyforge"

[package.metadata.docs.rs]
features = ["resolve-config"]

[features]
abi3 = []
abi3-py311 = ["abi3-py312"]
abi3-py312 = ["abi3-py313"]
abi3-py313 = ["abi3-py314"]
abi3-py314 = ["abi3"]
default = []
resolve-config = []

[lib]
name = "pyforge_build_config"
path = "src/lib.rs"

[dependencies.target-lexicon]
version = "0.13.3"

[build-dependencies.target-lexicon]
version = "0.13.3"