# 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] edition = "2018" name = "d" version = "0.0.1" authors = ["Liu Chong "] description = "D is a simple standalone httpd.\n" homepage = "https://github.com/liuchong/d" documentation = "https://docs.rs/d" keywords = ["cargo", "script", "cargo-script", "rustx", "shebang"] license = "MIT OR Apache-2.0" repository = "https://github.com/liuchong/d" [dependencies.clap] version = "2.32" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.futures-fs] version = "0.0.5" [dependencies.hyper] version = "0.12" [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "1.8" [dependencies.percent-encoding] version = "1.0" [dependencies.pretty_env_logger] version = "0.3"