[package] name = "nyazoom" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = { version = "0.6.12", features = ["multipart", "http2"] } futures = "0.3.28" rand = { version = "0.8.5", features = ["small_rng"] } tokio = { version = "1.27.0", features = ["full"] } tokio-util = { version = "0.7.7", features = ["io"] } tower = { version = "0.4.13", features = ["util"] } tower-http = { version = "0.4.0", features = ["fs", "trace", "limit"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } urlencoding = "2.1.2" zip = "0.6.4"