[package] name = "wtransport-proto" version = "0.5.0" license = "MIT OR Apache-2.0" authors = ["Biagio Festa"] description = "Implementation of the WebTransport (over HTTP3) protocol" repository = "https://github.com/BiagioFesta/wtransport" keywords = ["webtransport"] categories = [ "network-programming", "asynchronous" ] edition = "2021" readme = "../README.md" workspace = ".." rust-version = "1.70" [dependencies] httlib-huffman = "0.3.4" octets = "0.3.0" thiserror = "1.0.50" url = "2.4.0" [dev-dependencies] rand = "0.8.5" tokio = { version = "1.28.1", default-features = false, features = ["macros", "rt-multi-thread"] } [features] default = [] async = [] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]