# 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 = "2018" name = "blake2_bin" version = "1.0.2" authors = ["Jack O'Connor"] description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters" readme = "README.md" keywords = [ "blake2b", "blake2bp", "blake2s", "blake2sp", "blake2", ] license = "MIT" repository = "https://github.com/oconnor663/blake2_simd/tree/master/blake2_bin" [[bin]] name = "blake2" path = "src/main.rs" [dependencies.blake2b_simd] version = "1" [dependencies.blake2s_simd] version = "1" [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.4.0" [dependencies.memmap] version = "0.7.0" [dependencies.structopt] version = "0.3.2" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.duct] version = "0.13.0" [dev-dependencies.tempfile] version = "3.1.0"