solana-connection-cache 4.0.3

Solana Connection Cache
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-connection-cache"
version = "4.0.3"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Connection Cache"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-connection-cache"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[features]
agave-unstable-api = []

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bincode]
version = "1.3.3"

[dependencies.crossbeam-channel]
version = "0.5.15"

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

[dependencies.indexmap]
version = "2.13.0"

[dependencies.indicatif]
version = "0.18.4"
optional = true

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.9.2"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.solana-measure]
version = "=4.0.3"
features = ["agave-unstable-api"]

[dependencies.solana-metrics]
version = "=4.0.3"
features = ["agave-unstable-api"]

[dependencies.solana-time-utils]
version = "3.0.0"

[dependencies.solana-transaction-error]
version = ">=3.0.0,<3.2.0"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.agave-logger]
version = "=4.0.3"
features = ["agave-unstable-api"]

[dev-dependencies.rand_chacha]
version = "0.9.0"

[dev-dependencies.solana-net-utils]
version = "=4.0.3"
features = ["agave-unstable-api"]