# 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 = "micro_http_async" version = "0.1.4" authors = ["Dimitri Bobkov "] exclude = ["/templates", "/static", ".*"] include = ["/src"] description = "A small, lightweight and hassle-free crate using async to serve web pages or web apis with high performance and extremely low overhead." documentation = "https://docs.rs/micro_http_async" readme = "README.md" keywords = ["async", "http", "performance", "small"] categories = ["asynchronous", "web-programming", "network-programming"] license = "MIT" repository = "https://github.com/dimitribobkov/micro-http-async" [dependencies.chunked_transfer] version = "1.4" [dependencies.futures] version = "0.3.19" [dependencies.regex] version = "1" [dependencies.rustls] version = "0.20.2" [dependencies.rustls-pemfile] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.15.0" features = ["net", "fs", "macros", "io-util", "rt-multi-thread"] [dependencies.tokio-rustls] version = "0.23.2"