[dependencies.darling]
version = "0.21.0"
[dependencies.dyn-fmt]
version = "0.4.3"
[dependencies.proc-macro-error]
default-features = false
version = "1"
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.syn]
features = ["full", "visit", "extra-traits"]
version = "2.0.104"
[dev-dependencies.trybuild]
version = "1.0.106"
[lib]
name = "flogging_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Bradley Willcott <bw.opensource@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro support package for the 'flogging' crate."
edition = "2024"
license = "GPL-3.0-or-later"
name = "flogging_macros"
readme = "README.md"
repository = "https://github.com/bewillcott/flogging"
resolver = "2"
version = "0.4.0"