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 |
15 |
name = "alloc-no-stdlib" |
22 |
|
|
version = "2.0.4" |
23 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
24 |
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
25 |
|
|
|
26 |
|
|
[[package]] |
27 |
|
|
name = "alloc-stdlib" |
28 |
|
|
version = "0.2.2" |
29 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
30 |
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
31 |
|
|
dependencies = [ |
32 |
|
|
"alloc-no-stdlib", |
33 |
|
|
] |
34 |
|
|
|
35 |
|
|
[[package]] |
36 |
yuzu |
13 |
name = "android-tzdata" |
37 |
|
|
version = "0.1.1" |
38 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
39 |
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
40 |
|
|
|
41 |
|
|
[[package]] |
42 |
|
|
name = "android_system_properties" |
43 |
|
|
version = "0.1.5" |
44 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
45 |
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
46 |
|
|
dependencies = [ |
47 |
|
|
"libc", |
48 |
|
|
] |
49 |
|
|
|
50 |
|
|
[[package]] |
51 |
yuzu |
5 |
name = "anstream" |
52 |
|
|
version = "0.6.18" |
53 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
54 |
yuzu |
5 |
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
55 |
yuzu |
4 |
dependencies = [ |
56 |
yuzu |
5 |
"anstyle", |
57 |
|
|
"anstyle-parse", |
58 |
|
|
"anstyle-query", |
59 |
|
|
"anstyle-wincon", |
60 |
|
|
"colorchoice", |
61 |
|
|
"is_terminal_polyfill", |
62 |
|
|
"utf8parse", |
63 |
yuzu |
4 |
] |
64 |
|
|
|
65 |
|
|
[[package]] |
66 |
yuzu |
5 |
name = "anstyle" |
67 |
|
|
version = "1.0.10" |
68 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
69 |
yuzu |
5 |
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
70 |
yuzu |
4 |
|
71 |
|
|
[[package]] |
72 |
yuzu |
5 |
name = "anstyle-parse" |
73 |
|
|
version = "0.2.6" |
74 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
75 |
yuzu |
5 |
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
76 |
yuzu |
4 |
dependencies = [ |
77 |
yuzu |
5 |
"utf8parse", |
78 |
yuzu |
4 |
] |
79 |
|
|
|
80 |
|
|
[[package]] |
81 |
yuzu |
5 |
name = "anstyle-query" |
82 |
|
|
version = "1.1.2" |
83 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
84 |
yuzu |
5 |
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
85 |
yuzu |
4 |
dependencies = [ |
86 |
yuzu |
5 |
"windows-sys 0.59.0", |
87 |
yuzu |
4 |
] |
88 |
|
|
|
89 |
|
|
[[package]] |
90 |
yuzu |
5 |
name = "anstyle-wincon" |
91 |
|
|
version = "3.0.8" |
92 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
93 |
yuzu |
5 |
checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa" |
94 |
yuzu |
4 |
dependencies = [ |
95 |
yuzu |
5 |
"anstyle", |
96 |
|
|
"once_cell_polyfill", |
97 |
|
|
"windows-sys 0.59.0", |
98 |
yuzu |
4 |
] |
99 |
|
|
|
100 |
|
|
[[package]] |
101 |
yuzu |
15 |
name = "async-compression" |
102 |
|
|
version = "0.4.25" |
103 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
104 |
|
|
checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4" |
105 |
|
|
dependencies = [ |
106 |
|
|
"brotli", |
107 |
|
|
"flate2", |
108 |
|
|
"futures-core", |
109 |
|
|
"memchr", |
110 |
|
|
"pin-project-lite", |
111 |
|
|
"tokio", |
112 |
|
|
"zstd", |
113 |
|
|
"zstd-safe", |
114 |
|
|
] |
115 |
|
|
|
116 |
|
|
[[package]] |
117 |
yuzu |
13 |
name = "async-stream" |
118 |
|
|
version = "0.3.6" |
119 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
120 |
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
121 |
|
|
dependencies = [ |
122 |
|
|
"async-stream-impl", |
123 |
|
|
"futures-core", |
124 |
|
|
"pin-project-lite", |
125 |
|
|
] |
126 |
|
|
|
127 |
|
|
[[package]] |
128 |
|
|
name = "async-stream-impl" |
129 |
|
|
version = "0.3.6" |
130 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
131 |
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
132 |
|
|
dependencies = [ |
133 |
|
|
"proc-macro2", |
134 |
|
|
"quote", |
135 |
|
|
"syn", |
136 |
|
|
] |
137 |
|
|
|
138 |
|
|
[[package]] |
139 |
|
|
name = "async-trait" |
140 |
|
|
version = "0.1.88" |
141 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
142 |
|
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
143 |
|
|
dependencies = [ |
144 |
|
|
"proc-macro2", |
145 |
|
|
"quote", |
146 |
|
|
"syn", |
147 |
|
|
] |
148 |
|
|
|
149 |
|
|
[[package]] |
150 |
|
|
name = "atomic-waker" |
151 |
|
|
version = "1.1.2" |
152 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
153 |
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
154 |
|
|
|
155 |
|
|
[[package]] |
156 |
yuzu |
4 |
name = "autocfg" |
157 |
|
|
version = "1.4.0" |
158 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
159 |
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
160 |
|
|
|
161 |
|
|
[[package]] |
162 |
|
|
name = "backtrace" |
163 |
|
|
version = "0.3.75" |
164 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
165 |
|
|
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
166 |
|
|
dependencies = [ |
167 |
|
|
"addr2line", |
168 |
|
|
"cfg-if", |
169 |
|
|
"libc", |
170 |
|
|
"miniz_oxide", |
171 |
|
|
"object", |
172 |
|
|
"rustc-demangle", |
173 |
|
|
"windows-targets", |
174 |
|
|
] |
175 |
|
|
|
176 |
|
|
[[package]] |
177 |
yuzu |
13 |
name = "base64" |
178 |
|
|
version = "0.22.1" |
179 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
180 |
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
181 |
|
|
|
182 |
|
|
[[package]] |
183 |
yuzu |
4 |
name = "bitflags" |
184 |
|
|
version = "2.9.1" |
185 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
186 |
|
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
187 |
|
|
|
188 |
|
|
[[package]] |
189 |
yuzu |
13 |
name = "block-buffer" |
190 |
|
|
version = "0.10.4" |
191 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
192 |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
193 |
|
|
dependencies = [ |
194 |
|
|
"generic-array", |
195 |
|
|
] |
196 |
|
|
|
197 |
|
|
[[package]] |
198 |
yuzu |
15 |
name = "brotli" |
199 |
|
|
version = "8.0.1" |
200 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
201 |
|
|
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" |
202 |
|
|
dependencies = [ |
203 |
|
|
"alloc-no-stdlib", |
204 |
|
|
"alloc-stdlib", |
205 |
|
|
"brotli-decompressor", |
206 |
|
|
] |
207 |
|
|
|
208 |
|
|
[[package]] |
209 |
|
|
name = "brotli-decompressor" |
210 |
|
|
version = "5.0.0" |
211 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
212 |
|
|
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
213 |
|
|
dependencies = [ |
214 |
|
|
"alloc-no-stdlib", |
215 |
|
|
"alloc-stdlib", |
216 |
|
|
] |
217 |
|
|
|
218 |
|
|
[[package]] |
219 |
yuzu |
13 |
name = "bumpalo" |
220 |
|
|
version = "3.19.0" |
221 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
222 |
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
223 |
|
|
|
224 |
|
|
[[package]] |
225 |
|
|
name = "byteorder" |
226 |
|
|
version = "1.5.0" |
227 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
228 |
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
229 |
|
|
|
230 |
|
|
[[package]] |
231 |
yuzu |
4 |
name = "bytes" |
232 |
|
|
version = "1.10.1" |
233 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
234 |
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
235 |
|
|
|
236 |
|
|
[[package]] |
237 |
yuzu |
13 |
name = "camino" |
238 |
|
|
version = "1.1.10" |
239 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
240 |
|
|
checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" |
241 |
|
|
dependencies = [ |
242 |
|
|
"serde", |
243 |
|
|
] |
244 |
|
|
|
245 |
|
|
[[package]] |
246 |
|
|
name = "cc" |
247 |
|
|
version = "1.2.29" |
248 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
249 |
|
|
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" |
250 |
|
|
dependencies = [ |
251 |
yuzu |
15 |
"jobserver", |
252 |
|
|
"libc", |
253 |
yuzu |
13 |
"shlex", |
254 |
|
|
] |
255 |
|
|
|
256 |
|
|
[[package]] |
257 |
yuzu |
4 |
name = "cfg-if" |
258 |
|
|
version = "1.0.0" |
259 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
260 |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
261 |
|
|
|
262 |
|
|
[[package]] |
263 |
yuzu |
13 |
name = "chrono" |
264 |
|
|
version = "0.4.41" |
265 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
266 |
|
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
267 |
|
|
dependencies = [ |
268 |
|
|
"android-tzdata", |
269 |
|
|
"iana-time-zone", |
270 |
|
|
"num-traits", |
271 |
|
|
"serde", |
272 |
|
|
"windows-link", |
273 |
|
|
] |
274 |
|
|
|
275 |
|
|
[[package]] |
276 |
yuzu |
5 |
name = "clap" |
277 |
|
|
version = "4.5.39" |
278 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
279 |
yuzu |
5 |
checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" |
280 |
yuzu |
4 |
dependencies = [ |
281 |
yuzu |
5 |
"clap_builder", |
282 |
|
|
"clap_derive", |
283 |
yuzu |
4 |
] |
284 |
|
|
|
285 |
|
|
[[package]] |
286 |
yuzu |
5 |
name = "clap_builder" |
287 |
|
|
version = "4.5.39" |
288 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
289 |
yuzu |
5 |
checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" |
290 |
yuzu |
4 |
dependencies = [ |
291 |
yuzu |
5 |
"anstream", |
292 |
|
|
"anstyle", |
293 |
|
|
"clap_lex", |
294 |
yuzu |
4 |
"strsim", |
295 |
|
|
] |
296 |
|
|
|
297 |
|
|
[[package]] |
298 |
yuzu |
5 |
name = "clap_derive" |
299 |
|
|
version = "4.5.32" |
300 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
301 |
yuzu |
5 |
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" |
302 |
yuzu |
4 |
dependencies = [ |
303 |
yuzu |
5 |
"heck", |
304 |
yuzu |
4 |
"proc-macro2", |
305 |
|
|
"quote", |
306 |
yuzu |
5 |
"syn", |
307 |
yuzu |
4 |
] |
308 |
|
|
|
309 |
|
|
[[package]] |
310 |
yuzu |
5 |
name = "clap_lex" |
311 |
|
|
version = "0.7.4" |
312 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
313 |
yuzu |
5 |
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
314 |
yuzu |
4 |
|
315 |
|
|
[[package]] |
316 |
yuzu |
5 |
name = "colorchoice" |
317 |
|
|
version = "1.0.3" |
318 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
319 |
yuzu |
5 |
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
320 |
yuzu |
4 |
|
321 |
|
|
[[package]] |
322 |
yuzu |
15 |
name = "cookie" |
323 |
|
|
version = "0.18.1" |
324 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
325 |
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
326 |
|
|
dependencies = [ |
327 |
|
|
"percent-encoding", |
328 |
|
|
"time", |
329 |
|
|
"version_check", |
330 |
|
|
] |
331 |
|
|
|
332 |
|
|
[[package]] |
333 |
|
|
name = "cookie_store" |
334 |
|
|
version = "0.21.1" |
335 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
336 |
|
|
checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" |
337 |
|
|
dependencies = [ |
338 |
|
|
"cookie", |
339 |
|
|
"document-features", |
340 |
|
|
"idna", |
341 |
|
|
"log", |
342 |
|
|
"publicsuffix", |
343 |
|
|
"serde", |
344 |
|
|
"serde_derive", |
345 |
|
|
"serde_json", |
346 |
|
|
"time", |
347 |
|
|
"url", |
348 |
|
|
] |
349 |
|
|
|
350 |
|
|
[[package]] |
351 |
yuzu |
13 |
name = "core-foundation" |
352 |
|
|
version = "0.9.4" |
353 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
354 |
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
355 |
|
|
dependencies = [ |
356 |
|
|
"core-foundation-sys", |
357 |
|
|
"libc", |
358 |
|
|
] |
359 |
|
|
|
360 |
|
|
[[package]] |
361 |
|
|
name = "core-foundation-sys" |
362 |
|
|
version = "0.8.7" |
363 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
364 |
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
365 |
|
|
|
366 |
|
|
[[package]] |
367 |
|
|
name = "cpufeatures" |
368 |
|
|
version = "0.2.17" |
369 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
370 |
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
371 |
|
|
dependencies = [ |
372 |
|
|
"libc", |
373 |
|
|
] |
374 |
|
|
|
375 |
|
|
[[package]] |
376 |
yuzu |
15 |
name = "crc32fast" |
377 |
|
|
version = "1.4.2" |
378 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
379 |
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
380 |
|
|
dependencies = [ |
381 |
|
|
"cfg-if", |
382 |
|
|
] |
383 |
|
|
|
384 |
|
|
[[package]] |
385 |
yuzu |
13 |
name = "crossbeam-channel" |
386 |
|
|
version = "0.5.15" |
387 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
388 |
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
389 |
|
|
dependencies = [ |
390 |
|
|
"crossbeam-utils", |
391 |
|
|
] |
392 |
|
|
|
393 |
|
|
[[package]] |
394 |
|
|
name = "crossbeam-utils" |
395 |
|
|
version = "0.8.21" |
396 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
397 |
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
398 |
|
|
|
399 |
|
|
[[package]] |
400 |
|
|
name = "crypto-common" |
401 |
|
|
version = "0.1.6" |
402 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
403 |
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
404 |
|
|
dependencies = [ |
405 |
|
|
"generic-array", |
406 |
|
|
"typenum", |
407 |
|
|
] |
408 |
|
|
|
409 |
|
|
[[package]] |
410 |
|
|
name = "debug-ignore" |
411 |
|
|
version = "1.0.5" |
412 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
413 |
|
|
checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" |
414 |
|
|
|
415 |
|
|
[[package]] |
416 |
|
|
name = "deranged" |
417 |
|
|
version = "0.4.0" |
418 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
419 |
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
420 |
|
|
dependencies = [ |
421 |
|
|
"powerfmt", |
422 |
|
|
] |
423 |
|
|
|
424 |
|
|
[[package]] |
425 |
|
|
name = "digest" |
426 |
|
|
version = "0.10.7" |
427 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
428 |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
429 |
|
|
dependencies = [ |
430 |
|
|
"block-buffer", |
431 |
|
|
"crypto-common", |
432 |
|
|
] |
433 |
|
|
|
434 |
|
|
[[package]] |
435 |
|
|
name = "dirs-next" |
436 |
|
|
version = "2.0.0" |
437 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
438 |
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
439 |
|
|
dependencies = [ |
440 |
|
|
"cfg-if", |
441 |
|
|
"dirs-sys-next", |
442 |
|
|
] |
443 |
|
|
|
444 |
|
|
[[package]] |
445 |
|
|
name = "dirs-sys-next" |
446 |
|
|
version = "0.1.2" |
447 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
448 |
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
449 |
|
|
dependencies = [ |
450 |
|
|
"libc", |
451 |
|
|
"redox_users", |
452 |
|
|
"winapi", |
453 |
|
|
] |
454 |
|
|
|
455 |
|
|
[[package]] |
456 |
yuzu |
15 |
name = "displaydoc" |
457 |
|
|
version = "0.2.5" |
458 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
459 |
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
460 |
|
|
dependencies = [ |
461 |
|
|
"proc-macro2", |
462 |
|
|
"quote", |
463 |
|
|
"syn", |
464 |
|
|
] |
465 |
|
|
|
466 |
|
|
[[package]] |
467 |
|
|
name = "document-features" |
468 |
|
|
version = "0.2.11" |
469 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
470 |
|
|
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" |
471 |
|
|
dependencies = [ |
472 |
|
|
"litrs", |
473 |
|
|
] |
474 |
|
|
|
475 |
|
|
[[package]] |
476 |
yuzu |
13 |
name = "dof" |
477 |
|
|
version = "0.3.0" |
478 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
479 |
|
|
checksum = "558e5396321b677a59d2c43b3cc3bc44683109c63ac49275f3bbbf41c0ecd002" |
480 |
|
|
dependencies = [ |
481 |
|
|
"goblin", |
482 |
|
|
"pretty-hex", |
483 |
|
|
"serde", |
484 |
|
|
"serde_json", |
485 |
|
|
"thiserror 1.0.69", |
486 |
|
|
"zerocopy", |
487 |
|
|
] |
488 |
|
|
|
489 |
|
|
[[package]] |
490 |
|
|
name = "dropshot" |
491 |
|
|
version = "0.16.2" |
492 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
493 |
|
|
checksum = "50e8fed669e35e757646ad10f97c4d26dd22cce3da689b307954f7000d2719d0" |
494 |
|
|
dependencies = [ |
495 |
|
|
"async-stream", |
496 |
|
|
"async-trait", |
497 |
|
|
"base64", |
498 |
|
|
"bytes", |
499 |
|
|
"camino", |
500 |
|
|
"chrono", |
501 |
|
|
"debug-ignore", |
502 |
|
|
"dropshot_endpoint", |
503 |
|
|
"form_urlencoded", |
504 |
|
|
"futures", |
505 |
|
|
"hostname 0.4.1", |
506 |
|
|
"http", |
507 |
|
|
"http-body-util", |
508 |
|
|
"hyper", |
509 |
|
|
"hyper-util", |
510 |
|
|
"indexmap", |
511 |
|
|
"multer", |
512 |
|
|
"openapiv3", |
513 |
|
|
"paste", |
514 |
|
|
"percent-encoding", |
515 |
yuzu |
15 |
"rustls 0.22.4", |
516 |
yuzu |
13 |
"rustls-pemfile", |
517 |
|
|
"schemars", |
518 |
|
|
"scopeguard", |
519 |
|
|
"semver", |
520 |
|
|
"serde", |
521 |
|
|
"serde_json", |
522 |
|
|
"serde_path_to_error", |
523 |
|
|
"serde_urlencoded", |
524 |
|
|
"sha1", |
525 |
|
|
"slog", |
526 |
|
|
"slog-async", |
527 |
|
|
"slog-bunyan", |
528 |
|
|
"slog-json", |
529 |
|
|
"slog-term", |
530 |
|
|
"thiserror 2.0.12", |
531 |
|
|
"tokio", |
532 |
yuzu |
15 |
"tokio-rustls 0.25.0", |
533 |
yuzu |
13 |
"toml", |
534 |
|
|
"usdt", |
535 |
|
|
"uuid", |
536 |
|
|
"version_check", |
537 |
|
|
"waitgroup", |
538 |
|
|
] |
539 |
|
|
|
540 |
|
|
[[package]] |
541 |
|
|
name = "dropshot_endpoint" |
542 |
|
|
version = "0.16.2" |
543 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
544 |
|
|
checksum = "acebb687581abdeaa2c89fa448818a5f803b0e68e5d7e7a1cf585a8f3c5c57ac" |
545 |
|
|
dependencies = [ |
546 |
|
|
"heck", |
547 |
|
|
"proc-macro2", |
548 |
|
|
"quote", |
549 |
|
|
"semver", |
550 |
|
|
"serde", |
551 |
|
|
"serde_tokenstream", |
552 |
|
|
"syn", |
553 |
|
|
] |
554 |
|
|
|
555 |
|
|
[[package]] |
556 |
|
|
name = "dtrace-parser" |
557 |
|
|
version = "0.2.0" |
558 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
559 |
|
|
checksum = "71734e3eb68cd4df338d04dffdcc024f89eb0b238150cc95b826fbfad756452b" |
560 |
|
|
dependencies = [ |
561 |
|
|
"pest", |
562 |
|
|
"pest_derive", |
563 |
|
|
"thiserror 1.0.69", |
564 |
|
|
] |
565 |
|
|
|
566 |
|
|
[[package]] |
567 |
|
|
name = "dyn-clone" |
568 |
|
|
version = "1.0.19" |
569 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
570 |
|
|
checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
571 |
|
|
|
572 |
|
|
[[package]] |
573 |
|
|
name = "encoding_rs" |
574 |
|
|
version = "0.8.35" |
575 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
576 |
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
577 |
|
|
dependencies = [ |
578 |
|
|
"cfg-if", |
579 |
|
|
] |
580 |
|
|
|
581 |
|
|
[[package]] |
582 |
yuzu |
4 |
name = "equivalent" |
583 |
|
|
version = "1.0.2" |
584 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
585 |
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
586 |
|
|
|
587 |
|
|
[[package]] |
588 |
yuzu |
15 |
name = "errno" |
589 |
|
|
version = "0.3.13" |
590 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
591 |
|
|
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
592 |
|
|
dependencies = [ |
593 |
|
|
"libc", |
594 |
|
|
"windows-sys 0.59.0", |
595 |
|
|
] |
596 |
|
|
|
597 |
|
|
[[package]] |
598 |
|
|
name = "fastrand" |
599 |
|
|
version = "2.3.0" |
600 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
601 |
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
602 |
|
|
|
603 |
|
|
[[package]] |
604 |
|
|
name = "flate2" |
605 |
|
|
version = "1.1.2" |
606 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
607 |
|
|
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
608 |
|
|
dependencies = [ |
609 |
|
|
"crc32fast", |
610 |
|
|
"miniz_oxide", |
611 |
|
|
] |
612 |
|
|
|
613 |
|
|
[[package]] |
614 |
yuzu |
13 |
name = "fnv" |
615 |
|
|
version = "1.0.7" |
616 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
617 |
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
618 |
|
|
|
619 |
|
|
[[package]] |
620 |
yuzu |
15 |
name = "foreign-types" |
621 |
|
|
version = "0.3.2" |
622 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
623 |
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
624 |
|
|
dependencies = [ |
625 |
|
|
"foreign-types-shared", |
626 |
|
|
] |
627 |
|
|
|
628 |
|
|
[[package]] |
629 |
|
|
name = "foreign-types-shared" |
630 |
|
|
version = "0.1.1" |
631 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
632 |
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
633 |
|
|
|
634 |
|
|
[[package]] |
635 |
yuzu |
13 |
name = "form_urlencoded" |
636 |
|
|
version = "1.2.1" |
637 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
638 |
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
639 |
|
|
dependencies = [ |
640 |
|
|
"percent-encoding", |
641 |
|
|
] |
642 |
|
|
|
643 |
|
|
[[package]] |
644 |
|
|
name = "futures" |
645 |
|
|
version = "0.3.31" |
646 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
647 |
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
648 |
|
|
dependencies = [ |
649 |
|
|
"futures-channel", |
650 |
|
|
"futures-core", |
651 |
|
|
"futures-executor", |
652 |
|
|
"futures-io", |
653 |
|
|
"futures-sink", |
654 |
|
|
"futures-task", |
655 |
|
|
"futures-util", |
656 |
|
|
] |
657 |
|
|
|
658 |
|
|
[[package]] |
659 |
|
|
name = "futures-channel" |
660 |
|
|
version = "0.3.31" |
661 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
662 |
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
663 |
|
|
dependencies = [ |
664 |
|
|
"futures-core", |
665 |
|
|
"futures-sink", |
666 |
|
|
] |
667 |
|
|
|
668 |
|
|
[[package]] |
669 |
|
|
name = "futures-core" |
670 |
|
|
version = "0.3.31" |
671 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
672 |
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
673 |
|
|
|
674 |
|
|
[[package]] |
675 |
|
|
name = "futures-executor" |
676 |
|
|
version = "0.3.31" |
677 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
678 |
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
679 |
|
|
dependencies = [ |
680 |
|
|
"futures-core", |
681 |
|
|
"futures-task", |
682 |
|
|
"futures-util", |
683 |
|
|
] |
684 |
|
|
|
685 |
|
|
[[package]] |
686 |
|
|
name = "futures-io" |
687 |
|
|
version = "0.3.31" |
688 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
689 |
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
690 |
|
|
|
691 |
|
|
[[package]] |
692 |
|
|
name = "futures-macro" |
693 |
|
|
version = "0.3.31" |
694 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
695 |
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
696 |
|
|
dependencies = [ |
697 |
|
|
"proc-macro2", |
698 |
|
|
"quote", |
699 |
|
|
"syn", |
700 |
|
|
] |
701 |
|
|
|
702 |
|
|
[[package]] |
703 |
|
|
name = "futures-sink" |
704 |
|
|
version = "0.3.31" |
705 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
706 |
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
707 |
|
|
|
708 |
|
|
[[package]] |
709 |
|
|
name = "futures-task" |
710 |
|
|
version = "0.3.31" |
711 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
712 |
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
713 |
|
|
|
714 |
|
|
[[package]] |
715 |
|
|
name = "futures-util" |
716 |
|
|
version = "0.3.31" |
717 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
718 |
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
719 |
|
|
dependencies = [ |
720 |
|
|
"futures-channel", |
721 |
|
|
"futures-core", |
722 |
|
|
"futures-io", |
723 |
|
|
"futures-macro", |
724 |
|
|
"futures-sink", |
725 |
|
|
"futures-task", |
726 |
|
|
"memchr", |
727 |
|
|
"pin-project-lite", |
728 |
|
|
"pin-utils", |
729 |
|
|
"slab", |
730 |
|
|
] |
731 |
|
|
|
732 |
|
|
[[package]] |
733 |
|
|
name = "generic-array" |
734 |
|
|
version = "0.14.7" |
735 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
736 |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
737 |
|
|
dependencies = [ |
738 |
|
|
"typenum", |
739 |
|
|
"version_check", |
740 |
|
|
] |
741 |
|
|
|
742 |
|
|
[[package]] |
743 |
|
|
name = "getrandom" |
744 |
|
|
version = "0.2.16" |
745 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
746 |
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
747 |
|
|
dependencies = [ |
748 |
|
|
"cfg-if", |
749 |
|
|
"libc", |
750 |
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
751 |
|
|
] |
752 |
|
|
|
753 |
|
|
[[package]] |
754 |
|
|
name = "getrandom" |
755 |
|
|
version = "0.3.3" |
756 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
757 |
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
758 |
|
|
dependencies = [ |
759 |
|
|
"cfg-if", |
760 |
|
|
"libc", |
761 |
|
|
"r-efi", |
762 |
|
|
"wasi 0.14.2+wasi-0.2.4", |
763 |
|
|
] |
764 |
|
|
|
765 |
|
|
[[package]] |
766 |
yuzu |
4 |
name = "gimli" |
767 |
|
|
version = "0.31.1" |
768 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
769 |
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
770 |
|
|
|
771 |
|
|
[[package]] |
772 |
yuzu |
13 |
name = "goblin" |
773 |
|
|
version = "0.8.2" |
774 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
775 |
|
|
checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" |
776 |
|
|
dependencies = [ |
777 |
|
|
"log", |
778 |
|
|
"plain", |
779 |
|
|
"scroll", |
780 |
|
|
] |
781 |
|
|
|
782 |
|
|
[[package]] |
783 |
|
|
name = "h2" |
784 |
|
|
version = "0.4.11" |
785 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
786 |
|
|
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" |
787 |
|
|
dependencies = [ |
788 |
|
|
"atomic-waker", |
789 |
|
|
"bytes", |
790 |
|
|
"fnv", |
791 |
|
|
"futures-core", |
792 |
|
|
"futures-sink", |
793 |
|
|
"http", |
794 |
|
|
"indexmap", |
795 |
|
|
"slab", |
796 |
|
|
"tokio", |
797 |
|
|
"tokio-util", |
798 |
|
|
"tracing", |
799 |
|
|
] |
800 |
|
|
|
801 |
|
|
[[package]] |
802 |
yuzu |
4 |
name = "hashbrown" |
803 |
|
|
version = "0.15.3" |
804 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
805 |
|
|
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
806 |
|
|
|
807 |
|
|
[[package]] |
808 |
|
|
name = "heck" |
809 |
|
|
version = "0.5.0" |
810 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
811 |
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
812 |
|
|
|
813 |
|
|
[[package]] |
814 |
yuzu |
13 |
name = "hermit-abi" |
815 |
|
|
version = "0.5.2" |
816 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
817 |
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
818 |
|
|
|
819 |
|
|
[[package]] |
820 |
|
|
name = "hostname" |
821 |
|
|
version = "0.3.1" |
822 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
823 |
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" |
824 |
|
|
dependencies = [ |
825 |
|
|
"libc", |
826 |
|
|
"match_cfg", |
827 |
|
|
"winapi", |
828 |
|
|
] |
829 |
|
|
|
830 |
|
|
[[package]] |
831 |
|
|
name = "hostname" |
832 |
|
|
version = "0.4.1" |
833 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
834 |
|
|
checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" |
835 |
|
|
dependencies = [ |
836 |
|
|
"cfg-if", |
837 |
|
|
"libc", |
838 |
|
|
"windows-link", |
839 |
|
|
] |
840 |
|
|
|
841 |
|
|
[[package]] |
842 |
|
|
name = "http" |
843 |
|
|
version = "1.3.1" |
844 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
845 |
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
846 |
|
|
dependencies = [ |
847 |
|
|
"bytes", |
848 |
|
|
"fnv", |
849 |
|
|
"itoa", |
850 |
|
|
] |
851 |
|
|
|
852 |
|
|
[[package]] |
853 |
|
|
name = "http-body" |
854 |
|
|
version = "1.0.1" |
855 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
856 |
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
857 |
|
|
dependencies = [ |
858 |
|
|
"bytes", |
859 |
|
|
"http", |
860 |
|
|
] |
861 |
|
|
|
862 |
|
|
[[package]] |
863 |
|
|
name = "http-body-util" |
864 |
|
|
version = "0.1.3" |
865 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
866 |
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
867 |
|
|
dependencies = [ |
868 |
|
|
"bytes", |
869 |
|
|
"futures-core", |
870 |
|
|
"http", |
871 |
|
|
"http-body", |
872 |
|
|
"pin-project-lite", |
873 |
|
|
] |
874 |
|
|
|
875 |
|
|
[[package]] |
876 |
|
|
name = "httparse" |
877 |
|
|
version = "1.10.1" |
878 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
879 |
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
880 |
|
|
|
881 |
|
|
[[package]] |
882 |
|
|
name = "httpdate" |
883 |
|
|
version = "1.0.3" |
884 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
885 |
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
886 |
|
|
|
887 |
|
|
[[package]] |
888 |
|
|
name = "hyper" |
889 |
|
|
version = "1.6.0" |
890 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
891 |
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
892 |
|
|
dependencies = [ |
893 |
|
|
"bytes", |
894 |
|
|
"futures-channel", |
895 |
|
|
"futures-util", |
896 |
|
|
"h2", |
897 |
|
|
"http", |
898 |
|
|
"http-body", |
899 |
|
|
"httparse", |
900 |
|
|
"httpdate", |
901 |
|
|
"itoa", |
902 |
|
|
"pin-project-lite", |
903 |
|
|
"smallvec", |
904 |
|
|
"tokio", |
905 |
|
|
"want", |
906 |
|
|
] |
907 |
|
|
|
908 |
|
|
[[package]] |
909 |
yuzu |
15 |
name = "hyper-rustls" |
910 |
|
|
version = "0.27.7" |
911 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
912 |
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
913 |
|
|
dependencies = [ |
914 |
|
|
"http", |
915 |
|
|
"hyper", |
916 |
|
|
"hyper-util", |
917 |
|
|
"rustls 0.23.29", |
918 |
|
|
"rustls-pki-types", |
919 |
|
|
"tokio", |
920 |
|
|
"tokio-rustls 0.26.2", |
921 |
|
|
"tower-service", |
922 |
|
|
] |
923 |
|
|
|
924 |
|
|
[[package]] |
925 |
|
|
name = "hyper-tls" |
926 |
|
|
version = "0.6.0" |
927 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
928 |
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
929 |
|
|
dependencies = [ |
930 |
|
|
"bytes", |
931 |
|
|
"http-body-util", |
932 |
|
|
"hyper", |
933 |
|
|
"hyper-util", |
934 |
|
|
"native-tls", |
935 |
|
|
"tokio", |
936 |
|
|
"tokio-native-tls", |
937 |
|
|
"tower-service", |
938 |
|
|
] |
939 |
|
|
|
940 |
|
|
[[package]] |
941 |
yuzu |
13 |
name = "hyper-util" |
942 |
|
|
version = "0.1.15" |
943 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
944 |
|
|
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" |
945 |
|
|
dependencies = [ |
946 |
|
|
"base64", |
947 |
|
|
"bytes", |
948 |
|
|
"futures-channel", |
949 |
|
|
"futures-core", |
950 |
|
|
"futures-util", |
951 |
|
|
"http", |
952 |
|
|
"http-body", |
953 |
|
|
"hyper", |
954 |
|
|
"ipnet", |
955 |
|
|
"libc", |
956 |
|
|
"percent-encoding", |
957 |
|
|
"pin-project-lite", |
958 |
|
|
"socket2", |
959 |
|
|
"system-configuration", |
960 |
|
|
"tokio", |
961 |
|
|
"tower-service", |
962 |
|
|
"tracing", |
963 |
|
|
"windows-registry", |
964 |
|
|
] |
965 |
|
|
|
966 |
|
|
[[package]] |
967 |
|
|
name = "iana-time-zone" |
968 |
|
|
version = "0.1.63" |
969 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
970 |
|
|
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
971 |
|
|
dependencies = [ |
972 |
|
|
"android_system_properties", |
973 |
|
|
"core-foundation-sys", |
974 |
|
|
"iana-time-zone-haiku", |
975 |
|
|
"js-sys", |
976 |
|
|
"log", |
977 |
|
|
"wasm-bindgen", |
978 |
|
|
"windows-core", |
979 |
|
|
] |
980 |
|
|
|
981 |
|
|
[[package]] |
982 |
|
|
name = "iana-time-zone-haiku" |
983 |
|
|
version = "0.1.2" |
984 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
985 |
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
986 |
|
|
dependencies = [ |
987 |
|
|
"cc", |
988 |
|
|
] |
989 |
|
|
|
990 |
|
|
[[package]] |
991 |
yuzu |
15 |
name = "icu_collections" |
992 |
|
|
version = "2.0.0" |
993 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
994 |
|
|
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
995 |
|
|
dependencies = [ |
996 |
|
|
"displaydoc", |
997 |
|
|
"potential_utf", |
998 |
|
|
"yoke", |
999 |
|
|
"zerofrom", |
1000 |
|
|
"zerovec", |
1001 |
|
|
] |
1002 |
|
|
|
1003 |
|
|
[[package]] |
1004 |
|
|
name = "icu_locale_core" |
1005 |
|
|
version = "2.0.0" |
1006 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1007 |
|
|
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
1008 |
|
|
dependencies = [ |
1009 |
|
|
"displaydoc", |
1010 |
|
|
"litemap", |
1011 |
|
|
"tinystr", |
1012 |
|
|
"writeable", |
1013 |
|
|
"zerovec", |
1014 |
|
|
] |
1015 |
|
|
|
1016 |
|
|
[[package]] |
1017 |
|
|
name = "icu_normalizer" |
1018 |
|
|
version = "2.0.0" |
1019 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1020 |
|
|
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
1021 |
|
|
dependencies = [ |
1022 |
|
|
"displaydoc", |
1023 |
|
|
"icu_collections", |
1024 |
|
|
"icu_normalizer_data", |
1025 |
|
|
"icu_properties", |
1026 |
|
|
"icu_provider", |
1027 |
|
|
"smallvec", |
1028 |
|
|
"zerovec", |
1029 |
|
|
] |
1030 |
|
|
|
1031 |
|
|
[[package]] |
1032 |
|
|
name = "icu_normalizer_data" |
1033 |
|
|
version = "2.0.0" |
1034 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1035 |
|
|
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
1036 |
|
|
|
1037 |
|
|
[[package]] |
1038 |
|
|
name = "icu_properties" |
1039 |
|
|
version = "2.0.1" |
1040 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1041 |
|
|
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
1042 |
|
|
dependencies = [ |
1043 |
|
|
"displaydoc", |
1044 |
|
|
"icu_collections", |
1045 |
|
|
"icu_locale_core", |
1046 |
|
|
"icu_properties_data", |
1047 |
|
|
"icu_provider", |
1048 |
|
|
"potential_utf", |
1049 |
|
|
"zerotrie", |
1050 |
|
|
"zerovec", |
1051 |
|
|
] |
1052 |
|
|
|
1053 |
|
|
[[package]] |
1054 |
|
|
name = "icu_properties_data" |
1055 |
|
|
version = "2.0.1" |
1056 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1057 |
|
|
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
1058 |
|
|
|
1059 |
|
|
[[package]] |
1060 |
|
|
name = "icu_provider" |
1061 |
|
|
version = "2.0.0" |
1062 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1063 |
|
|
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
1064 |
|
|
dependencies = [ |
1065 |
|
|
"displaydoc", |
1066 |
|
|
"icu_locale_core", |
1067 |
|
|
"stable_deref_trait", |
1068 |
|
|
"tinystr", |
1069 |
|
|
"writeable", |
1070 |
|
|
"yoke", |
1071 |
|
|
"zerofrom", |
1072 |
|
|
"zerotrie", |
1073 |
|
|
"zerovec", |
1074 |
|
|
] |
1075 |
|
|
|
1076 |
|
|
[[package]] |
1077 |
|
|
name = "idna" |
1078 |
|
|
version = "1.0.3" |
1079 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1080 |
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
1081 |
|
|
dependencies = [ |
1082 |
|
|
"idna_adapter", |
1083 |
|
|
"smallvec", |
1084 |
|
|
"utf8_iter", |
1085 |
|
|
] |
1086 |
|
|
|
1087 |
|
|
[[package]] |
1088 |
|
|
name = "idna_adapter" |
1089 |
|
|
version = "1.2.1" |
1090 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1091 |
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
1092 |
|
|
dependencies = [ |
1093 |
|
|
"icu_normalizer", |
1094 |
|
|
"icu_properties", |
1095 |
|
|
] |
1096 |
|
|
|
1097 |
|
|
[[package]] |
1098 |
yuzu |
4 |
name = "indexmap" |
1099 |
|
|
version = "2.9.0" |
1100 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1101 |
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
1102 |
|
|
dependencies = [ |
1103 |
|
|
"equivalent", |
1104 |
yuzu |
5 |
"hashbrown", |
1105 |
yuzu |
13 |
"serde", |
1106 |
yuzu |
4 |
] |
1107 |
|
|
|
1108 |
|
|
[[package]] |
1109 |
yuzu |
13 |
name = "ipnet" |
1110 |
|
|
version = "2.11.0" |
1111 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1112 |
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
1113 |
|
|
|
1114 |
|
|
[[package]] |
1115 |
yuzu |
15 |
name = "iri-string" |
1116 |
|
|
version = "0.7.8" |
1117 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1118 |
|
|
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
1119 |
|
|
dependencies = [ |
1120 |
|
|
"memchr", |
1121 |
|
|
"serde", |
1122 |
|
|
] |
1123 |
|
|
|
1124 |
|
|
[[package]] |
1125 |
yuzu |
13 |
name = "is-terminal" |
1126 |
|
|
version = "0.4.16" |
1127 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1128 |
|
|
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" |
1129 |
|
|
dependencies = [ |
1130 |
|
|
"hermit-abi", |
1131 |
|
|
"libc", |
1132 |
|
|
"windows-sys 0.59.0", |
1133 |
|
|
] |
1134 |
|
|
|
1135 |
|
|
[[package]] |
1136 |
yuzu |
5 |
name = "is_terminal_polyfill" |
1137 |
|
|
version = "1.70.1" |
1138 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1139 |
yuzu |
5 |
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
1140 |
yuzu |
4 |
|
1141 |
|
|
[[package]] |
1142 |
yuzu |
13 |
name = "itoa" |
1143 |
|
|
version = "1.0.15" |
1144 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 |
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
1146 |
|
|
|
1147 |
|
|
[[package]] |
1148 |
yuzu |
15 |
name = "jobserver" |
1149 |
|
|
version = "0.1.33" |
1150 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1151 |
|
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
1152 |
|
|
dependencies = [ |
1153 |
|
|
"getrandom 0.3.3", |
1154 |
|
|
"libc", |
1155 |
|
|
] |
1156 |
|
|
|
1157 |
|
|
[[package]] |
1158 |
yuzu |
13 |
name = "js-sys" |
1159 |
|
|
version = "0.3.77" |
1160 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1161 |
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
1162 |
|
|
dependencies = [ |
1163 |
|
|
"once_cell", |
1164 |
|
|
"wasm-bindgen", |
1165 |
|
|
] |
1166 |
|
|
|
1167 |
|
|
[[package]] |
1168 |
yuzu |
4 |
name = "libc" |
1169 |
|
|
version = "0.2.172" |
1170 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1171 |
|
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" |
1172 |
|
|
|
1173 |
|
|
[[package]] |
1174 |
yuzu |
13 |
name = "libredox" |
1175 |
|
|
version = "0.1.4" |
1176 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1177 |
|
|
checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" |
1178 |
|
|
dependencies = [ |
1179 |
|
|
"bitflags", |
1180 |
|
|
"libc", |
1181 |
|
|
] |
1182 |
|
|
|
1183 |
|
|
[[package]] |
1184 |
yuzu |
15 |
name = "linux-raw-sys" |
1185 |
|
|
version = "0.9.4" |
1186 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1187 |
|
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
1188 |
|
|
|
1189 |
|
|
[[package]] |
1190 |
|
|
name = "litemap" |
1191 |
|
|
version = "0.8.0" |
1192 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1193 |
|
|
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
1194 |
|
|
|
1195 |
|
|
[[package]] |
1196 |
|
|
name = "litrs" |
1197 |
|
|
version = "0.4.1" |
1198 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1199 |
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" |
1200 |
|
|
|
1201 |
|
|
[[package]] |
1202 |
yuzu |
4 |
name = "lock_api" |
1203 |
|
|
version = "0.4.13" |
1204 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1205 |
|
|
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
1206 |
|
|
dependencies = [ |
1207 |
|
|
"autocfg", |
1208 |
|
|
"scopeguard", |
1209 |
|
|
] |
1210 |
|
|
|
1211 |
|
|
[[package]] |
1212 |
yuzu |
13 |
name = "log" |
1213 |
|
|
version = "0.4.27" |
1214 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1215 |
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
1216 |
|
|
|
1217 |
|
|
[[package]] |
1218 |
|
|
name = "match_cfg" |
1219 |
|
|
version = "0.1.0" |
1220 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1221 |
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" |
1222 |
|
|
|
1223 |
|
|
[[package]] |
1224 |
yuzu |
4 |
name = "memchr" |
1225 |
|
|
version = "2.7.4" |
1226 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1227 |
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
1228 |
|
|
|
1229 |
|
|
[[package]] |
1230 |
yuzu |
13 |
name = "memmap" |
1231 |
|
|
version = "0.7.0" |
1232 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1233 |
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
1234 |
|
|
dependencies = [ |
1235 |
|
|
"libc", |
1236 |
|
|
"winapi", |
1237 |
|
|
] |
1238 |
|
|
|
1239 |
|
|
[[package]] |
1240 |
|
|
name = "mime" |
1241 |
|
|
version = "0.3.17" |
1242 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1243 |
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
1244 |
|
|
|
1245 |
|
|
[[package]] |
1246 |
yuzu |
4 |
name = "miniz_oxide" |
1247 |
|
|
version = "0.8.8" |
1248 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1249 |
|
|
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" |
1250 |
|
|
dependencies = [ |
1251 |
|
|
"adler2", |
1252 |
|
|
] |
1253 |
|
|
|
1254 |
|
|
[[package]] |
1255 |
|
|
name = "mio" |
1256 |
|
|
version = "1.0.4" |
1257 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1258 |
|
|
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
1259 |
|
|
dependencies = [ |
1260 |
|
|
"libc", |
1261 |
yuzu |
13 |
"wasi 0.11.0+wasi-snapshot-preview1", |
1262 |
yuzu |
4 |
"windows-sys 0.59.0", |
1263 |
|
|
] |
1264 |
|
|
|
1265 |
|
|
[[package]] |
1266 |
yuzu |
13 |
name = "multer" |
1267 |
|
|
version = "3.1.0" |
1268 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1269 |
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" |
1270 |
|
|
dependencies = [ |
1271 |
|
|
"bytes", |
1272 |
|
|
"encoding_rs", |
1273 |
|
|
"futures-util", |
1274 |
|
|
"http", |
1275 |
|
|
"httparse", |
1276 |
|
|
"memchr", |
1277 |
|
|
"mime", |
1278 |
|
|
"spin", |
1279 |
|
|
"version_check", |
1280 |
|
|
] |
1281 |
|
|
|
1282 |
|
|
[[package]] |
1283 |
yuzu |
15 |
name = "native-tls" |
1284 |
|
|
version = "0.2.14" |
1285 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1286 |
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" |
1287 |
|
|
dependencies = [ |
1288 |
|
|
"libc", |
1289 |
|
|
"log", |
1290 |
|
|
"openssl", |
1291 |
|
|
"openssl-probe", |
1292 |
|
|
"openssl-sys", |
1293 |
|
|
"schannel", |
1294 |
|
|
"security-framework", |
1295 |
|
|
"security-framework-sys", |
1296 |
|
|
"tempfile", |
1297 |
|
|
] |
1298 |
|
|
|
1299 |
|
|
[[package]] |
1300 |
yuzu |
13 |
name = "num-conv" |
1301 |
|
|
version = "0.1.0" |
1302 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1303 |
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
1304 |
|
|
|
1305 |
|
|
[[package]] |
1306 |
|
|
name = "num-traits" |
1307 |
|
|
version = "0.2.19" |
1308 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1309 |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
1310 |
|
|
dependencies = [ |
1311 |
|
|
"autocfg", |
1312 |
|
|
] |
1313 |
|
|
|
1314 |
|
|
[[package]] |
1315 |
|
|
name = "num_threads" |
1316 |
|
|
version = "0.1.7" |
1317 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1318 |
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
1319 |
|
|
dependencies = [ |
1320 |
|
|
"libc", |
1321 |
|
|
] |
1322 |
|
|
|
1323 |
|
|
[[package]] |
1324 |
yuzu |
4 |
name = "object" |
1325 |
|
|
version = "0.36.7" |
1326 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1327 |
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
1328 |
|
|
dependencies = [ |
1329 |
|
|
"memchr", |
1330 |
|
|
] |
1331 |
|
|
|
1332 |
|
|
[[package]] |
1333 |
yuzu |
13 |
name = "once_cell" |
1334 |
|
|
version = "1.21.3" |
1335 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1336 |
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
1337 |
|
|
|
1338 |
|
|
[[package]] |
1339 |
yuzu |
5 |
name = "once_cell_polyfill" |
1340 |
|
|
version = "1.70.1" |
1341 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1342 |
yuzu |
5 |
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" |
1343 |
yuzu |
4 |
|
1344 |
|
|
[[package]] |
1345 |
yuzu |
13 |
name = "openapiv3" |
1346 |
|
|
version = "2.2.0" |
1347 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1348 |
|
|
checksum = "5c8d427828b22ae1fff2833a03d8486c2c881367f1c336349f307f321e7f4d05" |
1349 |
|
|
dependencies = [ |
1350 |
|
|
"indexmap", |
1351 |
|
|
"serde", |
1352 |
|
|
"serde_json", |
1353 |
|
|
] |
1354 |
|
|
|
1355 |
|
|
[[package]] |
1356 |
yuzu |
15 |
name = "openssl" |
1357 |
|
|
version = "0.10.73" |
1358 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1359 |
|
|
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" |
1360 |
|
|
dependencies = [ |
1361 |
|
|
"bitflags", |
1362 |
|
|
"cfg-if", |
1363 |
|
|
"foreign-types", |
1364 |
|
|
"libc", |
1365 |
|
|
"once_cell", |
1366 |
|
|
"openssl-macros", |
1367 |
|
|
"openssl-sys", |
1368 |
|
|
] |
1369 |
|
|
|
1370 |
|
|
[[package]] |
1371 |
|
|
name = "openssl-macros" |
1372 |
|
|
version = "0.1.1" |
1373 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1374 |
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
1375 |
|
|
dependencies = [ |
1376 |
|
|
"proc-macro2", |
1377 |
|
|
"quote", |
1378 |
|
|
"syn", |
1379 |
|
|
] |
1380 |
|
|
|
1381 |
|
|
[[package]] |
1382 |
|
|
name = "openssl-probe" |
1383 |
|
|
version = "0.1.6" |
1384 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1385 |
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
1386 |
|
|
|
1387 |
|
|
[[package]] |
1388 |
|
|
name = "openssl-sys" |
1389 |
|
|
version = "0.9.109" |
1390 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1391 |
|
|
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" |
1392 |
|
|
dependencies = [ |
1393 |
|
|
"cc", |
1394 |
|
|
"libc", |
1395 |
|
|
"pkg-config", |
1396 |
|
|
"vcpkg", |
1397 |
|
|
] |
1398 |
|
|
|
1399 |
|
|
[[package]] |
1400 |
yuzu |
4 |
name = "parking_lot" |
1401 |
|
|
version = "0.12.4" |
1402 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1403 |
|
|
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
1404 |
|
|
dependencies = [ |
1405 |
|
|
"lock_api", |
1406 |
|
|
"parking_lot_core", |
1407 |
|
|
] |
1408 |
|
|
|
1409 |
|
|
[[package]] |
1410 |
|
|
name = "parking_lot_core" |
1411 |
|
|
version = "0.9.11" |
1412 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1413 |
|
|
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
1414 |
|
|
dependencies = [ |
1415 |
|
|
"cfg-if", |
1416 |
|
|
"libc", |
1417 |
|
|
"redox_syscall", |
1418 |
|
|
"smallvec", |
1419 |
|
|
"windows-targets", |
1420 |
|
|
] |
1421 |
|
|
|
1422 |
|
|
[[package]] |
1423 |
yuzu |
13 |
name = "paste" |
1424 |
|
|
version = "1.0.15" |
1425 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1426 |
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
1427 |
|
|
|
1428 |
|
|
[[package]] |
1429 |
|
|
name = "percent-encoding" |
1430 |
|
|
version = "2.3.1" |
1431 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1432 |
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
1433 |
|
|
|
1434 |
|
|
[[package]] |
1435 |
|
|
name = "pest" |
1436 |
|
|
version = "2.8.1" |
1437 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1438 |
|
|
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" |
1439 |
|
|
dependencies = [ |
1440 |
|
|
"memchr", |
1441 |
|
|
"thiserror 2.0.12", |
1442 |
|
|
"ucd-trie", |
1443 |
|
|
] |
1444 |
|
|
|
1445 |
|
|
[[package]] |
1446 |
|
|
name = "pest_derive" |
1447 |
|
|
version = "2.8.1" |
1448 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1449 |
|
|
checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" |
1450 |
|
|
dependencies = [ |
1451 |
|
|
"pest", |
1452 |
|
|
"pest_generator", |
1453 |
|
|
] |
1454 |
|
|
|
1455 |
|
|
[[package]] |
1456 |
|
|
name = "pest_generator" |
1457 |
|
|
version = "2.8.1" |
1458 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1459 |
|
|
checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" |
1460 |
|
|
dependencies = [ |
1461 |
|
|
"pest", |
1462 |
|
|
"pest_meta", |
1463 |
|
|
"proc-macro2", |
1464 |
|
|
"quote", |
1465 |
|
|
"syn", |
1466 |
|
|
] |
1467 |
|
|
|
1468 |
|
|
[[package]] |
1469 |
|
|
name = "pest_meta" |
1470 |
|
|
version = "2.8.1" |
1471 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1472 |
|
|
checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" |
1473 |
|
|
dependencies = [ |
1474 |
|
|
"pest", |
1475 |
|
|
"sha2", |
1476 |
|
|
] |
1477 |
|
|
|
1478 |
|
|
[[package]] |
1479 |
yuzu |
4 |
name = "pin-project-lite" |
1480 |
|
|
version = "0.2.16" |
1481 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1482 |
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
1483 |
|
|
|
1484 |
|
|
[[package]] |
1485 |
yuzu |
13 |
name = "pin-utils" |
1486 |
|
|
version = "0.1.0" |
1487 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1488 |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1489 |
|
|
|
1490 |
|
|
[[package]] |
1491 |
yuzu |
15 |
name = "pkg-config" |
1492 |
|
|
version = "0.3.32" |
1493 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1494 |
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
1495 |
|
|
|
1496 |
|
|
[[package]] |
1497 |
yuzu |
13 |
name = "plain" |
1498 |
|
|
version = "0.2.3" |
1499 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 |
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
1501 |
|
|
|
1502 |
|
|
[[package]] |
1503 |
yuzu |
15 |
name = "potential_utf" |
1504 |
|
|
version = "0.1.2" |
1505 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1506 |
|
|
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
1507 |
|
|
dependencies = [ |
1508 |
|
|
"zerovec", |
1509 |
|
|
] |
1510 |
|
|
|
1511 |
|
|
[[package]] |
1512 |
yuzu |
13 |
name = "powerfmt" |
1513 |
|
|
version = "0.2.0" |
1514 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1515 |
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
1516 |
|
|
|
1517 |
|
|
[[package]] |
1518 |
|
|
name = "pretty-hex" |
1519 |
|
|
version = "0.4.1" |
1520 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1521 |
|
|
checksum = "bbc83ee4a840062f368f9096d80077a9841ec117e17e7f700df81958f1451254" |
1522 |
|
|
|
1523 |
|
|
[[package]] |
1524 |
yuzu |
4 |
name = "proc-macro2" |
1525 |
|
|
version = "1.0.95" |
1526 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1527 |
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
1528 |
|
|
dependencies = [ |
1529 |
|
|
"unicode-ident", |
1530 |
|
|
] |
1531 |
|
|
|
1532 |
|
|
[[package]] |
1533 |
yuzu |
15 |
name = "psl-types" |
1534 |
|
|
version = "2.0.11" |
1535 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1536 |
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" |
1537 |
|
|
|
1538 |
|
|
[[package]] |
1539 |
|
|
name = "publicsuffix" |
1540 |
|
|
version = "2.3.0" |
1541 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1542 |
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" |
1543 |
|
|
dependencies = [ |
1544 |
|
|
"idna", |
1545 |
|
|
"psl-types", |
1546 |
|
|
] |
1547 |
|
|
|
1548 |
|
|
[[package]] |
1549 |
yuzu |
4 |
name = "quote" |
1550 |
|
|
version = "1.0.40" |
1551 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1552 |
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
1553 |
|
|
dependencies = [ |
1554 |
|
|
"proc-macro2", |
1555 |
|
|
] |
1556 |
|
|
|
1557 |
|
|
[[package]] |
1558 |
yuzu |
13 |
name = "r-efi" |
1559 |
|
|
version = "5.3.0" |
1560 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1561 |
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
1562 |
|
|
|
1563 |
|
|
[[package]] |
1564 |
yuzu |
4 |
name = "redox_syscall" |
1565 |
|
|
version = "0.5.12" |
1566 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1567 |
|
|
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" |
1568 |
|
|
dependencies = [ |
1569 |
|
|
"bitflags", |
1570 |
|
|
] |
1571 |
|
|
|
1572 |
|
|
[[package]] |
1573 |
yuzu |
13 |
name = "redox_users" |
1574 |
|
|
version = "0.4.6" |
1575 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1576 |
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
1577 |
|
|
dependencies = [ |
1578 |
|
|
"getrandom 0.2.16", |
1579 |
|
|
"libredox", |
1580 |
|
|
"thiserror 1.0.69", |
1581 |
|
|
] |
1582 |
|
|
|
1583 |
|
|
[[package]] |
1584 |
yuzu |
15 |
name = "reqwest" |
1585 |
|
|
version = "0.12.22" |
1586 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1587 |
|
|
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" |
1588 |
|
|
dependencies = [ |
1589 |
|
|
"async-compression", |
1590 |
|
|
"base64", |
1591 |
|
|
"bytes", |
1592 |
|
|
"cookie", |
1593 |
|
|
"cookie_store", |
1594 |
|
|
"encoding_rs", |
1595 |
|
|
"futures-core", |
1596 |
|
|
"futures-util", |
1597 |
|
|
"h2", |
1598 |
|
|
"http", |
1599 |
|
|
"http-body", |
1600 |
|
|
"http-body-util", |
1601 |
|
|
"hyper", |
1602 |
|
|
"hyper-rustls", |
1603 |
|
|
"hyper-tls", |
1604 |
|
|
"hyper-util", |
1605 |
|
|
"js-sys", |
1606 |
|
|
"log", |
1607 |
|
|
"mime", |
1608 |
|
|
"native-tls", |
1609 |
|
|
"percent-encoding", |
1610 |
|
|
"pin-project-lite", |
1611 |
|
|
"rustls-pki-types", |
1612 |
|
|
"serde", |
1613 |
|
|
"serde_json", |
1614 |
|
|
"serde_urlencoded", |
1615 |
|
|
"sync_wrapper", |
1616 |
|
|
"tokio", |
1617 |
|
|
"tokio-native-tls", |
1618 |
|
|
"tokio-util", |
1619 |
|
|
"tower", |
1620 |
|
|
"tower-http", |
1621 |
|
|
"tower-service", |
1622 |
|
|
"url", |
1623 |
|
|
"wasm-bindgen", |
1624 |
|
|
"wasm-bindgen-futures", |
1625 |
|
|
"web-sys", |
1626 |
|
|
] |
1627 |
|
|
|
1628 |
|
|
[[package]] |
1629 |
yuzu |
13 |
name = "ring" |
1630 |
|
|
version = "0.17.14" |
1631 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1632 |
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
1633 |
|
|
dependencies = [ |
1634 |
|
|
"cc", |
1635 |
|
|
"cfg-if", |
1636 |
|
|
"getrandom 0.2.16", |
1637 |
|
|
"libc", |
1638 |
|
|
"untrusted", |
1639 |
|
|
"windows-sys 0.52.0", |
1640 |
|
|
] |
1641 |
|
|
|
1642 |
|
|
[[package]] |
1643 |
yuzu |
4 |
name = "rustc-demangle" |
1644 |
|
|
version = "0.1.24" |
1645 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1646 |
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
1647 |
|
|
|
1648 |
|
|
[[package]] |
1649 |
yuzu |
15 |
name = "rustix" |
1650 |
|
|
version = "1.0.7" |
1651 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1652 |
|
|
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
1653 |
|
|
dependencies = [ |
1654 |
|
|
"bitflags", |
1655 |
|
|
"errno", |
1656 |
|
|
"libc", |
1657 |
|
|
"linux-raw-sys", |
1658 |
|
|
"windows-sys 0.59.0", |
1659 |
|
|
] |
1660 |
|
|
|
1661 |
|
|
[[package]] |
1662 |
yuzu |
13 |
name = "rustls" |
1663 |
|
|
version = "0.22.4" |
1664 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1665 |
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
1666 |
|
|
dependencies = [ |
1667 |
|
|
"log", |
1668 |
|
|
"ring", |
1669 |
|
|
"rustls-pki-types", |
1670 |
yuzu |
15 |
"rustls-webpki 0.102.8", |
1671 |
yuzu |
13 |
"subtle", |
1672 |
|
|
"zeroize", |
1673 |
|
|
] |
1674 |
|
|
|
1675 |
|
|
[[package]] |
1676 |
yuzu |
15 |
name = "rustls" |
1677 |
|
|
version = "0.23.29" |
1678 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1679 |
|
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" |
1680 |
|
|
dependencies = [ |
1681 |
|
|
"once_cell", |
1682 |
|
|
"rustls-pki-types", |
1683 |
|
|
"rustls-webpki 0.103.4", |
1684 |
|
|
"subtle", |
1685 |
|
|
"zeroize", |
1686 |
|
|
] |
1687 |
|
|
|
1688 |
|
|
[[package]] |
1689 |
yuzu |
13 |
name = "rustls-pemfile" |
1690 |
|
|
version = "2.2.0" |
1691 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1692 |
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
1693 |
|
|
dependencies = [ |
1694 |
|
|
"rustls-pki-types", |
1695 |
|
|
] |
1696 |
|
|
|
1697 |
|
|
[[package]] |
1698 |
|
|
name = "rustls-pki-types" |
1699 |
|
|
version = "1.12.0" |
1700 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1701 |
|
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
1702 |
|
|
dependencies = [ |
1703 |
|
|
"zeroize", |
1704 |
|
|
] |
1705 |
|
|
|
1706 |
|
|
[[package]] |
1707 |
|
|
name = "rustls-webpki" |
1708 |
|
|
version = "0.102.8" |
1709 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1710 |
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
1711 |
|
|
dependencies = [ |
1712 |
|
|
"ring", |
1713 |
|
|
"rustls-pki-types", |
1714 |
|
|
"untrusted", |
1715 |
|
|
] |
1716 |
|
|
|
1717 |
|
|
[[package]] |
1718 |
yuzu |
15 |
name = "rustls-webpki" |
1719 |
|
|
version = "0.103.4" |
1720 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1721 |
|
|
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
1722 |
|
|
dependencies = [ |
1723 |
|
|
"ring", |
1724 |
|
|
"rustls-pki-types", |
1725 |
|
|
"untrusted", |
1726 |
|
|
] |
1727 |
|
|
|
1728 |
|
|
[[package]] |
1729 |
yuzu |
13 |
name = "rustversion" |
1730 |
|
|
version = "1.0.21" |
1731 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1732 |
|
|
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
1733 |
|
|
|
1734 |
|
|
[[package]] |
1735 |
|
|
name = "ryu" |
1736 |
|
|
version = "1.0.20" |
1737 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1738 |
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
1739 |
|
|
|
1740 |
|
|
[[package]] |
1741 |
yuzu |
2 |
name = "salaryman" |
1742 |
yuzu |
9 |
version = "0.0.1" |
1743 |
yuzu |
4 |
dependencies = [ |
1744 |
yuzu |
5 |
"clap", |
1745 |
yuzu |
13 |
"dropshot", |
1746 |
yuzu |
15 |
"reqwest", |
1747 |
yuzu |
13 |
"schemars", |
1748 |
yuzu |
14 |
"semver", |
1749 |
yuzu |
4 |
"serde", |
1750 |
|
|
"tokio", |
1751 |
yuzu |
5 |
"toml", |
1752 |
yuzu |
13 |
"uuid", |
1753 |
yuzu |
4 |
] |
1754 |
|
|
|
1755 |
|
|
[[package]] |
1756 |
yuzu |
15 |
name = "schannel" |
1757 |
|
|
version = "0.1.27" |
1758 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1759 |
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
1760 |
|
|
dependencies = [ |
1761 |
|
|
"windows-sys 0.59.0", |
1762 |
|
|
] |
1763 |
|
|
|
1764 |
|
|
[[package]] |
1765 |
yuzu |
13 |
name = "schemars" |
1766 |
|
|
version = "0.8.22" |
1767 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1768 |
|
|
checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
1769 |
|
|
dependencies = [ |
1770 |
|
|
"dyn-clone", |
1771 |
|
|
"schemars_derive", |
1772 |
|
|
"serde", |
1773 |
|
|
"serde_json", |
1774 |
|
|
"uuid", |
1775 |
|
|
] |
1776 |
|
|
|
1777 |
|
|
[[package]] |
1778 |
|
|
name = "schemars_derive" |
1779 |
|
|
version = "0.8.22" |
1780 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1781 |
|
|
checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
1782 |
|
|
dependencies = [ |
1783 |
|
|
"proc-macro2", |
1784 |
|
|
"quote", |
1785 |
|
|
"serde_derive_internals", |
1786 |
|
|
"syn", |
1787 |
|
|
] |
1788 |
|
|
|
1789 |
|
|
[[package]] |
1790 |
yuzu |
4 |
name = "scopeguard" |
1791 |
|
|
version = "1.2.0" |
1792 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1793 |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
1794 |
|
|
|
1795 |
|
|
[[package]] |
1796 |
yuzu |
13 |
name = "scroll" |
1797 |
|
|
version = "0.12.0" |
1798 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1799 |
|
|
checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" |
1800 |
|
|
dependencies = [ |
1801 |
|
|
"scroll_derive", |
1802 |
|
|
] |
1803 |
|
|
|
1804 |
|
|
[[package]] |
1805 |
|
|
name = "scroll_derive" |
1806 |
|
|
version = "0.12.1" |
1807 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1808 |
|
|
checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" |
1809 |
|
|
dependencies = [ |
1810 |
|
|
"proc-macro2", |
1811 |
|
|
"quote", |
1812 |
|
|
"syn", |
1813 |
|
|
] |
1814 |
|
|
|
1815 |
|
|
[[package]] |
1816 |
yuzu |
15 |
name = "security-framework" |
1817 |
|
|
version = "2.11.1" |
1818 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1819 |
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
1820 |
|
|
dependencies = [ |
1821 |
|
|
"bitflags", |
1822 |
|
|
"core-foundation", |
1823 |
|
|
"core-foundation-sys", |
1824 |
|
|
"libc", |
1825 |
|
|
"security-framework-sys", |
1826 |
|
|
] |
1827 |
|
|
|
1828 |
|
|
[[package]] |
1829 |
|
|
name = "security-framework-sys" |
1830 |
|
|
version = "2.14.0" |
1831 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1832 |
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
1833 |
|
|
dependencies = [ |
1834 |
|
|
"core-foundation-sys", |
1835 |
|
|
"libc", |
1836 |
|
|
] |
1837 |
|
|
|
1838 |
|
|
[[package]] |
1839 |
yuzu |
13 |
name = "semver" |
1840 |
|
|
version = "1.0.26" |
1841 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1842 |
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
1843 |
|
|
|
1844 |
|
|
[[package]] |
1845 |
yuzu |
4 |
name = "serde" |
1846 |
|
|
version = "1.0.219" |
1847 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1848 |
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
1849 |
|
|
dependencies = [ |
1850 |
|
|
"serde_derive", |
1851 |
|
|
] |
1852 |
|
|
|
1853 |
|
|
[[package]] |
1854 |
|
|
name = "serde_derive" |
1855 |
|
|
version = "1.0.219" |
1856 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1857 |
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
1858 |
|
|
dependencies = [ |
1859 |
|
|
"proc-macro2", |
1860 |
|
|
"quote", |
1861 |
yuzu |
5 |
"syn", |
1862 |
yuzu |
4 |
] |
1863 |
|
|
|
1864 |
|
|
[[package]] |
1865 |
yuzu |
13 |
name = "serde_derive_internals" |
1866 |
|
|
version = "0.29.1" |
1867 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1868 |
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
1869 |
|
|
dependencies = [ |
1870 |
|
|
"proc-macro2", |
1871 |
|
|
"quote", |
1872 |
|
|
"syn", |
1873 |
|
|
] |
1874 |
|
|
|
1875 |
|
|
[[package]] |
1876 |
|
|
name = "serde_json" |
1877 |
|
|
version = "1.0.140" |
1878 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1879 |
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
1880 |
|
|
dependencies = [ |
1881 |
|
|
"itoa", |
1882 |
|
|
"memchr", |
1883 |
|
|
"ryu", |
1884 |
|
|
"serde", |
1885 |
|
|
] |
1886 |
|
|
|
1887 |
|
|
[[package]] |
1888 |
|
|
name = "serde_path_to_error" |
1889 |
|
|
version = "0.1.17" |
1890 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1891 |
|
|
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" |
1892 |
|
|
dependencies = [ |
1893 |
|
|
"itoa", |
1894 |
|
|
"serde", |
1895 |
|
|
] |
1896 |
|
|
|
1897 |
|
|
[[package]] |
1898 |
yuzu |
5 |
name = "serde_spanned" |
1899 |
|
|
version = "0.6.8" |
1900 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
1901 |
yuzu |
5 |
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
1902 |
yuzu |
4 |
dependencies = [ |
1903 |
|
|
"serde", |
1904 |
|
|
] |
1905 |
|
|
|
1906 |
|
|
[[package]] |
1907 |
yuzu |
13 |
name = "serde_tokenstream" |
1908 |
|
|
version = "0.2.2" |
1909 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1910 |
|
|
checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" |
1911 |
|
|
dependencies = [ |
1912 |
|
|
"proc-macro2", |
1913 |
|
|
"quote", |
1914 |
|
|
"serde", |
1915 |
|
|
"syn", |
1916 |
|
|
] |
1917 |
|
|
|
1918 |
|
|
[[package]] |
1919 |
|
|
name = "serde_urlencoded" |
1920 |
|
|
version = "0.7.1" |
1921 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1922 |
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
1923 |
|
|
dependencies = [ |
1924 |
|
|
"form_urlencoded", |
1925 |
|
|
"itoa", |
1926 |
|
|
"ryu", |
1927 |
|
|
"serde", |
1928 |
|
|
] |
1929 |
|
|
|
1930 |
|
|
[[package]] |
1931 |
|
|
name = "sha1" |
1932 |
|
|
version = "0.10.6" |
1933 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1934 |
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
1935 |
|
|
dependencies = [ |
1936 |
|
|
"cfg-if", |
1937 |
|
|
"cpufeatures", |
1938 |
|
|
"digest", |
1939 |
|
|
] |
1940 |
|
|
|
1941 |
|
|
[[package]] |
1942 |
|
|
name = "sha2" |
1943 |
|
|
version = "0.10.9" |
1944 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1945 |
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
1946 |
|
|
dependencies = [ |
1947 |
|
|
"cfg-if", |
1948 |
|
|
"cpufeatures", |
1949 |
|
|
"digest", |
1950 |
|
|
] |
1951 |
|
|
|
1952 |
|
|
[[package]] |
1953 |
|
|
name = "shlex" |
1954 |
|
|
version = "1.3.0" |
1955 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1956 |
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
1957 |
|
|
|
1958 |
|
|
[[package]] |
1959 |
yuzu |
4 |
name = "signal-hook-registry" |
1960 |
|
|
version = "1.4.5" |
1961 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1962 |
|
|
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
1963 |
|
|
dependencies = [ |
1964 |
|
|
"libc", |
1965 |
|
|
] |
1966 |
|
|
|
1967 |
|
|
[[package]] |
1968 |
yuzu |
13 |
name = "slab" |
1969 |
|
|
version = "0.4.10" |
1970 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1971 |
|
|
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
1972 |
|
|
|
1973 |
|
|
[[package]] |
1974 |
|
|
name = "slog" |
1975 |
|
|
version = "2.7.0" |
1976 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1977 |
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" |
1978 |
|
|
|
1979 |
|
|
[[package]] |
1980 |
|
|
name = "slog-async" |
1981 |
|
|
version = "2.8.0" |
1982 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1983 |
|
|
checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" |
1984 |
|
|
dependencies = [ |
1985 |
|
|
"crossbeam-channel", |
1986 |
|
|
"slog", |
1987 |
|
|
"take_mut", |
1988 |
|
|
"thread_local", |
1989 |
|
|
] |
1990 |
|
|
|
1991 |
|
|
[[package]] |
1992 |
|
|
name = "slog-bunyan" |
1993 |
|
|
version = "2.5.0" |
1994 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
1995 |
|
|
checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" |
1996 |
|
|
dependencies = [ |
1997 |
|
|
"hostname 0.3.1", |
1998 |
|
|
"slog", |
1999 |
|
|
"slog-json", |
2000 |
|
|
"time", |
2001 |
|
|
] |
2002 |
|
|
|
2003 |
|
|
[[package]] |
2004 |
|
|
name = "slog-json" |
2005 |
|
|
version = "2.6.1" |
2006 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2007 |
|
|
checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" |
2008 |
|
|
dependencies = [ |
2009 |
|
|
"serde", |
2010 |
|
|
"serde_json", |
2011 |
|
|
"slog", |
2012 |
|
|
"time", |
2013 |
|
|
] |
2014 |
|
|
|
2015 |
|
|
[[package]] |
2016 |
|
|
name = "slog-term" |
2017 |
|
|
version = "2.9.1" |
2018 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2019 |
|
|
checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" |
2020 |
|
|
dependencies = [ |
2021 |
|
|
"is-terminal", |
2022 |
|
|
"slog", |
2023 |
|
|
"term", |
2024 |
|
|
"thread_local", |
2025 |
|
|
"time", |
2026 |
|
|
] |
2027 |
|
|
|
2028 |
|
|
[[package]] |
2029 |
yuzu |
4 |
name = "smallvec" |
2030 |
|
|
version = "1.15.0" |
2031 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2032 |
|
|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
2033 |
|
|
|
2034 |
|
|
[[package]] |
2035 |
|
|
name = "socket2" |
2036 |
|
|
version = "0.5.10" |
2037 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2038 |
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
2039 |
|
|
dependencies = [ |
2040 |
|
|
"libc", |
2041 |
|
|
"windows-sys 0.52.0", |
2042 |
|
|
] |
2043 |
|
|
|
2044 |
|
|
[[package]] |
2045 |
yuzu |
13 |
name = "spin" |
2046 |
|
|
version = "0.9.8" |
2047 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2048 |
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
2049 |
|
|
|
2050 |
|
|
[[package]] |
2051 |
yuzu |
15 |
name = "stable_deref_trait" |
2052 |
|
|
version = "1.2.0" |
2053 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2054 |
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
2055 |
|
|
|
2056 |
|
|
[[package]] |
2057 |
yuzu |
4 |
name = "strsim" |
2058 |
|
|
version = "0.11.1" |
2059 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2060 |
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
2061 |
|
|
|
2062 |
|
|
[[package]] |
2063 |
yuzu |
13 |
name = "subtle" |
2064 |
|
|
version = "2.6.1" |
2065 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2066 |
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
2067 |
|
|
|
2068 |
|
|
[[package]] |
2069 |
yuzu |
4 |
name = "syn" |
2070 |
|
|
version = "2.0.101" |
2071 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2072 |
|
|
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" |
2073 |
|
|
dependencies = [ |
2074 |
|
|
"proc-macro2", |
2075 |
|
|
"quote", |
2076 |
|
|
"unicode-ident", |
2077 |
|
|
] |
2078 |
|
|
|
2079 |
|
|
[[package]] |
2080 |
yuzu |
15 |
name = "sync_wrapper" |
2081 |
|
|
version = "1.0.2" |
2082 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2083 |
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
2084 |
|
|
dependencies = [ |
2085 |
|
|
"futures-core", |
2086 |
|
|
] |
2087 |
|
|
|
2088 |
|
|
[[package]] |
2089 |
|
|
name = "synstructure" |
2090 |
|
|
version = "0.13.2" |
2091 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2092 |
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
2093 |
|
|
dependencies = [ |
2094 |
|
|
"proc-macro2", |
2095 |
|
|
"quote", |
2096 |
|
|
"syn", |
2097 |
|
|
] |
2098 |
|
|
|
2099 |
|
|
[[package]] |
2100 |
yuzu |
13 |
name = "system-configuration" |
2101 |
|
|
version = "0.6.1" |
2102 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2103 |
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
2104 |
|
|
dependencies = [ |
2105 |
|
|
"bitflags", |
2106 |
|
|
"core-foundation", |
2107 |
|
|
"system-configuration-sys", |
2108 |
|
|
] |
2109 |
|
|
|
2110 |
|
|
[[package]] |
2111 |
|
|
name = "system-configuration-sys" |
2112 |
|
|
version = "0.6.0" |
2113 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2114 |
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
2115 |
|
|
dependencies = [ |
2116 |
|
|
"core-foundation-sys", |
2117 |
|
|
"libc", |
2118 |
|
|
] |
2119 |
|
|
|
2120 |
|
|
[[package]] |
2121 |
|
|
name = "take_mut" |
2122 |
|
|
version = "0.2.2" |
2123 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2124 |
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" |
2125 |
|
|
|
2126 |
|
|
[[package]] |
2127 |
yuzu |
15 |
name = "tempfile" |
2128 |
|
|
version = "3.20.0" |
2129 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2130 |
|
|
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
2131 |
|
|
dependencies = [ |
2132 |
|
|
"fastrand", |
2133 |
|
|
"getrandom 0.3.3", |
2134 |
|
|
"once_cell", |
2135 |
|
|
"rustix", |
2136 |
|
|
"windows-sys 0.59.0", |
2137 |
|
|
] |
2138 |
|
|
|
2139 |
|
|
[[package]] |
2140 |
yuzu |
13 |
name = "term" |
2141 |
|
|
version = "0.7.0" |
2142 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2143 |
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
2144 |
|
|
dependencies = [ |
2145 |
|
|
"dirs-next", |
2146 |
|
|
"rustversion", |
2147 |
|
|
"winapi", |
2148 |
|
|
] |
2149 |
|
|
|
2150 |
|
|
[[package]] |
2151 |
|
|
name = "thiserror" |
2152 |
|
|
version = "1.0.69" |
2153 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2154 |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
2155 |
|
|
dependencies = [ |
2156 |
|
|
"thiserror-impl 1.0.69", |
2157 |
|
|
] |
2158 |
|
|
|
2159 |
|
|
[[package]] |
2160 |
|
|
name = "thiserror" |
2161 |
|
|
version = "2.0.12" |
2162 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2163 |
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
2164 |
|
|
dependencies = [ |
2165 |
|
|
"thiserror-impl 2.0.12", |
2166 |
|
|
] |
2167 |
|
|
|
2168 |
|
|
[[package]] |
2169 |
|
|
name = "thiserror-impl" |
2170 |
|
|
version = "1.0.69" |
2171 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2172 |
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
2173 |
|
|
dependencies = [ |
2174 |
|
|
"proc-macro2", |
2175 |
|
|
"quote", |
2176 |
|
|
"syn", |
2177 |
|
|
] |
2178 |
|
|
|
2179 |
|
|
[[package]] |
2180 |
|
|
name = "thiserror-impl" |
2181 |
|
|
version = "2.0.12" |
2182 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2183 |
|
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
2184 |
|
|
dependencies = [ |
2185 |
|
|
"proc-macro2", |
2186 |
|
|
"quote", |
2187 |
|
|
"syn", |
2188 |
|
|
] |
2189 |
|
|
|
2190 |
|
|
[[package]] |
2191 |
|
|
name = "thread-id" |
2192 |
|
|
version = "4.2.2" |
2193 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2194 |
|
|
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea" |
2195 |
|
|
dependencies = [ |
2196 |
|
|
"libc", |
2197 |
|
|
"winapi", |
2198 |
|
|
] |
2199 |
|
|
|
2200 |
|
|
[[package]] |
2201 |
|
|
name = "thread_local" |
2202 |
|
|
version = "1.1.9" |
2203 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2204 |
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
2205 |
|
|
dependencies = [ |
2206 |
|
|
"cfg-if", |
2207 |
|
|
] |
2208 |
|
|
|
2209 |
|
|
[[package]] |
2210 |
|
|
name = "time" |
2211 |
|
|
version = "0.3.41" |
2212 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2213 |
|
|
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
2214 |
|
|
dependencies = [ |
2215 |
|
|
"deranged", |
2216 |
|
|
"itoa", |
2217 |
|
|
"libc", |
2218 |
|
|
"num-conv", |
2219 |
|
|
"num_threads", |
2220 |
|
|
"powerfmt", |
2221 |
|
|
"serde", |
2222 |
|
|
"time-core", |
2223 |
|
|
"time-macros", |
2224 |
|
|
] |
2225 |
|
|
|
2226 |
|
|
[[package]] |
2227 |
|
|
name = "time-core" |
2228 |
|
|
version = "0.1.4" |
2229 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2230 |
|
|
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
2231 |
|
|
|
2232 |
|
|
[[package]] |
2233 |
|
|
name = "time-macros" |
2234 |
|
|
version = "0.2.22" |
2235 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2236 |
|
|
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
2237 |
|
|
dependencies = [ |
2238 |
|
|
"num-conv", |
2239 |
|
|
"time-core", |
2240 |
|
|
] |
2241 |
|
|
|
2242 |
|
|
[[package]] |
2243 |
yuzu |
15 |
name = "tinystr" |
2244 |
|
|
version = "0.8.1" |
2245 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2246 |
|
|
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
2247 |
|
|
dependencies = [ |
2248 |
|
|
"displaydoc", |
2249 |
|
|
"zerovec", |
2250 |
|
|
] |
2251 |
|
|
|
2252 |
|
|
[[package]] |
2253 |
yuzu |
4 |
name = "tokio" |
2254 |
|
|
version = "1.45.1" |
2255 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2256 |
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" |
2257 |
|
|
dependencies = [ |
2258 |
|
|
"backtrace", |
2259 |
|
|
"bytes", |
2260 |
|
|
"libc", |
2261 |
|
|
"mio", |
2262 |
|
|
"parking_lot", |
2263 |
|
|
"pin-project-lite", |
2264 |
|
|
"signal-hook-registry", |
2265 |
|
|
"socket2", |
2266 |
|
|
"tokio-macros", |
2267 |
|
|
"windows-sys 0.52.0", |
2268 |
|
|
] |
2269 |
|
|
|
2270 |
|
|
[[package]] |
2271 |
|
|
name = "tokio-macros" |
2272 |
|
|
version = "2.5.0" |
2273 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2274 |
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
2275 |
|
|
dependencies = [ |
2276 |
|
|
"proc-macro2", |
2277 |
|
|
"quote", |
2278 |
yuzu |
5 |
"syn", |
2279 |
yuzu |
4 |
] |
2280 |
|
|
|
2281 |
|
|
[[package]] |
2282 |
yuzu |
15 |
name = "tokio-native-tls" |
2283 |
|
|
version = "0.3.1" |
2284 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2285 |
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
2286 |
|
|
dependencies = [ |
2287 |
|
|
"native-tls", |
2288 |
|
|
"tokio", |
2289 |
|
|
] |
2290 |
|
|
|
2291 |
|
|
[[package]] |
2292 |
yuzu |
13 |
name = "tokio-rustls" |
2293 |
|
|
version = "0.25.0" |
2294 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2295 |
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
2296 |
|
|
dependencies = [ |
2297 |
yuzu |
15 |
"rustls 0.22.4", |
2298 |
yuzu |
13 |
"rustls-pki-types", |
2299 |
|
|
"tokio", |
2300 |
|
|
] |
2301 |
|
|
|
2302 |
|
|
[[package]] |
2303 |
yuzu |
15 |
name = "tokio-rustls" |
2304 |
|
|
version = "0.26.2" |
2305 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2306 |
|
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
2307 |
|
|
dependencies = [ |
2308 |
|
|
"rustls 0.23.29", |
2309 |
|
|
"tokio", |
2310 |
|
|
] |
2311 |
|
|
|
2312 |
|
|
[[package]] |
2313 |
yuzu |
13 |
name = "tokio-util" |
2314 |
|
|
version = "0.7.15" |
2315 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2316 |
|
|
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
2317 |
|
|
dependencies = [ |
2318 |
|
|
"bytes", |
2319 |
|
|
"futures-core", |
2320 |
|
|
"futures-sink", |
2321 |
|
|
"pin-project-lite", |
2322 |
|
|
"tokio", |
2323 |
|
|
] |
2324 |
|
|
|
2325 |
|
|
[[package]] |
2326 |
yuzu |
5 |
name = "toml" |
2327 |
|
|
version = "0.8.22" |
2328 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2329 |
yuzu |
5 |
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" |
2330 |
yuzu |
4 |
dependencies = [ |
2331 |
yuzu |
5 |
"serde", |
2332 |
|
|
"serde_spanned", |
2333 |
|
|
"toml_datetime", |
2334 |
|
|
"toml_edit", |
2335 |
yuzu |
4 |
] |
2336 |
|
|
|
2337 |
|
|
[[package]] |
2338 |
|
|
name = "toml_datetime" |
2339 |
|
|
version = "0.6.9" |
2340 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2341 |
|
|
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" |
2342 |
yuzu |
5 |
dependencies = [ |
2343 |
|
|
"serde", |
2344 |
|
|
] |
2345 |
yuzu |
4 |
|
2346 |
|
|
[[package]] |
2347 |
|
|
name = "toml_edit" |
2348 |
|
|
version = "0.22.26" |
2349 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2350 |
|
|
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" |
2351 |
|
|
dependencies = [ |
2352 |
yuzu |
5 |
"indexmap", |
2353 |
|
|
"serde", |
2354 |
|
|
"serde_spanned", |
2355 |
yuzu |
4 |
"toml_datetime", |
2356 |
yuzu |
5 |
"toml_write", |
2357 |
yuzu |
4 |
"winnow", |
2358 |
|
|
] |
2359 |
|
|
|
2360 |
|
|
[[package]] |
2361 |
yuzu |
5 |
name = "toml_write" |
2362 |
|
|
version = "0.1.1" |
2363 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2364 |
yuzu |
5 |
checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" |
2365 |
yuzu |
4 |
|
2366 |
|
|
[[package]] |
2367 |
yuzu |
15 |
name = "tower" |
2368 |
|
|
version = "0.5.2" |
2369 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2370 |
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
2371 |
|
|
dependencies = [ |
2372 |
|
|
"futures-core", |
2373 |
|
|
"futures-util", |
2374 |
|
|
"pin-project-lite", |
2375 |
|
|
"sync_wrapper", |
2376 |
|
|
"tokio", |
2377 |
|
|
"tower-layer", |
2378 |
|
|
"tower-service", |
2379 |
|
|
] |
2380 |
|
|
|
2381 |
|
|
[[package]] |
2382 |
|
|
name = "tower-http" |
2383 |
|
|
version = "0.6.6" |
2384 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2385 |
|
|
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
2386 |
|
|
dependencies = [ |
2387 |
|
|
"bitflags", |
2388 |
|
|
"bytes", |
2389 |
|
|
"futures-util", |
2390 |
|
|
"http", |
2391 |
|
|
"http-body", |
2392 |
|
|
"iri-string", |
2393 |
|
|
"pin-project-lite", |
2394 |
|
|
"tower", |
2395 |
|
|
"tower-layer", |
2396 |
|
|
"tower-service", |
2397 |
|
|
] |
2398 |
|
|
|
2399 |
|
|
[[package]] |
2400 |
|
|
name = "tower-layer" |
2401 |
|
|
version = "0.3.3" |
2402 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2403 |
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
2404 |
|
|
|
2405 |
|
|
[[package]] |
2406 |
yuzu |
13 |
name = "tower-service" |
2407 |
|
|
version = "0.3.3" |
2408 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2409 |
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
2410 |
|
|
|
2411 |
|
|
[[package]] |
2412 |
|
|
name = "tracing" |
2413 |
|
|
version = "0.1.41" |
2414 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2415 |
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
2416 |
|
|
dependencies = [ |
2417 |
|
|
"pin-project-lite", |
2418 |
|
|
"tracing-core", |
2419 |
|
|
] |
2420 |
|
|
|
2421 |
|
|
[[package]] |
2422 |
|
|
name = "tracing-core" |
2423 |
|
|
version = "0.1.34" |
2424 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2425 |
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
2426 |
|
|
dependencies = [ |
2427 |
|
|
"once_cell", |
2428 |
|
|
] |
2429 |
|
|
|
2430 |
|
|
[[package]] |
2431 |
|
|
name = "try-lock" |
2432 |
|
|
version = "0.2.5" |
2433 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2434 |
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
2435 |
|
|
|
2436 |
|
|
[[package]] |
2437 |
|
|
name = "typenum" |
2438 |
|
|
version = "1.18.0" |
2439 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2440 |
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
2441 |
|
|
|
2442 |
|
|
[[package]] |
2443 |
|
|
name = "ucd-trie" |
2444 |
|
|
version = "0.1.7" |
2445 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2446 |
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
2447 |
|
|
|
2448 |
|
|
[[package]] |
2449 |
yuzu |
4 |
name = "unicode-ident" |
2450 |
|
|
version = "1.0.18" |
2451 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2452 |
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
2453 |
|
|
|
2454 |
|
|
[[package]] |
2455 |
yuzu |
13 |
name = "untrusted" |
2456 |
|
|
version = "0.9.0" |
2457 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2458 |
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
2459 |
|
|
|
2460 |
|
|
[[package]] |
2461 |
yuzu |
15 |
name = "url" |
2462 |
|
|
version = "2.5.4" |
2463 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2464 |
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
2465 |
|
|
dependencies = [ |
2466 |
|
|
"form_urlencoded", |
2467 |
|
|
"idna", |
2468 |
|
|
"percent-encoding", |
2469 |
|
|
] |
2470 |
|
|
|
2471 |
|
|
[[package]] |
2472 |
yuzu |
13 |
name = "usdt" |
2473 |
|
|
version = "0.5.0" |
2474 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2475 |
|
|
checksum = "5bf5c47fb471a0bff3d7b17a250817bba8c6cc99b0492abaefe5b3bb99045f02" |
2476 |
|
|
dependencies = [ |
2477 |
|
|
"dof", |
2478 |
|
|
"dtrace-parser", |
2479 |
|
|
"goblin", |
2480 |
|
|
"memmap", |
2481 |
|
|
"serde", |
2482 |
|
|
"usdt-attr-macro", |
2483 |
|
|
"usdt-impl", |
2484 |
|
|
"usdt-macro", |
2485 |
|
|
] |
2486 |
|
|
|
2487 |
|
|
[[package]] |
2488 |
|
|
name = "usdt-attr-macro" |
2489 |
|
|
version = "0.5.0" |
2490 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2491 |
|
|
checksum = "025161fff40db24774e7757f75df74ecc47e93d7e11e0f6cdfc31b40eacfe136" |
2492 |
|
|
dependencies = [ |
2493 |
|
|
"dtrace-parser", |
2494 |
|
|
"proc-macro2", |
2495 |
|
|
"quote", |
2496 |
|
|
"serde_tokenstream", |
2497 |
|
|
"syn", |
2498 |
|
|
"usdt-impl", |
2499 |
|
|
] |
2500 |
|
|
|
2501 |
|
|
[[package]] |
2502 |
|
|
name = "usdt-impl" |
2503 |
|
|
version = "0.5.0" |
2504 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2505 |
|
|
checksum = "f925814e5942ebb87af2d9fcf4c3f8665e37903f741eb11f0fa2396c6ef5f7b1" |
2506 |
|
|
dependencies = [ |
2507 |
|
|
"byteorder", |
2508 |
|
|
"dof", |
2509 |
|
|
"dtrace-parser", |
2510 |
|
|
"libc", |
2511 |
|
|
"proc-macro2", |
2512 |
|
|
"quote", |
2513 |
|
|
"serde", |
2514 |
|
|
"serde_json", |
2515 |
|
|
"syn", |
2516 |
|
|
"thiserror 1.0.69", |
2517 |
|
|
"thread-id", |
2518 |
|
|
"version_check", |
2519 |
|
|
] |
2520 |
|
|
|
2521 |
|
|
[[package]] |
2522 |
|
|
name = "usdt-macro" |
2523 |
|
|
version = "0.5.0" |
2524 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2525 |
|
|
checksum = "3ddd86f8f3abac0b7c87f59fe82446fc96a3854a413f176dd2797ed686b7af4c" |
2526 |
|
|
dependencies = [ |
2527 |
|
|
"dtrace-parser", |
2528 |
|
|
"proc-macro2", |
2529 |
|
|
"quote", |
2530 |
|
|
"serde_tokenstream", |
2531 |
|
|
"syn", |
2532 |
|
|
"usdt-impl", |
2533 |
|
|
] |
2534 |
|
|
|
2535 |
|
|
[[package]] |
2536 |
yuzu |
15 |
name = "utf8_iter" |
2537 |
|
|
version = "1.0.4" |
2538 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2539 |
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
2540 |
|
|
|
2541 |
|
|
[[package]] |
2542 |
yuzu |
5 |
name = "utf8parse" |
2543 |
|
|
version = "0.2.2" |
2544 |
yuzu |
4 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
2545 |
yuzu |
5 |
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
2546 |
yuzu |
4 |
|
2547 |
|
|
[[package]] |
2548 |
yuzu |
13 |
name = "uuid" |
2549 |
|
|
version = "1.17.0" |
2550 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2551 |
|
|
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" |
2552 |
|
|
dependencies = [ |
2553 |
|
|
"getrandom 0.3.3", |
2554 |
|
|
"js-sys", |
2555 |
|
|
"serde", |
2556 |
|
|
"wasm-bindgen", |
2557 |
|
|
] |
2558 |
|
|
|
2559 |
|
|
[[package]] |
2560 |
yuzu |
15 |
name = "vcpkg" |
2561 |
|
|
version = "0.2.15" |
2562 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2563 |
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
2564 |
|
|
|
2565 |
|
|
[[package]] |
2566 |
yuzu |
13 |
name = "version_check" |
2567 |
|
|
version = "0.9.5" |
2568 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2569 |
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
2570 |
|
|
|
2571 |
|
|
[[package]] |
2572 |
|
|
name = "waitgroup" |
2573 |
|
|
version = "0.1.2" |
2574 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2575 |
|
|
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" |
2576 |
|
|
dependencies = [ |
2577 |
|
|
"atomic-waker", |
2578 |
|
|
] |
2579 |
|
|
|
2580 |
|
|
[[package]] |
2581 |
|
|
name = "want" |
2582 |
|
|
version = "0.3.1" |
2583 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2584 |
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
2585 |
|
|
dependencies = [ |
2586 |
|
|
"try-lock", |
2587 |
|
|
] |
2588 |
|
|
|
2589 |
|
|
[[package]] |
2590 |
yuzu |
4 |
name = "wasi" |
2591 |
|
|
version = "0.11.0+wasi-snapshot-preview1" |
2592 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2593 |
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2594 |
|
|
|
2595 |
|
|
[[package]] |
2596 |
yuzu |
13 |
name = "wasi" |
2597 |
|
|
version = "0.14.2+wasi-0.2.4" |
2598 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2599 |
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
2600 |
|
|
dependencies = [ |
2601 |
|
|
"wit-bindgen-rt", |
2602 |
|
|
] |
2603 |
|
|
|
2604 |
|
|
[[package]] |
2605 |
|
|
name = "wasm-bindgen" |
2606 |
|
|
version = "0.2.100" |
2607 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2608 |
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
2609 |
|
|
dependencies = [ |
2610 |
|
|
"cfg-if", |
2611 |
|
|
"once_cell", |
2612 |
|
|
"rustversion", |
2613 |
|
|
"wasm-bindgen-macro", |
2614 |
|
|
] |
2615 |
|
|
|
2616 |
|
|
[[package]] |
2617 |
|
|
name = "wasm-bindgen-backend" |
2618 |
|
|
version = "0.2.100" |
2619 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2620 |
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
2621 |
|
|
dependencies = [ |
2622 |
|
|
"bumpalo", |
2623 |
|
|
"log", |
2624 |
|
|
"proc-macro2", |
2625 |
|
|
"quote", |
2626 |
|
|
"syn", |
2627 |
|
|
"wasm-bindgen-shared", |
2628 |
|
|
] |
2629 |
|
|
|
2630 |
|
|
[[package]] |
2631 |
yuzu |
15 |
name = "wasm-bindgen-futures" |
2632 |
|
|
version = "0.4.50" |
2633 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2634 |
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
2635 |
|
|
dependencies = [ |
2636 |
|
|
"cfg-if", |
2637 |
|
|
"js-sys", |
2638 |
|
|
"once_cell", |
2639 |
|
|
"wasm-bindgen", |
2640 |
|
|
"web-sys", |
2641 |
|
|
] |
2642 |
|
|
|
2643 |
|
|
[[package]] |
2644 |
yuzu |
13 |
name = "wasm-bindgen-macro" |
2645 |
|
|
version = "0.2.100" |
2646 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2647 |
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
2648 |
|
|
dependencies = [ |
2649 |
|
|
"quote", |
2650 |
|
|
"wasm-bindgen-macro-support", |
2651 |
|
|
] |
2652 |
|
|
|
2653 |
|
|
[[package]] |
2654 |
|
|
name = "wasm-bindgen-macro-support" |
2655 |
|
|
version = "0.2.100" |
2656 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2657 |
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
2658 |
|
|
dependencies = [ |
2659 |
|
|
"proc-macro2", |
2660 |
|
|
"quote", |
2661 |
|
|
"syn", |
2662 |
|
|
"wasm-bindgen-backend", |
2663 |
|
|
"wasm-bindgen-shared", |
2664 |
|
|
] |
2665 |
|
|
|
2666 |
|
|
[[package]] |
2667 |
|
|
name = "wasm-bindgen-shared" |
2668 |
|
|
version = "0.2.100" |
2669 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2670 |
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
2671 |
|
|
dependencies = [ |
2672 |
|
|
"unicode-ident", |
2673 |
|
|
] |
2674 |
|
|
|
2675 |
|
|
[[package]] |
2676 |
yuzu |
15 |
name = "web-sys" |
2677 |
|
|
version = "0.3.77" |
2678 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2679 |
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
2680 |
|
|
dependencies = [ |
2681 |
|
|
"js-sys", |
2682 |
|
|
"wasm-bindgen", |
2683 |
|
|
] |
2684 |
|
|
|
2685 |
|
|
[[package]] |
2686 |
yuzu |
13 |
name = "winapi" |
2687 |
|
|
version = "0.3.9" |
2688 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2689 |
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2690 |
|
|
dependencies = [ |
2691 |
|
|
"winapi-i686-pc-windows-gnu", |
2692 |
|
|
"winapi-x86_64-pc-windows-gnu", |
2693 |
|
|
] |
2694 |
|
|
|
2695 |
|
|
[[package]] |
2696 |
|
|
name = "winapi-i686-pc-windows-gnu" |
2697 |
|
|
version = "0.4.0" |
2698 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2699 |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2700 |
|
|
|
2701 |
|
|
[[package]] |
2702 |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
2703 |
|
|
version = "0.4.0" |
2704 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2705 |
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2706 |
|
|
|
2707 |
|
|
[[package]] |
2708 |
|
|
name = "windows-core" |
2709 |
|
|
version = "0.61.2" |
2710 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2711 |
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
2712 |
|
|
dependencies = [ |
2713 |
|
|
"windows-implement", |
2714 |
|
|
"windows-interface", |
2715 |
|
|
"windows-link", |
2716 |
|
|
"windows-result", |
2717 |
|
|
"windows-strings", |
2718 |
|
|
] |
2719 |
|
|
|
2720 |
|
|
[[package]] |
2721 |
|
|
name = "windows-implement" |
2722 |
|
|
version = "0.60.0" |
2723 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2724 |
|
|
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
2725 |
|
|
dependencies = [ |
2726 |
|
|
"proc-macro2", |
2727 |
|
|
"quote", |
2728 |
|
|
"syn", |
2729 |
|
|
] |
2730 |
|
|
|
2731 |
|
|
[[package]] |
2732 |
|
|
name = "windows-interface" |
2733 |
|
|
version = "0.59.1" |
2734 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2735 |
|
|
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
2736 |
|
|
dependencies = [ |
2737 |
|
|
"proc-macro2", |
2738 |
|
|
"quote", |
2739 |
|
|
"syn", |
2740 |
|
|
] |
2741 |
|
|
|
2742 |
|
|
[[package]] |
2743 |
|
|
name = "windows-link" |
2744 |
|
|
version = "0.1.3" |
2745 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2746 |
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
2747 |
|
|
|
2748 |
|
|
[[package]] |
2749 |
|
|
name = "windows-registry" |
2750 |
|
|
version = "0.5.3" |
2751 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2752 |
|
|
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" |
2753 |
|
|
dependencies = [ |
2754 |
|
|
"windows-link", |
2755 |
|
|
"windows-result", |
2756 |
|
|
"windows-strings", |
2757 |
|
|
] |
2758 |
|
|
|
2759 |
|
|
[[package]] |
2760 |
|
|
name = "windows-result" |
2761 |
|
|
version = "0.3.4" |
2762 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2763 |
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
2764 |
|
|
dependencies = [ |
2765 |
|
|
"windows-link", |
2766 |
|
|
] |
2767 |
|
|
|
2768 |
|
|
[[package]] |
2769 |
|
|
name = "windows-strings" |
2770 |
|
|
version = "0.4.2" |
2771 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2772 |
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
2773 |
|
|
dependencies = [ |
2774 |
|
|
"windows-link", |
2775 |
|
|
] |
2776 |
|
|
|
2777 |
|
|
[[package]] |
2778 |
yuzu |
4 |
name = "windows-sys" |
2779 |
|
|
version = "0.52.0" |
2780 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2781 |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
2782 |
|
|
dependencies = [ |
2783 |
|
|
"windows-targets", |
2784 |
|
|
] |
2785 |
|
|
|
2786 |
|
|
[[package]] |
2787 |
|
|
name = "windows-sys" |
2788 |
|
|
version = "0.59.0" |
2789 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2790 |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
2791 |
|
|
dependencies = [ |
2792 |
|
|
"windows-targets", |
2793 |
|
|
] |
2794 |
|
|
|
2795 |
|
|
[[package]] |
2796 |
|
|
name = "windows-targets" |
2797 |
|
|
version = "0.52.6" |
2798 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2799 |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
2800 |
|
|
dependencies = [ |
2801 |
|
|
"windows_aarch64_gnullvm", |
2802 |
|
|
"windows_aarch64_msvc", |
2803 |
|
|
"windows_i686_gnu", |
2804 |
|
|
"windows_i686_gnullvm", |
2805 |
|
|
"windows_i686_msvc", |
2806 |
|
|
"windows_x86_64_gnu", |
2807 |
|
|
"windows_x86_64_gnullvm", |
2808 |
|
|
"windows_x86_64_msvc", |
2809 |
|
|
] |
2810 |
|
|
|
2811 |
|
|
[[package]] |
2812 |
|
|
name = "windows_aarch64_gnullvm" |
2813 |
|
|
version = "0.52.6" |
2814 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2815 |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
2816 |
|
|
|
2817 |
|
|
[[package]] |
2818 |
|
|
name = "windows_aarch64_msvc" |
2819 |
|
|
version = "0.52.6" |
2820 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2821 |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
2822 |
|
|
|
2823 |
|
|
[[package]] |
2824 |
|
|
name = "windows_i686_gnu" |
2825 |
|
|
version = "0.52.6" |
2826 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2827 |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
2828 |
|
|
|
2829 |
|
|
[[package]] |
2830 |
|
|
name = "windows_i686_gnullvm" |
2831 |
|
|
version = "0.52.6" |
2832 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2833 |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
2834 |
|
|
|
2835 |
|
|
[[package]] |
2836 |
|
|
name = "windows_i686_msvc" |
2837 |
|
|
version = "0.52.6" |
2838 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2839 |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
2840 |
|
|
|
2841 |
|
|
[[package]] |
2842 |
|
|
name = "windows_x86_64_gnu" |
2843 |
|
|
version = "0.52.6" |
2844 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2845 |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
2846 |
|
|
|
2847 |
|
|
[[package]] |
2848 |
|
|
name = "windows_x86_64_gnullvm" |
2849 |
|
|
version = "0.52.6" |
2850 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2851 |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
2852 |
|
|
|
2853 |
|
|
[[package]] |
2854 |
|
|
name = "windows_x86_64_msvc" |
2855 |
|
|
version = "0.52.6" |
2856 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2857 |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
2858 |
|
|
|
2859 |
|
|
[[package]] |
2860 |
|
|
name = "winnow" |
2861 |
|
|
version = "0.7.10" |
2862 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2863 |
|
|
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" |
2864 |
|
|
dependencies = [ |
2865 |
|
|
"memchr", |
2866 |
|
|
] |
2867 |
yuzu |
13 |
|
2868 |
|
|
[[package]] |
2869 |
|
|
name = "wit-bindgen-rt" |
2870 |
|
|
version = "0.39.0" |
2871 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2872 |
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
2873 |
|
|
dependencies = [ |
2874 |
|
|
"bitflags", |
2875 |
|
|
] |
2876 |
|
|
|
2877 |
|
|
[[package]] |
2878 |
yuzu |
15 |
name = "writeable" |
2879 |
|
|
version = "0.6.1" |
2880 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2881 |
|
|
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
2882 |
|
|
|
2883 |
|
|
[[package]] |
2884 |
|
|
name = "yoke" |
2885 |
|
|
version = "0.8.0" |
2886 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2887 |
|
|
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
2888 |
|
|
dependencies = [ |
2889 |
|
|
"serde", |
2890 |
|
|
"stable_deref_trait", |
2891 |
|
|
"yoke-derive", |
2892 |
|
|
"zerofrom", |
2893 |
|
|
] |
2894 |
|
|
|
2895 |
|
|
[[package]] |
2896 |
|
|
name = "yoke-derive" |
2897 |
|
|
version = "0.8.0" |
2898 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2899 |
|
|
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
2900 |
|
|
dependencies = [ |
2901 |
|
|
"proc-macro2", |
2902 |
|
|
"quote", |
2903 |
|
|
"syn", |
2904 |
|
|
"synstructure", |
2905 |
|
|
] |
2906 |
|
|
|
2907 |
|
|
[[package]] |
2908 |
yuzu |
13 |
name = "zerocopy" |
2909 |
|
|
version = "0.7.35" |
2910 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2911 |
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
2912 |
|
|
dependencies = [ |
2913 |
|
|
"byteorder", |
2914 |
|
|
"zerocopy-derive", |
2915 |
|
|
] |
2916 |
|
|
|
2917 |
|
|
[[package]] |
2918 |
|
|
name = "zerocopy-derive" |
2919 |
|
|
version = "0.7.35" |
2920 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2921 |
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
2922 |
|
|
dependencies = [ |
2923 |
|
|
"proc-macro2", |
2924 |
|
|
"quote", |
2925 |
|
|
"syn", |
2926 |
|
|
] |
2927 |
|
|
|
2928 |
|
|
[[package]] |
2929 |
yuzu |
15 |
name = "zerofrom" |
2930 |
|
|
version = "0.1.6" |
2931 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2932 |
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
2933 |
|
|
dependencies = [ |
2934 |
|
|
"zerofrom-derive", |
2935 |
|
|
] |
2936 |
|
|
|
2937 |
|
|
[[package]] |
2938 |
|
|
name = "zerofrom-derive" |
2939 |
|
|
version = "0.1.6" |
2940 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2941 |
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
2942 |
|
|
dependencies = [ |
2943 |
|
|
"proc-macro2", |
2944 |
|
|
"quote", |
2945 |
|
|
"syn", |
2946 |
|
|
"synstructure", |
2947 |
|
|
] |
2948 |
|
|
|
2949 |
|
|
[[package]] |
2950 |
yuzu |
13 |
name = "zeroize" |
2951 |
|
|
version = "1.8.1" |
2952 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2953 |
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
2954 |
yuzu |
15 |
|
2955 |
|
|
[[package]] |
2956 |
|
|
name = "zerotrie" |
2957 |
|
|
version = "0.2.2" |
2958 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2959 |
|
|
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
2960 |
|
|
dependencies = [ |
2961 |
|
|
"displaydoc", |
2962 |
|
|
"yoke", |
2963 |
|
|
"zerofrom", |
2964 |
|
|
] |
2965 |
|
|
|
2966 |
|
|
[[package]] |
2967 |
|
|
name = "zerovec" |
2968 |
|
|
version = "0.11.2" |
2969 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2970 |
|
|
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
2971 |
|
|
dependencies = [ |
2972 |
|
|
"yoke", |
2973 |
|
|
"zerofrom", |
2974 |
|
|
"zerovec-derive", |
2975 |
|
|
] |
2976 |
|
|
|
2977 |
|
|
[[package]] |
2978 |
|
|
name = "zerovec-derive" |
2979 |
|
|
version = "0.11.1" |
2980 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2981 |
|
|
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
2982 |
|
|
dependencies = [ |
2983 |
|
|
"proc-macro2", |
2984 |
|
|
"quote", |
2985 |
|
|
"syn", |
2986 |
|
|
] |
2987 |
|
|
|
2988 |
|
|
[[package]] |
2989 |
|
|
name = "zstd" |
2990 |
|
|
version = "0.13.3" |
2991 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
2992 |
|
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
2993 |
|
|
dependencies = [ |
2994 |
|
|
"zstd-safe", |
2995 |
|
|
] |
2996 |
|
|
|
2997 |
|
|
[[package]] |
2998 |
|
|
name = "zstd-safe" |
2999 |
|
|
version = "7.2.4" |
3000 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
3001 |
|
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
3002 |
|
|
dependencies = [ |
3003 |
|
|
"zstd-sys", |
3004 |
|
|
] |
3005 |
|
|
|
3006 |
|
|
[[package]] |
3007 |
|
|
name = "zstd-sys" |
3008 |
|
|
version = "2.0.15+zstd.1.5.7" |
3009 |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
3010 |
|
|
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" |
3011 |
|
|
dependencies = [ |
3012 |
|
|
"cc", |
3013 |
|
|
"pkg-config", |
3014 |
|
|
] |