[build-dependencies.macroquest-build-config]
version = "0.1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
proc-macro = true
[package]
description = "Internal macros for the MacroQuest ecosystem"
edition = "2021"
license = "MIT"
name = "macroquest-macros"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-pc-windows-msvc"]