-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCargo.toml
46 lines (44 loc) · 1.14 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "dtool"
version = "0.12.0"
authors = ["GB <[email protected]>"]
description = "A command-line tool collection to assist development"
categories = ["command-line-utilities"]
homepage = "https://github.com/guoxbin/dtool"
repository = "https://github.com/guoxbin/dtool"
license = "GPL-3.0"
readme = "README.md"
keywords = [ "tools", "conversion", "codec", "utilities", "develop" ]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
hex = "0.4.0"
chrono = "0.4.10"
bs58 = { version = "0.3.0", features = ["check"] }
base64 = "0.11.0"
urlencoding = "1.0.0"
parity-codec = "3.2"
md5 = "0.7.0"
lazy_static = "1.4.0"
ring = "0.16.20"
sha2 = "0.8.0"
sha3 = "0.8.2"
ripemd160 = "0.8.0"
escaper = "0.1.0"
regex = "1.3.1"
linked-hash-map = "0.5.6"
prettytable-rs = "^0.8"
madato = "0.5.3"
crc = "1.8.1"
heck = "0.3.1"
rust-crypto = "0.2.36"
yogcrypt = "0.0.0"
secp256k1 = { version = "0.20", features = ["rand-std", "bitcoin_hashes"] }
untrusted = "0.7.1"
schnorrkel = "0.10.1"
twox-hash = "1.6.1"
byteorder = "1.3.1"
rand = "0.8.4"
p256 = "0.9.0"
p384 = "0.8.0"