sbpf-debugger 0.2.4

Lightweight debugger for SBPF (Solana BPF) bytecode
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "sbpf-debugger"
version = "0.2.4"
authors = [
    "Dean Little <dean@blueshift.gg>",
    "Claire Fan <claire@blueshift.gg>",
    "Bidhan A",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight debugger for SBPF (Solana BPF) bytecode"
readme = false
keywords = [
    "solana",
    "bpf",
    "vm",
    "blockchain",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/blueshift-gg/sbpf"

[lib]
name = "sbpf_debugger"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bs58]
version = "0.5"

[dependencies.either]
version = "1.16.0"
features = ["serde"]

[dependencies.gimli]
version = "0.33.0"
features = ["write"]

[dependencies.object]
version = "0.39.1"

[dependencies.sbpf-assembler]
version = "0.2.4"

[dependencies.sbpf-common]
version = "0.2.4"

[dependencies.sbpf-disassembler]
version = "0.2.4"

[dependencies.sbpf-runtime]
version = "0.2.4"

[dependencies.sbpf-vm]
version = "0.2.4"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.solana-account]
version = "4.3.0"

[dependencies.solana-address]
version = "2.6.1"
features = [
    "atomic",
    "decode",
    "curve25519",
]

[dependencies.solana-instruction]
version = "3.4.0"

[dependencies.thiserror]
version = "2.0.18"