solana-cli-output 3.1.8

Blockchain, Rebuilt for Scale
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "solana-cli-output"
version = "3.1.8"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blockchain, Rebuilt for Scale"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-cli-output"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
agave-unstable-api = []

[lib]
name = "solana_cli_output"
path = "src/lib.rs"

[dependencies.Inflector]
version = "0.11.4"

[dependencies.agave-reserved-account-keys]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"
features = [
    "default",
    "serde",
]
default-features = false

[dependencies.clap]
version = "2.33.0"

[dependencies.console]
version = "0.16.1"

[dependencies.humantime]
version = "2.3.0"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.pretty-hex]
version = "0.3.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.solana-account]
version = "3.2.0"

[dependencies.solana-account-decoder]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-bincode]
version = "3.0.0"

[dependencies.solana-clap-utils]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-cli-config]
version = "=3.1.8"

[dependencies.solana-clock]
version = "3.0.0"

[dependencies.solana-epoch-info]
version = "3.0.0"
features = ["serde"]

[dependencies.solana-hash]
version = "3.1.0"

[dependencies.solana-message]
version = "3.0.1"

[dependencies.solana-packet]
version = "3.0.0"

[dependencies.solana-pubkey]
version = "3.0.0"
default-features = false

[dependencies.solana-rpc-client-api]
version = "=3.1.8"

[dependencies.solana-sdk-ids]
version = "3.0.0"

[dependencies.solana-signature]
version = "3.1.0"
default-features = false

[dependencies.solana-stake-interface]
version = "2.0.1"

[dependencies.solana-system-interface]
version = "2.0"

[dependencies.solana-transaction]
version = "3.0.2"
features = ["verify"]

[dependencies.solana-transaction-error]
version = "3.0.0"

[dependencies.solana-transaction-status]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-transaction-status-client-types]
version = "=3.1.8"
features = ["agave-unstable-api"]

[dependencies.solana-vote-program]
version = "=3.1.8"
features = ["agave-unstable-api"]
default-features = false

[dependencies.spl-memo-interface]
version = "2.0.0"

[dev-dependencies.ed25519-dalek]
version = "=1.0.1"

[dev-dependencies.solana-keypair]
version = "3.0.1"

[dev-dependencies.solana-signer]
version = "3.0.0"

[dev-dependencies.solana-transaction-context]
version = "=3.1.8"
features = [
    "agave-unstable-api",
    "bincode",
]