b2sum 0.1.0

Rust clone of the BLAKE2b checksum utility in GNU coreutils
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "b2sum"
version = "0.1.0"
authors = ["John Downey <jdowney@gmail.com>"]
description = "Rust clone of the BLAKE2b checksum utility in GNU coreutils"
repository = "https://github.com/jtdowney/b2sum-rs"
readme = "README.md"
license = "MIT"

[dependencies]
docopt = "0.7.0"
error-chain = "0.9.0"
rust-crypto = "0.2.36"
rustc-serialize = "0.3.22"