wxbox/crates/ar2/Cargo.toml
core 26a2212f70
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Has been cancelled
build and test / wxbox - latest (push) Has been cancelled
feat: optimizing wxbox-ar2
2025-06-03 23:11:20 -04:00

23 lines
461 B
TOML

[package]
name = "wxbox-ar2"
version = "0.1.0"
edition = "2024"
[dependencies]
nexrad-decode = { path = "../nexrad-decode" }
nexrad-data = { path = "../nexrad-data" }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
rayon = { version = "1" }
bzip2 = { version = "0.5" }
thiserror = "2"
bincode = "2"
tracing = "0.1"
tracing-subscriber = "0.3"
[dev-dependencies]
criterion = { version = "0.5" }
[[bench]]
name = "parse_benchmark"
harness = false