1 |
yuzu |
2 |
# This file is automatically @generated by Cargo. |
2 |
|
|
# It is not intended for manual editing. |
3 |
|
|
version = 4 |
4 |
|
|
|
5 |
|
|
[[package]] |
6 |
yuzu |
4 |
name = "addr2line" |
7 |
|
|
version = "0.24.2" |
8 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
9 |
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
10 |
|
|
dependencies = [ |
11 |
|
|
"gimli", |
12 |
|
|
] |
13 |
|
|
|
14 |
|
|
[[package]] |
15 |
|
|
name = "adler2" |
16 |
|
|
version = "2.0.0" |
17 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
18 |
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
19 |
|
|
|
20 |
|
|
[[package]] |
21 |
yuzu |
13 |
name = "android-tzdata" |
22 |
|
|
version = "0.1.1" |
23 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
24 |
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
25 |
|
|
|
26 |
|
|
[[package]] |
27 |
|
|
name = "android_system_properties" |
28 |
|
|
version = "0.1.5" |
29 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
30 |
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
31 |
|
|
dependencies = [ |
32 |
|
|
"libc", |
33 |
|
|
] |
34 |
|
|
|
35 |
|
|
[[package]] |
36 |
yuzu |
5 |
name = "anstream" |
37 |
|
|
version = "0.6.18" |
38 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
39 |
yuzu |
5 |
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
40 |
yuzu |
4 |
dependencies = [ |
41 |
yuzu |
5 |
"anstyle", |
42 |
|
|
"anstyle-parse", |
43 |
|
|
"anstyle-query", |
44 |
|
|
"anstyle-wincon", |
45 |
|
|
"colorchoice", |
46 |
|
|
"is_terminal_polyfill", |
47 |
|
|
"utf8parse", |
48 |
yuzu |
4 |
] |
49 |
|
|
|
50 |
|
|
[[package]] |
51 |
yuzu |
5 |
name = "anstyle" |
52 |
|
|
version = "1.0.10" |
53 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
54 |
yuzu |
5 |
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
55 |
yuzu |
4 |
|
56 |
|
|
[[package]] |
57 |
yuzu |
5 |
name = "anstyle-parse" |
58 |
|
|
version = "0.2.6" |
59 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
60 |
yuzu |
5 |
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
61 |
yuzu |
4 |
dependencies = [ |
62 |
yuzu |
5 |
"utf8parse", |
63 |
yuzu |
4 |
] |
64 |
|
|
|
65 |
|
|
[[package]] |
66 |
yuzu |
5 |
name = "anstyle-query" |
67 |
|
|
version = "1.1.2" |
68 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
69 |
yuzu |
5 |
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
70 |
yuzu |
4 |
dependencies = [ |
71 |
yuzu |
5 |
"windows-sys 0.59.0", |
72 |
yuzu |
4 |
] |
73 |
|
|
|
74 |
|
|
[[package]] |
75 |
yuzu |
5 |
name = "anstyle-wincon" |
76 |
|
|
version = "3.0.8" |
77 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
78 |
yuzu |
5 |
checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa" |
79 |
yuzu |
4 |
dependencies = [ |
80 |
yuzu |
5 |
"anstyle", |
81 |
|
|
"once_cell_polyfill", |
82 |
|
|
"windows-sys 0.59.0", |
83 |
yuzu |
4 |
] |
84 |
|
|
|
85 |
|
|
[[package]] |
86 |
yuzu |
13 |
name = "async-stream" |
87 |
|
|
version = "0.3.6" |
88 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
89 |
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
90 |
|
|
dependencies = [ |
91 |
|
|
"async-stream-impl", |
92 |
|
|
"futures-core", |
93 |
|
|
"pin-project-lite", |
94 |
|
|
] |
95 |
|
|
|
96 |
|
|
[[package]] |
97 |
|
|
name = "async-stream-impl" |
98 |
|
|
version = "0.3.6" |
99 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
100 |
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
101 |
|
|
dependencies = [ |
102 |
|
|
"proc-macro2", |
103 |
|
|
"quote", |
104 |
|
|
"syn", |
105 |
|
|
] |
106 |
|
|
|
107 |
|
|
[[package]] |
108 |
|
|
name = "async-trait" |
109 |
|
|
version = "0.1.88" |
110 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
111 |
|
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
112 |
|
|
dependencies = [ |
113 |
|
|
"proc-macro2", |
114 |
|
|
"quote", |
115 |
|
|
"syn", |
116 |
|
|
] |
117 |
|
|
|
118 |
|
|
[[package]] |
119 |
|
|
name = "atomic-waker" |
120 |
|
|
version = "1.1.2" |
121 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
122 |
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
123 |
|
|
|
124 |
|
|
[[package]] |
125 |
yuzu |
4 |
name = "autocfg" |
126 |
|
|
version = "1.4.0" |
127 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
128 |
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
129 |
|
|
|
130 |
|
|
[[package]] |
131 |
|
|
name = "backtrace" |
132 |
|
|
version = "0.3.75" |
133 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
134 |
|
|
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
135 |
|
|
dependencies = [ |
136 |
|
|
"addr2line", |
137 |
|
|
"cfg-if", |
138 |
|
|
"libc", |
139 |
|
|
"miniz_oxide", |
140 |
|
|
"object", |
141 |
|
|
"rustc-demangle", |
142 |
|
|
"windows-targets", |
143 |
|
|
] |
144 |
|
|
|
145 |
|
|
[[package]] |
146 |
yuzu |
13 |
name = "base64" |
147 |
|
|
version = "0.22.1" |
148 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
149 |
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
150 |
|
|
|
151 |
|
|
[[package]] |
152 |
yuzu |
4 |
name = "bitflags" |
153 |
|
|
version = "2.9.1" |
154 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
155 |
|
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
156 |
|
|
|
157 |
|
|
[[package]] |
158 |
yuzu |
13 |
name = "block-buffer" |
159 |
|
|
version = "0.10.4" |
160 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
161 |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
162 |
|
|
dependencies = [ |
163 |
|
|
"generic-array", |
164 |
|
|
] |
165 |
|
|
|
166 |
|
|
[[package]] |
167 |
|
|
name = "bumpalo" |
168 |
|
|
version = "3.19.0" |
169 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
170 |
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
171 |
|
|
|
172 |
|
|
[[package]] |
173 |
|
|
name = "byteorder" |
174 |
|
|
version = "1.5.0" |
175 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
176 |
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
177 |
|
|
|
178 |
|
|
[[package]] |
179 |
yuzu |
4 |
name = "bytes" |
180 |
|
|
version = "1.10.1" |
181 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
182 |
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
183 |
|
|
|
184 |
|
|
[[package]] |
185 |
yuzu |
13 |
name = "camino" |
186 |
|
|
version = "1.1.10" |
187 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
188 |
|
|
checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" |
189 |
|
|
dependencies = [ |
190 |
|
|
"serde", |
191 |
|
|
] |
192 |
|
|
|
193 |
|
|
[[package]] |
194 |
|
|
name = "cc" |
195 |
|
|
version = "1.2.29" |
196 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
197 |
|
|
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" |
198 |
|
|
dependencies = [ |
199 |
|
|
"shlex", |
200 |
|
|
] |
201 |
|
|
|
202 |
|
|
[[package]] |
203 |
yuzu |
4 |
name = "cfg-if" |
204 |
|
|
version = "1.0.0" |
205 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
206 |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
207 |
|
|
|
208 |
|
|
[[package]] |
209 |
yuzu |
13 |
name = "chrono" |
210 |
|
|
version = "0.4.41" |
211 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
212 |
|
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
213 |
|
|
dependencies = [ |
214 |
|
|
"android-tzdata", |
215 |
|
|
"iana-time-zone", |
216 |
|
|
"num-traits", |
217 |
|
|
"serde", |
218 |
|
|
"windows-link", |
219 |
|
|
] |
220 |
|
|
|
221 |
|
|
[[package]] |
222 |
yuzu |
5 |
name = "clap" |
223 |
|
|
version = "4.5.39" |
224 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
225 |
yuzu |
5 |
checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" |
226 |
yuzu |
4 |
dependencies = [ |
227 |
yuzu |
5 |
"clap_builder", |
228 |
|
|
"clap_derive", |
229 |
yuzu |
4 |
] |
230 |
|
|
|
231 |
|
|
[[package]] |
232 |
yuzu |
5 |
name = "clap_builder" |
233 |
|
|
version = "4.5.39" |
234 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
235 |
yuzu |
5 |
checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" |
236 |
yuzu |
4 |
dependencies = [ |
237 |
yuzu |
5 |
"anstream", |
238 |
|
|
"anstyle", |
239 |
|
|
"clap_lex", |
240 |
yuzu |
4 |
"strsim", |
241 |
|
|
] |
242 |
|
|
|
243 |
|
|
[[package]] |
244 |
yuzu |
5 |
name = "clap_derive" |
245 |
|
|
version = "4.5.32" |
246 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
247 |
yuzu |
5 |
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" |
248 |
yuzu |
4 |
dependencies = [ |
249 |
yuzu |
5 |
"heck", |
250 |
yuzu |
4 |
"proc-macro2", |
251 |
|
|
"quote", |
252 |
yuzu |
5 |
"syn", |
253 |
yuzu |
4 |
] |
254 |
|
|
|
255 |
|
|
[[package]] |
256 |
yuzu |
5 |
name = "clap_lex" |
257 |
|
|
version = "0.7.4" |
258 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
259 |
yuzu |
5 |
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
260 |
yuzu |
4 |
|
261 |
|
|
[[package]] |
262 |
yuzu |
5 |
name = "colorchoice" |
263 |
|
|
version = "1.0.3" |
264 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
265 |
yuzu |
5 |
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
266 |
yuzu |
4 |
|
267 |
|
|
[[package]] |
268 |
yuzu |
13 |
name = "core-foundation" |
269 |
|
|
version = "0.9.4" |
270 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
271 |
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
272 |
|
|
dependencies = [ |
273 |
|
|
"core-foundation-sys", |
274 |
|
|
"libc", |
275 |
|
|
] |
276 |
|
|
|
277 |
|
|
[[package]] |
278 |
|
|
name = "core-foundation-sys" |
279 |
|
|
version = "0.8.7" |
280 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
281 |
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
282 |
|
|
|
283 |
|
|
[[package]] |
284 |
|
|
name = "cpufeatures" |
285 |
|
|
version = "0.2.17" |
286 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
287 |
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
288 |
|
|
dependencies = [ |
289 |
|
|
"libc", |
290 |
|
|
] |
291 |
|
|
|
292 |
|
|
[[package]] |
293 |
|
|
name = "crossbeam-channel" |
294 |
|
|
version = "0.5.15" |
295 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
296 |
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
297 |
|
|
dependencies = [ |
298 |
|
|
"crossbeam-utils", |
299 |
|
|
] |
300 |
|
|
|
301 |
|
|
[[package]] |
302 |
|
|
name = "crossbeam-utils" |
303 |
|
|
version = "0.8.21" |
304 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
305 |
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
306 |
|
|
|
307 |
|
|
[[package]] |
308 |
|
|
name = "crypto-common" |
309 |
|
|
version = "0.1.6" |
310 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
311 |
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
312 |
|
|
dependencies = [ |
313 |
|
|
"generic-array", |
314 |
|
|
"typenum", |
315 |
|
|
] |
316 |
|
|
|
317 |
|
|
[[package]] |
318 |
|
|
name = "debug-ignore" |
319 |
|
|
version = "1.0.5" |
320 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
321 |
|
|
checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" |
322 |
|
|
|
323 |
|
|
[[package]] |
324 |
|
|
name = "deranged" |
325 |
|
|
version = "0.4.0" |
326 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
327 |
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
328 |
|
|
dependencies = [ |
329 |
|
|
"powerfmt", |
330 |
|
|
] |
331 |
|
|
|
332 |
|
|
[[package]] |
333 |
|
|
name = "digest" |
334 |
|
|
version = "0.10.7" |
335 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
336 |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
337 |
|
|
dependencies = [ |
338 |
|
|
"block-buffer", |
339 |
|
|
"crypto-common", |
340 |
|
|
] |
341 |
|
|
|
342 |
|
|
[[package]] |
343 |
|
|
name = "dirs-next" |
344 |
|
|
version = "2.0.0" |
345 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
346 |
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
347 |
|
|
dependencies = [ |
348 |
|
|
"cfg-if", |
349 |
|
|
"dirs-sys-next", |
350 |
|
|
] |
351 |
|
|
|
352 |
|
|
[[package]] |
353 |
|
|
name = "dirs-sys-next" |
354 |
|
|
version = "0.1.2" |
355 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
356 |
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
357 |
|
|
dependencies = [ |
358 |
|
|
"libc", |
359 |
|
|
"redox_users", |
360 |
|
|
"winapi", |
361 |
|
|
] |
362 |
|
|
|
363 |
|
|
[[package]] |
364 |
|
|
name = "dof" |
365 |
|
|
version = "0.3.0" |
366 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
367 |
|
|
checksum = "558e5396321b677a59d2c43b3cc3bc44683109c63ac49275f3bbbf41c0ecd002" |
368 |
|
|
dependencies = [ |
369 |
|
|
"goblin", |
370 |
|
|
"pretty-hex", |
371 |
|
|
"serde", |
372 |
|
|
"serde_json", |
373 |
|
|
"thiserror 1.0.69", |
374 |
|
|
"zerocopy", |
375 |
|
|
] |
376 |
|
|
|
377 |
|
|
[[package]] |
378 |
|
|
name = "dropshot" |
379 |
|
|
version = "0.16.2" |
380 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
381 |
|
|
checksum = "50e8fed669e35e757646ad10f97c4d26dd22cce3da689b307954f7000d2719d0" |
382 |
|
|
dependencies = [ |
383 |
|
|
"async-stream", |
384 |
|
|
"async-trait", |
385 |
|
|
"base64", |
386 |
|
|
"bytes", |
387 |
|
|
"camino", |
388 |
|
|
"chrono", |
389 |
|
|
"debug-ignore", |
390 |
|
|
"dropshot_endpoint", |
391 |
|
|
"form_urlencoded", |
392 |
|
|
"futures", |
393 |
|
|
"hostname 0.4.1", |
394 |
|
|
"http", |
395 |
|
|
"http-body-util", |
396 |
|
|
"hyper", |
397 |
|
|
"hyper-util", |
398 |
|
|
"indexmap", |
399 |
|
|
"multer", |
400 |
|
|
"openapiv3", |
401 |
|
|
"paste", |
402 |
|
|
"percent-encoding", |
403 |
|
|
"rustls", |
404 |
|
|
"rustls-pemfile", |
405 |
|
|
"schemars", |
406 |
|
|
"scopeguard", |
407 |
|
|
"semver", |
408 |
|
|
"serde", |
409 |
|
|
"serde_json", |
410 |
|
|
"serde_path_to_error", |
411 |
|
|
"serde_urlencoded", |
412 |
|
|
"sha1", |
413 |
|
|
"slog", |
414 |
|
|
"slog-async", |
415 |
|
|
"slog-bunyan", |
416 |
|
|
"slog-json", |
417 |
|
|
"slog-term", |
418 |
|
|
"thiserror 2.0.12", |
419 |
|
|
"tokio", |
420 |
|
|
"tokio-rustls", |
421 |
|
|
"toml", |
422 |
|
|
"usdt", |
423 |
|
|
"uuid", |
424 |
|
|
"version_check", |
425 |
|
|
"waitgroup", |
426 |
|
|
] |
427 |
|
|
|
428 |
|
|
[[package]] |
429 |
|
|
name = "dropshot_endpoint" |
430 |
|
|
version = "0.16.2" |
431 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
432 |
|
|
checksum = "acebb687581abdeaa2c89fa448818a5f803b0e68e5d7e7a1cf585a8f3c5c57ac" |
433 |
|
|
dependencies = [ |
434 |
|
|
"heck", |
435 |
|
|
"proc-macro2", |
436 |
|
|
"quote", |
437 |
|
|
"semver", |
438 |
|
|
"serde", |
439 |
|
|
"serde_tokenstream", |
440 |
|
|
"syn", |
441 |
|
|
] |
442 |
|
|
|
443 |
|
|
[[package]] |
444 |
|
|
name = "dtrace-parser" |
445 |
|
|
version = "0.2.0" |
446 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
447 |
|
|
checksum = "71734e3eb68cd4df338d04dffdcc024f89eb0b238150cc95b826fbfad756452b" |
448 |
|
|
dependencies = [ |
449 |
|
|
"pest", |
450 |
|
|
"pest_derive", |
451 |
|
|
"thiserror 1.0.69", |
452 |
|
|
] |
453 |
|
|
|
454 |
|
|
[[package]] |
455 |
|
|
name = "dyn-clone" |
456 |
|
|
version = "1.0.19" |
457 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
458 |
|
|
checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
459 |
|
|
|
460 |
|
|
[[package]] |
461 |
|
|
name = "encoding_rs" |
462 |
|
|
version = "0.8.35" |
463 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
464 |
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
465 |
|
|
dependencies = [ |
466 |
|
|
"cfg-if", |
467 |
|
|
] |
468 |
|
|
|
469 |
|
|
[[package]] |
470 |
yuzu |
4 |
name = "equivalent" |
471 |
|
|
version = "1.0.2" |
472 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
473 |
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
474 |
|
|
|
475 |
|
|
[[package]] |
476 |
yuzu |
13 |
name = "fnv" |
477 |
|
|
version = "1.0.7" |
478 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
479 |
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
480 |
|
|
|
481 |
|
|
[[package]] |
482 |
|
|
name = "form_urlencoded" |
483 |
|
|
version = "1.2.1" |
484 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
485 |
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
486 |
|
|
dependencies = [ |
487 |
|
|
"percent-encoding", |
488 |
|
|
] |
489 |
|
|
|
490 |
|
|
[[package]] |
491 |
|
|
name = "futures" |
492 |
|
|
version = "0.3.31" |
493 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
494 |
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
495 |
|
|
dependencies = [ |
496 |
|
|
"futures-channel", |
497 |
|
|
"futures-core", |
498 |
|
|
"futures-executor", |
499 |
|
|
"futures-io", |
500 |
|
|
"futures-sink", |
501 |
|
|
"futures-task", |
502 |
|
|
"futures-util", |
503 |
|
|
] |
504 |
|
|
|
505 |
|
|
[[package]] |
506 |
|
|
name = "futures-channel" |
507 |
|
|
version = "0.3.31" |
508 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
509 |
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
510 |
|
|
dependencies = [ |
511 |
|
|
"futures-core", |
512 |
|
|
"futures-sink", |
513 |
|
|
] |
514 |
|
|
|
515 |
|
|
[[package]] |
516 |
|
|
name = "futures-core" |
517 |
|
|
version = "0.3.31" |
518 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
519 |
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
520 |
|
|
|
521 |
|
|
[[package]] |
522 |
|
|
name = "futures-executor" |
523 |
|
|
version = "0.3.31" |
524 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
525 |
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
526 |
|
|
dependencies = [ |
527 |
|
|
"futures-core", |
528 |
|
|
"futures-task", |
529 |
|
|
"futures-util", |
530 |
|
|
] |
531 |
|
|
|
532 |
|
|
[[package]] |
533 |
|
|
name = "futures-io" |
534 |
|
|
version = "0.3.31" |
535 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
536 |
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
537 |
|
|
|
538 |
|
|
[[package]] |
539 |
|
|
name = "futures-macro" |
540 |
|
|
version = "0.3.31" |
541 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
542 |
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
543 |
|
|
dependencies = [ |
544 |
|
|
"proc-macro2", |
545 |
|
|
"quote", |
546 |
|
|
"syn", |
547 |
|
|
] |
548 |
|
|
|
549 |
|
|
[[package]] |
550 |
|
|
name = "futures-sink" |
551 |
|
|
version = "0.3.31" |
552 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
553 |
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
554 |
|
|
|
555 |
|
|
[[package]] |
556 |
|
|
name = "futures-task" |
557 |
|
|
version = "0.3.31" |
558 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
559 |
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
560 |
|
|
|
561 |
|
|
[[package]] |
562 |
|
|
name = "futures-util" |
563 |
|
|
version = "0.3.31" |
564 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
565 |
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
566 |
|
|
dependencies = [ |
567 |
|
|
"futures-channel", |
568 |
|
|
"futures-core", |
569 |
|
|
"futures-io", |
570 |
|
|
"futures-macro", |
571 |
|
|
"futures-sink", |
572 |
|
|
"futures-task", |
573 |
|
|
"memchr", |
574 |
|
|
"pin-project-lite", |
575 |
|
|
"pin-utils", |
576 |
|
|
"slab", |
577 |
|
|
] |
578 |
|
|
|
579 |
|
|
[[package]] |
580 |
|
|
name = "generic-array" |
581 |
|
|
version = "0.14.7" |
582 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
583 |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
584 |
|
|
dependencies = [ |
585 |
|
|
"typenum", |
586 |
|
|
"version_check", |
587 |
|
|
] |
588 |
|
|
|
589 |
|
|
[[package]] |
590 |
|
|
name = "getrandom" |
591 |
|
|
version = "0.2.16" |
592 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
593 |
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
594 |
|
|
dependencies = [ |
595 |
|
|
"cfg-if", |
596 |
|
|
"libc", |
597 |
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
598 |
|
|
] |
599 |
|
|
|
600 |
|
|
[[package]] |
601 |
|
|
name = "getrandom" |
602 |
|
|
version = "0.3.3" |
603 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
604 |
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
605 |
|
|
dependencies = [ |
606 |
|
|
"cfg-if", |
607 |
|
|
"libc", |
608 |
|
|
"r-efi", |
609 |
|
|
"wasi 0.14.2+wasi-0.2.4", |
610 |
|
|
] |
611 |
|
|
|
612 |
|
|
[[package]] |
613 |
yuzu |
4 |
name = "gimli" |
614 |
|
|
version = "0.31.1" |
615 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
616 |
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
617 |
|
|
|
618 |
|
|
[[package]] |
619 |
yuzu |
13 |
name = "goblin" |
620 |
|
|
version = "0.8.2" |
621 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
622 |
|
|
checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" |
623 |
|
|
dependencies = [ |
624 |
|
|
"log", |
625 |
|
|
"plain", |
626 |
|
|
"scroll", |
627 |
|
|
] |
628 |
|
|
|
629 |
|
|
[[package]] |
630 |
|
|
name = "h2" |
631 |
|
|
version = "0.4.11" |
632 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
633 |
|
|
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" |
634 |
|
|
dependencies = [ |
635 |
|
|
"atomic-waker", |
636 |
|
|
"bytes", |
637 |
|
|
"fnv", |
638 |
|
|
"futures-core", |
639 |
|
|
"futures-sink", |
640 |
|
|
"http", |
641 |
|
|
"indexmap", |
642 |
|
|
"slab", |
643 |
|
|
"tokio", |
644 |
|
|
"tokio-util", |
645 |
|
|
"tracing", |
646 |
|
|
] |
647 |
|
|
|
648 |
|
|
[[package]] |
649 |
yuzu |
4 |
name = "hashbrown" |
650 |
|
|
version = "0.15.3" |
651 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
652 |
|
|
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
653 |
|
|
|
654 |
|
|
[[package]] |
655 |
|
|
name = "heck" |
656 |
|
|
version = "0.5.0" |
657 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
658 |
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
659 |
|
|
|
660 |
|
|
[[package]] |
661 |
yuzu |
13 |
name = "hermit-abi" |
662 |
|
|
version = "0.5.2" |
663 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
664 |
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
665 |
|
|
|
666 |
|
|
[[package]] |
667 |
|
|
name = "hostname" |
668 |
|
|
version = "0.3.1" |
669 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
670 |
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" |
671 |
|
|
dependencies = [ |
672 |
|
|
"libc", |
673 |
|
|
"match_cfg", |
674 |
|
|
"winapi", |
675 |
|
|
] |
676 |
|
|
|
677 |
|
|
[[package]] |
678 |
|
|
name = "hostname" |
679 |
|
|
version = "0.4.1" |
680 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
681 |
|
|
checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" |
682 |
|
|
dependencies = [ |
683 |
|
|
"cfg-if", |
684 |
|
|
"libc", |
685 |
|
|
"windows-link", |
686 |
|
|
] |
687 |
|
|
|
688 |
|
|
[[package]] |
689 |
|
|
name = "http" |
690 |
|
|
version = "1.3.1" |
691 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
692 |
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
693 |
|
|
dependencies = [ |
694 |
|
|
"bytes", |
695 |
|
|
"fnv", |
696 |
|
|
"itoa", |
697 |
|
|
] |
698 |
|
|
|
699 |
|
|
[[package]] |
700 |
|
|
name = "http-body" |
701 |
|
|
version = "1.0.1" |
702 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
703 |
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
704 |
|
|
dependencies = [ |
705 |
|
|
"bytes", |
706 |
|
|
"http", |
707 |
|
|
] |
708 |
|
|
|
709 |
|
|
[[package]] |
710 |
|
|
name = "http-body-util" |
711 |
|
|
version = "0.1.3" |
712 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
713 |
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
714 |
|
|
dependencies = [ |
715 |
|
|
"bytes", |
716 |
|
|
"futures-core", |
717 |
|
|
"http", |
718 |
|
|
"http-body", |
719 |
|
|
"pin-project-lite", |
720 |
|
|
] |
721 |
|
|
|
722 |
|
|
[[package]] |
723 |
|
|
name = "httparse" |
724 |
|
|
version = "1.10.1" |
725 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
726 |
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
727 |
|
|
|
728 |
|
|
[[package]] |
729 |
|
|
name = "httpdate" |
730 |
|
|
version = "1.0.3" |
731 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
732 |
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
733 |
|
|
|
734 |
|
|
[[package]] |
735 |
|
|
name = "hyper" |
736 |
|
|
version = "1.6.0" |
737 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
738 |
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
739 |
|
|
dependencies = [ |
740 |
|
|
"bytes", |
741 |
|
|
"futures-channel", |
742 |
|
|
"futures-util", |
743 |
|
|
"h2", |
744 |
|
|
"http", |
745 |
|
|
"http-body", |
746 |
|
|
"httparse", |
747 |
|
|
"httpdate", |
748 |
|
|
"itoa", |
749 |
|
|
"pin-project-lite", |
750 |
|
|
"smallvec", |
751 |
|
|
"tokio", |
752 |
|
|
"want", |
753 |
|
|
] |
754 |
|
|
|
755 |
|
|
[[package]] |
756 |
|
|
name = "hyper-util" |
757 |
|
|
version = "0.1.15" |
758 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
759 |
|
|
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" |
760 |
|
|
dependencies = [ |
761 |
|
|
"base64", |
762 |
|
|
"bytes", |
763 |
|
|
"futures-channel", |
764 |
|
|
"futures-core", |
765 |
|
|
"futures-util", |
766 |
|
|
"http", |
767 |
|
|
"http-body", |
768 |
|
|
"hyper", |
769 |
|
|
"ipnet", |
770 |
|
|
"libc", |
771 |
|
|
"percent-encoding", |
772 |
|
|
"pin-project-lite", |
773 |
|
|
"socket2", |
774 |
|
|
"system-configuration", |
775 |
|
|
"tokio", |
776 |
|
|
"tower-service", |
777 |
|
|
"tracing", |
778 |
|
|
"windows-registry", |
779 |
|
|
] |
780 |
|
|
|
781 |
|
|
[[package]] |
782 |
|
|
name = "iana-time-zone" |
783 |
|
|
version = "0.1.63" |
784 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
785 |
|
|
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
786 |
|
|
dependencies = [ |
787 |
|
|
"android_system_properties", |
788 |
|
|
"core-foundation-sys", |
789 |
|
|
"iana-time-zone-haiku", |
790 |
|
|
"js-sys", |
791 |
|
|
"log", |
792 |
|
|
"wasm-bindgen", |
793 |
|
|
"windows-core", |
794 |
|
|
] |
795 |
|
|
|
796 |
|
|
[[package]] |
797 |
|
|
name = "iana-time-zone-haiku" |
798 |
|
|
version = "0.1.2" |
799 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
800 |
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
801 |
|
|
dependencies = [ |
802 |
|
|
"cc", |
803 |
|
|
] |
804 |
|
|
|
805 |
|
|
[[package]] |
806 |
yuzu |
4 |
name = "indexmap" |
807 |
|
|
version = "2.9.0" |
808 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
809 |
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
810 |
|
|
dependencies = [ |
811 |
|
|
"equivalent", |
812 |
yuzu |
5 |
"hashbrown", |
813 |
yuzu |
13 |
"serde", |
814 |
yuzu |
4 |
] |
815 |
|
|
|
816 |
|
|
[[package]] |
817 |
yuzu |
13 |
name = "ipnet" |
818 |
|
|
version = "2.11.0" |
819 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
820 |
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
821 |
|
|
|
822 |
|
|
[[package]] |
823 |
|
|
name = "is-terminal" |
824 |
|
|
version = "0.4.16" |
825 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
826 |
|
|
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" |
827 |
|
|
dependencies = [ |
828 |
|
|
"hermit-abi", |
829 |
|
|
"libc", |
830 |
|
|
"windows-sys 0.59.0", |
831 |
|
|
] |
832 |
|
|
|
833 |
|
|
[[package]] |
834 |
yuzu |
5 |
name = "is_terminal_polyfill" |
835 |
|
|
version = "1.70.1" |
836 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
837 |
yuzu |
5 |
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
838 |
yuzu |
4 |
|
839 |
|
|
[[package]] |
840 |
yuzu |
13 |
name = "itoa" |
841 |
|
|
version = "1.0.15" |
842 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
843 |
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
844 |
|
|
|
845 |
|
|
[[package]] |
846 |
|
|
name = "js-sys" |
847 |
|
|
version = "0.3.77" |
848 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
849 |
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
850 |
|
|
dependencies = [ |
851 |
|
|
"once_cell", |
852 |
|
|
"wasm-bindgen", |
853 |
|
|
] |
854 |
|
|
|
855 |
|
|
[[package]] |
856 |
yuzu |
4 |
name = "libc" |
857 |
|
|
version = "0.2.172" |
858 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
859 |
|
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" |
860 |
|
|
|
861 |
|
|
[[package]] |
862 |
yuzu |
13 |
name = "libredox" |
863 |
|
|
version = "0.1.4" |
864 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
865 |
|
|
checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" |
866 |
|
|
dependencies = [ |
867 |
|
|
"bitflags", |
868 |
|
|
"libc", |
869 |
|
|
] |
870 |
|
|
|
871 |
|
|
[[package]] |
872 |
yuzu |
4 |
name = "lock_api" |
873 |
|
|
version = "0.4.13" |
874 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
875 |
|
|
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
876 |
|
|
dependencies = [ |
877 |
|
|
"autocfg", |
878 |
|
|
"scopeguard", |
879 |
|
|
] |
880 |
|
|
|
881 |
|
|
[[package]] |
882 |
yuzu |
13 |
name = "log" |
883 |
|
|
version = "0.4.27" |
884 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
885 |
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
886 |
|
|
|
887 |
|
|
[[package]] |
888 |
|
|
name = "match_cfg" |
889 |
|
|
version = "0.1.0" |
890 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
891 |
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" |
892 |
|
|
|
893 |
|
|
[[package]] |
894 |
yuzu |
4 |
name = "memchr" |
895 |
|
|
version = "2.7.4" |
896 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
897 |
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
898 |
|
|
|
899 |
|
|
[[package]] |
900 |
yuzu |
13 |
name = "memmap" |
901 |
|
|
version = "0.7.0" |
902 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
903 |
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
904 |
|
|
dependencies = [ |
905 |
|
|
"libc", |
906 |
|
|
"winapi", |
907 |
|
|
] |
908 |
|
|
|
909 |
|
|
[[package]] |
910 |
|
|
name = "mime" |
911 |
|
|
version = "0.3.17" |
912 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
913 |
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
914 |
|
|
|
915 |
|
|
[[package]] |
916 |
yuzu |
4 |
name = "miniz_oxide" |
917 |
|
|
version = "0.8.8" |
918 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
919 |
|
|
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" |
920 |
|
|
dependencies = [ |
921 |
|
|
"adler2", |
922 |
|
|
] |
923 |
|
|
|
924 |
|
|
[[package]] |
925 |
|
|
name = "mio" |
926 |
|
|
version = "1.0.4" |
927 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
928 |
|
|
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
929 |
|
|
dependencies = [ |
930 |
|
|
"libc", |
931 |
yuzu |
13 |
"wasi 0.11.0+wasi-snapshot-preview1", |
932 |
yuzu |
4 |
"windows-sys 0.59.0", |
933 |
|
|
] |
934 |
|
|
|
935 |
|
|
[[package]] |
936 |
yuzu |
13 |
name = "multer" |
937 |
|
|
version = "3.1.0" |
938 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
939 |
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" |
940 |
|
|
dependencies = [ |
941 |
|
|
"bytes", |
942 |
|
|
"encoding_rs", |
943 |
|
|
"futures-util", |
944 |
|
|
"http", |
945 |
|
|
"httparse", |
946 |
|
|
"memchr", |
947 |
|
|
"mime", |
948 |
|
|
"spin", |
949 |
|
|
"version_check", |
950 |
|
|
] |
951 |
|
|
|
952 |
|
|
[[package]] |
953 |
|
|
name = "num-conv" |
954 |
|
|
version = "0.1.0" |
955 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
956 |
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
957 |
|
|
|
958 |
|
|
[[package]] |
959 |
|
|
name = "num-traits" |
960 |
|
|
version = "0.2.19" |
961 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
962 |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
963 |
|
|
dependencies = [ |
964 |
|
|
"autocfg", |
965 |
|
|
] |
966 |
|
|
|
967 |
|
|
[[package]] |
968 |
|
|
name = "num_threads" |
969 |
|
|
version = "0.1.7" |
970 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
971 |
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
972 |
|
|
dependencies = [ |
973 |
|
|
"libc", |
974 |
|
|
] |
975 |
|
|
|
976 |
|
|
[[package]] |
977 |
yuzu |
4 |
name = "object" |
978 |
|
|
version = "0.36.7" |
979 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
980 |
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
981 |
|
|
dependencies = [ |
982 |
|
|
"memchr", |
983 |
|
|
] |
984 |
|
|
|
985 |
|
|
[[package]] |
986 |
yuzu |
13 |
name = "once_cell" |
987 |
|
|
version = "1.21.3" |
988 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
989 |
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
990 |
|
|
|
991 |
|
|
[[package]] |
992 |
yuzu |
5 |
name = "once_cell_polyfill" |
993 |
|
|
version = "1.70.1" |
994 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
995 |
yuzu |
5 |
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" |
996 |
yuzu |
4 |
|
997 |
|
|
[[package]] |
998 |
yuzu |
13 |
name = "openapiv3" |
999 |
|
|
version = "2.2.0" |
1000 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1001 |
|
|
checksum = "5c8d427828b22ae1fff2833a03d8486c2c881367f1c336349f307f321e7f4d05" |
1002 |
|
|
dependencies = [ |
1003 |
|
|
"indexmap", |
1004 |
|
|
"serde", |
1005 |
|
|
"serde_json", |
1006 |
|
|
] |
1007 |
|
|
|
1008 |
|
|
[[package]] |
1009 |
yuzu |
4 |
name = "parking_lot" |
1010 |
|
|
version = "0.12.4" |
1011 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1012 |
|
|
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
1013 |
|
|
dependencies = [ |
1014 |
|
|
"lock_api", |
1015 |
|
|
"parking_lot_core", |
1016 |
|
|
] |
1017 |
|
|
|
1018 |
|
|
[[package]] |
1019 |
|
|
name = "parking_lot_core" |
1020 |
|
|
version = "0.9.11" |
1021 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1022 |
|
|
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
1023 |
|
|
dependencies = [ |
1024 |
|
|
"cfg-if", |
1025 |
|
|
"libc", |
1026 |
|
|
"redox_syscall", |
1027 |
|
|
"smallvec", |
1028 |
|
|
"windows-targets", |
1029 |
|
|
] |
1030 |
|
|
|
1031 |
|
|
[[package]] |
1032 |
yuzu |
13 |
name = "paste" |
1033 |
|
|
version = "1.0.15" |
1034 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1035 |
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
1036 |
|
|
|
1037 |
|
|
[[package]] |
1038 |
|
|
name = "percent-encoding" |
1039 |
|
|
version = "2.3.1" |
1040 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1041 |
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
1042 |
|
|
|
1043 |
|
|
[[package]] |
1044 |
|
|
name = "pest" |
1045 |
|
|
version = "2.8.1" |
1046 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1047 |
|
|
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" |
1048 |
|
|
dependencies = [ |
1049 |
|
|
"memchr", |
1050 |
|
|
"thiserror 2.0.12", |
1051 |
|
|
"ucd-trie", |
1052 |
|
|
] |
1053 |
|
|
|
1054 |
|
|
[[package]] |
1055 |
|
|
name = "pest_derive" |
1056 |
|
|
version = "2.8.1" |
1057 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1058 |
|
|
checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" |
1059 |
|
|
dependencies = [ |
1060 |
|
|
"pest", |
1061 |
|
|
"pest_generator", |
1062 |
|
|
] |
1063 |
|
|
|
1064 |
|
|
[[package]] |
1065 |
|
|
name = "pest_generator" |
1066 |
|
|
version = "2.8.1" |
1067 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1068 |
|
|
checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" |
1069 |
|
|
dependencies = [ |
1070 |
|
|
"pest", |
1071 |
|
|
"pest_meta", |
1072 |
|
|
"proc-macro2", |
1073 |
|
|
"quote", |
1074 |
|
|
"syn", |
1075 |
|
|
] |
1076 |
|
|
|
1077 |
|
|
[[package]] |
1078 |
|
|
name = "pest_meta" |
1079 |
|
|
version = "2.8.1" |
1080 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1081 |
|
|
checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" |
1082 |
|
|
dependencies = [ |
1083 |
|
|
"pest", |
1084 |
|
|
"sha2", |
1085 |
|
|
] |
1086 |
|
|
|
1087 |
|
|
[[package]] |
1088 |
yuzu |
4 |
name = "pin-project-lite" |
1089 |
|
|
version = "0.2.16" |
1090 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1091 |
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
1092 |
|
|
|
1093 |
|
|
[[package]] |
1094 |
yuzu |
13 |
name = "pin-utils" |
1095 |
|
|
version = "0.1.0" |
1096 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1097 |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1098 |
|
|
|
1099 |
|
|
[[package]] |
1100 |
|
|
name = "plain" |
1101 |
|
|
version = "0.2.3" |
1102 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1103 |
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
1104 |
|
|
|
1105 |
|
|
[[package]] |
1106 |
|
|
name = "powerfmt" |
1107 |
|
|
version = "0.2.0" |
1108 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1109 |
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
1110 |
|
|
|
1111 |
|
|
[[package]] |
1112 |
|
|
name = "pretty-hex" |
1113 |
|
|
version = "0.4.1" |
1114 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 |
|
|
checksum = "bbc83ee4a840062f368f9096d80077a9841ec117e17e7f700df81958f1451254" |
1116 |
|
|
|
1117 |
|
|
[[package]] |
1118 |
yuzu |
4 |
name = "proc-macro2" |
1119 |
|
|
version = "1.0.95" |
1120 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1121 |
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
1122 |
|
|
dependencies = [ |
1123 |
|
|
"unicode-ident", |
1124 |
|
|
] |
1125 |
|
|
|
1126 |
|
|
[[package]] |
1127 |
|
|
name = "quote" |
1128 |
|
|
version = "1.0.40" |
1129 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1130 |
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
1131 |
|
|
dependencies = [ |
1132 |
|
|
"proc-macro2", |
1133 |
|
|
] |
1134 |
|
|
|
1135 |
|
|
[[package]] |
1136 |
yuzu |
13 |
name = "r-efi" |
1137 |
|
|
version = "5.3.0" |
1138 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1139 |
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
1140 |
|
|
|
1141 |
|
|
[[package]] |
1142 |
yuzu |
4 |
name = "redox_syscall" |
1143 |
|
|
version = "0.5.12" |
1144 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 |
|
|
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" |
1146 |
|
|
dependencies = [ |
1147 |
|
|
"bitflags", |
1148 |
|
|
] |
1149 |
|
|
|
1150 |
|
|
[[package]] |
1151 |
yuzu |
13 |
name = "redox_users" |
1152 |
|
|
version = "0.4.6" |
1153 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 |
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
1155 |
|
|
dependencies = [ |
1156 |
|
|
"getrandom 0.2.16", |
1157 |
|
|
"libredox", |
1158 |
|
|
"thiserror 1.0.69", |
1159 |
|
|
] |
1160 |
|
|
|
1161 |
|
|
[[package]] |
1162 |
|
|
name = "ring" |
1163 |
|
|
version = "0.17.14" |
1164 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1165 |
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
1166 |
|
|
dependencies = [ |
1167 |
|
|
"cc", |
1168 |
|
|
"cfg-if", |
1169 |
|
|
"getrandom 0.2.16", |
1170 |
|
|
"libc", |
1171 |
|
|
"untrusted", |
1172 |
|
|
"windows-sys 0.52.0", |
1173 |
|
|
] |
1174 |
|
|
|
1175 |
|
|
[[package]] |
1176 |
yuzu |
4 |
name = "rustc-demangle" |
1177 |
|
|
version = "0.1.24" |
1178 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1179 |
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
1180 |
|
|
|
1181 |
|
|
[[package]] |
1182 |
yuzu |
13 |
name = "rustls" |
1183 |
|
|
version = "0.22.4" |
1184 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1185 |
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
1186 |
|
|
dependencies = [ |
1187 |
|
|
"log", |
1188 |
|
|
"ring", |
1189 |
|
|
"rustls-pki-types", |
1190 |
|
|
"rustls-webpki", |
1191 |
|
|
"subtle", |
1192 |
|
|
"zeroize", |
1193 |
|
|
] |
1194 |
|
|
|
1195 |
|
|
[[package]] |
1196 |
|
|
name = "rustls-pemfile" |
1197 |
|
|
version = "2.2.0" |
1198 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1199 |
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
1200 |
|
|
dependencies = [ |
1201 |
|
|
"rustls-pki-types", |
1202 |
|
|
] |
1203 |
|
|
|
1204 |
|
|
[[package]] |
1205 |
|
|
name = "rustls-pki-types" |
1206 |
|
|
version = "1.12.0" |
1207 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1208 |
|
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
1209 |
|
|
dependencies = [ |
1210 |
|
|
"zeroize", |
1211 |
|
|
] |
1212 |
|
|
|
1213 |
|
|
[[package]] |
1214 |
|
|
name = "rustls-webpki" |
1215 |
|
|
version = "0.102.8" |
1216 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 |
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
1218 |
|
|
dependencies = [ |
1219 |
|
|
"ring", |
1220 |
|
|
"rustls-pki-types", |
1221 |
|
|
"untrusted", |
1222 |
|
|
] |
1223 |
|
|
|
1224 |
|
|
[[package]] |
1225 |
|
|
name = "rustversion" |
1226 |
|
|
version = "1.0.21" |
1227 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1228 |
|
|
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
1229 |
|
|
|
1230 |
|
|
[[package]] |
1231 |
|
|
name = "ryu" |
1232 |
|
|
version = "1.0.20" |
1233 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1234 |
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
1235 |
|
|
|
1236 |
|
|
[[package]] |
1237 |
yuzu |
2 |
name = "salaryman" |
1238 |
yuzu |
9 |
version = "0.0.1" |
1239 |
yuzu |
4 |
dependencies = [ |
1240 |
yuzu |
5 |
"clap", |
1241 |
yuzu |
13 |
"dropshot", |
1242 |
|
|
"schemars", |
1243 |
yuzu |
4 |
"serde", |
1244 |
|
|
"tokio", |
1245 |
yuzu |
5 |
"toml", |
1246 |
yuzu |
13 |
"uuid", |
1247 |
yuzu |
4 |
] |
1248 |
|
|
|
1249 |
|
|
[[package]] |
1250 |
yuzu |
13 |
name = "schemars" |
1251 |
|
|
version = "0.8.22" |
1252 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1253 |
|
|
checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
1254 |
|
|
dependencies = [ |
1255 |
|
|
"dyn-clone", |
1256 |
|
|
"schemars_derive", |
1257 |
|
|
"serde", |
1258 |
|
|
"serde_json", |
1259 |
|
|
"uuid", |
1260 |
|
|
] |
1261 |
|
|
|
1262 |
|
|
[[package]] |
1263 |
|
|
name = "schemars_derive" |
1264 |
|
|
version = "0.8.22" |
1265 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1266 |
|
|
checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
1267 |
|
|
dependencies = [ |
1268 |
|
|
"proc-macro2", |
1269 |
|
|
"quote", |
1270 |
|
|
"serde_derive_internals", |
1271 |
|
|
"syn", |
1272 |
|
|
] |
1273 |
|
|
|
1274 |
|
|
[[package]] |
1275 |
yuzu |
4 |
name = "scopeguard" |
1276 |
|
|
version = "1.2.0" |
1277 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1278 |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
1279 |
|
|
|
1280 |
|
|
[[package]] |
1281 |
yuzu |
13 |
name = "scroll" |
1282 |
|
|
version = "0.12.0" |
1283 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1284 |
|
|
checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" |
1285 |
|
|
dependencies = [ |
1286 |
|
|
"scroll_derive", |
1287 |
|
|
] |
1288 |
|
|
|
1289 |
|
|
[[package]] |
1290 |
|
|
name = "scroll_derive" |
1291 |
|
|
version = "0.12.1" |
1292 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 |
|
|
checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" |
1294 |
|
|
dependencies = [ |
1295 |
|
|
"proc-macro2", |
1296 |
|
|
"quote", |
1297 |
|
|
"syn", |
1298 |
|
|
] |
1299 |
|
|
|
1300 |
|
|
[[package]] |
1301 |
|
|
name = "semver" |
1302 |
|
|
version = "1.0.26" |
1303 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1304 |
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
1305 |
|
|
|
1306 |
|
|
[[package]] |
1307 |
yuzu |
4 |
name = "serde" |
1308 |
|
|
version = "1.0.219" |
1309 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1310 |
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
1311 |
|
|
dependencies = [ |
1312 |
|
|
"serde_derive", |
1313 |
|
|
] |
1314 |
|
|
|
1315 |
|
|
[[package]] |
1316 |
|
|
name = "serde_derive" |
1317 |
|
|
version = "1.0.219" |
1318 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1319 |
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
1320 |
|
|
dependencies = [ |
1321 |
|
|
"proc-macro2", |
1322 |
|
|
"quote", |
1323 |
yuzu |
5 |
"syn", |
1324 |
yuzu |
4 |
] |
1325 |
|
|
|
1326 |
|
|
[[package]] |
1327 |
yuzu |
13 |
name = "serde_derive_internals" |
1328 |
|
|
version = "0.29.1" |
1329 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1330 |
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
1331 |
|
|
dependencies = [ |
1332 |
|
|
"proc-macro2", |
1333 |
|
|
"quote", |
1334 |
|
|
"syn", |
1335 |
|
|
] |
1336 |
|
|
|
1337 |
|
|
[[package]] |
1338 |
|
|
name = "serde_json" |
1339 |
|
|
version = "1.0.140" |
1340 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1341 |
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
1342 |
|
|
dependencies = [ |
1343 |
|
|
"itoa", |
1344 |
|
|
"memchr", |
1345 |
|
|
"ryu", |
1346 |
|
|
"serde", |
1347 |
|
|
] |
1348 |
|
|
|
1349 |
|
|
[[package]] |
1350 |
|
|
name = "serde_path_to_error" |
1351 |
|
|
version = "0.1.17" |
1352 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1353 |
|
|
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" |
1354 |
|
|
dependencies = [ |
1355 |
|
|
"itoa", |
1356 |
|
|
"serde", |
1357 |
|
|
] |
1358 |
|
|
|
1359 |
|
|
[[package]] |
1360 |
yuzu |
5 |
name = "serde_spanned" |
1361 |
|
|
version = "0.6.8" |
1362 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1363 |
yuzu |
5 |
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
1364 |
yuzu |
4 |
dependencies = [ |
1365 |
|
|
"serde", |
1366 |
|
|
] |
1367 |
|
|
|
1368 |
|
|
[[package]] |
1369 |
yuzu |
13 |
name = "serde_tokenstream" |
1370 |
|
|
version = "0.2.2" |
1371 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1372 |
|
|
checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" |
1373 |
|
|
dependencies = [ |
1374 |
|
|
"proc-macro2", |
1375 |
|
|
"quote", |
1376 |
|
|
"serde", |
1377 |
|
|
"syn", |
1378 |
|
|
] |
1379 |
|
|
|
1380 |
|
|
[[package]] |
1381 |
|
|
name = "serde_urlencoded" |
1382 |
|
|
version = "0.7.1" |
1383 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1384 |
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
1385 |
|
|
dependencies = [ |
1386 |
|
|
"form_urlencoded", |
1387 |
|
|
"itoa", |
1388 |
|
|
"ryu", |
1389 |
|
|
"serde", |
1390 |
|
|
] |
1391 |
|
|
|
1392 |
|
|
[[package]] |
1393 |
|
|
name = "sha1" |
1394 |
|
|
version = "0.10.6" |
1395 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1396 |
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
1397 |
|
|
dependencies = [ |
1398 |
|
|
"cfg-if", |
1399 |
|
|
"cpufeatures", |
1400 |
|
|
"digest", |
1401 |
|
|
] |
1402 |
|
|
|
1403 |
|
|
[[package]] |
1404 |
|
|
name = "sha2" |
1405 |
|
|
version = "0.10.9" |
1406 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1407 |
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
1408 |
|
|
dependencies = [ |
1409 |
|
|
"cfg-if", |
1410 |
|
|
"cpufeatures", |
1411 |
|
|
"digest", |
1412 |
|
|
] |
1413 |
|
|
|
1414 |
|
|
[[package]] |
1415 |
|
|
name = "shlex" |
1416 |
|
|
version = "1.3.0" |
1417 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1418 |
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
1419 |
|
|
|
1420 |
|
|
[[package]] |
1421 |
yuzu |
4 |
name = "signal-hook-registry" |
1422 |
|
|
version = "1.4.5" |
1423 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1424 |
|
|
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
1425 |
|
|
dependencies = [ |
1426 |
|
|
"libc", |
1427 |
|
|
] |
1428 |
|
|
|
1429 |
|
|
[[package]] |
1430 |
yuzu |
13 |
name = "slab" |
1431 |
|
|
version = "0.4.10" |
1432 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1433 |
|
|
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
1434 |
|
|
|
1435 |
|
|
[[package]] |
1436 |
|
|
name = "slog" |
1437 |
|
|
version = "2.7.0" |
1438 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1439 |
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" |
1440 |
|
|
|
1441 |
|
|
[[package]] |
1442 |
|
|
name = "slog-async" |
1443 |
|
|
version = "2.8.0" |
1444 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 |
|
|
checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" |
1446 |
|
|
dependencies = [ |
1447 |
|
|
"crossbeam-channel", |
1448 |
|
|
"slog", |
1449 |
|
|
"take_mut", |
1450 |
|
|
"thread_local", |
1451 |
|
|
] |
1452 |
|
|
|
1453 |
|
|
[[package]] |
1454 |
|
|
name = "slog-bunyan" |
1455 |
|
|
version = "2.5.0" |
1456 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1457 |
|
|
checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" |
1458 |
|
|
dependencies = [ |
1459 |
|
|
"hostname 0.3.1", |
1460 |
|
|
"slog", |
1461 |
|
|
"slog-json", |
1462 |
|
|
"time", |
1463 |
|
|
] |
1464 |
|
|
|
1465 |
|
|
[[package]] |
1466 |
|
|
name = "slog-json" |
1467 |
|
|
version = "2.6.1" |
1468 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1469 |
|
|
checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" |
1470 |
|
|
dependencies = [ |
1471 |
|
|
"serde", |
1472 |
|
|
"serde_json", |
1473 |
|
|
"slog", |
1474 |
|
|
"time", |
1475 |
|
|
] |
1476 |
|
|
|
1477 |
|
|
[[package]] |
1478 |
|
|
name = "slog-term" |
1479 |
|
|
version = "2.9.1" |
1480 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1481 |
|
|
checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" |
1482 |
|
|
dependencies = [ |
1483 |
|
|
"is-terminal", |
1484 |
|
|
"slog", |
1485 |
|
|
"term", |
1486 |
|
|
"thread_local", |
1487 |
|
|
"time", |
1488 |
|
|
] |
1489 |
|
|
|
1490 |
|
|
[[package]] |
1491 |
yuzu |
4 |
name = "smallvec" |
1492 |
|
|
version = "1.15.0" |
1493 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1494 |
|
|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
1495 |
|
|
|
1496 |
|
|
[[package]] |
1497 |
|
|
name = "socket2" |
1498 |
|
|
version = "0.5.10" |
1499 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 |
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
1501 |
|
|
dependencies = [ |
1502 |
|
|
"libc", |
1503 |
|
|
"windows-sys 0.52.0", |
1504 |
|
|
] |
1505 |
|
|
|
1506 |
|
|
[[package]] |
1507 |
yuzu |
13 |
name = "spin" |
1508 |
|
|
version = "0.9.8" |
1509 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1510 |
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
1511 |
|
|
|
1512 |
|
|
[[package]] |
1513 |
yuzu |
4 |
name = "strsim" |
1514 |
|
|
version = "0.11.1" |
1515 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1516 |
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
1517 |
|
|
|
1518 |
|
|
[[package]] |
1519 |
yuzu |
13 |
name = "subtle" |
1520 |
|
|
version = "2.6.1" |
1521 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1522 |
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
1523 |
|
|
|
1524 |
|
|
[[package]] |
1525 |
yuzu |
4 |
name = "syn" |
1526 |
|
|
version = "2.0.101" |
1527 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1528 |
|
|
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" |
1529 |
|
|
dependencies = [ |
1530 |
|
|
"proc-macro2", |
1531 |
|
|
"quote", |
1532 |
|
|
"unicode-ident", |
1533 |
|
|
] |
1534 |
|
|
|
1535 |
|
|
[[package]] |
1536 |
yuzu |
13 |
name = "system-configuration" |
1537 |
|
|
version = "0.6.1" |
1538 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1539 |
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
1540 |
|
|
dependencies = [ |
1541 |
|
|
"bitflags", |
1542 |
|
|
"core-foundation", |
1543 |
|
|
"system-configuration-sys", |
1544 |
|
|
] |
1545 |
|
|
|
1546 |
|
|
[[package]] |
1547 |
|
|
name = "system-configuration-sys" |
1548 |
|
|
version = "0.6.0" |
1549 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1550 |
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
1551 |
|
|
dependencies = [ |
1552 |
|
|
"core-foundation-sys", |
1553 |
|
|
"libc", |
1554 |
|
|
] |
1555 |
|
|
|
1556 |
|
|
[[package]] |
1557 |
|
|
name = "take_mut" |
1558 |
|
|
version = "0.2.2" |
1559 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1560 |
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" |
1561 |
|
|
|
1562 |
|
|
[[package]] |
1563 |
|
|
name = "term" |
1564 |
|
|
version = "0.7.0" |
1565 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1566 |
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
1567 |
|
|
dependencies = [ |
1568 |
|
|
"dirs-next", |
1569 |
|
|
"rustversion", |
1570 |
|
|
"winapi", |
1571 |
|
|
] |
1572 |
|
|
|
1573 |
|
|
[[package]] |
1574 |
|
|
name = "thiserror" |
1575 |
|
|
version = "1.0.69" |
1576 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1577 |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
1578 |
|
|
dependencies = [ |
1579 |
|
|
"thiserror-impl 1.0.69", |
1580 |
|
|
] |
1581 |
|
|
|
1582 |
|
|
[[package]] |
1583 |
|
|
name = "thiserror" |
1584 |
|
|
version = "2.0.12" |
1585 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1586 |
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
1587 |
|
|
dependencies = [ |
1588 |
|
|
"thiserror-impl 2.0.12", |
1589 |
|
|
] |
1590 |
|
|
|
1591 |
|
|
[[package]] |
1592 |
|
|
name = "thiserror-impl" |
1593 |
|
|
version = "1.0.69" |
1594 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1595 |
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
1596 |
|
|
dependencies = [ |
1597 |
|
|
"proc-macro2", |
1598 |
|
|
"quote", |
1599 |
|
|
"syn", |
1600 |
|
|
] |
1601 |
|
|
|
1602 |
|
|
[[package]] |
1603 |
|
|
name = "thiserror-impl" |
1604 |
|
|
version = "2.0.12" |
1605 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1606 |
|
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
1607 |
|
|
dependencies = [ |
1608 |
|
|
"proc-macro2", |
1609 |
|
|
"quote", |
1610 |
|
|
"syn", |
1611 |
|
|
] |
1612 |
|
|
|
1613 |
|
|
[[package]] |
1614 |
|
|
name = "thread-id" |
1615 |
|
|
version = "4.2.2" |
1616 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1617 |
|
|
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea" |
1618 |
|
|
dependencies = [ |
1619 |
|
|
"libc", |
1620 |
|
|
"winapi", |
1621 |
|
|
] |
1622 |
|
|
|
1623 |
|
|
[[package]] |
1624 |
|
|
name = "thread_local" |
1625 |
|
|
version = "1.1.9" |
1626 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1627 |
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
1628 |
|
|
dependencies = [ |
1629 |
|
|
"cfg-if", |
1630 |
|
|
] |
1631 |
|
|
|
1632 |
|
|
[[package]] |
1633 |
|
|
name = "time" |
1634 |
|
|
version = "0.3.41" |
1635 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1636 |
|
|
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
1637 |
|
|
dependencies = [ |
1638 |
|
|
"deranged", |
1639 |
|
|
"itoa", |
1640 |
|
|
"libc", |
1641 |
|
|
"num-conv", |
1642 |
|
|
"num_threads", |
1643 |
|
|
"powerfmt", |
1644 |
|
|
"serde", |
1645 |
|
|
"time-core", |
1646 |
|
|
"time-macros", |
1647 |
|
|
] |
1648 |
|
|
|
1649 |
|
|
[[package]] |
1650 |
|
|
name = "time-core" |
1651 |
|
|
version = "0.1.4" |
1652 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1653 |
|
|
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
1654 |
|
|
|
1655 |
|
|
[[package]] |
1656 |
|
|
name = "time-macros" |
1657 |
|
|
version = "0.2.22" |
1658 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1659 |
|
|
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
1660 |
|
|
dependencies = [ |
1661 |
|
|
"num-conv", |
1662 |
|
|
"time-core", |
1663 |
|
|
] |
1664 |
|
|
|
1665 |
|
|
[[package]] |
1666 |
yuzu |
4 |
name = "tokio" |
1667 |
|
|
version = "1.45.1" |
1668 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1669 |
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" |
1670 |
|
|
dependencies = [ |
1671 |
|
|
"backtrace", |
1672 |
|
|
"bytes", |
1673 |
|
|
"libc", |
1674 |
|
|
"mio", |
1675 |
|
|
"parking_lot", |
1676 |
|
|
"pin-project-lite", |
1677 |
|
|
"signal-hook-registry", |
1678 |
|
|
"socket2", |
1679 |
|
|
"tokio-macros", |
1680 |
|
|
"windows-sys 0.52.0", |
1681 |
|
|
] |
1682 |
|
|
|
1683 |
|
|
[[package]] |
1684 |
|
|
name = "tokio-macros" |
1685 |
|
|
version = "2.5.0" |
1686 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1687 |
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
1688 |
|
|
dependencies = [ |
1689 |
|
|
"proc-macro2", |
1690 |
|
|
"quote", |
1691 |
yuzu |
5 |
"syn", |
1692 |
yuzu |
4 |
] |
1693 |
|
|
|
1694 |
|
|
[[package]] |
1695 |
yuzu |
13 |
name = "tokio-rustls" |
1696 |
|
|
version = "0.25.0" |
1697 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1698 |
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
1699 |
|
|
dependencies = [ |
1700 |
|
|
"rustls", |
1701 |
|
|
"rustls-pki-types", |
1702 |
|
|
"tokio", |
1703 |
|
|
] |
1704 |
|
|
|
1705 |
|
|
[[package]] |
1706 |
|
|
name = "tokio-util" |
1707 |
|
|
version = "0.7.15" |
1708 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1709 |
|
|
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
1710 |
|
|
dependencies = [ |
1711 |
|
|
"bytes", |
1712 |
|
|
"futures-core", |
1713 |
|
|
"futures-sink", |
1714 |
|
|
"pin-project-lite", |
1715 |
|
|
"tokio", |
1716 |
|
|
] |
1717 |
|
|
|
1718 |
|
|
[[package]] |
1719 |
yuzu |
5 |
name = "toml" |
1720 |
|
|
version = "0.8.22" |
1721 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1722 |
yuzu |
5 |
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" |
1723 |
yuzu |
4 |
dependencies = [ |
1724 |
yuzu |
5 |
"serde", |
1725 |
|
|
"serde_spanned", |
1726 |
|
|
"toml_datetime", |
1727 |
|
|
"toml_edit", |
1728 |
yuzu |
4 |
] |
1729 |
|
|
|
1730 |
|
|
[[package]] |
1731 |
|
|
name = "toml_datetime" |
1732 |
|
|
version = "0.6.9" |
1733 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1734 |
|
|
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" |
1735 |
yuzu |
5 |
dependencies = [ |
1736 |
|
|
"serde", |
1737 |
|
|
] |
1738 |
yuzu |
4 |
|
1739 |
|
|
[[package]] |
1740 |
|
|
name = "toml_edit" |
1741 |
|
|
version = "0.22.26" |
1742 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1743 |
|
|
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" |
1744 |
|
|
dependencies = [ |
1745 |
yuzu |
5 |
"indexmap", |
1746 |
|
|
"serde", |
1747 |
|
|
"serde_spanned", |
1748 |
yuzu |
4 |
"toml_datetime", |
1749 |
yuzu |
5 |
"toml_write", |
1750 |
yuzu |
4 |
"winnow", |
1751 |
|
|
] |
1752 |
|
|
|
1753 |
|
|
[[package]] |
1754 |
yuzu |
5 |
name = "toml_write" |
1755 |
|
|
version = "0.1.1" |
1756 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1757 |
yuzu |
5 |
checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" |
1758 |
yuzu |
4 |
|
1759 |
|
|
[[package]] |
1760 |
yuzu |
13 |
name = "tower-service" |
1761 |
|
|
version = "0.3.3" |
1762 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1763 |
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
1764 |
|
|
|
1765 |
|
|
[[package]] |
1766 |
|
|
name = "tracing" |
1767 |
|
|
version = "0.1.41" |
1768 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1769 |
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
1770 |
|
|
dependencies = [ |
1771 |
|
|
"pin-project-lite", |
1772 |
|
|
"tracing-core", |
1773 |
|
|
] |
1774 |
|
|
|
1775 |
|
|
[[package]] |
1776 |
|
|
name = "tracing-core" |
1777 |
|
|
version = "0.1.34" |
1778 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1779 |
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
1780 |
|
|
dependencies = [ |
1781 |
|
|
"once_cell", |
1782 |
|
|
] |
1783 |
|
|
|
1784 |
|
|
[[package]] |
1785 |
|
|
name = "try-lock" |
1786 |
|
|
version = "0.2.5" |
1787 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1788 |
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
1789 |
|
|
|
1790 |
|
|
[[package]] |
1791 |
|
|
name = "typenum" |
1792 |
|
|
version = "1.18.0" |
1793 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1794 |
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
1795 |
|
|
|
1796 |
|
|
[[package]] |
1797 |
|
|
name = "ucd-trie" |
1798 |
|
|
version = "0.1.7" |
1799 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1800 |
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
1801 |
|
|
|
1802 |
|
|
[[package]] |
1803 |
yuzu |
4 |
name = "unicode-ident" |
1804 |
|
|
version = "1.0.18" |
1805 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1806 |
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
1807 |
|
|
|
1808 |
|
|
[[package]] |
1809 |
yuzu |
13 |
name = "untrusted" |
1810 |
|
|
version = "0.9.0" |
1811 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1812 |
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
1813 |
|
|
|
1814 |
|
|
[[package]] |
1815 |
|
|
name = "usdt" |
1816 |
|
|
version = "0.5.0" |
1817 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1818 |
|
|
checksum = "5bf5c47fb471a0bff3d7b17a250817bba8c6cc99b0492abaefe5b3bb99045f02" |
1819 |
|
|
dependencies = [ |
1820 |
|
|
"dof", |
1821 |
|
|
"dtrace-parser", |
1822 |
|
|
"goblin", |
1823 |
|
|
"memmap", |
1824 |
|
|
"serde", |
1825 |
|
|
"usdt-attr-macro", |
1826 |
|
|
"usdt-impl", |
1827 |
|
|
"usdt-macro", |
1828 |
|
|
] |
1829 |
|
|
|
1830 |
|
|
[[package]] |
1831 |
|
|
name = "usdt-attr-macro" |
1832 |
|
|
version = "0.5.0" |
1833 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1834 |
|
|
checksum = "025161fff40db24774e7757f75df74ecc47e93d7e11e0f6cdfc31b40eacfe136" |
1835 |
|
|
dependencies = [ |
1836 |
|
|
"dtrace-parser", |
1837 |
|
|
"proc-macro2", |
1838 |
|
|
"quote", |
1839 |
|
|
"serde_tokenstream", |
1840 |
|
|
"syn", |
1841 |
|
|
"usdt-impl", |
1842 |
|
|
] |
1843 |
|
|
|
1844 |
|
|
[[package]] |
1845 |
|
|
name = "usdt-impl" |
1846 |
|
|
version = "0.5.0" |
1847 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1848 |
|
|
checksum = "f925814e5942ebb87af2d9fcf4c3f8665e37903f741eb11f0fa2396c6ef5f7b1" |
1849 |
|
|
dependencies = [ |
1850 |
|
|
"byteorder", |
1851 |
|
|
"dof", |
1852 |
|
|
"dtrace-parser", |
1853 |
|
|
"libc", |
1854 |
|
|
"proc-macro2", |
1855 |
|
|
"quote", |
1856 |
|
|
"serde", |
1857 |
|
|
"serde_json", |
1858 |
|
|
"syn", |
1859 |
|
|
"thiserror 1.0.69", |
1860 |
|
|
"thread-id", |
1861 |
|
|
"version_check", |
1862 |
|
|
] |
1863 |
|
|
|
1864 |
|
|
[[package]] |
1865 |
|
|
name = "usdt-macro" |
1866 |
|
|
version = "0.5.0" |
1867 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1868 |
|
|
checksum = "3ddd86f8f3abac0b7c87f59fe82446fc96a3854a413f176dd2797ed686b7af4c" |
1869 |
|
|
dependencies = [ |
1870 |
|
|
"dtrace-parser", |
1871 |
|
|
"proc-macro2", |
1872 |
|
|
"quote", |
1873 |
|
|
"serde_tokenstream", |
1874 |
|
|
"syn", |
1875 |
|
|
"usdt-impl", |
1876 |
|
|
] |
1877 |
|
|
|
1878 |
|
|
[[package]] |
1879 |
yuzu |
5 |
name = "utf8parse" |
1880 |
|
|
version = "0.2.2" |
1881 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1882 |
yuzu |
5 |
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
1883 |
yuzu |
4 |
|
1884 |
|
|
[[package]] |
1885 |
yuzu |
13 |
name = "uuid" |
1886 |
|
|
version = "1.17.0" |
1887 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1888 |
|
|
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" |
1889 |
|
|
dependencies = [ |
1890 |
|
|
"getrandom 0.3.3", |
1891 |
|
|
"js-sys", |
1892 |
|
|
"serde", |
1893 |
|
|
"wasm-bindgen", |
1894 |
|
|
] |
1895 |
|
|
|
1896 |
|
|
[[package]] |
1897 |
|
|
name = "version_check" |
1898 |
|
|
version = "0.9.5" |
1899 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1900 |
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
1901 |
|
|
|
1902 |
|
|
[[package]] |
1903 |
|
|
name = "waitgroup" |
1904 |
|
|
version = "0.1.2" |
1905 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1906 |
|
|
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" |
1907 |
|
|
dependencies = [ |
1908 |
|
|
"atomic-waker", |
1909 |
|
|
] |
1910 |
|
|
|
1911 |
|
|
[[package]] |
1912 |
|
|
name = "want" |
1913 |
|
|
version = "0.3.1" |
1914 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1915 |
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
1916 |
|
|
dependencies = [ |
1917 |
|
|
"try-lock", |
1918 |
|
|
] |
1919 |
|
|
|
1920 |
|
|
[[package]] |
1921 |
yuzu |
4 |
name = "wasi" |
1922 |
|
|
version = "0.11.0+wasi-snapshot-preview1" |
1923 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1924 |
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
1925 |
|
|
|
1926 |
|
|
[[package]] |
1927 |
yuzu |
13 |
name = "wasi" |
1928 |
|
|
version = "0.14.2+wasi-0.2.4" |
1929 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1930 |
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
1931 |
|
|
dependencies = [ |
1932 |
|
|
"wit-bindgen-rt", |
1933 |
|
|
] |
1934 |
|
|
|
1935 |
|
|
[[package]] |
1936 |
|
|
name = "wasm-bindgen" |
1937 |
|
|
version = "0.2.100" |
1938 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1939 |
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
1940 |
|
|
dependencies = [ |
1941 |
|
|
"cfg-if", |
1942 |
|
|
"once_cell", |
1943 |
|
|
"rustversion", |
1944 |
|
|
"wasm-bindgen-macro", |
1945 |
|
|
] |
1946 |
|
|
|
1947 |
|
|
[[package]] |
1948 |
|
|
name = "wasm-bindgen-backend" |
1949 |
|
|
version = "0.2.100" |
1950 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1951 |
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
1952 |
|
|
dependencies = [ |
1953 |
|
|
"bumpalo", |
1954 |
|
|
"log", |
1955 |
|
|
"proc-macro2", |
1956 |
|
|
"quote", |
1957 |
|
|
"syn", |
1958 |
|
|
"wasm-bindgen-shared", |
1959 |
|
|
] |
1960 |
|
|
|
1961 |
|
|
[[package]] |
1962 |
|
|
name = "wasm-bindgen-macro" |
1963 |
|
|
version = "0.2.100" |
1964 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1965 |
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
1966 |
|
|
dependencies = [ |
1967 |
|
|
"quote", |
1968 |
|
|
"wasm-bindgen-macro-support", |
1969 |
|
|
] |
1970 |
|
|
|
1971 |
|
|
[[package]] |
1972 |
|
|
name = "wasm-bindgen-macro-support" |
1973 |
|
|
version = "0.2.100" |
1974 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1975 |
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
1976 |
|
|
dependencies = [ |
1977 |
|
|
"proc-macro2", |
1978 |
|
|
"quote", |
1979 |
|
|
"syn", |
1980 |
|
|
"wasm-bindgen-backend", |
1981 |
|
|
"wasm-bindgen-shared", |
1982 |
|
|
] |
1983 |
|
|
|
1984 |
|
|
[[package]] |
1985 |
|
|
name = "wasm-bindgen-shared" |
1986 |
|
|
version = "0.2.100" |
1987 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1988 |
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
1989 |
|
|
dependencies = [ |
1990 |
|
|
"unicode-ident", |
1991 |
|
|
] |
1992 |
|
|
|
1993 |
|
|
[[package]] |
1994 |
|
|
name = "winapi" |
1995 |
|
|
version = "0.3.9" |
1996 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1997 |
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
1998 |
|
|
dependencies = [ |
1999 |
|
|
"winapi-i686-pc-windows-gnu", |
2000 |
|
|
"winapi-x86_64-pc-windows-gnu", |
2001 |
|
|
] |
2002 |
|
|
|
2003 |
|
|
[[package]] |
2004 |
|
|
name = "winapi-i686-pc-windows-gnu" |
2005 |
|
|
version = "0.4.0" |
2006 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2007 |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2008 |
|
|
|
2009 |
|
|
[[package]] |
2010 |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
2011 |
|
|
version = "0.4.0" |
2012 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2013 |
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2014 |
|
|
|
2015 |
|
|
[[package]] |
2016 |
|
|
name = "windows-core" |
2017 |
|
|
version = "0.61.2" |
2018 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2019 |
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
2020 |
|
|
dependencies = [ |
2021 |
|
|
"windows-implement", |
2022 |
|
|
"windows-interface", |
2023 |
|
|
"windows-link", |
2024 |
|
|
"windows-result", |
2025 |
|
|
"windows-strings", |
2026 |
|
|
] |
2027 |
|
|
|
2028 |
|
|
[[package]] |
2029 |
|
|
name = "windows-implement" |
2030 |
|
|
version = "0.60.0" |
2031 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2032 |
|
|
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
2033 |
|
|
dependencies = [ |
2034 |
|
|
"proc-macro2", |
2035 |
|
|
"quote", |
2036 |
|
|
"syn", |
2037 |
|
|
] |
2038 |
|
|
|
2039 |
|
|
[[package]] |
2040 |
|
|
name = "windows-interface" |
2041 |
|
|
version = "0.59.1" |
2042 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2043 |
|
|
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
2044 |
|
|
dependencies = [ |
2045 |
|
|
"proc-macro2", |
2046 |
|
|
"quote", |
2047 |
|
|
"syn", |
2048 |
|
|
] |
2049 |
|
|
|
2050 |
|
|
[[package]] |
2051 |
|
|
name = "windows-link" |
2052 |
|
|
version = "0.1.3" |
2053 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2054 |
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
2055 |
|
|
|
2056 |
|
|
[[package]] |
2057 |
|
|
name = "windows-registry" |
2058 |
|
|
version = "0.5.3" |
2059 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2060 |
|
|
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" |
2061 |
|
|
dependencies = [ |
2062 |
|
|
"windows-link", |
2063 |
|
|
"windows-result", |
2064 |
|
|
"windows-strings", |
2065 |
|
|
] |
2066 |
|
|
|
2067 |
|
|
[[package]] |
2068 |
|
|
name = "windows-result" |
2069 |
|
|
version = "0.3.4" |
2070 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2071 |
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
2072 |
|
|
dependencies = [ |
2073 |
|
|
"windows-link", |
2074 |
|
|
] |
2075 |
|
|
|
2076 |
|
|
[[package]] |
2077 |
|
|
name = "windows-strings" |
2078 |
|
|
version = "0.4.2" |
2079 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2080 |
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
2081 |
|
|
dependencies = [ |
2082 |
|
|
"windows-link", |
2083 |
|
|
] |
2084 |
|
|
|
2085 |
|
|
[[package]] |
2086 |
yuzu |
4 |
name = "windows-sys" |
2087 |
|
|
version = "0.52.0" |
2088 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2089 |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
2090 |
|
|
dependencies = [ |
2091 |
|
|
"windows-targets", |
2092 |
|
|
] |
2093 |
|
|
|
2094 |
|
|
[[package]] |
2095 |
|
|
name = "windows-sys" |
2096 |
|
|
version = "0.59.0" |
2097 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2098 |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
2099 |
|
|
dependencies = [ |
2100 |
|
|
"windows-targets", |
2101 |
|
|
] |
2102 |
|
|
|
2103 |
|
|
[[package]] |
2104 |
|
|
name = "windows-targets" |
2105 |
|
|
version = "0.52.6" |
2106 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2107 |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
2108 |
|
|
dependencies = [ |
2109 |
|
|
"windows_aarch64_gnullvm", |
2110 |
|
|
"windows_aarch64_msvc", |
2111 |
|
|
"windows_i686_gnu", |
2112 |
|
|
"windows_i686_gnullvm", |
2113 |
|
|
"windows_i686_msvc", |
2114 |
|
|
"windows_x86_64_gnu", |
2115 |
|
|
"windows_x86_64_gnullvm", |
2116 |
|
|
"windows_x86_64_msvc", |
2117 |
|
|
] |
2118 |
|
|
|
2119 |
|
|
[[package]] |
2120 |
|
|
name = "windows_aarch64_gnullvm" |
2121 |
|
|
version = "0.52.6" |
2122 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2123 |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
2124 |
|
|
|
2125 |
|
|
[[package]] |
2126 |
|
|
name = "windows_aarch64_msvc" |
2127 |
|
|
version = "0.52.6" |
2128 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2129 |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
2130 |
|
|
|
2131 |
|
|
[[package]] |
2132 |
|
|
name = "windows_i686_gnu" |
2133 |
|
|
version = "0.52.6" |
2134 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2135 |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
2136 |
|
|
|
2137 |
|
|
[[package]] |
2138 |
|
|
name = "windows_i686_gnullvm" |
2139 |
|
|
version = "0.52.6" |
2140 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2141 |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
2142 |
|
|
|
2143 |
|
|
[[package]] |
2144 |
|
|
name = "windows_i686_msvc" |
2145 |
|
|
version = "0.52.6" |
2146 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2147 |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
2148 |
|
|
|
2149 |
|
|
[[package]] |
2150 |
|
|
name = "windows_x86_64_gnu" |
2151 |
|
|
version = "0.52.6" |
2152 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2153 |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
2154 |
|
|
|
2155 |
|
|
[[package]] |
2156 |
|
|
name = "windows_x86_64_gnullvm" |
2157 |
|
|
version = "0.52.6" |
2158 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2159 |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
2160 |
|
|
|
2161 |
|
|
[[package]] |
2162 |
|
|
name = "windows_x86_64_msvc" |
2163 |
|
|
version = "0.52.6" |
2164 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2165 |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
2166 |
|
|
|
2167 |
|
|
[[package]] |
2168 |
|
|
name = "winnow" |
2169 |
|
|
version = "0.7.10" |
2170 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2171 |
|
|
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" |
2172 |
|
|
dependencies = [ |
2173 |
|
|
"memchr", |
2174 |
|
|
] |
2175 |
yuzu |
13 |
|
2176 |
|
|
[[package]] |
2177 |
|
|
name = "wit-bindgen-rt" |
2178 |
|
|
version = "0.39.0" |
2179 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2180 |
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
2181 |
|
|
dependencies = [ |
2182 |
|
|
"bitflags", |
2183 |
|
|
] |
2184 |
|
|
|
2185 |
|
|
[[package]] |
2186 |
|
|
name = "zerocopy" |
2187 |
|
|
version = "0.7.35" |
2188 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2189 |
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
2190 |
|
|
dependencies = [ |
2191 |
|
|
"byteorder", |
2192 |
|
|
"zerocopy-derive", |
2193 |
|
|
] |
2194 |
|
|
|
2195 |
|
|
[[package]] |
2196 |
|
|
name = "zerocopy-derive" |
2197 |
|
|
version = "0.7.35" |
2198 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2199 |
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
2200 |
|
|
dependencies = [ |
2201 |
|
|
"proc-macro2", |
2202 |
|
|
"quote", |
2203 |
|
|
"syn", |
2204 |
|
|
] |
2205 |
|
|
|
2206 |
|
|
[[package]] |
2207 |
|
|
name = "zeroize" |
2208 |
|
|
version = "1.8.1" |
2209 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2210 |
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |