wxbox/crates/interchange/Cargo.toml
core 32244daafe
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
mostly functional v2 rendering
2025-05-30 23:38:29 -04:00

19 lines
No EOL
422 B
TOML

[package]
name = "wxbox-interchange"
version = "0.1.0"
edition = "2024"
[dependencies]
prost = "0.13"
prost-types = "0.13"
wxbox-ar2 = { path = "../ar2", optional = true }
ordered-float = { version = "5", optional = true }
nexrad-decode = { path = "../nexrad-decode", optional = true }
[features]
default = []
ar2 = ["dep:wxbox-ar2", "dep:nexrad-decode", "dep:ordered-float" ]
[build-dependencies]
prost-build = "0.13"