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-03-21 15:40:50 -07:00
|
|
|
version = "1.11.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"
|
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"
|
2021-06-01 10:38:02 -07:00
|
|
|
indicatif = "0.16.2"
|
2022-04-19 09:36:56 -07:00
|
|
|
pretty-hex = "0.3.0"
|
2022-05-04 14:56:34 -07:00
|
|
|
semver = "1.0.9"
|
2022-05-03 21:14:59 -07:00
|
|
|
serde = "1.0.137"
|
2022-05-04 13:57:38 -07:00
|
|
|
serde_json = "1.0.81"
|
2022-03-21 15:40:50 -07:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
|
|
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
|
2022-04-11 11:56:51 -07:00
|
|
|
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }
|
2022-03-21 15:40:50 -07:00
|
|
|
solana-client = { path = "../client", version = "=1.11.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.11.0" }
|
|
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.11.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"]
|