# 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-macros" version = "0.24.1" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Abstract SDK" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/AbstractSDK/abstract/tree/main/packages/abstract-macros" [lib] name = "abstract_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "abstract_response" path = "tests/abstract_response.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "with_abstract_event" path = "tests/with_abstract_event.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = [ "full", "extra-traits", ] [dev-dependencies.cosmwasm-std] version = "2.0.0" features = ["cosmwasm_1_2"] [dev-dependencies.coverage-helper] version = "0.2.2"