solana-rpc-client-api 4.1.2

Solana Client Common Utilities
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-rpc-client-api"
version = "4.1.2"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Client Common Utilities"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-rpc-client-api"
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_rpc_client_api"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.jsonrpc-core]
version = "18.0.0"

[dependencies.reqwest]
version = "0.12.28"
features = ["rustls-tls"]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4.2"

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.solana-rpc-client-types]
version = "=4.1.2"

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

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

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

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.test-case]
version = "3.3.1"