# 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 = "mash-http" version = "0.9.1" description = "A Minimal Asynchronous Static HTTP web server written in rust" readme = "README.md" keywords = [ "http", "static-webserver", "ftp", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/rseragon/mash" resolver = "2" [[bin]] name = "mash" path = "src/main.rs" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.mime_guess] version = "2.0.4" [dependencies.paris] version = "1.5" features = [ "timestamps", "macros", ] [dependencies.pathdiff] version = "0.2.1" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.urlencoding] version = "2.1.0"