[[bin]]
name = "comprehensive_rollout_summary"
path = "src/bin/comprehensive_rollout_summary.rs"
[dependencies.hashbrown]
optional = true
version = "0.15"
[dependencies.heapless]
optional = true
version = "0.8"
[dependencies.libc]
optional = true
version = "0.2"
[dependencies.paste]
version = "1.0"
[dependencies.pyo3]
features = ["auto-initialize"]
optional = true
version = "0.25"
[[example]]
name = "generic_api_demo"
path = "examples/generic_api_demo.rs"
[[example]]
name = "generic_demo"
path = "examples/generic_demo.rs"
[[example]]
name = "std_vs_nostd"
path = "examples/std_vs_nostd.rs"
[features]
default = ["std"]
nostd = ["hashbrown", "heapless"]
std = ["pyo3", "libc"]
[lib]
name = "stdpython"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Python standard library runtime for the Rython compiler ecosystem"
edition = "2024"
license = "Apache-2.0"
name = "stdpython"
readme = "README.md"
version = "1.0.8"
[[test]]
name = "integration_comprehensive"
path = "tests/integration_comprehensive.rs"
[[test]]
name = "integration_manual"
path = "tests/integration_manual.rs"
[[test]]
name = "nostd_basic"
path = "tests/nostd_basic.rs"