testsvm-assertions 0.1.1

Assertion helpers for testing transaction results in TestSVM
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.litesvm]
version = "0.6.1"

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

[dependencies.testsvm-core]
version = "0.2.0"

[dependencies.testsvm-spl]
version = "0.1.1"

[dev-dependencies.anchor-spl]
features = ["token"]
version = "0.31.1"

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

[package]
authors = ["Ian Macalinao <me@ianm.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Assertion helpers for testing transaction results in TestSVM"
documentation = "https://docs.rs/testsvm-assertions"
edition = "2024"
homepage = "https://github.com/macalinao/testsvm"
keywords = ["ian-macalinao", "solana", "svm", "assertions", "testsvm"]
license = "Apache-2.0"
name = "testsvm-assertions"
readme = "README.md"
repository = "https://github.com/macalinao/testsvm"
resolver = "2"
version = "0.1.1"