24 lines
513 B
TOML
24 lines
513 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 = "../wxbox-pal" }
|
|
png = "0.17"
|
|
mime = "0.3.17"
|
|
eccodes = { version = "0.12", features = ["message_ndarray"] }
|
|
ndarray = "0.16"
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5"
|
|
insta = "1.40" |