solana-program-dumper 0.1.0

Dump a Solana program's executable (.so) and every account it owns, in one command.
# 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-program-dumper"
version = "0.1.0"
build = false
include = [
    "/src",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dump a Solana program's executable (.so) and every account it owns, in one command."
readme = "README.md"
keywords = [
    "solana",
    "dump",
    "reverse-engineering",
    "rpc",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AyushAgrawal-A2/solana-program-dumper"

[[bin]]
name = "soldump"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.3"
features = ["derive"]

[dependencies.solana-account-decoder-client-types]
version = "4.1.2"

[dependencies.solana-address]
version = "2.6.1"

[dependencies.solana-client]
version = "4.1.2"