# 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 = "http-serve-folder" version = "0.2.0" authors = ["Paul Hansen "] exclude = [".github/*"] description = "A configurable HTTP server that hosts a folder. Suitable for local testing." readme = "README.md" keywords = [ "server", "host", "cli", "files", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/paul-hansen/http-serve-folder" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.warp] version = "0.3"