# 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 = "cryptostream" version = "0.3.2" authors = [ "Mahmoud Al-Qudsi ", "NeoSmart Technologies ", ] description = "Transparent encryption and decryption for Read and Write streams" homepage = "https://github.com/neosmart/cryptostream" readme = "README.md" keywords = [ "encryption", "decryption", "cryptography", "cryptostream", "aes", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/neosmart/cryptostream" resolver = "1" [dependencies.openssl] version = "0.10.41" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.rand] version = "0.8.5" features = ["min_const_gen"] [dev-dependencies.size] version = "0.4.0" [features] openssl-vendored = ["openssl/vendored"]