wxbox/crates/tiler/Cargo.toml
core d7eaa28959
Some checks failed
build and test / wxbox - latest (push) Failing after 21m4s
Verify Latest Dependencies / Verify Latest Dependencies (push) Successful in 21m44s
refactoring
2025-03-06 22:04:41 -05:00

30 lines
No EOL
655 B
TOML

[package]
name = "wxbox-tiler"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
thiserror = "1"
ordered-float = "4"
tikv-jemallocator = "0.6"
reqwest = "0.12"
flate2 = "1"
tokio = "1"
wxbox-pal = { version = "0.1", path = "../pal" }
png = "0.17"
mime = "0.3.17"
wxbox-grib2 = { version = "0.1", path = "../grib2" }
tracing = "0.1"
tracing-subscriber = "0.3"
toml = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wxbox-common = { path = "../common" }
image = "0.25"
[dev-dependencies]
approx = "0.5"
insta = "1.40"