# 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 = "rhaki-cw-multi-test" version = "2.0.0" authors = [ "Ethan Frey ", "Dariusz Depta ", ] 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" [dependencies.anyhow] version = "1.0.81" [dependencies.bech32] version = "0.11.0" [dependencies.cosmwasm-std] version = "2.0.0" features = [ "iterator", "staking", "stargate", ] [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0.0" [dependencies.derivative] version = "2.2.0" [dependencies.itertools] version = "0.12.1" [dependencies.prost] version = "0.12.3" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.197" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.once_cell] version = "1.19.0" [features] backtrace = ["anyhow/backtrace"] cosmwasm_2_0 = ["cosmwasm-std/cosmwasm_2_0"] default = ["cosmwasm_2_0"]