anchor-client 1.0.2

An RPC client to interact with Anchor programs
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 = "anchor-client"
version = "1.0.2"
authors = ["Anchor Maintainers <accounts@200ms.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An RPC client to interact with Anchor programs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/solana-foundation/anchor"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = []
debug = []
mock = []

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

[dependencies.anchor-lang]
version = "1.0.2"

[dependencies.anyhow]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1"

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

[dependencies.solana-account]
version = "3.2.0"

[dependencies.solana-account-decoder]
version = "3.0.14"

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

[dependencies.solana-hash]
version = "3.1.0"
features = [
    "bytemuck",
    "serde",
    "std",
]

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

[dependencies.solana-pubsub-client]
version = "3.0.14"

[dependencies.solana-rpc-client]
version = "3.0.14"

[dependencies.solana-rpc-client-api]
version = "3.0.14"

[dependencies.solana-signature]
version = "3.3.0"

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

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]

[dependencies.url]
version = "2"

[dev-dependencies.solana-keypair]
version = "3.0.1"

[dev-dependencies.tokio-tungstenite]
version = "0.28"