# 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-noise" version = "0.0.4" authors = ["conduition "] description = "A Noise protocol encryption layer on top of tokio streams." readme = "README.md" keywords = [ "noise", "tokio", "tcp", "ssl", "snow", ] license = "Unlicense" repository = "https://github.com/conduition/tokio-noise" [dependencies.log] version = "0.4" default-features = false [dependencies.snow] version = "0.9" features = ["ring-accelerated"] default-features = false [dependencies.tokio] version = "1" features = [ "io-util", "net", ] default-features = false [dev-dependencies.bytes] version = "1.6" default-features = false [dev-dependencies.http-body-util] version = "0.1.1" [dev-dependencies.hyper] version = "1.2.0" features = [ "server", "client", "http1", ] [dev-dependencies.hyper-util] version = "0.1.3" features = ["tokio"] [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] default-features = false