# 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-explorer-cli" version = "0.1.1" authors = ["Dmitry Shvetsov "] description = "Command line interface to explorer solana blockchain state" homepage = "https://github.com/dmshvetsov/solana-explorer-cli" readme = "README.md" keywords = [ "cli", "solana", "explorer", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dmshvetsov/solana-explorer-cli" [[bin]] name = "se" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.solana-client] version = "1.18.16" [dependencies.solana-sdk] version = "1.18.16" [dependencies.spl-token] version = "4.0.0"