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