http3-datagram 0.2.0

RFC 9297 datagram extension for http3
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 = "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