# 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 = "basic-http-server" version = "0.8.1" authors = ["Brian Anderson "] description = "A simple static HTTP file server, for learning and local development" homepage = "https://github.com/brson/basic-http-server" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/brson/basic-http-server" [dependencies.bytes] version = "0.4.12" [dependencies.clap] version = "2.33.0" [dependencies.comrak] version = "0.6.2" [dependencies.derive_more] version = "0.15.0" [dependencies.env_logger] version = "0.6.2" [dependencies.futures-preview] version = "0.3.0-alpha.19" [dependencies.handlebars] version = "1.1.0" [dependencies.http] version = "0.1.19" [dependencies.hyper] version = "0.13.0-alpha.4" features = ["unstable-stream"] [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.14" [dependencies.mime_guess] version = "2.0.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.structopt] version = "0.2.18" [dependencies.tokio] version = "0.2.0-alpha.6" [dependencies.tokio-fs] version = "0.2.0-alpha.6"