-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (37 loc) · 1.18 KB
/
Cargo.toml
File metadata and controls
38 lines (37 loc) · 1.18 KB
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
[workspace]
members = ["zexcavator-tui"]
resolver = "3"
default-members = ["zexcavator-tui"]
[workspace.dependencies]
rusqlite = { version = "0.32.1", features = ["bundled"] }
abscissa_core = "0.8.2"
bc-envelope = "0.28.0"
bip0039 = "0.12.0"
bridgetree = "0.6.0"
byteorder = "1.5.0"
clap = "4"
hex = "0.4.3"
http = "1.3.1"
jubjub = "0.10.0"
once_cell = "1.2"
prost = "0.13.4"
rustls = "0.23.25"
secp256k1 = "0.27.0"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
tokio = "1.44.2"
tui-realm-stdlib = "2"
tuirealm = "2"
zcash_client_backend = "0.15.0"
zcash_encoding = "0.2.2"
zcash_keys = "0.5.0"
zcash_primitives = { version = "0.20.0", features = ["transparent-inputs"] }
zexcavator-lib = { path = "zexcavator-lib" }
anyhow = "1.0.98"
incrementalmerkletree = "0.3.1"
orchard_new = "0.10.1"
orchard_old = "=0.3.0"
sapling = { version = "0.3", default-features = false }
zewif = { version = "0.0.2", package = "zingolabs-zewif" }
zingolib = { git = "https://github.com/zingolabs/zingolib.git", rev = "a9b66315b853c9084008d51e149d2572954aba8e" }
pepper-sync = { git = "https://github.com/zingolabs/zingolib.git", rev = "a9b66315b853c9084008d51e149d2572954aba8e", package = "pepper-sync" }