# 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 = "sg-multi-test" version = "3.1.0" authors = ["Jorge Hernandez "] description = "Integration test helpers for Stargaze custom contracts" homepage = "https://stargaze.zone" license = "Apache-2.0" repository = "https://github.com/public-awesome/launchpad" [dependencies.anyhow] version = "1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw-multi-test] version = "0.16.2" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.sg-std] version = "3.1.0"