[dependencies.chunked_transfer]
version = "1.4"
[dependencies.futures]
version = "0.3.17"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["net", "fs", "macros", "io-util", "rt-multi-thread"]
version = "1.11.0"
[package]
authors = ["Dimitri Bobkov <bobkov.dimitri@gmail.com>"]
categories = ["asynchronous", "web-programming", "network-programming"]
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"
edition = "2018"
keywords = ["async", "http", "performance", "small"]
license = "MIT"
name = "micro_http_async"
readme = "README.md"
repository = "https://github.com/dimitribobkov/micro-http-async"
version = "0.1.3"