[dependencies.bytes]
version = "1.8.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.http]
version = "1.1.0"
[dependencies.http-body]
version = "1.0.1"
[dependencies.http-body-util]
version = "0.1.2"
[dependencies.httparse]
version = "1.8.0"
[dependencies.mime]
version = "0.3.17"
[dependencies.thiserror]
version = "2"
[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.12"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
version = "0.3.18"
[dev-dependencies.indoc]
version = "2.0.5"
[[example]]
name = "server"
path = "examples/server.rs"
[lib]
name = "micro_http"
path = "src/lib.rs"
[package]
authors = ["Zava <zava.kid@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
version = "0.1.0-alpha.4"