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