solana-cli-config 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-config"
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-config"
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_config"
path = "src/lib.rs"

[dependencies.dirs-next]
version = "2.0.0"

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

[dependencies.serde_yaml]
version = "0.9.34"

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

[dependencies.solana-commitment-config]
version = "3.0.0"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.anyhow]
version = "1.0.100"