# 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 = "sei-integration-tests" version = "0.4.11" description = "Custom module to support integration tests for Sei chain contracts" readme = "README.md" license = "Apache-2.0" [dependencies.base64] version = "0.21.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.anyhow] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cosmwasm-std] version = "1.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cw-multi-test] version = "0.16" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cw20-base] version = "0.13.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.schemars] version = "0.8.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.sei-cosmwasm] version = "0.4.15" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false