[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"
[dev-dependencies.cosmwasm-std]
features = ["cosmwasm_2_0"]
version = "2.0.0"
[lib]
name = "abstract_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["CyberHoward <cyberhoward@protonmail.com>", "Riada <riada@abstract.money>", "Abstract Money <contact@abstract.money>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for Abstract SDK"
edition = "2021"
license = "LGPL-3.0"
name = "abstract-macros"
readme = "README.md"
repository = "https://github.com/AbstractSDK/abstract/tree/main/packages/abstract-macros"
version = "0.26.0"
[[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"