[package] name = "abstract-cw-multi-test" version = "2.2.4" authors = [ "Ethan Frey ", "Dariusz Depta ", ] description = "Testing tools for multi-contract interactions" repository = "https://github.com/CosmWasm/cw-multi-test" homepage = "https://cosmwasm.com" license = "Apache-2.0" edition = "2021" [package.metadata.docs.rs] all-features = true [features] default = ["staking", "stargate"] backtrace = ["anyhow/backtrace"] staking = ["cosmwasm-std/staking"] stargate = ["cosmwasm-std/stargate"] 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"] cosmwasm_1_4 = ["cosmwasm_1_3", "cosmwasm-std/cosmwasm_1_4"] cosmwasm_2_0 = ["cosmwasm_1_4", "cosmwasm-std/cosmwasm_2_0"] cosmwasm_2_1 = ["cosmwasm_2_0", "cosmwasm-std/cosmwasm_2_1"] [dependencies] anyhow = "1.0.89" bech32 = "0.11.0" cosmwasm-schema = "2.1.4" cosmwasm-std = "2.1.4" cw-storage-plus = "2.0.0" cw-utils = "2.0.0" itertools = "0.13.0" prost = "0.13.3" schemars = "0.8.21" serde = "1.0.210" sha2 = "0.10.8" thiserror = "1.0.64" serde_json = "1.0.40" log = "0.4.20" cw20-ics20 = "2.0.0" hex = "0.4.3" tiny-keccak = { version = "2.0.2", features = ["keccak"] } [dev-dependencies] hex = "0.4.3" hex-literal = "0.4.1" once_cell = "1.20.2" cw-multi-test = { package = "abstract-cw-multi-test", path = "./", version = "2.1.0" }