async_tiny 0.4.0

A minimal async HTTP server with a tiny_http-like feel, built on Hyper 1.x
Documentation
[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["http1", "server"]
version = "1"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1"

[dependencies.tokio]
features = ["full"]
version = "1"

[lib]
name = "async_tiny"
path = "src/lib.rs"

[package]
authors = ["Pjdur"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming", "asynchronous"]
description = "A minimal async HTTP server with a tiny_http-like feel, built on Hyper 1.x"
documentation = "https://docs.rs/async_tiny"
edition = "2021"
exclude = ["examples/", "tests/", "target/"]
keywords = ["http", "async", "server", "hyper", "minimal"]
license = "MIT"
name = "async_tiny"
readme = "README.md"
repository = "https://github.com/Pjdur/async_tiny"
version = "0.4.0"