# 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-orch-mock" version = "0.24.3" authors = ["CyberHoward "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Adapter for interacting with cw-multi-test via the cw-orchestrator tool" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/AbstractSDK/cw-orchestrator" [lib] name = "cw_orch_mock" path = "src/lib.rs" [[test]] name = "conditional" path = "tests/conditional.rs" [[test]] name = "instantiate2" path = "tests/instantiate2.rs" [dependencies.cosmwasm-std] version = "2.1" features = ["cosmwasm_1_2"] [dependencies.cw-multi-test] version = "2.0.2" features = ["cosmwasm_1_2"] package = "abstract-cw-multi-test" [dependencies.cw-orch-core] version = "2.1.3" [dependencies.cw-utils] version = "2.0.0" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.208" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.8" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cw20] version = "2.0.0" [dev-dependencies.cw20-base] version = "2.0.0" [dev-dependencies.speculoos] version = "0.11.0"