# 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 = "sfz" version = "0.7.1" authors = ["Weihang Lo "] exclude = ["HomebrewFormula"] description = "A simple static file serving command-line tool." homepage = "https://github.com/weihanglo/sfz" documentation = "https://github.com/weihanglo/sfz" readme = "README.md" keywords = [ "static", "file", "server", "http", "cli", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT/Apache-2.0" repository = "https://github.com/weihanglo/sfz" resolver = "2" [profile.dev] codegen-units = 2 incremental = true [profile.release] lto = true panic = "abort" [dependencies.async-compression] version = "0.3.7" features = [ "brotli", "deflate", "gzip", "tokio", ] [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = [ "std", "cargo", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.headers] version = "0.3" [dependencies.hyper] version = "0.14.20" features = [ "http1", "server", "tcp", "stream", ] [dependencies.ignore] version = "0.4" [dependencies.mime_guess] version = "2.0" [dependencies.percent-encoding] version = "2.1" [dependencies.qstring] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.tera] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.once_cell] version = "1" [dev-dependencies.tempfile] version = "3"