# 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 = "de-solana-client" version = "0.4.0" authors = [ "cyphersnake ", "shinkarenko ", ] publish = true description = "Provides various utilities for working with Solana blockchain RPC" keywords = [ "solana", "anchor", "blockchain", "utilities", ] license = "MIT" [dependencies.async-trait] version = "0.1.56" [dependencies.base58] version = "0.2.0" [dependencies.itertools] version = "0.10.5" [dependencies.reqwest] version = "0.11.11" [dependencies.solana-account-decoder] version = "1.17.0" [dependencies.solana-client] version = "1.17.0" [dependencies.solana-sdk] version = "1.17.0" [dependencies.solana-transaction-status] version = "1.17.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.14.1" features = ["full"] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.11" [dev-dependencies.dirs] version = "4.0.0" [dev-dependencies.serde_json] version = "1.0.85" [dev-dependencies.spl-memo] version = "3.0.1"