]> code.octet-stream.net Git - hashgood/blob - Cargo.toml
Prepare for 0.4.0 release
[hashgood] / Cargo.toml
1 [package]
2 name = "hashgood"
3 version = "0.4.0"
4 authors = ["Thomas Karpiniec <tk@1.21jiggawatts.net>"]
5 edition = "2021"
6
7 [dependencies]
8 structopt = "0.3.26"
9 hex = "0.4.3"
10 crossbeam-channel = "0.5"
11 termcolor = "1.1"
12 sha2 = "0.10.2"
13 sha1 = "0.10.1"
14 md-5 = "0.10.1"
15
16 [dependencies.copypasta]
17 version = "0.8.1"
18 optional = true
19
20 [features]
21 paste = ["copypasta"]