# 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-account-balance" version = "0.1.0" authors = ["Rijul Gulati "] description = "Library crate to fetch Account Balance from Solana Clusters (Mainnet/Testnet/Devnet)." readme = "README.md" keywords = ["solana", "blockchain"] license = "MIT" repository = "https://github.com/RijulGulati/solana-account-balance" resolver = "2" [dependencies.solana-client] version = "1.10.8" [dependencies.solana-sdk] version = "1.10.8"