blake2_bin 0.5.4

a command line implementation of BLAKE2b/s/bp/sp and all their parameters
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "blake2_bin"
version = "0.5.4"
authors = ["Jack O'Connor"]
description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters"
license = "MIT"
repository = "https://github.com/oconnor663/blake2_simd/tree/master/blake2_bin"

[[bin]]
name = "blake2"
path = "src/main.rs"
[dependencies.blake2b_simd]
version = "0.5"

[dependencies.blake2s_simd]
version = "0.5"

[dependencies.failure]
version = "0.1.5"

[dependencies.hex]
version = "0.3.2"

[dependencies.memmap]
version = "0.7.0"

[dependencies.structopt]
version = "0.2.15"
[dev-dependencies.assert_cmd]
version = "0.11.1"

[dev-dependencies.duct]
version = "0.12.0"

[dev-dependencies.tempfile]
version = "3.0.8"