-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (38 loc) · 941 Bytes
/
Cargo.toml
File metadata and controls
40 lines (38 loc) · 941 Bytes
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
[package]
name = "foc-devnet"
version = "1.0.0-rc.1"
edition = "2021"
[build-dependencies]
chrono = { version = "0.4", features = ["serde"] }
[dependencies]
clap = { version = "4.0", features = ["derive"] }
clap_complete = "4.0"
indicatif = "0.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
dirs = "5.0"
chrono = { version = "0.4", features = ["serde"] }
tempfile = "3.0"
downloader = "0.2"
regex = "1.0"
base64 = "0.21"
hex = "0.4"
bip39 = "2.0"
ethers-core = { version = "2.0", default-features = false }
sha3 = "0.10"
blake2 = "0.10"
base32 = "0.4"
crc32fast = "1.3"
bip32 = "0.5"
rand = "0.8"
bls-signatures = "0.15"
names = { version = "0.14", default-features = false }
shellexpand = "3"
flate2 = "1.0"
tar = "0.4"
reqwest = { version = "0.11", features = ["blocking"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
sha2 = "0.10"
num_cpus = "1.16"