sbpf-runtime 0.2.4

Lightweight runtime for sBPF programs
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-runtime"
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 runtime for sBPF programs"
readme = false
keywords = [
    "solana",
    "bpf",
    "vm",
    "runtime",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/blueshift-gg/sbpf"

[lib]
name = "sbpf_runtime"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1.8.5"
features = ["traits-preview"]

[dependencies.bs58]
version = "0.5"

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

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

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

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

[dependencies.sha2]
version = "0.11.0"

[dependencies.sha3]
version = "0.12.0"

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

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

[dependencies.solana-clock]
version = "3.1.1"

[dependencies.solana-epoch-schedule]
version = "3.2.0"

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

[dependencies.solana-last-restart-slot]
version = "3.1.0"

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

[dependencies.solana-system-interface]
version = "3.2.0"
features = ["wincode"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wincode]
version = "0.5.5"

[dev-dependencies.mollusk-svm]
version = "0.14.0"

[dev-dependencies.mollusk-svm-programs-token]
version = "0.14.0"

[dev-dependencies.solana-program-pack]
version = "3.1.0"

[dev-dependencies.spl-associated-token-account-interface]
version = "2.0.0"

[dev-dependencies.spl-token-interface]
version = "2.0.0"