[package] name = "from-regex-macros" description = "Macros for the from-regex crate" version = "0.2.1" edition = "2018" authors = ["Elliott Clarke "] documentation = "https://docs.rs/from-regex-macros" repository = "https://github.com/ecclarke42/from-regex" license = "MIT" keywords = ["regex", "derive"] categories = ["parsing", "text-processing"] [lib] proc-macro = true [dependencies] heck = "0.3" lazy_static = "1.4" proc-macro2 = "1" proc-macro-error = "1" quote = "1" regex = "1.5" syn = { version = "1", features = ["full"] }