Lines Matching full:regex
2 name = "regex"
7 repository = "https://github.com/rust-lang/regex"
8 documentation = "https://docs.rs/regex"
9 homepage = "https://github.com/rust-lang/regex"
21 "bench", "regex-capi", "regex-debug", "regex-syntax",
33 # https://docs.rs/regex/*/#crate-features
35 default = ["std", "perf", "unicode", "regex-syntax/default"]
39 # The 'std' feature permits the regex crate to use the standard library. This
40 # is intended to support future use cases where the regex crate may be able
43 # will prevent regex from compiling.
45 # The 'use_std' feature is DEPRECATED. It will be removed in regex 2. Until
78 "regex-syntax/unicode",
81 unicode-age = ["regex-syntax/unicode-age"]
83 unicode-bool = ["regex-syntax/unicode-bool"]
85 unicode-case = ["regex-syntax/unicode-case"]
87 unicode-gencat = ["regex-syntax/unicode-gencat"]
89 unicode-perl = ["regex-syntax/unicode-perl"]
91 unicode-script = ["regex-syntax/unicode-script"]
93 unicode-segment = ["regex-syntax/unicode-segment"]
118 [dependencies.regex-syntax]
119 path = "regex-syntax"
132 # See: https://github.com/rust-lang/regex/issues/684
133 # See: https://github.com/rust-lang/regex/issues/685
136 # Run the test suite on the default behavior of Regex::new.
138 # based on the regex. We test both of the NFA implementations by forcing their
140 # in the same way since they can't be used for every regex tested.)
145 # The same as the default tests, but run on bytes::Regex.
181 # Run all backends against each regex found on crates.io and make sure
185 name = "crates-regex"