sbpf 0.2.4

A complete toolchain for building and deploying Solana BPF assembly programs
# 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"
version = "0.2.4"
authors = [
    "Dean Little <dean@blueshift.gg>",
    "Claire Fan <claire@blueshift.gg>",
    "Bidhan A",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete toolchain for building and deploying Solana BPF assembly programs"
readme = "README.md"
keywords = [
    "solana",
    "bpf",
    "blockchain",
    "assembler",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/blueshift-gg/sbpf"

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

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

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.codespan-reporting]
version = "0.13.1"

[dependencies.ed25519-dalek]
version = "3.0.0"
features = ["rand_core"]

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

[dependencies.rand]
version = "0.10.2"

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

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

[dependencies.sbpf-debugger]
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.termcolor]
version = "1.4"

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

[build-dependencies.toml]
version = "1.1.3"