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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "darling"
= "0.14.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
= [
"darling_core",
"darling_macro",
]
[[]]
= "darling_core"
= "0.14.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
= [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 1.0.109",
]
[[]]
= "darling_macro"
= "0.14.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
= [
"darling_core",
"quote",
"syn 1.0.109",
]
[[]]
= "derive_builder"
= "0.12.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
= [
"derive_builder_macro",
]
[[]]
= "derive_builder_core"
= "0.12.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
= [
"darling",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[]]
= "derive_builder_macro"
= "0.12.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
= [
"derive_builder_core",
"syn 1.0.109",
]
[[]]
= "fnv"
= "1.0.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[]]
= "ident_case"
= "1.0.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[]]
= "pest_tree_derive"
= "0.3.0"
= [
"derive_builder",
"prettyplease",
"proc-macro2",
"quote",
"syn 2.0.37",
]
[[]]
= "prettyplease"
= "0.2.15"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
= [
"proc-macro2",
"syn 2.0.37",
]
[[]]
= "proc-macro2"
= "1.0.67"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.33"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
= [
"proc-macro2",
]
[[]]
= "strsim"
= "0.10.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[]]
= "syn"
= "1.0.109"
= "registry+https://github.com/rust-lang/crates.io-index"
= "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "syn"
= "2.0.37"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "unicode-ident"
= "1.0.12"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"