pyforge-ffi 0.3.0

CPython 3.11+ C-API bindings for the PyForge ecosystem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "pyforge-build-config"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4771252740e76a0e8e9091814414d6bffb8c6f0548382778dcdc12c3439f01de"
dependencies = [
 "target-lexicon",
]

[[package]]
name = "pyforge-ffi"
version = "0.3.0"
dependencies = [
 "libc",
 "paste",
 "pyforge-build-config",
]

[[package]]
name = "target-lexicon"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"