lazy-regex-proc_macros 2.4.1

proc macros for the lazy_regex crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lazy-regex-proc_macros"
version = "2.4.1"
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.7"

[lib]
proc-macro = true
path = "mod.rs"