# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "srvr" version = "0.1.1" authors = ["Tim "] exclude = ["Dockerfile"] description = "Simple HTTP file server" homepage = "https://github.com/justim/srvr" documentation = "https://github.com/justim/srvr" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/justim/srvr" [dependencies.anyhow] version = "1.0.79" [dependencies.axum] version = "0.7.4" features = ["http2"] [dependencies.axum-extra] version = "0.9.2" features = [ "async-read-body", "typed-header", ] [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.clap_complete] version = "4.4.9" [dependencies.httpdate] version = "1.0.3" [dependencies.humantime] version = "2.1.0" [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.4" [dependencies.percent-encoding] version = "2.3.1" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tower-http] version = "0.5.1" features = [ "fs", "trace", "compression-full", "timeout", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]