clone-solana-program-test 2.2.12

Solana Program Test Framework
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"
name = "clone-solana-program-test"
version = "2.2.12"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Program Test Framework"
homepage = "https://anza.xyz/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[lib]
name = "clone_solana_program_test"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.assert_matches]
version = "1.5.0"

[dependencies.async-trait]
version = "0.1.86"

[dependencies.base64]
version = "0.22.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.chrono-humanize]
version = "0.2.3"

[dependencies.clone-agave-feature-set]
version = "=2.2.12"

[dependencies.clone-solana-accounts-db]
version = "=2.2.12"

[dependencies.clone-solana-banks-client]
version = "=2.2.12"

[dependencies.clone-solana-banks-interface]
version = "=2.2.12"

[dependencies.clone-solana-banks-server]
version = "=2.2.12"

[dependencies.clone-solana-bpf-loader-program]
version = "=2.2.12"

[dependencies.clone-solana-compute-budget]
version = "=2.2.12"

[dependencies.clone-solana-inline-spl]
version = "=2.2.12"

[dependencies.clone-solana-instruction]
version = "2.2.1"

[dependencies.clone-solana-log-collector]
version = "=2.2.12"

[dependencies.clone-solana-logger]
version = "2.3.1"

[dependencies.clone-solana-program-runtime]
version = "=2.2.12"

[dependencies.clone-solana-runtime]
version = "=2.2.12"

[dependencies.clone-solana-sdk]
version = "2.2.2"

[dependencies.clone-solana-sdk-ids]
version = "2.2.1"

[dependencies.clone-solana-svm]
version = "=2.2.12"

[dependencies.clone-solana-timings]
version = "=2.2.12"

[dependencies.clone-solana-transaction-context]
version = "=2.2.12"
features = [
    "bincode",
    "debug-signature",
]

[dependencies.clone-solana-vote-program]
version = "=2.2.12"
default-features = false

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.log]
version = "0.4.25"

[dependencies.serde]
version = "1.0.217"

[dependencies.solana-sbpf]
version = "=0.10.0"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dev-dependencies.clone-solana-stake-program]
version = "=2.2.12"

[dev-dependencies.test-case]
version = "3.3.1"