Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.1.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.5...v3.1.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
833 B
TOML
32 lines
833 B
TOML
[package]
|
|
name = "solana-clap-utils"
|
|
version = "1.10.1"
|
|
description = "Solana utilities for the clap"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-clap-utils"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = "3.1.5"
|
|
rpassword = "5.0"
|
|
solana-perf = { path = "../perf", version = "=1.10.1" }
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.1", default-features = false}
|
|
solana-sdk = { path = "../sdk", version = "=1.10.1" }
|
|
thiserror = "1.0.30"
|
|
tiny-bip39 = "0.8.2"
|
|
uriparse = "0.6.3"
|
|
url = "2.2.2"
|
|
chrono = "0.4"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.3.0"
|
|
|
|
[lib]
|
|
name = "solana_clap_utils"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|