[package] name = "arcs-logging-rs-proc-macro" version = "0.1.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/BCACTF/arcs-logging-rs/" description = "A crate containing only the proc macros for the arcs-logging-rs crate." categories = ["config", "value-formatting"] readme = "README.md" [lib] proc-macro = true [dependencies] syn = "2.0.16" quote = "1.0" log = "0.4.17"