[package] name = "lazy-regex-proc_macros" version = "3.1.0" authors = ["Canop "] description = "proc macros for the lazy_regex crate" license = "MIT" edition = "2018" [dependencies] syn = { version = "2.0", features = ["full"] } proc-macro2 = "1.0" quote = "1.0" regex = "1.9" [lib] proc-macro = true path = "mod.rs"