-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
23 lines (22 loc) · 862 Bytes
/
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
[package]
name = "platform-cli"
version = "0.1.5"
edition = "2021"
[dependencies]
dpp = { git = "https://github.com/dashpay/platform", branch = "fix/address-list-error" , features = ["state-transition-signing", "data-contract-value-conversion"]}
rs-dapi-client = { git = "https://github.com/dashpay/platform", branch = "fix/address-list-error" }
dapi-grpc = { git = "https://github.com/dashpay/platform", branch = "fix/address-list-error" }
simple-signer = { git = "https://github.com/dashpay/platform", branch = "fix/address-list-error" }
clap = { version = "4.5.19", features = ["derive"] }
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
http = "1.1.0"
hex = "0.4.3"
tonic-build = "0.12.3"
tonic = "0.12.3"
base64 = "0.21.2"
sha256 = "1.4.0"
rand = "0.8.5"
getrandom = "0.2.15"
anyhow = "1.0.89"
log = "0.4.22"
regex = "1.11.0"