[package]
name = "web-transport-quinn"
description = "WebTransport library for Quinn"
authors = ["Luke Curley"]
repository = "https://github.com/kixelated/web-transport-rs"
license = "MIT OR Apache-2.0"
version = "0.3.4"
edition = "2021"
keywords = ["quic", "http3", "webtransport"]
categories = ["network-programming", "web-programming"]
[dependencies]
web-transport-proto = { path = "../web-transport-proto", version = "0.2" }
quinn = "0.11"
quinn-proto = "0.11"
bytes = "1"
http = "1"
thiserror = "1"
futures = "0.3"
url = "2"
log = "0.4"
tokio = { version = "1", default-features = false }
[dev-dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"] }
env_logger = "0.10"
clap = { version = "4", features = ["derive"] }
rustls-pemfile = "2"
rustls = { version = "0.23", features = ["ring"] }
quinn = { version = "0.11", features = ["ring"] }
quinn-proto = { version = "0.11", features = ["ring"] }