[dependencies.proc-macro2]
default-features = false
version = "1.0"
[dependencies.quote]
default-features = false
version = "1.0"
[dependencies.syn]
default-features = false
features = ["full", "visit", "extra-traits", "derive", "parsing", "printing", "proc-macro"]
version = "2.0"
[lib]
name = "zng_var_proc_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["The Zng Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "Part of the zng project."
documentation = "https://zng-ui.github.io/doc/zng_var_proc_macros"
edition = "2024"
keywords = ["gui", "ui", "user-interface", "zng"]
license = "Apache-2.0 OR MIT"
name = "zng-var-proc-macros"
readme = "README.md"
repository = "https://github.com/zng-ui/zng"
resolver = "2"
version = "0.5.0"