# 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-client-helpers" version = "1.1.0" authors = ["Alexander XX "] description = "Helpers for Solana RPC-client" readme = "README.md" keywords = ["solana", "rpc", "client", "helper"] categories = ["network-programming", "web-programming::http-client"] license = "MIT" repository = "https://github.com/p2p-org/solana-client-helpers.git" resolver = "2" [dependencies.solana-client] version = "1.9" [dependencies.solana-sdk] version = "1.9" [dependencies.spl-associated-token-account] version = "1.0" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.2" features = ["no-entrypoint"] [dependencies.spl-token-swap] version = "2.1" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0"