1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "aho-corasick"
= "1.0.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
= [
"memchr",
]
[[]]
= "memchr"
= "2.5.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[]]
= "once_cell"
= "1.18.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[]]
= "regex"
= "1.8.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
= [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[]]
= "regex-syntax"
= "0.7.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[]]
= "ruby_inflector"
= "0.0.7"
= [
"once_cell",
"regex",
]