2019-11-11 16:42:08 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-clap-utils"
|
|
|
|
description = "Solana utilities for the clap"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-clap-utils"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2019-11-11 16:42:08 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
chrono = { workspace = true, features = ["default"] }
|
2019-11-11 16:42:08 -08:00
|
|
|
clap = "2.33.0"
|
2023-02-23 06:01:54 -08:00
|
|
|
rpassword = { workspace = true }
|
|
|
|
solana-remote-wallet = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
tiny-bip39 = { workspace = true }
|
|
|
|
uriparse = { workspace = true }
|
|
|
|
url = { workspace = true }
|
2019-11-11 16:42:08 -08:00
|
|
|
|
2021-04-29 00:42:21 -07:00
|
|
|
[dev-dependencies]
|
2023-08-30 10:48:27 -07:00
|
|
|
assert_matches = { workspace = true }
|
2023-02-23 06:01:54 -08:00
|
|
|
tempfile = { workspace = true }
|
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"]
|