[package] name = "const-regex" version = "0.1.0" authors = ["leo60228 "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/leo60228/const-regex" description = "Match regexes inside a const fn" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.26" quote = "1.0.9" regex-automata = "0.1.9" syn = { version = "1.0.69", features = ["full"] }