rhaki-cw-multi-test 0.16.51

Test helpers for multi-contract interactions
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.cosmwasm-std]
features = ["staking", "stargate"]
version = "1.3"

[dependencies.cw-storage-plus]
version = "1.1"

[dependencies.cw-utils]
version = "1.0"

[dependencies.derivative]
version = "2"

[dependencies.itertools]
version = "0.11"

[dependencies.prost]
version = "0.11"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0.105"

[features]
backtrace = ["anyhow/backtrace"]
cosmwasm_1_1 = ["cosmwasm-std/cosmwasm_1_1"]
cosmwasm_1_2 = ["cosmwasm_1_1", "cosmwasm-std/cosmwasm_1_2"]
cosmwasm_1_3 = ["cosmwasm_1_2", "cosmwasm-std/cosmwasm_1_3"]
default = ["iterator", "staking", "cosmwasm_1_1"]
iterator = ["cosmwasm-std/iterator"]
multitest_api_1_0 = []
staking = ["cosmwasm-std/staking"]
stargate = ["cosmwasm-std/stargate"]

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "Test helpers for multi-contract interactions"
edition = "2021"
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "rhaki-cw-multi-test"
readme = "README.md"
repository = "https://github.com/CosmWasm/cw-multi-test"
version = "0.16.51"