# 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 = "web-transport-quinn" version = "0.3.4" authors = ["Luke Curley"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WebTransport library for Quinn" readme = "README.md" keywords = [ "quic", "http3", "webtransport", ] categories = [ "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kixelated/web-transport-rs" [lib] name = "web_transport_quinn" path = "src/lib.rs" [[example]] name = "echo-client" path = "examples/echo-client.rs" [[example]] name = "echo-server" path = "examples/echo-server.rs" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.http] version = "1" [dependencies.log] version = "0.4" [dependencies.quinn] version = "0.11" [dependencies.quinn-proto] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.url] version = "2" [dependencies.web-transport-proto] version = "0.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.quinn] version = "0.11" features = ["ring"] [dev-dependencies.quinn-proto] version = "0.11" features = ["ring"] [dev-dependencies.rustls] version = "0.23" features = ["ring"] [dev-dependencies.rustls-pemfile] version = "2" [dev-dependencies.tokio] version = "1" features = ["full"]