solana-validator-optimizer 1.2.2

Optimized Solana validator tool with snapshot prefetching, RPC caching, and Prometheus metrics.
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-validator-optimizer"
version = "1.2.2"
authors = ["Orlando D. Trajano <orlychikka@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optimized Solana validator tool with snapshot prefetching, RPC caching, and Prometheus metrics."
homepage = "https://github.com/0rlych1kk4/solana-validator-optimizer"
documentation = "https://docs.rs/solana-validator-optimizer"
readme = "README.md"
keywords = [
    "solana",
    "validator",
    "rpc",
    "prometheus",
    "metrics",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/0rlych1kk4/solana-validator-optimizer"

[features]
default = []
pro = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.config]
version = "0.13"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures-util]
version = "0.3"

[dependencies.hyper]
version = "1"
features = ["full"]

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.10"

[dependencies.once_cell]
version = "1.19"

[dependencies.prometheus]
version = "0.13"

[dependencies.rayon]
version = "1.7"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "gzip",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

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

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

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

[dependencies.tokio]
version = "1"
features = ["full"]