sbpf-disassembler 0.2.3

Disassembler 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-disassembler"
version = "0.2.3"
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 = "Disassembler for SBPF (Solana BPF) bytecode"
readme = false
keywords = [
    "solana",
    "bpf",
    "disassembler",
    "blockchain",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/blueshift-gg/sbpf"

[lib]
name = "sbpf_disassembler"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

[dependencies.object]
version = "0.39.1"

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.hex-literal]
version = "1.1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.110"
features = ["serde-serialize"]