# 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 = "async-encrypted-stream" version = "0.1.2" authors = ["Ilson Roberto Balliego Junior "] description = "Async Read and Write wrappers around the chacha20 encryption primitives" readme = "README.md" keywords = [ "aead", "chacha20", "poly1035", "tokio", "stream", ] categories = [ "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/balliegojr/async-encrypted-stream" [dependencies.bytes] version = "1.0" [dependencies.chacha20poly1305] version = "0.10" features = [ "stream", "std", ] [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.23" [dev-dependencies.pbkdf2] version = "0.12.1" [dev-dependencies.sha2] version = "0.10.6" [dev-dependencies.tokio] version = "1.23.0" features = ["full"]