[package]
name = "lazy-regex-proc_macros"
version = "3.0.0"
authors = ["Canop <cano.petrole@gmail.com>"]
description = "proc macros for the lazy_regex crate"
license = "MIT"
edition = "2018"
[dependencies]
syn = { version = "1.0.103", features = ["full"] }
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.9"
[lib]
proc-macro = true
path = "mod.rs"