[package] name = "h3-webtransport" version = "0.1.0" edition = "2021" description = "A WebTransport backend for H3" license = "MIT OR Apache-2.0" repository = "https://github.com/hyperium/h3" authors = [ "Dario Lencina ", "Tei Leelo Roberts ", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1" futures-util = { version = "0.3", default-features = false } http = "0.2.9" pin-project-lite = { version = "0.2", default_features = false } tracing = "0.1.37" tokio = { version = "1.28", default_features = false } [dependencies.h3] version = "0.0.3" path = "../h3" features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]