# 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 = "mini_async_http" version = "0.1.0" authors = ["Lucas Matteo"] description = "Mini async http server based on mio" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/LMatteo/mini-async-http" [dependencies.httparse] version = "1.3.4" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.7" features = ["os-poll", "tcp", "os-util"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.reqwest] version = "0.10" features = ["blocking"]