# 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" rust-version = "1.66" name = "h3-quinn" version = "0.0.7" authors = ["Jean-Christophe BEGUE "] description = "QUIC transport implementation based on Quinn." documentation = "https://docs.rs/h3-quinn" readme = "README.md" keywords = [ "http3", "quic", "h3", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/hyperium/h3" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.28" [dependencies.h3] version = "0.0.6" [dependencies.quinn] version = "0.11" features = ["futures-io"] default-features = false [dependencies.tokio] version = "1" features = ["io-util"] default-features = false [dependencies.tokio-util] version = "0.7.9" [dependencies.tracing] version = "0.1.40" optional = true [features] tracing = ["dep:tracing"]