python313-sys 3.13.15

Raw Rust bindings for CPython 3.13.15 C API
# 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 = "2024"
name = "python313-sys"
version = "3.13.15"
authors = ["Konstantin Gorshkov"]
build = "build.rs"
links = "python313"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Rust bindings for CPython 3.13.15 C API"
readme = "README.md"
keywords = [
    "python",
    "cpython",
    "ffi",
    "bindings",
]
categories = ["external-ffi-bindings"]
license = "MIT"

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

[dependencies]

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.pyconfig]
version = "0.1"