# 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 = "webdir" version = "0.1.2" authors = ["OdinSrc"] description = "A simple HTTP web server to serve directory" readme = "README.md" keywords = [ "static", "directory", "python", "server", "http", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/OdinSrc/webdir.git" [dependencies.askama] version = "0.12.0" [dependencies.axum] version = "0.6.12" [dependencies.clap] version = "4.1.13" [dependencies.false] version = "0.0.0" [dependencies.tokio] version = "1.26.0" features = [ "io-std", "full", ] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = [ "fs", "trace", "full", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"