web-transport-proto 0.2.3

WebTransport core protocol
Documentation
[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.url]
version = "2"

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

[package]
authors = ["Luke Curley"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "WebTransport core protocol"
edition = "2021"
keywords = ["quic", "http3", "webtransport"]
license = "MIT OR Apache-2.0"
name = "web-transport-proto"
readme = "README.md"
repository = "https://github.com/kixelated/web-transport-rs"
version = "0.2.3"