flogging_macros 0.6.0

Macro support package for the 'flogging' crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.1"
name = "flogging_macros"
version = "0.6.0"
authors = ["Bradley Willcott <bw.opensource@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro support package for the 'flogging' crate."
documentation = "https://docs.rs/flogging_macros"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/bewillcott/flogging"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "flogging_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.darling]
version = "0.21.0"

[dependencies.dyn-fmt]
version = "0.4.3"

[dependencies.proc-macro-error]
version = "1"
default-features = false

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.syn]
version = "2.0.104"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dev-dependencies.trybuild]
version = "1.0.106"