tower-http-servezip/serve_zip/Cargo.toml

25 lines
507 B
TOML

[package]
name = "serve_zip"
version = "0.1.0"
edition = "2024"
[dependencies]
# Not sure this is the right approach. The _demo_ points to axum, but serve_dir uses http-body-util
axum = { version = "0.8.9", features = ["http1", "tokio"] }
futures-util = "0.3.32"
http = "1.4.0"
mime_guess = "2.0.5"
rc-zip = "5.4.1"
rc-zip-tokio = "4.3.1"
tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tower = { version = "0.5.3", features = ["util"] }