[dependencies.bytes]
version = "1.4"
[dependencies.h3]
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]
version = "0.0.8"
[dependencies.pin-project-lite]
default-features = false
version = "0.2"
[dependencies.tracing]
optional = true
version = "0.1.40"
[features]
tracing = ["dep:tracing"]
[lib]
name = "h3_datagram"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "rfc9297 extension for the h3 crate"
documentation = "https://docs.rs/h3-datagram"
edition = "2021"
keywords = ["http3", "quic", "rfc9297"]
license = "MIT"
name = "h3-datagram"
readme = "readme.md"
repository = "https://github.com/hyperium/h3"
version = "0.0.2"