[dependencies.assert_matches]
version = "1.5.0"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.base64]
version = "0.22.1"
[dependencies.bincode]
version = "1.3.3"
[dependencies.chrono-humanize]
version = "0.2.3"
[dependencies.crossbeam-channel]
version = "0.5.13"
[dependencies.log]
version = "0.4.22"
[dependencies.serde]
version = "1.0.213"
[dependencies.solana-accounts-db]
version = "=2.1.2"
[dependencies.solana-banks-client]
version = "=2.1.2"
[dependencies.solana-banks-interface]
version = "=2.1.2"
[dependencies.solana-banks-server]
version = "=2.1.2"
[dependencies.solana-bpf-loader-program]
version = "=2.1.2"
[dependencies.solana-compute-budget]
version = "=2.1.2"
[dependencies.solana-feature-set]
version = "=2.1.2"
[dependencies.solana-inline-spl]
version = "=2.1.2"
[dependencies.solana-instruction]
default-features = false
version = "=2.1.2"
[dependencies.solana-log-collector]
version = "=2.1.2"
[dependencies.solana-logger]
version = "=2.1.2"
[dependencies.solana-program-runtime]
version = "=2.1.2"
[dependencies.solana-runtime]
version = "=2.1.2"
[dependencies.solana-sdk]
version = "=2.1.2"
[dependencies.solana-svm]
version = "=2.1.2"
[dependencies.solana-timings]
version = "=2.1.2"
[dependencies.solana-vote-program]
version = "=2.1.2"
[dependencies.solana_rbpf]
version = "=0.8.5"
[dependencies.thiserror]
version = "1.0.65"
[dependencies.tokio]
features = ["full"]
version = "1.29.1"
[dev-dependencies.solana-stake-program]
version = "=2.1.2"
[dev-dependencies.test-case]
version = "3.3.1"
[lib]
name = "solana_program_test"
path = "src/lib.rs"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Solana Program Test Framework"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-program-test"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[[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"