# 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" name = "rw-builder" version = "0.0.1" include = [ "src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT.txt", ] 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 [dependencies.anyhow] version = "1.0.71" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.chacha20] version = "0.9.1" optional = true [dependencies.cipher] version = "0.4.4" features = ["std"] optional = true [dependencies.flate2] version = "1.0.26" optional = true [dependencies.salsa20] version = "0.10.2" optional = true [dependencies.serde] version = "1.0.164" features = ["derive"] optional = true [features] bincode = [ "dep:bincode", "dep:serde", ] chacha20 = [ "dep:chacha20", "dep:cipher", ] flate2 = ["dep:flate2"] salsa20 = [ "dep:salsa20", "dep:cipher", ]