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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "aho-corasick"
= "1.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
= [
"memchr",
]
[[]]
= "cc"
= "1.0.97"
= "registry+https://github.com/rust-lang/crates.io-index"
= "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
[[]]
= "memchr"
= "2.7.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[]]
= "regex"
= "1.10.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
= [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[]]
= "regex-automata"
= "0.4.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
= [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[]]
= "regex-syntax"
= "0.8.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[]]
= "tree-sitter"
= "0.22.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "df7cc499ceadd4dcdf7ec6d4cbc34ece92c3fa07821e287aedecd4416c516dca"
= [
"cc",
"regex",
]
[[]]
= "tree-sitter-angular"
= "0.3.0"
= [
"cc",
"tree-sitter",
"tree-sitter-html",
]
[[]]
= "tree-sitter-html"
= "0.20.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53"
= [
"cc",
"tree-sitter",
]