[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"