# 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 = "tokio-quicker" version = "0.0.2" authors = ["cauvmou "] description = "A easy-to-use quic library for tokio." homepage = "https://github.com/cauvmou/tokio-quicker" documentation = "https://docs.rs/tokio-quicker/latest/tokio_quicker/" readme = "README.md" keywords = [ "quic", "tokio", "async", ] categories = ["network-programming"] license = "MIT" [[example]] name = "server" required-features = ["key-gen"] [[example]] name = "client" required-features = ["key-gen"] [dependencies.boring] version = "4.4.0" optional = true [dependencies.chrono] version = "^0.4" [dependencies.log] version = "^0.4" [dependencies.pollster] version = "^0.3.0" [dependencies.quiche] version = "0.20" features = ["boringssl-boring-crate"] [dependencies.rand] version = "^0.8" [dependencies.ring] version = "^0.17" [dependencies.rust-crypto] version = "^0.2" [dependencies.smallvec] version = "^1.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-timer] version = "^0.2" [dev-dependencies.simple_logger] version = "^4.3" [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.boring] version = "4.4.0" [features] key-gen = ["dep:boring"]