# 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 = "lightweight-solana-client" version = "0.1.3" description = "Lightweight unifying client for RPC + BanksClient" readme = "README.md" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.async-trait] version = "0.1.52" [dependencies.bincode] version = "1.3.3" [dependencies.itertools] version = "0.10.3" [dependencies.solana-client] version = "1.10.32" [dependencies.solana-logger] version = "1.10.32" [dependencies.solana-program] version = "1.10.32" [dependencies.solana-program-test] version = "1.10.32" [dependencies.solana-sdk] version = "1.10.32" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.6" features = ["macros"]