# 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 = "hyper-noise" version = "0.0.1" authors = ["conduition "] description = "A Noise protocol encryption layer on top of hyper HTTP servers and clients." readme = "README.md" keywords = [ "noise", "hyper", "snow", "http", "https", ] license = "Unlicense" repository = "https://github.com/conduition/hyper-noise" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" default-features = false [dependencies.tokio] version = "1" features = [ "io-util", "net", ] default-features = false [dependencies.tokio-noise] version = "0.0.4" [dev-dependencies.tokio] version = "1" features = ["macros"] default-features = false