sbpf-assembler 0.2.4

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

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

[[test]]
name = "debug"
path = "tests/debug.rs"

[[test]]
name = "regression"
path = "tests/regression.rs"

[[test]]
name = "syntax"
path = "tests/syntax.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.codespan]
version = "0.13.1"

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

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

[dependencies.num-traits]
version = "0.2"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.phf]
version = "0.13.1"

[dependencies.phf_macros]
version = "0.13.1"

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

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

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

[dependencies.sbpf-syscall-map]
version = "0.2.4"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.blake3]
version = "1"

[dev-dependencies.object]
version = "0.39.1"

[dev-dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.toml]
version = "0.8"

[target.'cfg(target_arch = "wasm32")'.dependencies.serde]
version = "1.0.219"
features = ["derive"]

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

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