[package] name = "regex-parse-proc-macro" version.workspace = true edition.workspace = true description.workspace = true license.workspace = true repository.workspace = true [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] darling = "0.20.5" quote = "1.0.35" syn = "2.0.48"