2019-11-11 16:42:08 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-clap-utils"
|
2021-05-27 08:51:53 -07:00
|
|
|
version = "1.8.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"
|
2019-11-11 16:42:08 -08:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.33.0"
|
2021-06-15 08:28:34 -07:00
|
|
|
rpassword = "5.0"
|
2021-05-27 08:51:53 -07:00
|
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
2021-06-15 08:27:47 -07:00
|
|
|
thiserror = "1.0.25"
|
2021-02-04 23:21:53 -08:00
|
|
|
tiny-bip39 = "0.8.0"
|
2021-04-15 00:01:58 -07:00
|
|
|
uriparse = "0.6.3"
|
2019-11-11 16:42:08 -08:00
|
|
|
url = "2.1.0"
|
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]
|
2021-05-31 11:05:07 -07:00
|
|
|
tempfile = "3.2.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"]
|