# 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 = "geyser-gpa" version = "0.1.2" description = "get_program_accounts from redis geyser plugin" license = "MIT OR Apache-2.0" resolver = "1" [lib] name = "geyser_gpa" path = "src/lib.rs" [dependencies.redis] version = "0.23.3" [dependencies.solana-account-decoder] version = "1.14.16" [dependencies.solana-client] version = "1.14.16" [dependencies.solana-program] version = "1.14.16" [dependencies.solana-sdk] version = "1.14.16"