File tree Expand file tree Collapse file tree 2 files changed +406
-146
lines changed Expand file tree Collapse file tree 2 files changed +406
-146
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ unstable = ["pattern"]
151
151
# by default if the unstable feature is enabled.
152
152
pattern = []
153
153
154
- # For very fast prefix literal matching.
154
+ # For very fast multi- prefix literal matching.
155
155
[dependencies .aho-corasick ]
156
156
version = " 1.0.0"
157
157
optional = true
@@ -161,22 +161,22 @@ optional = true
161
161
version = " 2.5.0"
162
162
optional = true
163
163
164
- # For parsing regular expressions.
165
- [dependencies .regex-syntax ]
166
- path = " regex-syntax"
167
- version = " 0.7.1"
168
- default-features = false
169
-
170
164
# For the actual regex engines.
171
165
[dependencies .regex-automata ]
172
166
path = " regex-automata"
173
167
version = " 0.3.0"
174
168
default-features = false
175
169
features = [" alloc" , " syntax" , " meta" , " nfa-pikevm" ]
176
170
171
+ # For parsing regular expressions.
172
+ [dependencies .regex-syntax ]
173
+ path = " regex-syntax"
174
+ version = " 0.7.1"
175
+ default-features = false
176
+
177
177
[dev-dependencies ]
178
178
# For examples.
179
- lazy_static = " 1"
179
+ once_cell = " 1.17. 1"
180
180
# For property based tests.
181
181
quickcheck = { version = " 1.0.3" , default-features = false }
182
182
# To check README's example
You can’t perform that action at this time.
0 commit comments