rw-builder 0.0.2

Provides a convenient way to build `std::io::Read`ers and `std::io::Write`rs by chaining transformations
Documentation
# 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 = "2021"
rust-version = "1.74"
name = "rw-builder"
version = "0.0.2"
build = false
include = [
    "src/",
    "LICENSE-*",
    "README.md",
    "CHANGELOG.md",
    "COPYRIGHT.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a convenient way to build `std::io::Read`ers and `std::io::Write`rs by chaining transformations"
readme = "README.md"
keywords = [
    "read",
    "write",
    "compression",
    "encoding",
    "serde",
]
categories = [
    "compression",
    "cryptography",
    "encoding",
    "rust-patterns",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RLangendam/rw-builder"

[package.metadata.cargo-all-features]
max_combination_size = 2

[package.metadata.docs.rs]
all-features = true

[features]
chacha20 = [
    "dep:chacha20",
    "dep:cipher",
]
flate2 = ["dep:flate2"]
salsa20 = [
    "dep:salsa20",
    "dep:cipher",
]
wincode = [
    "dep:wincode",
    "dep:serde",
]

[lib]
name = "rw_builder"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.chacha20]
version = "0.10.0"
optional = true

[dependencies.cipher]
version = "0.5.1"
optional = true

[dependencies.flate2]
version = "1.0.26"
optional = true

[dependencies.salsa20]
version = "0.11.0"
optional = true

[dependencies.serde]
version = "1.0.164"
features = ["derive"]
optional = true

[dependencies.wincode]
version = "0.5.3"
optional = true