# 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" name = "static-file-server" version = "0.0.3" authors = ["Ohad Dahan "] description = "A simple static file server" documentation = "https://docs.rs/crate/static-file-server" readme = "README.md" license = "MIT" repository = "https://github.com/ohaddahan/static-file-server" [lib] name = "static_file_server_lib" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "static-file-server" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.7.2" [dependencies.axum-extra] version = "0.9.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.termcolor] version = "1.4.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.5.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]