2020-10-30 17:00:00 -07:00
|
|
|
[package]
|
|
|
|
name = "zec-sqlite-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-06-20 14:10:42 -07:00
|
|
|
rust-version = "1.70"
|
2023-07-04 19:20:57 -07:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-10-30 17:00:00 -07:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-30 18:49:51 -07:00
|
|
|
anyhow = "1"
|
2024-06-20 14:10:42 -07:00
|
|
|
bip0039 = { version = "0.12", features = ["std", "all-languages"] }
|
2024-12-10 03:54:00 -08:00
|
|
|
bip32 = "0.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
futures-util = "0.3"
|
|
|
|
gumdrop = "0.8"
|
2024-12-07 17:39:52 -08:00
|
|
|
hex = "0.4"
|
2024-12-10 03:54:00 -08:00
|
|
|
jubjub = "0.10"
|
2024-07-24 08:21:10 -07:00
|
|
|
prost = "0.13"
|
2023-07-10 05:36:44 -07:00
|
|
|
rayon = "1.7"
|
2024-11-15 15:49:54 -08:00
|
|
|
rusqlite = { version = "0.32", features = ["time"] }
|
2024-10-21 09:40:22 -07:00
|
|
|
schemerz = "0.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
secrecy = "0.8"
|
2024-06-20 14:10:42 -07:00
|
|
|
serde = "1.0"
|
2024-09-10 16:04:20 -07:00
|
|
|
time = "0.3"
|
2024-05-22 13:04:26 -07:00
|
|
|
tokio = { version = "1.21.0", features = ["fs", "macros", "rt-multi-thread", "signal"] }
|
2024-06-20 14:10:42 -07:00
|
|
|
toml = "0.8"
|
2024-07-24 08:21:10 -07:00
|
|
|
tonic = { version = "0.12", features = ["gzip", "tls-webpki-roots"] }
|
2023-07-05 17:23:44 -07:00
|
|
|
tracing = "0.1"
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
2024-12-07 17:39:52 -08:00
|
|
|
uuid = "1"
|
2024-09-20 15:47:50 -07:00
|
|
|
|
2024-10-04 15:59:24 -07:00
|
|
|
orchard = { version = "0.10", default-features = false }
|
2024-12-10 03:54:00 -08:00
|
|
|
pczt = "0.0"
|
2024-10-04 15:59:24 -07:00
|
|
|
sapling = { package = "sapling-crypto", version = "0.3" }
|
|
|
|
zcash_address = "0.6"
|
2024-12-10 03:54:00 -08:00
|
|
|
zcash_client_backend = { version = "0.15", features = ["lightwalletd-tonic-tls-webpki-roots", "orchard", "pczt", "tor"] }
|
|
|
|
zcash_client_sqlite = { version = "0.13", features = ["unstable", "orchard", "serde"] }
|
2024-11-15 15:49:54 -08:00
|
|
|
zcash_keys = { version = "0.5", features = ["unstable", "orchard"] }
|
|
|
|
zcash_primitives = "0.20"
|
|
|
|
zcash_proofs = "0.20"
|
2024-10-04 15:59:24 -07:00
|
|
|
zcash_protocol = "0.4"
|
2024-12-07 17:39:52 -08:00
|
|
|
zip32 = "0.1"
|
2024-10-04 15:59:24 -07:00
|
|
|
zip321 = "0.2"
|
2024-04-20 07:55:38 -07:00
|
|
|
|
2024-11-18 19:57:43 -08:00
|
|
|
# Seed encryption
|
|
|
|
age = { version = "0.11", features = ["armor", "plugin"] }
|
|
|
|
|
2024-07-23 07:49:37 -07:00
|
|
|
# Currency conversion
|
2024-09-10 16:00:13 -07:00
|
|
|
iso_currency = { version = "0.5", features = ["with-serde"] }
|
2024-07-23 07:49:37 -07:00
|
|
|
rust_decimal = "1"
|
|
|
|
|
2024-12-10 18:56:40 -08:00
|
|
|
# PCZT QR codes
|
2024-12-11 02:10:10 -08:00
|
|
|
nokhwa = { version = "0.10", optional = true, features = ["input-native"] }
|
2024-12-10 18:56:40 -08:00
|
|
|
qrcode = { version = "0.14", optional = true, default-features = false }
|
2024-12-11 02:10:10 -08:00
|
|
|
rqrr = { version = "0.8", optional = true }
|
2024-12-10 18:56:40 -08:00
|
|
|
ur = { version = "0.4", optional = true }
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
# TUI
|
2024-09-10 15:58:04 -07:00
|
|
|
crossterm = { version = "0.28", optional = true, features = ["event-stream"] }
|
|
|
|
ratatui = { version = "0.28", optional = true }
|
2024-05-02 17:39:16 -07:00
|
|
|
roaring = { version = "0.10", optional = true }
|
2024-04-20 07:55:38 -07:00
|
|
|
tokio-util = { version = "0.7", optional = true }
|
2024-09-10 15:58:04 -07:00
|
|
|
tui-logger = { version = "0.12", optional = true, features = ["tracing-support"] }
|
2024-04-20 07:55:38 -07:00
|
|
|
|
|
|
|
[features]
|
2024-05-20 12:29:55 -07:00
|
|
|
default = ["transparent-inputs"]
|
2024-12-11 02:10:10 -08:00
|
|
|
pczt-qr = ["dep:nokhwa", "dep:qrcode", "dep:rqrr", "dep:ur"]
|
2024-05-20 12:29:55 -07:00
|
|
|
transparent-inputs = [
|
|
|
|
"zcash_client_sqlite/transparent-inputs",
|
|
|
|
]
|
2024-04-20 07:55:38 -07:00
|
|
|
tui = [
|
|
|
|
"dep:crossterm",
|
|
|
|
"dep:ratatui",
|
2024-05-02 17:39:16 -07:00
|
|
|
"dep:roaring",
|
2024-04-20 07:55:38 -07:00
|
|
|
"dep:tokio-util",
|
2024-04-20 14:39:38 -07:00
|
|
|
"dep:tui-logger",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
2024-12-07 17:39:52 -08:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2024-12-10 03:54:00 -08:00
|
|
|
orchard = { git = "https://github.com/zcash/orchard.git", rev = "bcd08e1d23e70c42a338f3e3f79d6f4c0c219805" }
|
|
|
|
pczt = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
sapling-crypto = { git = "https://github.com/zcash/sapling-crypto.git", rev = "29cff9683cdf2f0c522ff3224081dfb4fbc80248" }
|
|
|
|
zcash_address = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_client_backend = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_client_sqlite = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_keys = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_primitives = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_proofs = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zcash_protocol = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|
|
|
|
zip321 = { git = "https://github.com/zcash/librustzcash.git", rev = "1e274c892a11cd15f643f08ffa579166d60180bb" }
|