[dependencies.cosmwasm-std]
default-features = false
features = ["cosmwasm_2_1", "stargate", "std"]
version = "2.1.0"
[dependencies.provwasm-common]
version = "0.1.0"
[dependencies.provwasm-std]
version = "2.3.0"
[dependencies.schemars]
version = "0.8.16"
[dependencies.serde]
default-features = false
features = ["derive", "derive"]
version = "1.0.197"
[package]
authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"]
categories = ["development-tools::testing", "cryptography::cryptocurrencies", "wasm"]
description = "Rust mocks that enable unit testing of CosmWasm smart contracts that interact with custom modules in the Provenance Blockchain"
edition = "2021"
keywords = ["provenance", "blockchain", "smart-contracts", "defi", "finance"]
license = "Apache-2.0"
name = "provwasm-mocks"
readme = "README.md"
repository = "https://github.com/provenance-io/provwasm"
version = "2.3.0"