lazy-regex-proc_macros 3.3.0

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
18
[package]
name = "lazy-regex-proc_macros"
version = "3.3.0"
authors = ["Canop <cano.petrole@gmail.com>"]
description = "proc macros for the lazy_regex crate"
license = "MIT"
edition = "2018"
repository = "https://github.com/Canop/lazy-regex/tree/main/src/proc_macros"

[dependencies]
syn = { version = "2.0", features = ["full"] }
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.9"

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