[package]
edition = "2024"
rust-version = "1.98"
name = "http3-datagram"
version = "0.2.0"
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 = "Apache-2.0"
repository = "https://github.com/0x676e67/http3"
resolver = "2"
[features]
tracing = ["dep:tracing"]
[lib]
name = "http3_datagram"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.12.1"
[dependencies.http3]
version = "0.2.0"
features = ["unstable"]
[dependencies.tracing]
version = "0.1.40"
optional = true