http3-quic 0.1.1

QUIC transport implementation.
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-quic"
version = "0.1.1"
authors = [
    "0x676e67 <gngppz@gmail.com>",
    "Jean-Christophe BEGUE <jc.begue@pm.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QUIC transport implementation."
documentation = "https://docs.rs/http3-quic"
readme = "README.md"
keywords = [
    "http3",
    "quic",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/0x676e67/http3"
resolver = "2"

[features]
datagram = ["dep:http3-datagram"]
tracing = ["dep:tracing"]

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

[dependencies.bytes]
version = "1.12.1"

[dependencies.futures-util]
version = "0.3.33"
default-features = false

[dependencies.http3]
version = "0.1.1"

[dependencies.http3-datagram]
version = "0.1.1"
optional = true

[dependencies.quic]
version = "0.12.1"
features = ["futures-io"]
default-features = false

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