[dependencies.openssl]
version = "0.10.75"
[dev-dependencies.base64]
version = "0.22.1"
[dev-dependencies.rand]
features = []
version = "0.9.2"
[dev-dependencies.size]
version = "0.5.0"
[[example]]
name = "read"
path = "examples/read.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[[example]]
name = "write"
path = "examples/write.rs"
[features]
openssl-vendored = ["openssl/vendored"]
[lib]
name = "cryptostream"
path = "src/lib.rs"
[package]
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "NeoSmart Technologies <https://neosmart.net/>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Transparent encryption and decryption for Read and Write streams"
edition = "2018"
homepage = "https://github.com/neosmart/cryptostream"
keywords = ["encryption", "decryption", "cryptography", "cryptostream", "aes"]
license = "MIT"
name = "cryptostream"
readme = "README.md"
repository = "https://github.com/neosmart/cryptostream"
version = "0.3.3"