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.1.10"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
[[]]
= "memchr"
= "2.7.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[]]
= "regex"
= "1.10.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
= [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[]]
= "regex-automata"
= "0.4.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
= [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[]]
= "regex-syntax"
= "0.8.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[]]
= "tree-sitter"
= "0.22.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "df7cc499ceadd4dcdf7ec6d4cbc34ece92c3fa07821e287aedecd4416c516dca"
= [
"cc",
"regex",
]
[[]]
= "tree-sitter-angular"
= "0.4.1"
= [
"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",
]