Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.83.0"
name = "bhttp"
version = "0.7.2"
authors = ["Martin Thomson <mt@lowentropy.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary HTTP messages (RFC 9292)"
readme = "README.md"
keywords = [
"ohttp",
"http",
"bhttp",
"ietf",
]
categories = [
"network-programming",
"web-programming",
"security",
]
license = "MIT OR Apache-2.0"
[features]
default = []
http = ["dep:url"]
stream = [
"dep:futures",
"dep:pin-project",
]
[lib]
name = "bhttp"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.futures]
version = "0.3"
optional = true
[dependencies.pin-project]
version = "1.1"
optional = true
[dependencies.thiserror]
version = "2"
[dependencies.url]
version = "2"
optional = true
[dev-dependencies.hex]
version = "0.4"