[package]
edition = "2024"
rust-version = "1.85"
name = "http3-datagram"
version = "0.0.2"
authors = ["0x676e67 <gngppz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 9297 datagram extension for http3"
documentation = "https://docs.rs/http3-datagram"
readme = "README.md"
keywords = [
"http3",
"quic",
"rfc9297",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/0x676e67/http3"
resolver = "2"
[features]
tracing = ["dep:tracing"]
[lib]
name = "http3_datagram"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.http3]
version = "0.0.8"
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]
[dependencies.tracing]
version = "0.1.40"
optional = true