[package] name = "web-transport-proto" description = "WebTransport core protocol" authors = ["Luke Curley"] repository = "https://github.com/kixelated/web-transport-rs" license = "MIT OR Apache-2.0" version = "0.2.3" edition = "2021" keywords = ["quic", "http3", "webtransport"] categories = ["network-programming", "web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "1" bytes = "1" thiserror = "1" url = "2"