xorstream 2.0.1

Utility for xoring a vector of data with an (optionally async) stream of data
Documentation
[[bin]]
name = "xorstream"
path = "src/bin/xorstream.rs"
required-features = ["bin"]
[dependencies.async-std-stream]
features = ["unstable"]
optional = true
package = "async-std"
version = "1"

[dependencies.async-std-test]
features = ["unstable", "attributes"]
optional = true
package = "async-std"
version = "1"

[dependencies.base32]
optional = true
version = "0.4"

[dependencies.base64]
optional = true
version = "0.10"

[dependencies.hex]
optional = true
version = "0.4"

[dependencies.paw]
optional = true
version = "1"

[dependencies.structopt]
features = ["paw"]
optional = true
version = "0.3"

[features]
bin = ["structopt", "paw", "base64", "hex", "base32"]
default = ["std"]
std = []
stream = ["async-std-stream"]

[package]
authors = ["Zane Hannan <zanehannanau@gmail.com>"]
categories = ["command-line-utilities", "encoding", "async", "streaming"]
description = "Utility for xoring a vector of data with an (optionally async) stream of data"
documentation = "https://zeen3.gitlab.io/xorstream/xorstream/index.html"
edition = "2018"
keywords = ["xor", "iter", "stdio"]
license = "GPL-3.0-or-later"
name = "xorstream"
repository = "https://gitlab.com/zeen3/xorstream"
version = "2.0.1"