micro-http 0.1.0-alpha.1

the async micro http server
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.3.0"

[dependencies.futures]
version = "0.3.26"

[dependencies.http]
version = "0.2.9"

[dependencies.http-body]
version = "1.0.0-rc.2"

[dependencies.http-body-util]
version = "0.1.0-rc.2"

[dependencies.httparse]
version = "1.8.0"

[dependencies.mime]
version = "0.3.16"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["rt-multi-thread", "net", "io-util", "macros", "sync", "signal", "test-util"]
version = "1"

[dependencies.tokio-util]
features = ["codec", "io"]
version = "0.7.4"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.16"
[dev-dependencies.indoc]
version = "1.0.8"

[package]
authors = ["Zava <zava.kid@gmail.com>"]
categories = ["web-programming::http-server", "network-programming"]
description = "the async micro http server"
edition = "2021"
homepage = "https://github.com/foldright/micro-http"
keywords = ["http", "async", "web"]
license = "MIT OR Apache-2.0"
name = "micro-http"
readme = "README.md"
resolver = "1"
version = "0.1.0-alpha.1"