]>
Commit | Line | Data |
---|---|---|
738ec06d RBR |
1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
aece0e58 | 3 | version = 4 |
738ec06d RBR |
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 | ||
44e7b4de RBR |
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 | ||
738ec06d RBR |
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", | |
040b91a7 | 175 | "strsim 0.11.0", |
738ec06d RBR |
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 = [ | |
040b91a7 | 184 | "heck 0.4.1", |
738ec06d | 185 | "proc-macro2", |
040b91a7 | 186 | "quote 1.0.35", |
738ec06d RBR |
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 | ||
44e7b4de RBR |
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 | ||
738ec06d RBR |
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 | ||
44e7b4de RBR |
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 | ||
738ec06d RBR |
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 = [ | |
040b91a7 | 291 | "quote 1.0.35", |
738ec06d RBR |
292 | "syn 2.0.52", |
293 | ] | |
294 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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", | |
040b91a7 | 359 | "quote 1.0.35", |
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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 = [ | |
44e7b4de RBR |
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", | |
040b91a7 | 458 | "quote 1.0.35", |
44e7b4de | 459 | "syn 2.0.52", |
738ec06d RBR |
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 | ||
44e7b4de RBR |
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 | ||
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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", | |
040b91a7 | 644 | "quote 1.0.35", |
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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", | |
44e7b4de | 814 | "cocoa", |
738ec06d | 815 | "libc", |
040b91a7 | 816 | "mpris", |
738ec06d | 817 | "objc", |
44e7b4de | 818 | "objc_id", |
738ec06d RBR |
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 | ||
040b91a7 RBR |
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 | ||
738ec06d RBR |
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 | ||
44e7b4de RBR |
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 | ||
738ec06d RBR |
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", | |
44e7b4de | 976 | "foreign-types 0.3.2", |
738ec06d RBR |
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", | |
040b91a7 | 990 | "quote 1.0.35", |
738ec06d RBR |
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 | ||
aece0e58 RBR |
1000 | [[package]] |
1001 | name = "openssl-src" | |
1002 | version = "300.4.1+3.4.0" | |
1003 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1004 | checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" | |
1005 | dependencies = [ | |
1006 | "cc", | |
1007 | ] | |
1008 | ||
738ec06d RBR |
1009 | [[package]] |
1010 | name = "openssl-sys" | |
1011 | version = "0.9.101" | |
1012 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1013 | checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" | |
1014 | dependencies = [ | |
1015 | "cc", | |
1016 | "libc", | |
aece0e58 | 1017 | "openssl-src", |
738ec06d RBR |
1018 | "pkg-config", |
1019 | "vcpkg", | |
1020 | ] | |
1021 | ||
1022 | [[package]] | |
1023 | name = "parking_lot" | |
1024 | version = "0.12.1" | |
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1026 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" | |
1027 | dependencies = [ | |
1028 | "lock_api", | |
1029 | "parking_lot_core", | |
1030 | ] | |
1031 | ||
1032 | [[package]] | |
1033 | name = "parking_lot_core" | |
1034 | version = "0.9.9" | |
1035 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1036 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" | |
1037 | dependencies = [ | |
1038 | "cfg-if", | |
1039 | "libc", | |
1040 | "redox_syscall", | |
1041 | "smallvec", | |
1042 | "windows-targets 0.48.5", | |
1043 | ] | |
1044 | ||
1045 | [[package]] | |
1046 | name = "percent-encoding" | |
1047 | version = "2.3.1" | |
1048 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1049 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | |
1050 | ||
1051 | [[package]] | |
1052 | name = "phf" | |
1053 | version = "0.10.1" | |
1054 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1055 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" | |
1056 | dependencies = [ | |
1057 | "phf_shared 0.10.0", | |
1058 | ] | |
1059 | ||
1060 | [[package]] | |
1061 | name = "phf" | |
1062 | version = "0.11.2" | |
1063 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1064 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" | |
1065 | dependencies = [ | |
1066 | "phf_macros", | |
1067 | "phf_shared 0.11.2", | |
1068 | ] | |
1069 | ||
1070 | [[package]] | |
1071 | name = "phf_codegen" | |
1072 | version = "0.10.0" | |
1073 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1074 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" | |
1075 | dependencies = [ | |
1076 | "phf_generator 0.10.0", | |
1077 | "phf_shared 0.10.0", | |
1078 | ] | |
1079 | ||
1080 | [[package]] | |
1081 | name = "phf_generator" | |
1082 | version = "0.10.0" | |
1083 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1084 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | |
1085 | dependencies = [ | |
1086 | "phf_shared 0.10.0", | |
1087 | "rand", | |
1088 | ] | |
1089 | ||
1090 | [[package]] | |
1091 | name = "phf_generator" | |
1092 | version = "0.11.2" | |
1093 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1094 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" | |
1095 | dependencies = [ | |
1096 | "phf_shared 0.11.2", | |
1097 | "rand", | |
1098 | ] | |
1099 | ||
1100 | [[package]] | |
1101 | name = "phf_macros" | |
1102 | version = "0.11.2" | |
1103 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1104 | checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" | |
1105 | dependencies = [ | |
1106 | "phf_generator 0.11.2", | |
1107 | "phf_shared 0.11.2", | |
1108 | "proc-macro2", | |
040b91a7 | 1109 | "quote 1.0.35", |
738ec06d RBR |
1110 | "syn 2.0.52", |
1111 | ] | |
1112 | ||
1113 | [[package]] | |
1114 | name = "phf_shared" | |
1115 | version = "0.10.0" | |
1116 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1117 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" | |
1118 | dependencies = [ | |
1119 | "siphasher", | |
1120 | ] | |
1121 | ||
1122 | [[package]] | |
1123 | name = "phf_shared" | |
1124 | version = "0.11.2" | |
1125 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1126 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" | |
1127 | dependencies = [ | |
1128 | "siphasher", | |
1129 | ] | |
1130 | ||
1131 | [[package]] | |
1132 | name = "pin-project-lite" | |
1133 | version = "0.2.13" | |
1134 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1135 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" | |
1136 | ||
1137 | [[package]] | |
1138 | name = "pin-utils" | |
1139 | version = "0.1.0" | |
1140 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1141 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
1142 | ||
1143 | [[package]] | |
1144 | name = "pkg-config" | |
1145 | version = "0.3.30" | |
1146 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1147 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | |
1148 | ||
1149 | [[package]] | |
1150 | name = "ppv-lite86" | |
1151 | version = "0.2.17" | |
1152 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1153 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
1154 | ||
1155 | [[package]] | |
1156 | name = "precomputed-hash" | |
1157 | version = "0.1.1" | |
1158 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1159 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
1160 | ||
1161 | [[package]] | |
1162 | name = "proc-macro2" | |
1163 | version = "1.0.79" | |
1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1165 | checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" | |
1166 | dependencies = [ | |
1167 | "unicode-ident", | |
1168 | ] | |
1169 | ||
040b91a7 RBR |
1170 | [[package]] |
1171 | name = "quote" | |
1172 | version = "0.3.15" | |
1173 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1174 | checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | |
1175 | ||
738ec06d RBR |
1176 | [[package]] |
1177 | name = "quote" | |
1178 | version = "1.0.35" | |
1179 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1180 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" | |
1181 | dependencies = [ | |
1182 | "proc-macro2", | |
1183 | ] | |
1184 | ||
1185 | [[package]] | |
1186 | name = "rand" | |
1187 | version = "0.8.5" | |
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1189 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
1190 | dependencies = [ | |
1191 | "libc", | |
1192 | "rand_chacha", | |
1193 | "rand_core", | |
1194 | ] | |
1195 | ||
1196 | [[package]] | |
1197 | name = "rand_chacha" | |
1198 | version = "0.3.1" | |
1199 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1200 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
1201 | dependencies = [ | |
1202 | "ppv-lite86", | |
1203 | "rand_core", | |
1204 | ] | |
1205 | ||
1206 | [[package]] | |
1207 | name = "rand_core" | |
1208 | version = "0.6.4" | |
1209 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1210 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
1211 | dependencies = [ | |
1212 | "getrandom", | |
1213 | ] | |
1214 | ||
1215 | [[package]] | |
1216 | name = "redox_syscall" | |
1217 | version = "0.4.1" | |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1219 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" | |
1220 | dependencies = [ | |
1221 | "bitflags 1.3.2", | |
1222 | ] | |
1223 | ||
1224 | [[package]] | |
1225 | name = "reqwest" | |
1226 | version = "0.11.26" | |
1227 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1228 | checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" | |
1229 | dependencies = [ | |
1230 | "base64", | |
1231 | "bytes", | |
1232 | "encoding_rs", | |
1233 | "futures-core", | |
1234 | "futures-util", | |
1235 | "h2", | |
1236 | "http", | |
1237 | "http-body", | |
1238 | "hyper", | |
1239 | "hyper-tls", | |
1240 | "ipnet", | |
1241 | "js-sys", | |
1242 | "log", | |
1243 | "mime", | |
1244 | "native-tls", | |
1245 | "once_cell", | |
1246 | "percent-encoding", | |
1247 | "pin-project-lite", | |
1248 | "rustls-pemfile", | |
1249 | "serde", | |
1250 | "serde_json", | |
1251 | "serde_urlencoded", | |
1252 | "sync_wrapper", | |
1253 | "system-configuration", | |
1254 | "tokio", | |
1255 | "tokio-native-tls", | |
1256 | "tower-service", | |
1257 | "url", | |
1258 | "wasm-bindgen", | |
1259 | "wasm-bindgen-futures", | |
1260 | "web-sys", | |
1261 | "winreg", | |
1262 | ] | |
1263 | ||
1264 | [[package]] | |
1265 | name = "rustc-demangle" | |
1266 | version = "0.1.23" | |
1267 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1268 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | |
1269 | ||
1270 | [[package]] | |
1271 | name = "rustix" | |
1272 | version = "0.38.31" | |
1273 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1274 | checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" | |
1275 | dependencies = [ | |
1276 | "bitflags 2.4.2", | |
1277 | "errno", | |
1278 | "libc", | |
1279 | "linux-raw-sys", | |
1280 | "windows-sys 0.52.0", | |
1281 | ] | |
1282 | ||
1283 | [[package]] | |
1284 | name = "rustls-pemfile" | |
1285 | version = "1.0.4" | |
1286 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1287 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" | |
1288 | dependencies = [ | |
1289 | "base64", | |
1290 | ] | |
1291 | ||
1292 | [[package]] | |
1293 | name = "ryu" | |
1294 | version = "1.0.17" | |
1295 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1296 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" | |
1297 | ||
1298 | [[package]] | |
1299 | name = "schannel" | |
1300 | version = "0.1.23" | |
1301 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1302 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" | |
1303 | dependencies = [ | |
1304 | "windows-sys 0.52.0", | |
1305 | ] | |
1306 | ||
1307 | [[package]] | |
1308 | name = "scopeguard" | |
1309 | version = "1.2.0" | |
1310 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1311 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | |
1312 | ||
1313 | [[package]] | |
1314 | name = "scraper" | |
1315 | version = "0.19.0" | |
1316 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1317 | checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b" | |
1318 | dependencies = [ | |
1319 | "ahash", | |
1320 | "cssparser", | |
1321 | "ego-tree", | |
1322 | "getopts", | |
1323 | "html5ever", | |
1324 | "once_cell", | |
1325 | "selectors", | |
1326 | "tendril", | |
1327 | ] | |
1328 | ||
1329 | [[package]] | |
1330 | name = "security-framework" | |
1331 | version = "2.9.2" | |
1332 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1333 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" | |
1334 | dependencies = [ | |
1335 | "bitflags 1.3.2", | |
1336 | "core-foundation", | |
1337 | "core-foundation-sys", | |
1338 | "libc", | |
1339 | "security-framework-sys", | |
1340 | ] | |
1341 | ||
1342 | [[package]] | |
1343 | name = "security-framework-sys" | |
1344 | version = "2.9.1" | |
1345 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1346 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" | |
1347 | dependencies = [ | |
1348 | "core-foundation-sys", | |
1349 | "libc", | |
1350 | ] | |
1351 | ||
1352 | [[package]] | |
1353 | name = "selectors" | |
1354 | version = "0.25.0" | |
1355 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1356 | checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" | |
1357 | dependencies = [ | |
1358 | "bitflags 2.4.2", | |
1359 | "cssparser", | |
1360 | "derive_more", | |
1361 | "fxhash", | |
1362 | "log", | |
1363 | "new_debug_unreachable", | |
1364 | "phf 0.10.1", | |
1365 | "phf_codegen", | |
1366 | "precomputed-hash", | |
1367 | "servo_arc", | |
1368 | "smallvec", | |
1369 | ] | |
1370 | ||
1371 | [[package]] | |
1372 | name = "serde" | |
1373 | version = "1.0.197" | |
1374 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1375 | checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" | |
1376 | dependencies = [ | |
1377 | "serde_derive", | |
1378 | ] | |
1379 | ||
1380 | [[package]] | |
1381 | name = "serde_derive" | |
1382 | version = "1.0.197" | |
1383 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1384 | checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" | |
1385 | dependencies = [ | |
1386 | "proc-macro2", | |
040b91a7 | 1387 | "quote 1.0.35", |
738ec06d RBR |
1388 | "syn 2.0.52", |
1389 | ] | |
1390 | ||
1391 | [[package]] | |
1392 | name = "serde_json" | |
1393 | version = "1.0.114" | |
1394 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1395 | checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" | |
1396 | dependencies = [ | |
1397 | "itoa", | |
1398 | "ryu", | |
1399 | "serde", | |
1400 | ] | |
1401 | ||
1402 | [[package]] | |
1403 | name = "serde_urlencoded" | |
1404 | version = "0.7.1" | |
1405 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1406 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" | |
1407 | dependencies = [ | |
1408 | "form_urlencoded", | |
1409 | "itoa", | |
1410 | "ryu", | |
1411 | "serde", | |
1412 | ] | |
1413 | ||
1414 | [[package]] | |
1415 | name = "servo_arc" | |
1416 | version = "0.3.0" | |
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1418 | checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44" | |
1419 | dependencies = [ | |
1420 | "stable_deref_trait", | |
1421 | ] | |
1422 | ||
1423 | [[package]] | |
1424 | name = "signal-hook-registry" | |
1425 | version = "1.4.1" | |
1426 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1427 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" | |
1428 | dependencies = [ | |
1429 | "libc", | |
1430 | ] | |
1431 | ||
1432 | [[package]] | |
1433 | name = "siphasher" | |
1434 | version = "0.3.11" | |
1435 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1436 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" | |
1437 | ||
1438 | [[package]] | |
1439 | name = "slab" | |
1440 | version = "0.4.9" | |
1441 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1442 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" | |
1443 | dependencies = [ | |
1444 | "autocfg", | |
1445 | ] | |
1446 | ||
1447 | [[package]] | |
1448 | name = "smallvec" | |
1449 | version = "1.13.1" | |
1450 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1451 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" | |
1452 | ||
1453 | [[package]] | |
1454 | name = "socket2" | |
1455 | version = "0.5.6" | |
1456 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1457 | checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" | |
1458 | dependencies = [ | |
1459 | "libc", | |
1460 | "windows-sys 0.52.0", | |
1461 | ] | |
1462 | ||
1463 | [[package]] | |
1464 | name = "stable_deref_trait" | |
1465 | version = "1.2.0" | |
1466 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1467 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
1468 | ||
1469 | [[package]] | |
1470 | name = "string_cache" | |
1471 | version = "0.8.7" | |
1472 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1473 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" | |
1474 | dependencies = [ | |
1475 | "new_debug_unreachable", | |
1476 | "once_cell", | |
1477 | "parking_lot", | |
1478 | "phf_shared 0.10.0", | |
1479 | "precomputed-hash", | |
1480 | "serde", | |
1481 | ] | |
1482 | ||
1483 | [[package]] | |
1484 | name = "string_cache_codegen" | |
1485 | version = "0.5.2" | |
1486 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1487 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" | |
1488 | dependencies = [ | |
1489 | "phf_generator 0.10.0", | |
1490 | "phf_shared 0.10.0", | |
1491 | "proc-macro2", | |
040b91a7 | 1492 | "quote 1.0.35", |
738ec06d RBR |
1493 | ] |
1494 | ||
040b91a7 RBR |
1495 | [[package]] |
1496 | name = "strsim" | |
1497 | version = "0.10.0" | |
1498 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1499 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
1500 | ||
738ec06d RBR |
1501 | [[package]] |
1502 | name = "strsim" | |
1503 | version = "0.11.0" | |
1504 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1505 | checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" | |
1506 | ||
040b91a7 RBR |
1507 | [[package]] |
1508 | name = "syn" | |
1509 | version = "0.11.11" | |
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1511 | checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | |
1512 | dependencies = [ | |
1513 | "quote 0.3.15", | |
1514 | "synom", | |
1515 | "unicode-xid", | |
1516 | ] | |
1517 | ||
738ec06d RBR |
1518 | [[package]] |
1519 | name = "syn" | |
1520 | version = "1.0.109" | |
1521 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1522 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | |
1523 | dependencies = [ | |
1524 | "proc-macro2", | |
040b91a7 | 1525 | "quote 1.0.35", |
738ec06d RBR |
1526 | "unicode-ident", |
1527 | ] | |
1528 | ||
1529 | [[package]] | |
1530 | name = "syn" | |
1531 | version = "2.0.52" | |
1532 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1533 | checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" | |
1534 | dependencies = [ | |
1535 | "proc-macro2", | |
040b91a7 | 1536 | "quote 1.0.35", |
738ec06d RBR |
1537 | "unicode-ident", |
1538 | ] | |
1539 | ||
1540 | [[package]] | |
1541 | name = "sync_wrapper" | |
1542 | version = "0.1.2" | |
1543 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1544 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | |
1545 | ||
040b91a7 RBR |
1546 | [[package]] |
1547 | name = "synom" | |
1548 | version = "0.11.3" | |
1549 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1550 | checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | |
1551 | dependencies = [ | |
1552 | "unicode-xid", | |
1553 | ] | |
1554 | ||
738ec06d RBR |
1555 | [[package]] |
1556 | name = "system-configuration" | |
1557 | version = "0.5.1" | |
1558 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1559 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" | |
1560 | dependencies = [ | |
1561 | "bitflags 1.3.2", | |
1562 | "core-foundation", | |
1563 | "system-configuration-sys", | |
1564 | ] | |
1565 | ||
1566 | [[package]] | |
1567 | name = "system-configuration-sys" | |
1568 | version = "0.5.0" | |
1569 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1570 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" | |
1571 | dependencies = [ | |
1572 | "core-foundation-sys", | |
1573 | "libc", | |
1574 | ] | |
1575 | ||
1576 | [[package]] | |
1577 | name = "tempfile" | |
1578 | version = "3.10.1" | |
1579 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1580 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" | |
1581 | dependencies = [ | |
1582 | "cfg-if", | |
1583 | "fastrand", | |
1584 | "rustix", | |
1585 | "windows-sys 0.52.0", | |
1586 | ] | |
1587 | ||
1588 | [[package]] | |
1589 | name = "tendril" | |
1590 | version = "0.4.3" | |
1591 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1592 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" | |
1593 | dependencies = [ | |
1594 | "futf", | |
1595 | "mac", | |
1596 | "utf-8", | |
1597 | ] | |
1598 | ||
040b91a7 RBR |
1599 | [[package]] |
1600 | name = "thiserror" | |
1601 | version = "1.0.58" | |
1602 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1603 | checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" | |
1604 | dependencies = [ | |
1605 | "thiserror-impl", | |
1606 | ] | |
1607 | ||
1608 | [[package]] | |
1609 | name = "thiserror-impl" | |
1610 | version = "1.0.58" | |
1611 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1612 | checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" | |
1613 | dependencies = [ | |
1614 | "proc-macro2", | |
1615 | "quote 1.0.35", | |
1616 | "syn 2.0.52", | |
1617 | ] | |
1618 | ||
738ec06d RBR |
1619 | [[package]] |
1620 | name = "tinyvec" | |
1621 | version = "1.6.0" | |
1622 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1623 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" | |
1624 | dependencies = [ | |
1625 | "tinyvec_macros", | |
1626 | ] | |
1627 | ||
1628 | [[package]] | |
1629 | name = "tinyvec_macros" | |
1630 | version = "0.1.1" | |
1631 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1632 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |
1633 | ||
1634 | [[package]] | |
1635 | name = "tokio" | |
1636 | version = "1.36.0" | |
1637 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1638 | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" | |
1639 | dependencies = [ | |
1640 | "backtrace", | |
1641 | "bytes", | |
1642 | "libc", | |
1643 | "mio", | |
1644 | "num_cpus", | |
1645 | "parking_lot", | |
1646 | "pin-project-lite", | |
1647 | "signal-hook-registry", | |
1648 | "socket2", | |
1649 | "tokio-macros", | |
1650 | "windows-sys 0.48.0", | |
1651 | ] | |
1652 | ||
1653 | [[package]] | |
1654 | name = "tokio-macros" | |
1655 | version = "2.2.0" | |
1656 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1657 | checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" | |
1658 | dependencies = [ | |
1659 | "proc-macro2", | |
040b91a7 | 1660 | "quote 1.0.35", |
738ec06d RBR |
1661 | "syn 2.0.52", |
1662 | ] | |
1663 | ||
1664 | [[package]] | |
1665 | name = "tokio-native-tls" | |
1666 | version = "0.3.1" | |
1667 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1668 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" | |
1669 | dependencies = [ | |
1670 | "native-tls", | |
1671 | "tokio", | |
1672 | ] | |
1673 | ||
1674 | [[package]] | |
1675 | name = "tokio-util" | |
1676 | version = "0.7.10" | |
1677 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1678 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" | |
1679 | dependencies = [ | |
1680 | "bytes", | |
1681 | "futures-core", | |
1682 | "futures-sink", | |
1683 | "pin-project-lite", | |
1684 | "tokio", | |
1685 | "tracing", | |
1686 | ] | |
1687 | ||
1688 | [[package]] | |
1689 | name = "tower-service" | |
1690 | version = "0.3.2" | |
1691 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1692 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" | |
1693 | ||
1694 | [[package]] | |
1695 | name = "tracing" | |
1696 | version = "0.1.40" | |
1697 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1698 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | |
1699 | dependencies = [ | |
1700 | "pin-project-lite", | |
1701 | "tracing-core", | |
1702 | ] | |
1703 | ||
1704 | [[package]] | |
1705 | name = "tracing-core" | |
1706 | version = "0.1.32" | |
1707 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1708 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" | |
1709 | dependencies = [ | |
1710 | "once_cell", | |
1711 | ] | |
1712 | ||
1713 | [[package]] | |
1714 | name = "try-lock" | |
1715 | version = "0.2.5" | |
1716 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1717 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" | |
1718 | ||
1719 | [[package]] | |
1720 | name = "unicode-bidi" | |
1721 | version = "0.3.15" | |
1722 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1723 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" | |
1724 | ||
1725 | [[package]] | |
1726 | name = "unicode-ident" | |
1727 | version = "1.0.12" | |
1728 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1729 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" | |
1730 | ||
1731 | [[package]] | |
1732 | name = "unicode-normalization" | |
1733 | version = "0.1.23" | |
1734 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1735 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" | |
1736 | dependencies = [ | |
1737 | "tinyvec", | |
1738 | ] | |
1739 | ||
040b91a7 RBR |
1740 | [[package]] |
1741 | name = "unicode-segmentation" | |
1742 | version = "1.11.0" | |
1743 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1744 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" | |
1745 | ||
738ec06d RBR |
1746 | [[package]] |
1747 | name = "unicode-width" | |
1748 | version = "0.1.11" | |
1749 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1750 | checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" | |
1751 | ||
040b91a7 RBR |
1752 | [[package]] |
1753 | name = "unicode-xid" | |
1754 | version = "0.0.4" | |
1755 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1756 | checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" | |
1757 | ||
738ec06d RBR |
1758 | [[package]] |
1759 | name = "url" | |
1760 | version = "2.5.0" | |
1761 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1762 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" | |
1763 | dependencies = [ | |
1764 | "form_urlencoded", | |
1765 | "idna", | |
1766 | "percent-encoding", | |
1767 | ] | |
1768 | ||
1769 | [[package]] | |
1770 | name = "utf-8" | |
1771 | version = "0.7.6" | |
1772 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1773 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | |
1774 | ||
1775 | [[package]] | |
1776 | name = "utf8parse" | |
1777 | version = "0.2.1" | |
1778 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1779 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" | |
1780 | ||
1781 | [[package]] | |
1782 | name = "vcpkg" | |
1783 | version = "0.2.15" | |
1784 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1785 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
1786 | ||
1787 | [[package]] | |
1788 | name = "version_check" | |
1789 | version = "0.9.4" | |
1790 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1791 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
1792 | ||
1793 | [[package]] | |
1794 | name = "want" | |
1795 | version = "0.3.1" | |
1796 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1797 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" | |
1798 | dependencies = [ | |
1799 | "try-lock", | |
1800 | ] | |
1801 | ||
1802 | [[package]] | |
1803 | name = "wasi" | |
1804 | version = "0.11.0+wasi-snapshot-preview1" | |
1805 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1806 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
1807 | ||
1808 | [[package]] | |
1809 | name = "wasm-bindgen" | |
1810 | version = "0.2.92" | |
1811 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1812 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" | |
1813 | dependencies = [ | |
1814 | "cfg-if", | |
1815 | "wasm-bindgen-macro", | |
1816 | ] | |
1817 | ||
1818 | [[package]] | |
1819 | name = "wasm-bindgen-backend" | |
1820 | version = "0.2.92" | |
1821 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1822 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" | |
1823 | dependencies = [ | |
1824 | "bumpalo", | |
1825 | "log", | |
1826 | "once_cell", | |
1827 | "proc-macro2", | |
040b91a7 | 1828 | "quote 1.0.35", |
738ec06d RBR |
1829 | "syn 2.0.52", |
1830 | "wasm-bindgen-shared", | |
1831 | ] | |
1832 | ||
1833 | [[package]] | |
1834 | name = "wasm-bindgen-futures" | |
1835 | version = "0.4.42" | |
1836 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1837 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" | |
1838 | dependencies = [ | |
1839 | "cfg-if", | |
1840 | "js-sys", | |
1841 | "wasm-bindgen", | |
1842 | "web-sys", | |
1843 | ] | |
1844 | ||
1845 | [[package]] | |
1846 | name = "wasm-bindgen-macro" | |
1847 | version = "0.2.92" | |
1848 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1849 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" | |
1850 | dependencies = [ | |
040b91a7 | 1851 | "quote 1.0.35", |
738ec06d RBR |
1852 | "wasm-bindgen-macro-support", |
1853 | ] | |
1854 | ||
1855 | [[package]] | |
1856 | name = "wasm-bindgen-macro-support" | |
1857 | version = "0.2.92" | |
1858 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1859 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" | |
1860 | dependencies = [ | |
1861 | "proc-macro2", | |
040b91a7 | 1862 | "quote 1.0.35", |
738ec06d RBR |
1863 | "syn 2.0.52", |
1864 | "wasm-bindgen-backend", | |
1865 | "wasm-bindgen-shared", | |
1866 | ] | |
1867 | ||
1868 | [[package]] | |
1869 | name = "wasm-bindgen-shared" | |
1870 | version = "0.2.92" | |
1871 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1872 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" | |
1873 | ||
1874 | [[package]] | |
1875 | name = "web-sys" | |
1876 | version = "0.3.69" | |
1877 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1878 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" | |
1879 | dependencies = [ | |
1880 | "js-sys", | |
1881 | "wasm-bindgen", | |
1882 | ] | |
1883 | ||
040b91a7 RBR |
1884 | [[package]] |
1885 | name = "winapi" | |
1886 | version = "0.3.9" | |
1887 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1888 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1889 | dependencies = [ | |
1890 | "winapi-i686-pc-windows-gnu", | |
1891 | "winapi-x86_64-pc-windows-gnu", | |
1892 | ] | |
1893 | ||
1894 | [[package]] | |
1895 | name = "winapi-i686-pc-windows-gnu" | |
1896 | version = "0.4.0" | |
1897 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1898 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1899 | ||
1900 | [[package]] | |
1901 | name = "winapi-x86_64-pc-windows-gnu" | |
1902 | version = "0.4.0" | |
1903 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1904 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1905 | ||
738ec06d RBR |
1906 | [[package]] |
1907 | name = "windows-sys" | |
1908 | version = "0.48.0" | |
1909 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1910 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
1911 | dependencies = [ | |
1912 | "windows-targets 0.48.5", | |
1913 | ] | |
1914 | ||
1915 | [[package]] | |
1916 | name = "windows-sys" | |
1917 | version = "0.52.0" | |
1918 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1919 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
1920 | dependencies = [ | |
1921 | "windows-targets 0.52.4", | |
1922 | ] | |
1923 | ||
1924 | [[package]] | |
1925 | name = "windows-targets" | |
1926 | version = "0.48.5" | |
1927 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1928 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
1929 | dependencies = [ | |
1930 | "windows_aarch64_gnullvm 0.48.5", | |
1931 | "windows_aarch64_msvc 0.48.5", | |
1932 | "windows_i686_gnu 0.48.5", | |
1933 | "windows_i686_msvc 0.48.5", | |
1934 | "windows_x86_64_gnu 0.48.5", | |
1935 | "windows_x86_64_gnullvm 0.48.5", | |
1936 | "windows_x86_64_msvc 0.48.5", | |
1937 | ] | |
1938 | ||
1939 | [[package]] | |
1940 | name = "windows-targets" | |
1941 | version = "0.52.4" | |
1942 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1943 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" | |
1944 | dependencies = [ | |
1945 | "windows_aarch64_gnullvm 0.52.4", | |
1946 | "windows_aarch64_msvc 0.52.4", | |
1947 | "windows_i686_gnu 0.52.4", | |
1948 | "windows_i686_msvc 0.52.4", | |
1949 | "windows_x86_64_gnu 0.52.4", | |
1950 | "windows_x86_64_gnullvm 0.52.4", | |
1951 | "windows_x86_64_msvc 0.52.4", | |
1952 | ] | |
1953 | ||
1954 | [[package]] | |
1955 | name = "windows_aarch64_gnullvm" | |
1956 | version = "0.48.5" | |
1957 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1958 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
1959 | ||
1960 | [[package]] | |
1961 | name = "windows_aarch64_gnullvm" | |
1962 | version = "0.52.4" | |
1963 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1964 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" | |
1965 | ||
1966 | [[package]] | |
1967 | name = "windows_aarch64_msvc" | |
1968 | version = "0.48.5" | |
1969 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1970 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
1971 | ||
1972 | [[package]] | |
1973 | name = "windows_aarch64_msvc" | |
1974 | version = "0.52.4" | |
1975 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1976 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" | |
1977 | ||
1978 | [[package]] | |
1979 | name = "windows_i686_gnu" | |
1980 | version = "0.48.5" | |
1981 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1982 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
1983 | ||
1984 | [[package]] | |
1985 | name = "windows_i686_gnu" | |
1986 | version = "0.52.4" | |
1987 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1988 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" | |
1989 | ||
1990 | [[package]] | |
1991 | name = "windows_i686_msvc" | |
1992 | version = "0.48.5" | |
1993 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1994 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
1995 | ||
1996 | [[package]] | |
1997 | name = "windows_i686_msvc" | |
1998 | version = "0.52.4" | |
1999 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2000 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" | |
2001 | ||
2002 | [[package]] | |
2003 | name = "windows_x86_64_gnu" | |
2004 | version = "0.48.5" | |
2005 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2006 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
2007 | ||
2008 | [[package]] | |
2009 | name = "windows_x86_64_gnu" | |
2010 | version = "0.52.4" | |
2011 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2012 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" | |
2013 | ||
2014 | [[package]] | |
2015 | name = "windows_x86_64_gnullvm" | |
2016 | version = "0.48.5" | |
2017 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2018 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
2019 | ||
2020 | [[package]] | |
2021 | name = "windows_x86_64_gnullvm" | |
2022 | version = "0.52.4" | |
2023 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2024 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" | |
2025 | ||
2026 | [[package]] | |
2027 | name = "windows_x86_64_msvc" | |
2028 | version = "0.48.5" | |
2029 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2030 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
2031 | ||
2032 | [[package]] | |
2033 | name = "windows_x86_64_msvc" | |
2034 | version = "0.52.4" | |
2035 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2036 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" | |
2037 | ||
2038 | [[package]] | |
2039 | name = "winreg" | |
2040 | version = "0.50.0" | |
2041 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2042 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" | |
2043 | dependencies = [ | |
2044 | "cfg-if", | |
2045 | "windows-sys 0.48.0", | |
2046 | ] | |
2047 | ||
2048 | [[package]] | |
2049 | name = "zerocopy" | |
2050 | version = "0.7.32" | |
2051 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2052 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" | |
2053 | dependencies = [ | |
2054 | "zerocopy-derive", | |
2055 | ] | |
2056 | ||
2057 | [[package]] | |
2058 | name = "zerocopy-derive" | |
2059 | version = "0.7.32" | |
2060 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2061 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" | |
2062 | dependencies = [ | |
2063 | "proc-macro2", | |
040b91a7 | 2064 | "quote 1.0.35", |
738ec06d RBR |
2065 | "syn 2.0.52", |
2066 | ] |