[dependencies.futures]
optional = true
version = "0.3"
[dependencies.pin-project]
optional = true
version = "1.1"
[dependencies.thiserror]
version = "2"
[dependencies.url]
optional = true
version = "2"
[dev-dependencies.hex]
version = "0.4"
[features]
default = []
http = ["dep:url"]
stream = ["dep:futures", "dep:pin-project"]
[lib]
name = "bhttp"
path = "src/lib.rs"
[package]
authors = ["Martin Thomson <mt@lowentropy.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming", "security"]
description = "Binary HTTP messages (RFC 9292)"
edition = "2021"
homepage = "https://github.com/martinthomson/ohttp"
keywords = ["ohttp", "http", "bhttp", "ietf"]
license = "MIT OR Apache-2.0"
name = "bhttp"
readme = "README.md"
repository = "https://github.com/martinthomson/ohttp"
rust-version = "1.83.0"
version = "0.7.2"
[[test]]
name = "test"
path = "tests/test.rs"