2020-09-22 17:29:11 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-cli-output"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-cli-output"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2020-09-22 17:29:11 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
Inflector = { workspace = true }
|
|
|
|
base64 = { workspace = true }
|
|
|
|
chrono = { workspace = true, features = ["default", "serde"] }
|
2021-07-27 21:21:23 -07:00
|
|
|
clap = "2.33.0"
|
2023-02-23 06:01:54 -08:00
|
|
|
console = { workspace = true }
|
|
|
|
humantime = { workspace = true }
|
|
|
|
indicatif = { workspace = true }
|
|
|
|
pretty-hex = { workspace = true }
|
|
|
|
semver = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
solana-account-decoder = { workspace = true }
|
|
|
|
solana-clap-utils = { workspace = true }
|
|
|
|
solana-cli-config = { workspace = true }
|
|
|
|
solana-rpc-client-api = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
solana-transaction-status = { workspace = true }
|
|
|
|
solana-vote-program = { workspace = true }
|
|
|
|
spl-memo = { workspace = true, features = ["no-entrypoint"] }
|
2020-09-22 17:29:11 -07:00
|
|
|
|
2022-03-10 18:49:53 -08:00
|
|
|
[dev-dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
ed25519-dalek = { workspace = true }
|
2022-03-10 18:49:53 -08:00
|
|
|
|
2020-09-22 17:29:11 -07:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|