# 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 = "async-quic" version = "0.3.1" authors = ["Florian Uekermann "] description = "runtime independent async quic implementation based on quinn-proto" documentation = "https://docs.rs/async-quic" readme = "README.md" keywords = [ "quic", "async", ] categories = ["network-programming"] license = "Apache-2.0 OR MIT" [dependencies.async-io] version = "1.12.0" [dependencies.bytes] version = "1.3" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.noop-waker] version = "0.1.0" [dependencies.quinn-proto] version = "0.9.2" [dependencies.quinn-udp] version = "0.3.2" [dependencies.rustls] version = "0.20.8" [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.clap] version = "3.1.18" features = ["derive"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.quinn] version = "0.9.3" features = [ "runtime-async-std", "futures-io", ] [dev-dependencies.rcgen] version = "0.9.3" [dev-dependencies.simple_logger] version = "2.1.0" [dev-dependencies.smol] version = "1.2.5" [dev-dependencies.smol-potat] version = "1.1.2" [dev-dependencies.test-log] version = "0.2.11"