wxbox/wxbox-tiler/Cargo.toml

24 lines
513 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"
eccodes = { version = "0.12", features = ["message_ndarray"] }
2024-10-24 01:56:57 +00:00
ndarray = "0.16"
[dev-dependencies]
approx = "0.5"
insta = "1.40"