# 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_io_crypto" version = "0.1.2" authors = ["Charles Roussel"] description = """ A rust library for handling AsyncRead with ciphering / deciphering. """ homepage = "https://github.com/chroussel/async_io_crypto" readme = "README.md" keywords = [ "io", "async", "aead", "ciphering", ] categories = [ "asynchronous", "cryptography", ] license = "MIT" repository = "https://github.com/chroussel/async_io_crypto" [dependencies.aead] version = "0.5" features = [ "stream", "bytes", ] [dependencies.bytes] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.chacha20poly1305] version = "0.10.1" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", "fs", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4"