# 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 = "abstract-testing" version = "0.24.1" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract contract interfaces and storage layouts" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/AbstractSDK/abstract" [lib] name = "abstract_testing" path = "src/lib.rs" [dependencies.abstract-std] version = "0.24.1" [dependencies.cosmwasm-schema] version = "2.0" [dependencies.cosmwasm-std] version = "2.0.0" features = [ "cosmwasm_1_2", "iterator", ] [dependencies.cw-asset] version = "4.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw2] version = "2.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.schemars] version = "0.8" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.79" [dev-dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.workspace-hack] version = "0.1"