pulse_http 0.2.0

Async HTTP/1.1 framework on Tokio — raw TCP, routing, middleware, no Hyper
Documentation
[package]
name = "pulse_http"
version = "0.2.0"
edition = "2024"
description = "Async HTTP/1.1 framework on Tokio — raw TCP, routing, middleware, no Hyper"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/AA-Systems/pulse_http"
homepage = "https://github.com/AA-Systems/pulse_http"
documentation = "https://docs.rs/pulse_http"
authors = ["akshatarora130 <akshatarora130@gmail.com>"]
keywords = ["http", "server", "async", "tokio", "framework"]
categories = ["network-programming", "web-programming::http-server", "asynchronous"]
exclude = ["../examples/*", "../PRD.md", "../target/*"]

[dependencies]
futures = "0.3"
serde = "1.0.229"
serde_json = "1.0.151"
tokio = { version = "1.53.1", features = ["full"] }

[dev-dependencies]
criterion = "0.5"

[[bench]]
name = "micro"
harness = false