]>
Commit | Line | Data |
---|---|---|
1 | # This file is automatically @generated by Cargo. | |
2 | # It is not intended for manual editing. | |
3 | version = 3 | |
4 | ||
5 | [[package]] | |
6 | name = "addr2line" | |
7 | version = "0.21.0" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" | |
10 | dependencies = [ | |
11 | "gimli", | |
12 | ] | |
13 | ||
14 | [[package]] | |
15 | name = "adler" | |
16 | version = "1.0.2" | |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |
19 | ||
20 | [[package]] | |
21 | name = "ahash" | |
22 | version = "0.8.11" | |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
24 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" | |
25 | dependencies = [ | |
26 | "cfg-if", | |
27 | "getrandom", | |
28 | "once_cell", | |
29 | "version_check", | |
30 | "zerocopy", | |
31 | ] | |
32 | ||
33 | [[package]] | |
34 | name = "anstream" | |
35 | version = "0.6.13" | |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
37 | checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" | |
38 | dependencies = [ | |
39 | "anstyle", | |
40 | "anstyle-parse", | |
41 | "anstyle-query", | |
42 | "anstyle-wincon", | |
43 | "colorchoice", | |
44 | "utf8parse", | |
45 | ] | |
46 | ||
47 | [[package]] | |
48 | name = "anstyle" | |
49 | version = "1.0.6" | |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
51 | checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" | |
52 | ||
53 | [[package]] | |
54 | name = "anstyle-parse" | |
55 | version = "0.2.3" | |
56 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
57 | checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" | |
58 | dependencies = [ | |
59 | "utf8parse", | |
60 | ] | |
61 | ||
62 | [[package]] | |
63 | name = "anstyle-query" | |
64 | version = "1.0.2" | |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
66 | checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" | |
67 | dependencies = [ | |
68 | "windows-sys 0.52.0", | |
69 | ] | |
70 | ||
71 | [[package]] | |
72 | name = "anstyle-wincon" | |
73 | version = "3.0.2" | |
74 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
75 | checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" | |
76 | dependencies = [ | |
77 | "anstyle", | |
78 | "windows-sys 0.52.0", | |
79 | ] | |
80 | ||
81 | [[package]] | |
82 | name = "autocfg" | |
83 | version = "1.1.0" | |
84 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
85 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
86 | ||
87 | [[package]] | |
88 | name = "backtrace" | |
89 | version = "0.3.69" | |
90 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
91 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" | |
92 | dependencies = [ | |
93 | "addr2line", | |
94 | "cc", | |
95 | "cfg-if", | |
96 | "libc", | |
97 | "miniz_oxide", | |
98 | "object", | |
99 | "rustc-demangle", | |
100 | ] | |
101 | ||
102 | [[package]] | |
103 | name = "base64" | |
104 | version = "0.21.7" | |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | |
107 | ||
108 | [[package]] | |
109 | name = "bitflags" | |
110 | version = "1.3.2" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
113 | ||
114 | [[package]] | |
115 | name = "bitflags" | |
116 | version = "2.4.2" | |
117 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
118 | checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" | |
119 | ||
120 | [[package]] | |
121 | name = "bumpalo" | |
122 | version = "3.15.4" | |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 | checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" | |
125 | ||
126 | [[package]] | |
127 | name = "byteorder" | |
128 | version = "1.5.0" | |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | |
131 | ||
132 | [[package]] | |
133 | name = "bytes" | |
134 | version = "1.5.0" | |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
136 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" | |
137 | ||
138 | [[package]] | |
139 | name = "cc" | |
140 | version = "1.0.90" | |
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
142 | checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" | |
143 | ||
144 | [[package]] | |
145 | name = "cfg-if" | |
146 | version = "1.0.0" | |
147 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
148 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
149 | ||
150 | [[package]] | |
151 | name = "clap" | |
152 | version = "4.5.2" | |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
154 | checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" | |
155 | dependencies = [ | |
156 | "clap_builder", | |
157 | "clap_derive", | |
158 | ] | |
159 | ||
160 | [[package]] | |
161 | name = "clap_builder" | |
162 | version = "4.5.2" | |
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
164 | checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" | |
165 | dependencies = [ | |
166 | "anstream", | |
167 | "anstyle", | |
168 | "clap_lex", | |
169 | "strsim", | |
170 | ] | |
171 | ||
172 | [[package]] | |
173 | name = "clap_derive" | |
174 | version = "4.5.0" | |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
176 | checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" | |
177 | dependencies = [ | |
178 | "heck", | |
179 | "proc-macro2", | |
180 | "quote", | |
181 | "syn 2.0.52", | |
182 | ] | |
183 | ||
184 | [[package]] | |
185 | name = "clap_lex" | |
186 | version = "0.7.0" | |
187 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
188 | checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" | |
189 | ||
190 | [[package]] | |
191 | name = "colorchoice" | |
192 | version = "1.0.0" | |
193 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
194 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" | |
195 | ||
196 | [[package]] | |
197 | name = "core-foundation" | |
198 | version = "0.9.4" | |
199 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" | |
201 | dependencies = [ | |
202 | "core-foundation-sys", | |
203 | "libc", | |
204 | ] | |
205 | ||
206 | [[package]] | |
207 | name = "core-foundation-sys" | |
208 | version = "0.8.6" | |
209 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
210 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" | |
211 | ||
212 | [[package]] | |
213 | name = "cssparser" | |
214 | version = "0.31.2" | |
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
216 | checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be" | |
217 | dependencies = [ | |
218 | "cssparser-macros", | |
219 | "dtoa-short", | |
220 | "itoa", | |
221 | "phf 0.11.2", | |
222 | "smallvec", | |
223 | ] | |
224 | ||
225 | [[package]] | |
226 | name = "cssparser-macros" | |
227 | version = "0.6.1" | |
228 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
229 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" | |
230 | dependencies = [ | |
231 | "quote", | |
232 | "syn 2.0.52", | |
233 | ] | |
234 | ||
235 | [[package]] | |
236 | name = "derive_more" | |
237 | version = "0.99.17" | |
238 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
239 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
240 | dependencies = [ | |
241 | "proc-macro2", | |
242 | "quote", | |
243 | "syn 1.0.109", | |
244 | ] | |
245 | ||
246 | [[package]] | |
247 | name = "dtoa" | |
248 | version = "1.0.9" | |
249 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
250 | checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" | |
251 | ||
252 | [[package]] | |
253 | name = "dtoa-short" | |
254 | version = "0.3.4" | |
255 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
256 | checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" | |
257 | dependencies = [ | |
258 | "dtoa", | |
259 | ] | |
260 | ||
261 | [[package]] | |
262 | name = "ego-tree" | |
263 | version = "0.6.2" | |
264 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
265 | checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591" | |
266 | ||
267 | [[package]] | |
268 | name = "encoding_rs" | |
269 | version = "0.8.33" | |
270 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
271 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" | |
272 | dependencies = [ | |
273 | "cfg-if", | |
274 | ] | |
275 | ||
276 | [[package]] | |
277 | name = "equivalent" | |
278 | version = "1.0.1" | |
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
280 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | |
281 | ||
282 | [[package]] | |
283 | name = "errno" | |
284 | version = "0.3.8" | |
285 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
286 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" | |
287 | dependencies = [ | |
288 | "libc", | |
289 | "windows-sys 0.52.0", | |
290 | ] | |
291 | ||
292 | [[package]] | |
293 | name = "fastrand" | |
294 | version = "2.0.1" | |
295 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
296 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" | |
297 | ||
298 | [[package]] | |
299 | name = "fnv" | |
300 | version = "1.0.7" | |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
302 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
303 | ||
304 | [[package]] | |
305 | name = "foreign-types" | |
306 | version = "0.3.2" | |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
308 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
309 | dependencies = [ | |
310 | "foreign-types-shared", | |
311 | ] | |
312 | ||
313 | [[package]] | |
314 | name = "foreign-types-shared" | |
315 | version = "0.1.1" | |
316 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
317 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
318 | ||
319 | [[package]] | |
320 | name = "form_urlencoded" | |
321 | version = "1.2.1" | |
322 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
323 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" | |
324 | dependencies = [ | |
325 | "percent-encoding", | |
326 | ] | |
327 | ||
328 | [[package]] | |
329 | name = "futf" | |
330 | version = "0.1.5" | |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
332 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" | |
333 | dependencies = [ | |
334 | "mac", | |
335 | "new_debug_unreachable", | |
336 | ] | |
337 | ||
338 | [[package]] | |
339 | name = "futures-channel" | |
340 | version = "0.3.30" | |
341 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
342 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" | |
343 | dependencies = [ | |
344 | "futures-core", | |
345 | ] | |
346 | ||
347 | [[package]] | |
348 | name = "futures-core" | |
349 | version = "0.3.30" | |
350 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
351 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" | |
352 | ||
353 | [[package]] | |
354 | name = "futures-sink" | |
355 | version = "0.3.30" | |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
357 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" | |
358 | ||
359 | [[package]] | |
360 | name = "futures-task" | |
361 | version = "0.3.30" | |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
363 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" | |
364 | ||
365 | [[package]] | |
366 | name = "futures-util" | |
367 | version = "0.3.30" | |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
369 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" | |
370 | dependencies = [ | |
371 | "futures-core", | |
372 | "futures-task", | |
373 | "pin-project-lite", | |
374 | "pin-utils", | |
375 | ] | |
376 | ||
377 | [[package]] | |
378 | name = "fxhash" | |
379 | version = "0.2.1" | |
380 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
381 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" | |
382 | dependencies = [ | |
383 | "byteorder", | |
384 | ] | |
385 | ||
386 | [[package]] | |
387 | name = "getopts" | |
388 | version = "0.2.21" | |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
390 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" | |
391 | dependencies = [ | |
392 | "unicode-width", | |
393 | ] | |
394 | ||
395 | [[package]] | |
396 | name = "getrandom" | |
397 | version = "0.2.12" | |
398 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
399 | checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" | |
400 | dependencies = [ | |
401 | "cfg-if", | |
402 | "libc", | |
403 | "wasi", | |
404 | ] | |
405 | ||
406 | [[package]] | |
407 | name = "gimli" | |
408 | version = "0.28.1" | |
409 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
410 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" | |
411 | ||
412 | [[package]] | |
413 | name = "h2" | |
414 | version = "0.3.24" | |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
416 | checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" | |
417 | dependencies = [ | |
418 | "bytes", | |
419 | "fnv", | |
420 | "futures-core", | |
421 | "futures-sink", | |
422 | "futures-util", | |
423 | "http", | |
424 | "indexmap", | |
425 | "slab", | |
426 | "tokio", | |
427 | "tokio-util", | |
428 | "tracing", | |
429 | ] | |
430 | ||
431 | [[package]] | |
432 | name = "hashbrown" | |
433 | version = "0.14.3" | |
434 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
435 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" | |
436 | ||
437 | [[package]] | |
438 | name = "heck" | |
439 | version = "0.4.1" | |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
441 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | |
442 | ||
443 | [[package]] | |
444 | name = "hermit-abi" | |
445 | version = "0.3.9" | |
446 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
447 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" | |
448 | ||
449 | [[package]] | |
450 | name = "html5ever" | |
451 | version = "0.26.0" | |
452 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
453 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" | |
454 | dependencies = [ | |
455 | "log", | |
456 | "mac", | |
457 | "markup5ever", | |
458 | "proc-macro2", | |
459 | "quote", | |
460 | "syn 1.0.109", | |
461 | ] | |
462 | ||
463 | [[package]] | |
464 | name = "http" | |
465 | version = "0.2.12" | |
466 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
467 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" | |
468 | dependencies = [ | |
469 | "bytes", | |
470 | "fnv", | |
471 | "itoa", | |
472 | ] | |
473 | ||
474 | [[package]] | |
475 | name = "http-body" | |
476 | version = "0.4.6" | |
477 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
478 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" | |
479 | dependencies = [ | |
480 | "bytes", | |
481 | "http", | |
482 | "pin-project-lite", | |
483 | ] | |
484 | ||
485 | [[package]] | |
486 | name = "httparse" | |
487 | version = "1.8.0" | |
488 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
489 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" | |
490 | ||
491 | [[package]] | |
492 | name = "httpdate" | |
493 | version = "1.0.3" | |
494 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
495 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" | |
496 | ||
497 | [[package]] | |
498 | name = "hyper" | |
499 | version = "0.14.28" | |
500 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
501 | checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" | |
502 | dependencies = [ | |
503 | "bytes", | |
504 | "futures-channel", | |
505 | "futures-core", | |
506 | "futures-util", | |
507 | "h2", | |
508 | "http", | |
509 | "http-body", | |
510 | "httparse", | |
511 | "httpdate", | |
512 | "itoa", | |
513 | "pin-project-lite", | |
514 | "socket2", | |
515 | "tokio", | |
516 | "tower-service", | |
517 | "tracing", | |
518 | "want", | |
519 | ] | |
520 | ||
521 | [[package]] | |
522 | name = "hyper-tls" | |
523 | version = "0.5.0" | |
524 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
525 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" | |
526 | dependencies = [ | |
527 | "bytes", | |
528 | "hyper", | |
529 | "native-tls", | |
530 | "tokio", | |
531 | "tokio-native-tls", | |
532 | ] | |
533 | ||
534 | [[package]] | |
535 | name = "idna" | |
536 | version = "0.5.0" | |
537 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
538 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" | |
539 | dependencies = [ | |
540 | "unicode-bidi", | |
541 | "unicode-normalization", | |
542 | ] | |
543 | ||
544 | [[package]] | |
545 | name = "indexmap" | |
546 | version = "2.2.5" | |
547 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
548 | checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" | |
549 | dependencies = [ | |
550 | "equivalent", | |
551 | "hashbrown", | |
552 | ] | |
553 | ||
554 | [[package]] | |
555 | name = "ipnet" | |
556 | version = "2.9.0" | |
557 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
558 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" | |
559 | ||
560 | [[package]] | |
561 | name = "itoa" | |
562 | version = "1.0.10" | |
563 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
564 | checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" | |
565 | ||
566 | [[package]] | |
567 | name = "js-sys" | |
568 | version = "0.3.69" | |
569 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
570 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" | |
571 | dependencies = [ | |
572 | "wasm-bindgen", | |
573 | ] | |
574 | ||
575 | [[package]] | |
576 | name = "lazy_static" | |
577 | version = "1.4.0" | |
578 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
579 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
580 | ||
581 | [[package]] | |
582 | name = "libc" | |
583 | version = "0.2.153" | |
584 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
585 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" | |
586 | ||
587 | [[package]] | |
588 | name = "linux-raw-sys" | |
589 | version = "0.4.13" | |
590 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
591 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" | |
592 | ||
593 | [[package]] | |
594 | name = "lock_api" | |
595 | version = "0.4.11" | |
596 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
597 | checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" | |
598 | dependencies = [ | |
599 | "autocfg", | |
600 | "scopeguard", | |
601 | ] | |
602 | ||
603 | [[package]] | |
604 | name = "log" | |
605 | version = "0.4.21" | |
606 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
607 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" | |
608 | ||
609 | [[package]] | |
610 | name = "lyricli" | |
611 | version = "3.0.0" | |
612 | dependencies = [ | |
613 | "clap", | |
614 | "libc", | |
615 | "objc", | |
616 | "percent-encoding", | |
617 | "reqwest", | |
618 | "scraper", | |
619 | "serde", | |
620 | "serde_json", | |
621 | "tokio", | |
622 | ] | |
623 | ||
624 | [[package]] | |
625 | name = "mac" | |
626 | version = "0.1.1" | |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
628 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" | |
629 | ||
630 | [[package]] | |
631 | name = "malloc_buf" | |
632 | version = "0.0.6" | |
633 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
634 | checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" | |
635 | dependencies = [ | |
636 | "libc", | |
637 | ] | |
638 | ||
639 | [[package]] | |
640 | name = "markup5ever" | |
641 | version = "0.11.0" | |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
643 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" | |
644 | dependencies = [ | |
645 | "log", | |
646 | "phf 0.10.1", | |
647 | "phf_codegen", | |
648 | "string_cache", | |
649 | "string_cache_codegen", | |
650 | "tendril", | |
651 | ] | |
652 | ||
653 | [[package]] | |
654 | name = "memchr" | |
655 | version = "2.7.1" | |
656 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
657 | checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" | |
658 | ||
659 | [[package]] | |
660 | name = "mime" | |
661 | version = "0.3.17" | |
662 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
663 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" | |
664 | ||
665 | [[package]] | |
666 | name = "miniz_oxide" | |
667 | version = "0.7.2" | |
668 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
669 | checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" | |
670 | dependencies = [ | |
671 | "adler", | |
672 | ] | |
673 | ||
674 | [[package]] | |
675 | name = "mio" | |
676 | version = "0.8.11" | |
677 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
678 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" | |
679 | dependencies = [ | |
680 | "libc", | |
681 | "wasi", | |
682 | "windows-sys 0.48.0", | |
683 | ] | |
684 | ||
685 | [[package]] | |
686 | name = "native-tls" | |
687 | version = "0.2.11" | |
688 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
689 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" | |
690 | dependencies = [ | |
691 | "lazy_static", | |
692 | "libc", | |
693 | "log", | |
694 | "openssl", | |
695 | "openssl-probe", | |
696 | "openssl-sys", | |
697 | "schannel", | |
698 | "security-framework", | |
699 | "security-framework-sys", | |
700 | "tempfile", | |
701 | ] | |
702 | ||
703 | [[package]] | |
704 | name = "new_debug_unreachable" | |
705 | version = "1.0.4" | |
706 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
707 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" | |
708 | ||
709 | [[package]] | |
710 | name = "num_cpus" | |
711 | version = "1.16.0" | |
712 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
713 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" | |
714 | dependencies = [ | |
715 | "hermit-abi", | |
716 | "libc", | |
717 | ] | |
718 | ||
719 | [[package]] | |
720 | name = "objc" | |
721 | version = "0.2.7" | |
722 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
723 | checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" | |
724 | dependencies = [ | |
725 | "malloc_buf", | |
726 | ] | |
727 | ||
728 | [[package]] | |
729 | name = "object" | |
730 | version = "0.32.2" | |
731 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
732 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" | |
733 | dependencies = [ | |
734 | "memchr", | |
735 | ] | |
736 | ||
737 | [[package]] | |
738 | name = "once_cell" | |
739 | version = "1.19.0" | |
740 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
741 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" | |
742 | ||
743 | [[package]] | |
744 | name = "openssl" | |
745 | version = "0.10.64" | |
746 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
747 | checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" | |
748 | dependencies = [ | |
749 | "bitflags 2.4.2", | |
750 | "cfg-if", | |
751 | "foreign-types", | |
752 | "libc", | |
753 | "once_cell", | |
754 | "openssl-macros", | |
755 | "openssl-sys", | |
756 | ] | |
757 | ||
758 | [[package]] | |
759 | name = "openssl-macros" | |
760 | version = "0.1.1" | |
761 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
762 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" | |
763 | dependencies = [ | |
764 | "proc-macro2", | |
765 | "quote", | |
766 | "syn 2.0.52", | |
767 | ] | |
768 | ||
769 | [[package]] | |
770 | name = "openssl-probe" | |
771 | version = "0.1.5" | |
772 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
773 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | |
774 | ||
775 | [[package]] | |
776 | name = "openssl-sys" | |
777 | version = "0.9.101" | |
778 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
779 | checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" | |
780 | dependencies = [ | |
781 | "cc", | |
782 | "libc", | |
783 | "pkg-config", | |
784 | "vcpkg", | |
785 | ] | |
786 | ||
787 | [[package]] | |
788 | name = "parking_lot" | |
789 | version = "0.12.1" | |
790 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
791 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" | |
792 | dependencies = [ | |
793 | "lock_api", | |
794 | "parking_lot_core", | |
795 | ] | |
796 | ||
797 | [[package]] | |
798 | name = "parking_lot_core" | |
799 | version = "0.9.9" | |
800 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
801 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" | |
802 | dependencies = [ | |
803 | "cfg-if", | |
804 | "libc", | |
805 | "redox_syscall", | |
806 | "smallvec", | |
807 | "windows-targets 0.48.5", | |
808 | ] | |
809 | ||
810 | [[package]] | |
811 | name = "percent-encoding" | |
812 | version = "2.3.1" | |
813 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
814 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | |
815 | ||
816 | [[package]] | |
817 | name = "phf" | |
818 | version = "0.10.1" | |
819 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
820 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" | |
821 | dependencies = [ | |
822 | "phf_shared 0.10.0", | |
823 | ] | |
824 | ||
825 | [[package]] | |
826 | name = "phf" | |
827 | version = "0.11.2" | |
828 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
829 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" | |
830 | dependencies = [ | |
831 | "phf_macros", | |
832 | "phf_shared 0.11.2", | |
833 | ] | |
834 | ||
835 | [[package]] | |
836 | name = "phf_codegen" | |
837 | version = "0.10.0" | |
838 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
839 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" | |
840 | dependencies = [ | |
841 | "phf_generator 0.10.0", | |
842 | "phf_shared 0.10.0", | |
843 | ] | |
844 | ||
845 | [[package]] | |
846 | name = "phf_generator" | |
847 | version = "0.10.0" | |
848 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
849 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | |
850 | dependencies = [ | |
851 | "phf_shared 0.10.0", | |
852 | "rand", | |
853 | ] | |
854 | ||
855 | [[package]] | |
856 | name = "phf_generator" | |
857 | version = "0.11.2" | |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
859 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" | |
860 | dependencies = [ | |
861 | "phf_shared 0.11.2", | |
862 | "rand", | |
863 | ] | |
864 | ||
865 | [[package]] | |
866 | name = "phf_macros" | |
867 | version = "0.11.2" | |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
869 | checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" | |
870 | dependencies = [ | |
871 | "phf_generator 0.11.2", | |
872 | "phf_shared 0.11.2", | |
873 | "proc-macro2", | |
874 | "quote", | |
875 | "syn 2.0.52", | |
876 | ] | |
877 | ||
878 | [[package]] | |
879 | name = "phf_shared" | |
880 | version = "0.10.0" | |
881 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
882 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" | |
883 | dependencies = [ | |
884 | "siphasher", | |
885 | ] | |
886 | ||
887 | [[package]] | |
888 | name = "phf_shared" | |
889 | version = "0.11.2" | |
890 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
891 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" | |
892 | dependencies = [ | |
893 | "siphasher", | |
894 | ] | |
895 | ||
896 | [[package]] | |
897 | name = "pin-project-lite" | |
898 | version = "0.2.13" | |
899 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
900 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" | |
901 | ||
902 | [[package]] | |
903 | name = "pin-utils" | |
904 | version = "0.1.0" | |
905 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
906 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
907 | ||
908 | [[package]] | |
909 | name = "pkg-config" | |
910 | version = "0.3.30" | |
911 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
912 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | |
913 | ||
914 | [[package]] | |
915 | name = "ppv-lite86" | |
916 | version = "0.2.17" | |
917 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
918 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
919 | ||
920 | [[package]] | |
921 | name = "precomputed-hash" | |
922 | version = "0.1.1" | |
923 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
924 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
925 | ||
926 | [[package]] | |
927 | name = "proc-macro2" | |
928 | version = "1.0.79" | |
929 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
930 | checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" | |
931 | dependencies = [ | |
932 | "unicode-ident", | |
933 | ] | |
934 | ||
935 | [[package]] | |
936 | name = "quote" | |
937 | version = "1.0.35" | |
938 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
939 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" | |
940 | dependencies = [ | |
941 | "proc-macro2", | |
942 | ] | |
943 | ||
944 | [[package]] | |
945 | name = "rand" | |
946 | version = "0.8.5" | |
947 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
948 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
949 | dependencies = [ | |
950 | "libc", | |
951 | "rand_chacha", | |
952 | "rand_core", | |
953 | ] | |
954 | ||
955 | [[package]] | |
956 | name = "rand_chacha" | |
957 | version = "0.3.1" | |
958 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
959 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
960 | dependencies = [ | |
961 | "ppv-lite86", | |
962 | "rand_core", | |
963 | ] | |
964 | ||
965 | [[package]] | |
966 | name = "rand_core" | |
967 | version = "0.6.4" | |
968 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
969 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
970 | dependencies = [ | |
971 | "getrandom", | |
972 | ] | |
973 | ||
974 | [[package]] | |
975 | name = "redox_syscall" | |
976 | version = "0.4.1" | |
977 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
978 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" | |
979 | dependencies = [ | |
980 | "bitflags 1.3.2", | |
981 | ] | |
982 | ||
983 | [[package]] | |
984 | name = "reqwest" | |
985 | version = "0.11.26" | |
986 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
987 | checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" | |
988 | dependencies = [ | |
989 | "base64", | |
990 | "bytes", | |
991 | "encoding_rs", | |
992 | "futures-core", | |
993 | "futures-util", | |
994 | "h2", | |
995 | "http", | |
996 | "http-body", | |
997 | "hyper", | |
998 | "hyper-tls", | |
999 | "ipnet", | |
1000 | "js-sys", | |
1001 | "log", | |
1002 | "mime", | |
1003 | "native-tls", | |
1004 | "once_cell", | |
1005 | "percent-encoding", | |
1006 | "pin-project-lite", | |
1007 | "rustls-pemfile", | |
1008 | "serde", | |
1009 | "serde_json", | |
1010 | "serde_urlencoded", | |
1011 | "sync_wrapper", | |
1012 | "system-configuration", | |
1013 | "tokio", | |
1014 | "tokio-native-tls", | |
1015 | "tower-service", | |
1016 | "url", | |
1017 | "wasm-bindgen", | |
1018 | "wasm-bindgen-futures", | |
1019 | "web-sys", | |
1020 | "winreg", | |
1021 | ] | |
1022 | ||
1023 | [[package]] | |
1024 | name = "rustc-demangle" | |
1025 | version = "0.1.23" | |
1026 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1027 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | |
1028 | ||
1029 | [[package]] | |
1030 | name = "rustix" | |
1031 | version = "0.38.31" | |
1032 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1033 | checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" | |
1034 | dependencies = [ | |
1035 | "bitflags 2.4.2", | |
1036 | "errno", | |
1037 | "libc", | |
1038 | "linux-raw-sys", | |
1039 | "windows-sys 0.52.0", | |
1040 | ] | |
1041 | ||
1042 | [[package]] | |
1043 | name = "rustls-pemfile" | |
1044 | version = "1.0.4" | |
1045 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1046 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" | |
1047 | dependencies = [ | |
1048 | "base64", | |
1049 | ] | |
1050 | ||
1051 | [[package]] | |
1052 | name = "ryu" | |
1053 | version = "1.0.17" | |
1054 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1055 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" | |
1056 | ||
1057 | [[package]] | |
1058 | name = "schannel" | |
1059 | version = "0.1.23" | |
1060 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1061 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" | |
1062 | dependencies = [ | |
1063 | "windows-sys 0.52.0", | |
1064 | ] | |
1065 | ||
1066 | [[package]] | |
1067 | name = "scopeguard" | |
1068 | version = "1.2.0" | |
1069 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1070 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | |
1071 | ||
1072 | [[package]] | |
1073 | name = "scraper" | |
1074 | version = "0.19.0" | |
1075 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1076 | checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b" | |
1077 | dependencies = [ | |
1078 | "ahash", | |
1079 | "cssparser", | |
1080 | "ego-tree", | |
1081 | "getopts", | |
1082 | "html5ever", | |
1083 | "once_cell", | |
1084 | "selectors", | |
1085 | "tendril", | |
1086 | ] | |
1087 | ||
1088 | [[package]] | |
1089 | name = "security-framework" | |
1090 | version = "2.9.2" | |
1091 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1092 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" | |
1093 | dependencies = [ | |
1094 | "bitflags 1.3.2", | |
1095 | "core-foundation", | |
1096 | "core-foundation-sys", | |
1097 | "libc", | |
1098 | "security-framework-sys", | |
1099 | ] | |
1100 | ||
1101 | [[package]] | |
1102 | name = "security-framework-sys" | |
1103 | version = "2.9.1" | |
1104 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1105 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" | |
1106 | dependencies = [ | |
1107 | "core-foundation-sys", | |
1108 | "libc", | |
1109 | ] | |
1110 | ||
1111 | [[package]] | |
1112 | name = "selectors" | |
1113 | version = "0.25.0" | |
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1115 | checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" | |
1116 | dependencies = [ | |
1117 | "bitflags 2.4.2", | |
1118 | "cssparser", | |
1119 | "derive_more", | |
1120 | "fxhash", | |
1121 | "log", | |
1122 | "new_debug_unreachable", | |
1123 | "phf 0.10.1", | |
1124 | "phf_codegen", | |
1125 | "precomputed-hash", | |
1126 | "servo_arc", | |
1127 | "smallvec", | |
1128 | ] | |
1129 | ||
1130 | [[package]] | |
1131 | name = "serde" | |
1132 | version = "1.0.197" | |
1133 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1134 | checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" | |
1135 | dependencies = [ | |
1136 | "serde_derive", | |
1137 | ] | |
1138 | ||
1139 | [[package]] | |
1140 | name = "serde_derive" | |
1141 | version = "1.0.197" | |
1142 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1143 | checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" | |
1144 | dependencies = [ | |
1145 | "proc-macro2", | |
1146 | "quote", | |
1147 | "syn 2.0.52", | |
1148 | ] | |
1149 | ||
1150 | [[package]] | |
1151 | name = "serde_json" | |
1152 | version = "1.0.114" | |
1153 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1154 | checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" | |
1155 | dependencies = [ | |
1156 | "itoa", | |
1157 | "ryu", | |
1158 | "serde", | |
1159 | ] | |
1160 | ||
1161 | [[package]] | |
1162 | name = "serde_urlencoded" | |
1163 | version = "0.7.1" | |
1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1165 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" | |
1166 | dependencies = [ | |
1167 | "form_urlencoded", | |
1168 | "itoa", | |
1169 | "ryu", | |
1170 | "serde", | |
1171 | ] | |
1172 | ||
1173 | [[package]] | |
1174 | name = "servo_arc" | |
1175 | version = "0.3.0" | |
1176 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1177 | checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44" | |
1178 | dependencies = [ | |
1179 | "stable_deref_trait", | |
1180 | ] | |
1181 | ||
1182 | [[package]] | |
1183 | name = "signal-hook-registry" | |
1184 | version = "1.4.1" | |
1185 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1186 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" | |
1187 | dependencies = [ | |
1188 | "libc", | |
1189 | ] | |
1190 | ||
1191 | [[package]] | |
1192 | name = "siphasher" | |
1193 | version = "0.3.11" | |
1194 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1195 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" | |
1196 | ||
1197 | [[package]] | |
1198 | name = "slab" | |
1199 | version = "0.4.9" | |
1200 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1201 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" | |
1202 | dependencies = [ | |
1203 | "autocfg", | |
1204 | ] | |
1205 | ||
1206 | [[package]] | |
1207 | name = "smallvec" | |
1208 | version = "1.13.1" | |
1209 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1210 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" | |
1211 | ||
1212 | [[package]] | |
1213 | name = "socket2" | |
1214 | version = "0.5.6" | |
1215 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1216 | checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" | |
1217 | dependencies = [ | |
1218 | "libc", | |
1219 | "windows-sys 0.52.0", | |
1220 | ] | |
1221 | ||
1222 | [[package]] | |
1223 | name = "stable_deref_trait" | |
1224 | version = "1.2.0" | |
1225 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1226 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
1227 | ||
1228 | [[package]] | |
1229 | name = "string_cache" | |
1230 | version = "0.8.7" | |
1231 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1232 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" | |
1233 | dependencies = [ | |
1234 | "new_debug_unreachable", | |
1235 | "once_cell", | |
1236 | "parking_lot", | |
1237 | "phf_shared 0.10.0", | |
1238 | "precomputed-hash", | |
1239 | "serde", | |
1240 | ] | |
1241 | ||
1242 | [[package]] | |
1243 | name = "string_cache_codegen" | |
1244 | version = "0.5.2" | |
1245 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1246 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" | |
1247 | dependencies = [ | |
1248 | "phf_generator 0.10.0", | |
1249 | "phf_shared 0.10.0", | |
1250 | "proc-macro2", | |
1251 | "quote", | |
1252 | ] | |
1253 | ||
1254 | [[package]] | |
1255 | name = "strsim" | |
1256 | version = "0.11.0" | |
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1258 | checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" | |
1259 | ||
1260 | [[package]] | |
1261 | name = "syn" | |
1262 | version = "1.0.109" | |
1263 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1264 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | |
1265 | dependencies = [ | |
1266 | "proc-macro2", | |
1267 | "quote", | |
1268 | "unicode-ident", | |
1269 | ] | |
1270 | ||
1271 | [[package]] | |
1272 | name = "syn" | |
1273 | version = "2.0.52" | |
1274 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1275 | checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" | |
1276 | dependencies = [ | |
1277 | "proc-macro2", | |
1278 | "quote", | |
1279 | "unicode-ident", | |
1280 | ] | |
1281 | ||
1282 | [[package]] | |
1283 | name = "sync_wrapper" | |
1284 | version = "0.1.2" | |
1285 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1286 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | |
1287 | ||
1288 | [[package]] | |
1289 | name = "system-configuration" | |
1290 | version = "0.5.1" | |
1291 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1292 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" | |
1293 | dependencies = [ | |
1294 | "bitflags 1.3.2", | |
1295 | "core-foundation", | |
1296 | "system-configuration-sys", | |
1297 | ] | |
1298 | ||
1299 | [[package]] | |
1300 | name = "system-configuration-sys" | |
1301 | version = "0.5.0" | |
1302 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1303 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" | |
1304 | dependencies = [ | |
1305 | "core-foundation-sys", | |
1306 | "libc", | |
1307 | ] | |
1308 | ||
1309 | [[package]] | |
1310 | name = "tempfile" | |
1311 | version = "3.10.1" | |
1312 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1313 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" | |
1314 | dependencies = [ | |
1315 | "cfg-if", | |
1316 | "fastrand", | |
1317 | "rustix", | |
1318 | "windows-sys 0.52.0", | |
1319 | ] | |
1320 | ||
1321 | [[package]] | |
1322 | name = "tendril" | |
1323 | version = "0.4.3" | |
1324 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1325 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" | |
1326 | dependencies = [ | |
1327 | "futf", | |
1328 | "mac", | |
1329 | "utf-8", | |
1330 | ] | |
1331 | ||
1332 | [[package]] | |
1333 | name = "tinyvec" | |
1334 | version = "1.6.0" | |
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1336 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" | |
1337 | dependencies = [ | |
1338 | "tinyvec_macros", | |
1339 | ] | |
1340 | ||
1341 | [[package]] | |
1342 | name = "tinyvec_macros" | |
1343 | version = "0.1.1" | |
1344 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1345 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |
1346 | ||
1347 | [[package]] | |
1348 | name = "tokio" | |
1349 | version = "1.36.0" | |
1350 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1351 | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" | |
1352 | dependencies = [ | |
1353 | "backtrace", | |
1354 | "bytes", | |
1355 | "libc", | |
1356 | "mio", | |
1357 | "num_cpus", | |
1358 | "parking_lot", | |
1359 | "pin-project-lite", | |
1360 | "signal-hook-registry", | |
1361 | "socket2", | |
1362 | "tokio-macros", | |
1363 | "windows-sys 0.48.0", | |
1364 | ] | |
1365 | ||
1366 | [[package]] | |
1367 | name = "tokio-macros" | |
1368 | version = "2.2.0" | |
1369 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1370 | checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" | |
1371 | dependencies = [ | |
1372 | "proc-macro2", | |
1373 | "quote", | |
1374 | "syn 2.0.52", | |
1375 | ] | |
1376 | ||
1377 | [[package]] | |
1378 | name = "tokio-native-tls" | |
1379 | version = "0.3.1" | |
1380 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1381 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" | |
1382 | dependencies = [ | |
1383 | "native-tls", | |
1384 | "tokio", | |
1385 | ] | |
1386 | ||
1387 | [[package]] | |
1388 | name = "tokio-util" | |
1389 | version = "0.7.10" | |
1390 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1391 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" | |
1392 | dependencies = [ | |
1393 | "bytes", | |
1394 | "futures-core", | |
1395 | "futures-sink", | |
1396 | "pin-project-lite", | |
1397 | "tokio", | |
1398 | "tracing", | |
1399 | ] | |
1400 | ||
1401 | [[package]] | |
1402 | name = "tower-service" | |
1403 | version = "0.3.2" | |
1404 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1405 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" | |
1406 | ||
1407 | [[package]] | |
1408 | name = "tracing" | |
1409 | version = "0.1.40" | |
1410 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1411 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | |
1412 | dependencies = [ | |
1413 | "pin-project-lite", | |
1414 | "tracing-core", | |
1415 | ] | |
1416 | ||
1417 | [[package]] | |
1418 | name = "tracing-core" | |
1419 | version = "0.1.32" | |
1420 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1421 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" | |
1422 | dependencies = [ | |
1423 | "once_cell", | |
1424 | ] | |
1425 | ||
1426 | [[package]] | |
1427 | name = "try-lock" | |
1428 | version = "0.2.5" | |
1429 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1430 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" | |
1431 | ||
1432 | [[package]] | |
1433 | name = "unicode-bidi" | |
1434 | version = "0.3.15" | |
1435 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1436 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" | |
1437 | ||
1438 | [[package]] | |
1439 | name = "unicode-ident" | |
1440 | version = "1.0.12" | |
1441 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1442 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" | |
1443 | ||
1444 | [[package]] | |
1445 | name = "unicode-normalization" | |
1446 | version = "0.1.23" | |
1447 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1448 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" | |
1449 | dependencies = [ | |
1450 | "tinyvec", | |
1451 | ] | |
1452 | ||
1453 | [[package]] | |
1454 | name = "unicode-width" | |
1455 | version = "0.1.11" | |
1456 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1457 | checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" | |
1458 | ||
1459 | [[package]] | |
1460 | name = "url" | |
1461 | version = "2.5.0" | |
1462 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1463 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" | |
1464 | dependencies = [ | |
1465 | "form_urlencoded", | |
1466 | "idna", | |
1467 | "percent-encoding", | |
1468 | ] | |
1469 | ||
1470 | [[package]] | |
1471 | name = "utf-8" | |
1472 | version = "0.7.6" | |
1473 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1474 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | |
1475 | ||
1476 | [[package]] | |
1477 | name = "utf8parse" | |
1478 | version = "0.2.1" | |
1479 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1480 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" | |
1481 | ||
1482 | [[package]] | |
1483 | name = "vcpkg" | |
1484 | version = "0.2.15" | |
1485 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1486 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
1487 | ||
1488 | [[package]] | |
1489 | name = "version_check" | |
1490 | version = "0.9.4" | |
1491 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1492 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
1493 | ||
1494 | [[package]] | |
1495 | name = "want" | |
1496 | version = "0.3.1" | |
1497 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1498 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" | |
1499 | dependencies = [ | |
1500 | "try-lock", | |
1501 | ] | |
1502 | ||
1503 | [[package]] | |
1504 | name = "wasi" | |
1505 | version = "0.11.0+wasi-snapshot-preview1" | |
1506 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1507 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
1508 | ||
1509 | [[package]] | |
1510 | name = "wasm-bindgen" | |
1511 | version = "0.2.92" | |
1512 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1513 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" | |
1514 | dependencies = [ | |
1515 | "cfg-if", | |
1516 | "wasm-bindgen-macro", | |
1517 | ] | |
1518 | ||
1519 | [[package]] | |
1520 | name = "wasm-bindgen-backend" | |
1521 | version = "0.2.92" | |
1522 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1523 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" | |
1524 | dependencies = [ | |
1525 | "bumpalo", | |
1526 | "log", | |
1527 | "once_cell", | |
1528 | "proc-macro2", | |
1529 | "quote", | |
1530 | "syn 2.0.52", | |
1531 | "wasm-bindgen-shared", | |
1532 | ] | |
1533 | ||
1534 | [[package]] | |
1535 | name = "wasm-bindgen-futures" | |
1536 | version = "0.4.42" | |
1537 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1538 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" | |
1539 | dependencies = [ | |
1540 | "cfg-if", | |
1541 | "js-sys", | |
1542 | "wasm-bindgen", | |
1543 | "web-sys", | |
1544 | ] | |
1545 | ||
1546 | [[package]] | |
1547 | name = "wasm-bindgen-macro" | |
1548 | version = "0.2.92" | |
1549 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1550 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" | |
1551 | dependencies = [ | |
1552 | "quote", | |
1553 | "wasm-bindgen-macro-support", | |
1554 | ] | |
1555 | ||
1556 | [[package]] | |
1557 | name = "wasm-bindgen-macro-support" | |
1558 | version = "0.2.92" | |
1559 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1560 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" | |
1561 | dependencies = [ | |
1562 | "proc-macro2", | |
1563 | "quote", | |
1564 | "syn 2.0.52", | |
1565 | "wasm-bindgen-backend", | |
1566 | "wasm-bindgen-shared", | |
1567 | ] | |
1568 | ||
1569 | [[package]] | |
1570 | name = "wasm-bindgen-shared" | |
1571 | version = "0.2.92" | |
1572 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1573 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" | |
1574 | ||
1575 | [[package]] | |
1576 | name = "web-sys" | |
1577 | version = "0.3.69" | |
1578 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1579 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" | |
1580 | dependencies = [ | |
1581 | "js-sys", | |
1582 | "wasm-bindgen", | |
1583 | ] | |
1584 | ||
1585 | [[package]] | |
1586 | name = "windows-sys" | |
1587 | version = "0.48.0" | |
1588 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1589 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
1590 | dependencies = [ | |
1591 | "windows-targets 0.48.5", | |
1592 | ] | |
1593 | ||
1594 | [[package]] | |
1595 | name = "windows-sys" | |
1596 | version = "0.52.0" | |
1597 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1598 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
1599 | dependencies = [ | |
1600 | "windows-targets 0.52.4", | |
1601 | ] | |
1602 | ||
1603 | [[package]] | |
1604 | name = "windows-targets" | |
1605 | version = "0.48.5" | |
1606 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1607 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
1608 | dependencies = [ | |
1609 | "windows_aarch64_gnullvm 0.48.5", | |
1610 | "windows_aarch64_msvc 0.48.5", | |
1611 | "windows_i686_gnu 0.48.5", | |
1612 | "windows_i686_msvc 0.48.5", | |
1613 | "windows_x86_64_gnu 0.48.5", | |
1614 | "windows_x86_64_gnullvm 0.48.5", | |
1615 | "windows_x86_64_msvc 0.48.5", | |
1616 | ] | |
1617 | ||
1618 | [[package]] | |
1619 | name = "windows-targets" | |
1620 | version = "0.52.4" | |
1621 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1622 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" | |
1623 | dependencies = [ | |
1624 | "windows_aarch64_gnullvm 0.52.4", | |
1625 | "windows_aarch64_msvc 0.52.4", | |
1626 | "windows_i686_gnu 0.52.4", | |
1627 | "windows_i686_msvc 0.52.4", | |
1628 | "windows_x86_64_gnu 0.52.4", | |
1629 | "windows_x86_64_gnullvm 0.52.4", | |
1630 | "windows_x86_64_msvc 0.52.4", | |
1631 | ] | |
1632 | ||
1633 | [[package]] | |
1634 | name = "windows_aarch64_gnullvm" | |
1635 | version = "0.48.5" | |
1636 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1637 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
1638 | ||
1639 | [[package]] | |
1640 | name = "windows_aarch64_gnullvm" | |
1641 | version = "0.52.4" | |
1642 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1643 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" | |
1644 | ||
1645 | [[package]] | |
1646 | name = "windows_aarch64_msvc" | |
1647 | version = "0.48.5" | |
1648 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1649 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
1650 | ||
1651 | [[package]] | |
1652 | name = "windows_aarch64_msvc" | |
1653 | version = "0.52.4" | |
1654 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1655 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" | |
1656 | ||
1657 | [[package]] | |
1658 | name = "windows_i686_gnu" | |
1659 | version = "0.48.5" | |
1660 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1661 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
1662 | ||
1663 | [[package]] | |
1664 | name = "windows_i686_gnu" | |
1665 | version = "0.52.4" | |
1666 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1667 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" | |
1668 | ||
1669 | [[package]] | |
1670 | name = "windows_i686_msvc" | |
1671 | version = "0.48.5" | |
1672 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1673 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
1674 | ||
1675 | [[package]] | |
1676 | name = "windows_i686_msvc" | |
1677 | version = "0.52.4" | |
1678 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1679 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" | |
1680 | ||
1681 | [[package]] | |
1682 | name = "windows_x86_64_gnu" | |
1683 | version = "0.48.5" | |
1684 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1685 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
1686 | ||
1687 | [[package]] | |
1688 | name = "windows_x86_64_gnu" | |
1689 | version = "0.52.4" | |
1690 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1691 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" | |
1692 | ||
1693 | [[package]] | |
1694 | name = "windows_x86_64_gnullvm" | |
1695 | version = "0.48.5" | |
1696 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1697 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
1698 | ||
1699 | [[package]] | |
1700 | name = "windows_x86_64_gnullvm" | |
1701 | version = "0.52.4" | |
1702 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1703 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" | |
1704 | ||
1705 | [[package]] | |
1706 | name = "windows_x86_64_msvc" | |
1707 | version = "0.48.5" | |
1708 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1709 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
1710 | ||
1711 | [[package]] | |
1712 | name = "windows_x86_64_msvc" | |
1713 | version = "0.52.4" | |
1714 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1715 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" | |
1716 | ||
1717 | [[package]] | |
1718 | name = "winreg" | |
1719 | version = "0.50.0" | |
1720 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1721 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" | |
1722 | dependencies = [ | |
1723 | "cfg-if", | |
1724 | "windows-sys 0.48.0", | |
1725 | ] | |
1726 | ||
1727 | [[package]] | |
1728 | name = "zerocopy" | |
1729 | version = "0.7.32" | |
1730 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1731 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" | |
1732 | dependencies = [ | |
1733 | "zerocopy-derive", | |
1734 | ] | |
1735 | ||
1736 | [[package]] | |
1737 | name = "zerocopy-derive" | |
1738 | version = "0.7.32" | |
1739 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1740 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" | |
1741 | dependencies = [ | |
1742 | "proc-macro2", | |
1743 | "quote", | |
1744 | "syn 2.0.52", | |
1745 | ] |