# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cw-multi-test" version = "2.2.0" authors = [ "Ethan Frey ", "Dariusz Depta ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing tools for multi-contract interactions" homepage = "https://cosmwasm.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-multi-test" [package.metadata.docs.rs] all-features = true [lib] name = "cw_multi_test" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.bech32] version = "0.11.0" [dependencies.cosmwasm-schema] version = "2.1.4" [dependencies.cosmwasm-std] version = "2.1.4" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.prost] version = "0.13.3" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.214" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.once_cell] version = "1.20.2" [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", ] 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", ] default = [] staking = ["cosmwasm-std/staking"] stargate = ["cosmwasm-std/stargate"]