[package]
edition = "2021"
name = "angust_macros"
version = "0.1.0"
authors = ["Tudor Andrei Orban <tudoraorban@protonmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the Angust GUI framework"
documentation = "https://tudororban.github.io/Angust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/TudorOrban/Angust"
[lib]
name = "angust_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0.88"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
version = "2.0.79"
features = ["full"]