# 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 = "0.30.1" authors = ["Anchor Maintainers "] description = "An RPC client to interact with Anchor programs" license = "Apache-2.0" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anchor-lang] version = "0.30.1" [dependencies.anyhow] version = "1" [dependencies.futures] version = "0.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.solana-account-decoder] version = "1.17.3" [dependencies.solana-client] version = "1.17.3" [dependencies.solana-sdk] version = "1.17.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "sync", ] [dependencies.url] version = "2" [features] async = [] debug = []