# 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] name = "muter" version = "0.7.0" authors = ["brian m. carlson "] include = ["build.rs", "src/**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "CHANGELOG"] description = "utility for converting data between various formats and encodings" readme = "README.md" keywords = ["encoding"] categories = ["command-line-utilities", "encoding"] license = "MIT" repository = "https://github.com/bk2204/muter" [package.metadata.deb] assets = [["target/release/muter", "usr/bin/", "755"], ["doc/man/muter.1.gz", "usr/share/man/man1/", "644"]] changelog = "CHANGELOG" extended-description = "Muter manipulates streams of bytes, encoding and decoding them in various ways,\nsuch as base64 and URI percent-encoding, among others. It is designed to be\nfast, portable, and flexible.\n" license-file = ["LICENSE", "0"] name = "muter" priority = "optional" revision = "1" section = "utils" [lib] name = "muter" path = "src/lib/mod.rs" [[bin]] name = "muter" path = "src/main.rs" [dependencies.blake2] version = "0.8" [dependencies.blake3] version = "= 0.3.4" optional = true [dependencies.clap] version = "2.32.0" [dependencies.digest] version = "0.8" [dependencies.flate2] version = "1.0" [dependencies.gettext-rs] version = "0.4" features = ["gettext-system"] [dependencies.md-5] version = "0.8" [dependencies.multi_reader] version = "0.1" [dependencies.rand_chacha] version = "0.1" [dependencies.rand_core] version = "0.4" [dependencies.sha-1] version = "0.8" [dependencies.sha2] version = "0.8" [dependencies.sha3] version = "0.8" [dependencies.tr] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.5" [build-dependencies.autocfg] version = "0.1" [features] modern = ["blake3"]