chacha20stream 1.0.2

A writable wrapper stream for encryption and decryption with the stream cipher chacha20_poly1305
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.base64]
version = "0.13"

[dependencies.getrandom]
version = "0.2"

[dependencies.openssl]
version = "0.10"

[dependencies.pin-project]
optional = true
version = "1.0.6"

[dependencies.smallvec]
features = ["union"]
optional = true
version = "1.6"

[dependencies.tokio]
optional = true
version = "0.2"
[dev-dependencies.tempfile]
version = "3.2.0"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[features]
async = ["tokio", "pin-project"]
default = ["smallvec"]
explicit_clear = []

[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "A writable wrapper stream for encryption and decryption with the stream cipher chacha20_poly1305"
edition = "2018"
homepage = "https://git.flanchan.moe/flanchan/chacha20stream"
keywords = ["chacha20_poly1305", "stream", "wrapper", "encryption", "decryption"]
license = "MIT"
name = "chacha20stream"
repository = "https://github.com/notflan/chacha20stream"
version = "1.0.2"