# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "static-filez" version = "0.1.0" authors = ["Pascal Hertleif "] description = "Build compressed archives for static files and serve them over HTTP" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/killercup/static-filez" [dependencies.clap-port-flag] version = "0.3.0" [dependencies.deflate] version = "0.7.19" features = ["gzip"] [dependencies.exitfailure] version = "0.5.1" [dependencies.fst] version = "0.3.2" [dependencies.futures] version = "0.1.25" [dependencies.hyper] version = "0.12.11" [dependencies.inflate] version = "0.4.3" [dependencies.memmap] version = "0.7" [dependencies.mime_guess] version = "1.8.6" [dependencies.quicli] version = "0.3.1" [dependencies.structopt] version = "0.2.12" [dependencies.tokio] version = "0.1.11" [dependencies.walkdir] version = "2.2.5" [dev-dependencies.proptest] version = "0.8"