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"
|
2022-08-06 11:20:30 -07:00
|
|
|
version = "1.12.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]
|
2022-03-11 09:05:57 -08:00
|
|
|
Inflector = "0.11.4"
|
2021-03-12 18:37:39 -08:00
|
|
|
base64 = "0.13.0"
|
2022-08-31 15:39:12 -07:00
|
|
|
chrono = { version = "0.4.22", 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"
|
2022-08-05 14:11:17 -07:00
|
|
|
indicatif = "0.17.0"
|
2022-04-19 09:36:56 -07:00
|
|
|
pretty-hex = "0.3.0"
|
2022-08-09 11:49:52 -07:00
|
|
|
semver = "1.0.13"
|
2022-08-09 22:08:43 -07:00
|
|
|
serde = "1.0.143"
|
2022-08-10 08:45:42 -07:00
|
|
|
serde_json = "1.0.83"
|
2022-08-06 11:20:30 -07:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
|
|
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
|
|
|
|
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
|
2022-08-24 09:47:02 -07:00
|
|
|
solana-rpc-client-api = { path = "../rpc-client-api", version = "=1.12.0" }
|
2022-08-06 11:20:30 -07:00
|
|
|
solana-sdk = { path = "../sdk", version = "=1.12.0" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.12.0" }
|
|
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.12.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
|
|
|
|
2022-03-10 18:49:53 -08:00
|
|
|
[dev-dependencies]
|
|
|
|
ed25519-dalek = "=1.0.1"
|
|
|
|
|
2020-09-22 17:29:11 -07:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|