# 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 = "verify-buffer-integrity" version = "0.2.0" description = "Utility CLI for verifying that data in a solana account matches a given file" license = "MIT OR Apache-2.0" [[bin]] name = "vbi" path = "src/main.rs" [dependencies.bs58] version = "0.5.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.solana-client] version = "1.18.9" [dependencies.solana-sdk] version = "1.18.9"