# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "lazy-regex" version = "3.1.0" authors = ["Canop "] description = "lazy static regular expressions checked at compile time" readme = "README.md" keywords = [ "macro", "lazy", "static", "regex", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/Canop/lazy-regex" [dependencies.lazy-regex-proc_macros] version = "3.1.0" [dependencies.once_cell] version = "1.17" [dependencies.regex] version = "1.9" optional = true default_features = false [dependencies.regex-lite] version = "0.1" optional = true [features] default = ["regex/default"] lite = ["regex-lite"] perf = ["regex/perf"] perf-cache = ["regex/perf-cache"] perf-dfa = ["regex/perf-dfa"] perf-inline = ["regex/perf-inline"] perf-literal = ["regex/perf-literal"] std = ["regex/std"] unicode = ["regex/unicode"] unicode-age = ["regex/unicode-age"] unicode-bool = ["regex/unicode-bool"] unicode-case = ["regex/unicode-case"] unicode-gencat = ["regex/unicode-gencat"] unicode-perl = ["regex/unicode-perl"] unicode-script = ["regex/unicode-script"] unicode-segment = ["regex/unicode-segment"]