[package] name = "tmr-cargo-macros" authors.workspace = true categories.workspace = true description.workspace = true documentation.workspace = true edition.workspace = true exclude.workspace = true homepage.workspace = true include.workspace = true keywords.workspace = true license.workspace = true publish = true readme.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.33" syn = { version = "2.0.31", features = ["full"] } tracing = { workspace = true } tracing-subscriber = { workspace = true }