[badges.maintenance]
status = "experimental"
[dependencies.bytes]
version = "1"
[dependencies.libc]
version = "0.2.113"
[dependencies.socket2]
version = "0.5"
[dependencies.tracing]
version = "0.1.10"
[features]
default = ["log"]
log = ["tracing/log"]
[package]
categories = ["network-programming", "asynchronous"]
description = "UDP sockets with ECN information for the QUIC transport protocol"
edition = "2021"
keywords = ["quic"]
license = "MIT OR Apache-2.0"
name = "iroh-quinn-udp"
repository = "https://github.com/quinn-rs/quinn"
rust-version = "1.63"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
version = "0.48.0"