# 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 = "2018" rust-version = "1.63" name = "kvarn-h3-quinn" version = "0.0.6-alpha1" authors = ["Jean-Christophe BEGUE "] description = "Temporary Kvarn fork: 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" resolver = "2" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.28" [dependencies.h3] version = "0.0.4" [dependencies.quinn] version = "0.11.0-alpha1" features = ["futures-io"] default-features = false package = "kvarn-quinn" [dependencies.quinn-proto] version = "0.11.0-alpha1" default-features = false package = "kvarn-quinn-proto" [dependencies.tokio] version = "1" features = ["io-util"] default-features = false [dependencies.tokio-util] version = "0.7.9"