2020-09-22 17:29:11 -07:00
|
|
|
[package]
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
|
|
edition = "2018"
|
|
|
|
name = "solana-cli-output"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2021-05-27 08:51:53 -07:00
|
|
|
version = "1.8.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-05-27 11:55:27 -07:00
|
|
|
console = "0.14.1"
|
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"
|
2021-05-31 15:41:25 -07:00
|
|
|
serde = "1.0.126"
|
2020-09-22 17:29:11 -07:00
|
|
|
serde_derive = "1.0.103"
|
2021-06-04 10:45:26 -07:00
|
|
|
serde_json = "1.0.64"
|
2021-05-27 08:51:53 -07:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
|
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
|
|
|
|
solana-client = { path = "../client", version = "=1.8.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
|
|
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.8.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"]
|