[[bench]]
harness = false
name = "http_bench"
path = "benches/http_bench.rs"
[dependencies.bytes]
version = "1.10.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.http]
version = "1.2.0"
[dependencies.http-body]
version = "1.0.1"
[dependencies.http-body-util]
version = "0.1.2"
[dependencies.httparse]
version = "1.10.0"
[dependencies.mime]
version = "0.3.17"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full", "tracing"]
version = "1"
[dependencies.tokio-util]
features = ["codec", "io", "tracing", "tracing"]
version = "0.7.13"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
version = "0.3.19"
[dependencies.trait-variant]
version = "0.1"
[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.5"
[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 = "2024"
homepage = "https://github.com/foldright/micro-http"
keywords = ["http", "async", "web"]
license = "MIT OR Apache-2.0"
name = "micro-http"
readme = "README.md"
repository = "https://github.com/foldright/micro-http"
rust-version = "1.85"
version = "0.1.0"