# 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 = "apollo-cw-multi-test" version = "0.19.0" authors = ["Ethan Frey "] description = "Test helpers 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.41" [dependencies.cosmwasm-std] version = "1.5.0" features = [ "staking", "stargate", "cosmwasm_1_1", ] [dependencies.cw-storage-plus] version = "1.0" [dependencies.cw-utils] version = "1.0" [dependencies.derivative] version = "2" [dependencies.itertools] version = "0.10.1" [dependencies.k256] version = "0.11.1" features = ["ecdsa"] [dependencies.osmosis-std] version = "0.22.0" [dependencies.prost] version = "0.9" [dependencies.regex] version = "1.7.3" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0.40" [dev-dependencies.test-case] version = "3.0.0" [features] backtrace = ["anyhow/backtrace"] default = [ "iterator", "staking", ] iterator = ["cosmwasm-std/iterator"] staking = ["cosmwasm-std/staking"] stargate = ["cosmwasm-std/stargate"]