# 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-http-server" version = "0.1.15" authors = ["Mahdi Sharifi "] description = "A simple and zero-configuration command-line http server for static file hosting" readme = "README.md" keywords = [ "static", "webserver", ] categories = [ "web-programming::http-server", "multimedia", ] license = "MIT" repository = "https://github.com/devraymondsh/static-file-http-server" [profile.release] opt-level = "z" lto = true incremental = false [dependencies.axum] version = "0.6.6" features = [ "tokio", "http1", ] default-features = false [dependencies.clap] version = "4.1.4" features = [ "std", "suggestions", "help", "usage", "color", "derive", ] default-features = false [dependencies.new_mime_guess] version = "4.0.1" default-features = false [dependencies.once_cell] version = "1.17.1" features = ["std"] default-features = false [dependencies.open] version = "3.2.0" default-features = false [dependencies.reqwest] version = "0.11.14" default-features = false [dependencies.static-file-http-server-macros] version = "^0.1.12" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "macros", "fs", ] default-features = false