litesvm-utils 0.4.0

Test helpers for LiteSVM - one-line token operations, assertions, and account management
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 = "litesvm-utils"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test helpers for LiteSVM - one-line token operations, assertions, and account management"
documentation = "https://docs.rs/litesvm-utils"
readme = "README.md"
keywords = [
    "solana",
    "litesvm",
    "testing",
    "blockchain",
    "utilities",
]
license = "MIT"
repository = "https://github.com/brimigs/anchor-litesvm"

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

[dependencies.litesvm]
version = "0.11.0"

[dependencies.litesvm-token]
version = "0.11.0"

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

[dependencies.solana-program]
version = "3.0.0"

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

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

[dependencies.solana-system-interface]
version = "2.0.0"
features = ["bincode"]

[dependencies.solana-transaction]
version = "3.0.1"
features = ["bincode"]

[dependencies.spl-associated-token-account]
version = "8.0.0"

[dependencies.spl-token]
version = "9.0.0"

[dependencies.thiserror]
version = "2.0.18"