# 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-geyser-plugin-scaffold" version = "1.11.2" authors = ["mwrites "] description = "The simplest Solana Geyser Plugin ever" readme = "README.md" keywords = [ "solana", "geyser", "plugin", "solana-geyser-plugin", ] license = "Apache-2.0" repository = "https://github.com/mwrites/solana-geyser-plugin-scaffold" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bs58] version = "0.4.0" [dependencies.log] version = "0.4.14" [dependencies.solana-geyser-plugin-interface] version = "=1.11.1" [dependencies.solana-logger] version = "=1.11.1"