litesvm-loader 0.12.0

Helpers for working with bpf_loader and LiteSVM
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 = "2021"
rust-version = "1.86.0"
name = "litesvm-loader"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for working with bpf_loader and LiteSVM"
readme = false
license = "Apache-2.0"
repository = "https://github.com/LiteSVM/litesvm"

[lib]
name = "litesvm_loader"
path = "src/lib.rs"
test = false
doctest = false

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

[dependencies.litesvm]
version = "0.12"

[dependencies.solana-address]
version = "2.6"

[dependencies.solana-keypair]
version = "3.1"

[dependencies.solana-loader-v3-interface]
version = "6.1.0"
features = ["bincode"]

[dependencies.solana-signer]
version = "3.0"

[dependencies.solana-transaction]
version = "3.0"

[dev-dependencies.agave-feature-set]
version = "3.1.0"

[dev-dependencies.solana-instruction]
version = "3.4"

[dev-dependencies.solana-message]
version = "3.1"

[dev-dependencies.test-log]
version = "0.2"

[lints.clippy]
result_large_err = "allow"