wxbox/wxbox-tiler/Cargo.toml

27 lines
597 B
TOML
Raw Normal View History

2024-10-19 01:34:08 +00:00
[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"
2024-10-19 04:06:56 +00:00
tokio = "1"
wxbox-pal = { version = "0.1", path = "../wxbox-pal" }
png = "0.17"
mime = "0.3.17"
2025-01-02 00:53:23 +00:00
wxbox-grib2 = { version = "0.1", path = "../wxbox-grib2" }
tracing = "0.1"
tracing-subscriber = "0.3"
2025-01-02 03:05:07 +00:00
toml = "0.8"
serde = { version = "1", features = ["derive"] }
2024-10-24 01:56:57 +00:00
[dev-dependencies]
approx = "0.5"
insta = "1.40"