http-pack 0.1.0

Compact binary serialization for HTTP requests and responses (HPK1 format)
Documentation
[dependencies.bytes]
version = "1"

[dependencies.h3]
optional = true
version = "0.0.8"

[dependencies.http]
version = "1.1"

[dependencies.http-body]
optional = true
version = "1"

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

[dependencies.httparse]
optional = true
version = "1"

[dependencies.message-packetizer]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.h2]
version = "0.4"

[dev-dependencies.h3]
version = "0.0.8"

[dev-dependencies.h3-quinn]
version = "0.0.10"

[dev-dependencies.quinn]
version = "0.11"

[dev-dependencies.rcgen]
version = "0.13"

[dev-dependencies.rustls]
default-features = false
features = ["ring", "std"]
version = "0.23"

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[features]
body = ["dep:http-body", "dep:http-body-util"]
default = ["body", "h1", "h3"]
h1 = ["dep:httparse"]
h3 = ["dep:h3"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compact binary serialization for HTTP requests and responses (HPK1 format)"
edition = "2021"
license = "MIT"
name = "http-pack"
readme = "README.md"
repository = "https://github.com/wavey-ai/http-pack"
version = "0.1.0"

[[test]]
name = "body_fidelity"
path = "tests/body_fidelity.rs"

[[test]]
name = "h2_integration"
path = "tests/h2_integration.rs"

[[test]]
name = "h3_integration"
path = "tests/h3_integration.rs"