2020-09-22 17:29:11 -07:00
|
|
|
[package]
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2020-09-22 17:29:11 -07:00
|
|
|
name = "solana-cli-output"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2021-12-04 00:18:04 -08:00
|
|
|
version = "1.10.0"
|
2020-09-22 17:29:11 -07: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-cli-output"
|
2020-09-22 17:29:11 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2021-03-12 18:37:39 -08:00
|
|
|
base64 = "0.13.0"
|
2020-09-22 17:29:11 -07:00
|
|
|
chrono = { version = "0.4.11", features = ["serde"] }
|
2021-07-27 21:21:23 -07:00
|
|
|
clap = "2.33.0"
|
2021-10-20 14:43:46 -07:00
|
|
|
console = "0.15.0"
|
2020-09-22 17:29:11 -07:00
|
|
|
humantime = "2.0.1"
|
|
|
|
Inflector = "0.11.4"
|
2021-06-01 10:38:02 -07:00
|
|
|
indicatif = "0.16.2"
|
2022-01-28 11:20:37 -08:00
|
|
|
serde = "1.0.136"
|
2022-01-26 17:01:02 -08:00
|
|
|
serde_json = "1.0.78"
|
2021-12-04 00:18:04 -08:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.10.0" }
|
|
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" }
|
|
|
|
solana-client = { path = "../client", version = "=1.10.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" }
|
|
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.10.0" }
|
2021-04-05 13:53:50 -07:00
|
|
|
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
|
2020-09-22 17:29:11 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|