quinn-proto 0.11.9

State machine for the QUIC transport protocol
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0.1"

[dependencies.aws-lc-rs]
default-features = false
optional = true
version = "1.9"

[dependencies.bytes]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.ring]
optional = true
version = "0.17"

[dependencies.rustc-hash]
version = "2"

[dependencies.rustls]
default-features = false
features = ["std"]
optional = true
version = "0.23.5"

[dependencies.rustls-platform-verifier]
optional = true
version = "0.4"

[dependencies.slab]
version = "0.4.6"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tinyvec]
features = ["alloc", "alloc"]
version = "1.1"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1.10"

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

[dev-dependencies.hex-literal]
version = "0.4"

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

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

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

[dev-dependencies.wasm-bindgen-test]
version = "0.3.45"

[features]
aws-lc-rs = ["dep:aws-lc-rs", "aws-lc-rs?/aws-lc-sys", "aws-lc-rs?/prebuilt-nasm"]
aws-lc-rs-fips = ["aws-lc-rs", "aws-lc-rs?/fips"]
default = ["rustls-ring", "log"]
log = ["tracing/log"]
platform-verifier = ["dep:rustls-platform-verifier"]
ring = ["dep:ring"]
rustls = ["rustls-ring"]
rustls-aws-lc-rs = ["dep:rustls", "rustls?/aws-lc-rs", "aws-lc-rs"]
rustls-aws-lc-rs-fips = ["rustls-aws-lc-rs", "aws-lc-rs-fips"]
rustls-log = ["rustls?/logging"]
rustls-ring = ["dep:rustls", "rustls?/ring", "ring"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "State machine for the QUIC transport protocol"
edition = "2021"
keywords = ["quic"]
license = "MIT OR Apache-2.0"
name = "quinn-proto"
readme = false
repository = "https://github.com/quinn-rs/quinn"
rust-version = "1.70.0"
version = "0.11.9"

[package.metadata.docs.rs]
all-features = true

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.getrandom]
default-features = false
features = ["js"]
version = "0.2"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.ring]
features = ["wasm32_unknown_unknown_js"]
version = "0.17"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.rustls-pki-types]
features = ["web"]
version = "1.7"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.web-time]
version = "1"