wxbox/crates/ar2/Cargo.toml
core ac4b794c14
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: wxbox-ar2 round two
2025-06-03 21:48:16 -04:00

24 lines
478 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"
rustc-hash = "2"
[dev-dependencies]
criterion = { version = "0.5" }
[[bench]]
name = "parse_benchmark"
harness = false