pyforge-ffi 0.3.0

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

[package.metadata.cpython]
min-version = "3.11"
max-version = "3.15"

[features]
abi3 = ["pyforge-build-config/abi3"]
abi3-py311 = [
    "abi3-py312",
    "pyforge-build-config/abi3-py311",
]
abi3-py312 = [
    "abi3-py313",
    "pyforge-build-config/abi3-py312",
]
abi3-py313 = [
    "abi3-py314",
    "pyforge-build-config/abi3-py313",
]
abi3-py314 = [
    "abi3",
    "pyforge-build-config/abi3-py314",
]
default = []

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

[dependencies.libc]
version = "0.2.62"

[dev-dependencies.paste]
version = "1"

[build-dependencies.pyforge-build-config]
version = "=0.3.0"
features = ["resolve-config"]

[lints.clippy]
checked_conversions = "warn"
dbg_macro = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
filter_map_next = "warn"
flat_map_option = "warn"
let_unit_value = "warn"
manual_assert = "warn"
manual_ok_or = "warn"
todo = "warn"
undocumented_unsafe_blocks = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
useless_transmute = "warn"

[lints.rust]
elided_lifetimes_in_paths = "warn"
invalid_doc_attributes = "warn"
rust_2021_prelude_collisions = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_lifetimes = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"