validator_args 0.8.0

Helper tools for the `solana-test-validator`
[package]
name = "validator_args"
version = "0.8.0"
edition = "2021"
authors = ["Sammy Harris <sammy@staratlas.com>"]
description = "Helper tools for the `solana-test-validator`"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = "1"
toml = { version = "0.7.6" }
serde = { version = "1", features = ["derive"] }
glob = "0.3.1"
serde_json = "1"
clap = {version = "4.4.2", features = ["derive"]}
flate2 = "1"
solana-sdk = "1.16.9"
solana-client = "1.16.9"
base64 = "0.21.2"
solana-account-decoder = "1.16.9"
anchor-syn = { version = "0.25.0" , features = ["idl"] }
futures = "0.3.28"