# 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-adapter-utils" version = "0.24.1" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract Adapter Utils" readme = false license = "GPL-3.0-or-later" resolver = "2" [lib] name = "abstract_adapter_utils" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.cosmwasm-std] version = "2.0.0" features = ["cosmwasm_1_2"] [dependencies.cw-asset] version = "4.0" [dependencies.cw20] version = "2.0" [features] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.workspace-hack] version = "0.1"