[dependencies.thiserror]
version = "1"
[dependencies.url]
optional = true
version = "2"
[dev-dependencies.hex]
version = "0.4"
[features]
bhttp = ["read-bhttp", "write-bhttp"]
default = ["bhttp"]
http = ["read-http", "write-http"]
read-bhttp = []
read-http = ["url"]
write-bhttp = []
write-http = []
[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.82.0"
version = "0.6.1"
[[test]]
name = "test"
path = "tests/test.rs"