# 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 = "2018" name = "zip-http-server" version = "0.2.2" authors = ["anatawa12"] include = ["README.md", "src/**", "LICENSE-*", "Cargo*"] description = "The http server exports contents in zip file." readme = "README.md" keywords = ["http", "zip"] categories = ["web-programming::http-server"] license = "Apache-2.0 OR MIT" [dependencies.atomic-take] version = "1" [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.futures-channel] version = "0.3.19" [dependencies.futures-util] version = "0.3.19" [dependencies.hyper] version = "0.14" features = ["http1", "server", "tcp"] [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2" [dependencies.simple_logger] version = "2" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros", "fs", "signal"] [dependencies.zip] version = "0.5" [target."cfg(unix)".dependencies.hyperlocal] version = "0.8"