2019-11-11 16:42:08 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-clap-utils"
|
2021-12-04 00:18:04 -08:00
|
|
|
version = "1.10.0"
|
2019-11-11 16:42:08 -08:00
|
|
|
description = "Solana utilities for the clap"
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2019-11-11 16:42:08 -08:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-clap-utils"
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2019-11-11 16:42:08 -08:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.33.0"
|
2021-06-15 08:28:34 -07:00
|
|
|
rpassword = "5.0"
|
2021-12-04 00:18:04 -08:00
|
|
|
solana-perf = { path = "../perf", version = "=1.10.0" }
|
2021-12-06 14:32:59 -08:00
|
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.0", default-features = false}
|
2021-12-04 00:18:04 -08:00
|
|
|
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
2021-10-11 08:46:33 -07:00
|
|
|
thiserror = "1.0.30"
|
2021-09-30 12:19:12 -07:00
|
|
|
tiny-bip39 = "0.8.2"
|
2021-04-15 00:01:58 -07:00
|
|
|
uriparse = "0.6.3"
|
2021-06-23 13:54:50 -07:00
|
|
|
url = "2.2.2"
|
2019-12-19 14:37:47 -08:00
|
|
|
chrono = "0.4"
|
2019-11-11 16:42:08 -08:00
|
|
|
|
2021-04-29 00:42:21 -07:00
|
|
|
[dev-dependencies]
|
2022-01-09 11:26:08 -08:00
|
|
|
tempfile = "3.3.0"
|
2021-04-29 00:42:21 -07:00
|
|
|
|
2019-11-11 16:42:08 -08:00
|
|
|
[lib]
|
|
|
|
name = "solana_clap_utils"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|