[package]
name = "cryptostream"
version = "0.3.3"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>",
"NeoSmart Technologies <https://neosmart.net/>"]
description = "Transparent encryption and decryption for Read and Write streams"
homepage = "https://github.com/neosmart/cryptostream"
repository = "https://github.com/neosmart/cryptostream"
readme = "README.md"
keywords = ["encryption", "decryption", "cryptography", "cryptostream", "aes"]
categories = ["cryptography"]
license = "MIT"
edition = "2018"
[dependencies]
openssl = "0.10.75"
[features]
openssl-vendored = [ "openssl/vendored" ]
[dev-dependencies]
base64 = "0.22.1"
rand = { version = "0.9.2", features = [] }
size = "0.5.0"