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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "equivalent"
= "1.0.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[]]
= "hashbrown"
= "0.16.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
[[]]
= "indexmap"
= "2.12.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
= [
"equivalent",
"hashbrown",
"serde",
"serde_core",
]
[[]]
= "itoa"
= "1.0.16"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
[[]]
= "memchr"
= "2.7.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[]]
= "proc-macro2"
= "1.0.103"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.42"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
= [
"proc-macro2",
]
[[]]
= "serde"
= "1.0.228"
= "registry+https://github.com/rust-lang/crates.io-index"
= "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
= [
"serde_core",
"serde_derive",
]
[[]]
= "serde_core"
= "1.0.228"
= "registry+https://github.com/rust-lang/crates.io-index"
= "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
= [
"serde_derive",
]
[[]]
= "serde_derive"
= "1.0.228"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "serde_json"
= "1.0.147"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
= [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[]]
= "syn"
= "2.0.111"
= "registry+https://github.com/rust-lang/crates.io-index"
= "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "unicode-ident"
= "1.0.22"
= "registry+https://github.com/rust-lang/crates.io-index"
= "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[]]
= "utoipa"
= "5.4.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993"
= [
"indexmap",
"serde",
"serde_json",
"utoipa-gen",
]
[[]]
= "utoipa-gen"
= "5.4.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "utoipauto"
= "0.2.0"
= [
"serde_json",
"syn",
"utoipa",
"utoipauto-macro",
]
[[]]
= "utoipauto-core"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "268d76aaebb80eba79240b805972e52d7d410d4bcc52321b951318b0f440cd60"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "utoipauto-macro"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "382673bda1d05c85b4550d32fd4192ccd4cffe9a908543a0795d1e7682b36246"
= [
"proc-macro2",
"quote",
"syn",
"utoipauto-core",
]
[[]]
= "zmij"
= "0.1.9"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d0095ecd462946aa3927d9297b63ef82fb9a5316d7a37d134eeb36e58228615a"