# 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 = "eznet" version = "0.2.0" description = "a simple net lib" documentation = "http://docs.rs/eznet" readme = "README.md" categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/Overpeek/eznet" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.1" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.quinn] version = "0.8" [dependencies.quinn-proto] version = "0.8" [dependencies.rcgen] version = "0.9" [dependencies.rustls] version = "0.20" features = [ "dangerous_configuration", "quic", ] [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.16" features = [ "sync", "time", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.tokio] version = "1.16" features = [ "macros", "rt-multi-thread", ]