[dependencies.bytes]
version = "1.11.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.http]
version = "1.4.0"
[dependencies.http-body-util]
version = "0.1.3"
[dependencies.httparse]
version = "1.10.1"
[dependencies.hyper]
features = ["client", "http1", "server"]
version = "1.8.1"
[dependencies.hyper-util]
features = ["tokio"]
version = "0.1.19"
[dependencies.parking_lot]
version = "0.12.5"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["io-std", "io-util", "macros", "rt", "time"]
version = "1.48.0"
[lib]
name = "http_wire"
path = "src/lib.rs"
[package]
authors = ["Nicola Bonelli <nicola@larthia.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "Serialize HTTP/1.1 requests and responses to wire format bytes"
edition = "2024"
keywords = ["http", "http1", "serialization", "wire-format", "hyper"]
license = "MIT OR Apache-2.0"
name = "http_wire"
readme = "README.md"
repository = "https://github.com/awgn/http_wire"
version = "0.2.1"