# 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" name = "snowflakes" version = "0.1.2" authors = ["Donough Liu "] description = "Framed io above Noise Protocol" homepage = "https://github.com/ldm0/snowflakes" documentation = "https://docs.rs/snowflakes" readme = "README.md" keywords = [ "network", "noise", "protocol", "crypto", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/ldm0/snowflakes" [dependencies.bytes] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.snow] version = "0.9" features = ["ring-accelerated"] default-features = false [dependencies.tokio] version = "1" default-features = false [dependencies.tokio-util] version = "0.7" features = ["codec"] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "3.2" features = ["derive"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.snow] version = "0.9" features = ["ring-accelerated"] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"]