h3-datagram 0.0.2

rfc9297 extension for the h3 crate
Documentation
# 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"
name = "h3-datagram"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rfc9297 extension for the h3 crate"
documentation = "https://docs.rs/h3-datagram"
readme = "readme.md"
keywords = [
    "http3",
    "quic",
    "rfc9297",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/hyperium/h3"

[features]
tracing = ["dep:tracing"]

[lib]
name = "h3_datagram"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.4"

[dependencies.h3]
version = "0.0.8"
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]

[dependencies.pin-project-lite]
version = "0.2"
default-features = false

[dependencies.tracing]
version = "0.1.40"
optional = true