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