solana-test-utils 0.1.19

Helper crate that can be used when writing tests against Solana (and more specifically Anchor) programs.
Documentation
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.21.0"

[dependencies.anchor-spl]
version = "0.21.0"

[dependencies.bincode]
version = "1.3.2"

[dependencies.borsh]
version = "0.9"

[dependencies.futures]
version = "0.3"

[dependencies.rs_merkle]
version = "1.1.0"

[dependencies.solana-program-runtime]
version = "1.9.6"

[dependencies.solana-program-test]
version = "1.8.0"

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

[dependencies.spl-associated-token-account]
features = ["no-entrypoint"]
version = "1.0.3"

[dependencies.spl-token]
features = ["no-entrypoint"]
version = "3.1.1"

[package]
authors = ["Pavlos Polianidis <info@apocentre.com>"]
description = "Helper crate that can be used when writing tests against Solana (and more specifically Anchor) programs."
documentation = "https://docs.rs/solana-test-utils/"
edition = "2018"
homepage = "https://github.com/Apocentre/solana-test-utils"
keywords = ["solana", "blockchain", "test", "anchor"]
license-file = "LICENSE"
name = "solana-test-utils"
readme = "README.md"
repository = "https://github.com/Apocentre/solana-safe-math"
version = "0.1.19"