[package]
name = "text-document-macros"
authors.workspace = true
documentation.workspace = true
description = "Proc macros for text-document Unit of Work generation"
keywords.workspace = true
categories.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
readme = "../../README.md"
publish = true
[lib]
proc-macro = true
[dependencies]
quote = "1.0"
syn = { version = "2.0", features = ["full"] }
proc-macro2 = "1.0"
heck = "0.5"
[lints]
workspace = true