# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "h3-webtransport" version = "0.1.0" authors = [ "Dario Lencina ", "Tei Leelo Roberts ", ] description = "A WebTransport backend for H3" license = "MIT OR Apache-2.0" repository = "https://github.com/hyperium/h3" resolver = "1" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.h3] version = "0.0.3" features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] [dependencies.http] version = "0.2.9" [dependencies.pin-project-lite] version = "0.2" default_features = false [dependencies.tokio] version = "1.28" default_features = false [dependencies.tracing] version = "0.1.37"