http3 0.0.8

An async HTTP/3 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.85"
name = "http3"
version = "0.0.8"
authors = [
    "0x676e67 <gngppz@gmail.com>",
    "Sean McArthur <sean@seanmonstar.com>",
    "Jean-Christophe BEGUE <jc.begue@pm.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An async HTTP/3 implementation."
documentation = "https://docs.rs/http3"
readme = "README.md"
keywords = [
    "http3",
    "quic",
]
categories = [
    "network-programming",
    "web-programming::http-client",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/0x676e67/http3"
resolver = "2"

[features]
i-implement-a-third-party-backend-and-opt-into-breaking-changes = []
tracing = ["dep:tracing"]

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

[dependencies.bytes]
version = "1"

[dependencies.fastrand]
version = "2.0.1"

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

[dependencies.http]
version = "1"

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

[dependencies.smallvec]
version = "1.15.0"

[dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

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

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.futures-util]
version = "0.3"
features = ["io"]
default-features = false

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.quinn]
version = "0.11"
features = [
    "runtime-tokio",
    "rustls",
    "ring",
]
default-features = false

[dev-dependencies.quinn-proto]
version = "0.11"
default-features = false

[dev-dependencies.rcgen]
version = "=0.14.5"

[dev-dependencies.rustls]
version = "0.23"
features = [
    "logging",
    "ring",
    "std",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-util",
    "io-std",
]
default-features = false

[dev-dependencies.tokio-util]
version = "0.7.9"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "ansi",
    "env-filter",
    "time",
    "tracing-log",
]
default-features = false