2026-01-18 14:56:37 +08:00
|
|
|
[package]
|
|
|
|
|
name = "BallanceTasSonnet"
|
2026-01-18 20:39:47 +08:00
|
|
|
version = "1.0.0"
|
2026-01-18 14:56:37 +08:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
[lib]
|
2026-01-19 10:14:53 +08:00
|
|
|
name = "_blctas"
|
2026-01-18 14:56:37 +08:00
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-19 16:14:52 +08:00
|
|
|
pyo3 = { version = "0.27.0", features = ["extension-module", "experimental-inspect"] }
|
|
|
|
|
pyo3-introspection = "0.27.0"
|
2026-01-18 14:56:37 +08:00
|
|
|
thiserror = "2.0.12"
|
|
|
|
|
byteorder = "1.5.0"
|
|
|
|
|
libz-sys = "1.1.23"
|