# 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 = "quiche-tokio" version = "0.1.0" authors = ["Q Misell "] description = "Tokio async wrapper for Cloudflare Quiche" license = "MIT" repository = "https://github.com/TheEnbyperor/quiver" [dependencies.async-trait] version = "0.1.74" [dependencies.log] version = "0.4.20" [dependencies.quiche] version = "0.18.0" features = ["qlog"] [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.33.0" features = [ "net", "macros", "rt-multi-thread", "time", "sync", "fs", "io-util", ]