# 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.56" name = "httprs" version = "0.2.4" authors = ["10fish "] build = false include = [ "src/**/*", "static/**/*", "Cargo.toml", "COPYRIGHT", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast simple command line http server tool" documentation = "https://docs.rs/httprs" readme = "README.md" keywords = [ "http", "server", "static", ] license-file = "LICENSE" repository = "https://github.com/10fish/httprs" [lib] name = "httprs" path = "src/lib.rs" [[bin]] name = "httprs" path = "src/bin/serve.rs" [dependencies.bytes] version = "^1.8" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "^4" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "^2" [dependencies.futures-util] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "^1.7" [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "^1.36" features = ["full"] [dependencies.tokio-rustls] version = "0.26" [dependencies.tokio-util] version = "0.7" features = ["rt"] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.urlencoding] version = "2" [dependencies.walkdir] version = "2" [badges.maintenance] status = "experimental"