[dependencies.cosmwasm-std]
default-features = false
features = ["cosmwasm_2_1", "stargate", "std"]
version = "2.2.2"
[dependencies.provwasm-common]
version = "0.3.1"
[dependencies.serde]
default-features = false
features = ["derive", "derive"]
version = "1.0.197"
[lib]
name = "provwasm_mocks"
path = "src/lib.rs"
[package]
authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.8.0"