Text · 63039 bytes Raw Blame History
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "adler2"
7 version = "2.0.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11 [[package]]
12 name = "aho-corasick"
13 version = "1.1.4"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16 dependencies = [
17 "memchr",
18 ]
19
20 [[package]]
21 name = "anstream"
22 version = "0.6.21"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
25 dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "is_terminal_polyfill",
32 "utf8parse",
33 ]
34
35 [[package]]
36 name = "anstyle"
37 version = "1.0.13"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
40
41 [[package]]
42 name = "anstyle-parse"
43 version = "0.2.7"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
46 dependencies = [
47 "utf8parse",
48 ]
49
50 [[package]]
51 name = "anstyle-query"
52 version = "1.1.5"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55 dependencies = [
56 "windows-sys 0.61.2",
57 ]
58
59 [[package]]
60 name = "anstyle-wincon"
61 version = "3.0.11"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64 dependencies = [
65 "anstyle",
66 "once_cell_polyfill",
67 "windows-sys 0.61.2",
68 ]
69
70 [[package]]
71 name = "anyhow"
72 version = "1.0.100"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
75
76 [[package]]
77 name = "as-raw-xcb-connection"
78 version = "1.0.1"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
81
82 [[package]]
83 name = "async-broadcast"
84 version = "0.7.2"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
87 dependencies = [
88 "event-listener",
89 "event-listener-strategy",
90 "futures-core",
91 "pin-project-lite",
92 ]
93
94 [[package]]
95 name = "async-channel"
96 version = "2.5.0"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
99 dependencies = [
100 "concurrent-queue",
101 "event-listener-strategy",
102 "futures-core",
103 "pin-project-lite",
104 ]
105
106 [[package]]
107 name = "async-executor"
108 version = "1.13.3"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
111 dependencies = [
112 "async-task",
113 "concurrent-queue",
114 "fastrand",
115 "futures-lite",
116 "pin-project-lite",
117 "slab",
118 ]
119
120 [[package]]
121 name = "async-fs"
122 version = "2.2.0"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
125 dependencies = [
126 "async-lock",
127 "blocking",
128 "futures-lite",
129 ]
130
131 [[package]]
132 name = "async-io"
133 version = "2.6.0"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
136 dependencies = [
137 "autocfg",
138 "cfg-if",
139 "concurrent-queue",
140 "futures-io",
141 "futures-lite",
142 "parking",
143 "polling",
144 "rustix",
145 "slab",
146 "windows-sys 0.61.2",
147 ]
148
149 [[package]]
150 name = "async-lock"
151 version = "3.4.2"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
154 dependencies = [
155 "event-listener",
156 "event-listener-strategy",
157 "pin-project-lite",
158 ]
159
160 [[package]]
161 name = "async-process"
162 version = "2.5.0"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
165 dependencies = [
166 "async-channel",
167 "async-io",
168 "async-lock",
169 "async-signal",
170 "async-task",
171 "blocking",
172 "cfg-if",
173 "event-listener",
174 "futures-lite",
175 "rustix",
176 ]
177
178 [[package]]
179 name = "async-recursion"
180 version = "1.1.1"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
183 dependencies = [
184 "proc-macro2",
185 "quote",
186 "syn 2.0.114",
187 ]
188
189 [[package]]
190 name = "async-signal"
191 version = "0.2.13"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
194 dependencies = [
195 "async-io",
196 "async-lock",
197 "atomic-waker",
198 "cfg-if",
199 "futures-core",
200 "futures-io",
201 "rustix",
202 "signal-hook-registry",
203 "slab",
204 "windows-sys 0.61.2",
205 ]
206
207 [[package]]
208 name = "async-task"
209 version = "4.7.1"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
212
213 [[package]]
214 name = "async-trait"
215 version = "0.1.89"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
218 dependencies = [
219 "proc-macro2",
220 "quote",
221 "syn 2.0.114",
222 ]
223
224 [[package]]
225 name = "atomic-waker"
226 version = "1.1.2"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
229
230 [[package]]
231 name = "autocfg"
232 version = "1.5.0"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
235
236 [[package]]
237 name = "bindgen"
238 version = "0.69.5"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
241 dependencies = [
242 "bitflags 2.10.0",
243 "cexpr",
244 "clang-sys",
245 "itertools",
246 "lazy_static",
247 "lazycell",
248 "proc-macro2",
249 "quote",
250 "regex",
251 "rustc-hash",
252 "shlex",
253 "syn 2.0.114",
254 ]
255
256 [[package]]
257 name = "bit_field"
258 version = "0.10.3"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
261
262 [[package]]
263 name = "bitflags"
264 version = "1.3.2"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
267
268 [[package]]
269 name = "bitflags"
270 version = "2.10.0"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
273
274 [[package]]
275 name = "block-buffer"
276 version = "0.10.4"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
279 dependencies = [
280 "generic-array",
281 ]
282
283 [[package]]
284 name = "blocking"
285 version = "1.6.2"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
288 dependencies = [
289 "async-channel",
290 "async-task",
291 "futures-io",
292 "futures-lite",
293 "piper",
294 ]
295
296 [[package]]
297 name = "bytemuck"
298 version = "1.24.0"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
301
302 [[package]]
303 name = "byteorder"
304 version = "1.5.0"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
306 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
307
308 [[package]]
309 name = "bytes"
310 version = "1.11.0"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
313
314 [[package]]
315 name = "cairo-rs"
316 version = "0.18.5"
317 source = "registry+https://github.com/rust-lang/crates.io-index"
318 checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
319 dependencies = [
320 "bitflags 2.10.0",
321 "cairo-sys-rs",
322 "glib",
323 "libc",
324 "once_cell",
325 "thiserror 1.0.69",
326 ]
327
328 [[package]]
329 name = "cairo-sys-rs"
330 version = "0.18.2"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
333 dependencies = [
334 "glib-sys",
335 "libc",
336 "system-deps",
337 ]
338
339 [[package]]
340 name = "cexpr"
341 version = "0.6.0"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
344 dependencies = [
345 "nom",
346 ]
347
348 [[package]]
349 name = "cfg-expr"
350 version = "0.15.8"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
353 dependencies = [
354 "smallvec",
355 "target-lexicon",
356 ]
357
358 [[package]]
359 name = "cfg-if"
360 version = "1.0.4"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
363
364 [[package]]
365 name = "cfg_aliases"
366 version = "0.2.1"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
369
370 [[package]]
371 name = "clang-sys"
372 version = "1.8.1"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
375 dependencies = [
376 "glob",
377 "libc",
378 ]
379
380 [[package]]
381 name = "clap"
382 version = "4.5.54"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
385 dependencies = [
386 "clap_builder",
387 "clap_derive",
388 ]
389
390 [[package]]
391 name = "clap_builder"
392 version = "4.5.54"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
395 dependencies = [
396 "anstream",
397 "anstyle",
398 "clap_lex",
399 "strsim",
400 ]
401
402 [[package]]
403 name = "clap_derive"
404 version = "4.5.49"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
407 dependencies = [
408 "heck 0.5.0",
409 "proc-macro2",
410 "quote",
411 "syn 2.0.114",
412 ]
413
414 [[package]]
415 name = "clap_lex"
416 version = "0.7.7"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
419
420 [[package]]
421 name = "color_quant"
422 version = "1.1.0"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
425
426 [[package]]
427 name = "colorchoice"
428 version = "1.0.4"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
431
432 [[package]]
433 name = "concurrent-queue"
434 version = "2.5.0"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
437 dependencies = [
438 "crossbeam-utils",
439 ]
440
441 [[package]]
442 name = "cpufeatures"
443 version = "0.2.17"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
445 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
446 dependencies = [
447 "libc",
448 ]
449
450 [[package]]
451 name = "crc32fast"
452 version = "1.5.0"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
454 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
455 dependencies = [
456 "cfg-if",
457 ]
458
459 [[package]]
460 name = "crossbeam-deque"
461 version = "0.8.6"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
464 dependencies = [
465 "crossbeam-epoch",
466 "crossbeam-utils",
467 ]
468
469 [[package]]
470 name = "crossbeam-epoch"
471 version = "0.9.18"
472 source = "registry+https://github.com/rust-lang/crates.io-index"
473 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
474 dependencies = [
475 "crossbeam-utils",
476 ]
477
478 [[package]]
479 name = "crossbeam-utils"
480 version = "0.8.21"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
483
484 [[package]]
485 name = "crunchy"
486 version = "0.2.4"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
489
490 [[package]]
491 name = "crypto-common"
492 version = "0.1.7"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
494 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
495 dependencies = [
496 "generic-array",
497 "typenum",
498 ]
499
500 [[package]]
501 name = "digest"
502 version = "0.10.7"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
505 dependencies = [
506 "block-buffer",
507 "crypto-common",
508 ]
509
510 [[package]]
511 name = "dirs"
512 version = "6.0.0"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
515 dependencies = [
516 "dirs-sys",
517 ]
518
519 [[package]]
520 name = "dirs-sys"
521 version = "0.5.0"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
524 dependencies = [
525 "libc",
526 "option-ext",
527 "redox_users",
528 "windows-sys 0.61.2",
529 ]
530
531 [[package]]
532 name = "either"
533 version = "1.15.0"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
536
537 [[package]]
538 name = "endi"
539 version = "1.1.1"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
542
543 [[package]]
544 name = "enumflags2"
545 version = "0.7.12"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
548 dependencies = [
549 "enumflags2_derive",
550 "serde",
551 ]
552
553 [[package]]
554 name = "enumflags2_derive"
555 version = "0.7.12"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
558 dependencies = [
559 "proc-macro2",
560 "quote",
561 "syn 2.0.114",
562 ]
563
564 [[package]]
565 name = "equivalent"
566 version = "1.0.2"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
569
570 [[package]]
571 name = "errno"
572 version = "0.3.14"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
575 dependencies = [
576 "libc",
577 "windows-sys 0.61.2",
578 ]
579
580 [[package]]
581 name = "event-listener"
582 version = "5.4.1"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
585 dependencies = [
586 "concurrent-queue",
587 "parking",
588 "pin-project-lite",
589 ]
590
591 [[package]]
592 name = "event-listener-strategy"
593 version = "0.5.4"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
595 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
596 dependencies = [
597 "event-listener",
598 "pin-project-lite",
599 ]
600
601 [[package]]
602 name = "exr"
603 version = "1.74.0"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
606 dependencies = [
607 "bit_field",
608 "half",
609 "lebe",
610 "miniz_oxide",
611 "rayon-core",
612 "smallvec",
613 "zune-inflate",
614 ]
615
616 [[package]]
617 name = "fastrand"
618 version = "2.3.0"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
621
622 [[package]]
623 name = "fdeflate"
624 version = "0.3.7"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
627 dependencies = [
628 "simd-adler32",
629 ]
630
631 [[package]]
632 name = "flate2"
633 version = "1.1.8"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
636 dependencies = [
637 "crc32fast",
638 "miniz_oxide",
639 ]
640
641 [[package]]
642 name = "futures-channel"
643 version = "0.3.31"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
646 dependencies = [
647 "futures-core",
648 ]
649
650 [[package]]
651 name = "futures-core"
652 version = "0.3.31"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
654 checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
655
656 [[package]]
657 name = "futures-executor"
658 version = "0.3.31"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
661 dependencies = [
662 "futures-core",
663 "futures-task",
664 "futures-util",
665 ]
666
667 [[package]]
668 name = "futures-io"
669 version = "0.3.31"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
672
673 [[package]]
674 name = "futures-lite"
675 version = "2.6.1"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
678 dependencies = [
679 "fastrand",
680 "futures-core",
681 "futures-io",
682 "parking",
683 "pin-project-lite",
684 ]
685
686 [[package]]
687 name = "futures-macro"
688 version = "0.3.31"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
691 dependencies = [
692 "proc-macro2",
693 "quote",
694 "syn 2.0.114",
695 ]
696
697 [[package]]
698 name = "futures-sink"
699 version = "0.3.31"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
702
703 [[package]]
704 name = "futures-task"
705 version = "0.3.31"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
708
709 [[package]]
710 name = "futures-util"
711 version = "0.3.31"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
714 dependencies = [
715 "futures-core",
716 "futures-io",
717 "futures-macro",
718 "futures-sink",
719 "futures-task",
720 "memchr",
721 "pin-project-lite",
722 "pin-utils",
723 "slab",
724 ]
725
726 [[package]]
727 name = "gardm-greeter"
728 version = "0.1.0"
729 dependencies = [
730 "anyhow",
731 "cairo-rs",
732 "gardm-ipc",
733 "image",
734 "nix 0.27.1",
735 "pango",
736 "pangocairo",
737 "rpassword",
738 "serde",
739 "serde_json",
740 "shellexpand",
741 "thiserror 1.0.69",
742 "tokio",
743 "toml",
744 "tracing",
745 "tracing-subscriber",
746 "x11rb",
747 ]
748
749 [[package]]
750 name = "gardm-ipc"
751 version = "0.1.0"
752 dependencies = [
753 "serde",
754 "serde_json",
755 "thiserror 1.0.69",
756 "tokio",
757 ]
758
759 [[package]]
760 name = "gardmd"
761 version = "0.1.0"
762 dependencies = [
763 "anyhow",
764 "clap",
765 "gardm-ipc",
766 "libc",
767 "nix 0.27.1",
768 "pam",
769 "sd-notify",
770 "serde",
771 "serde_json",
772 "thiserror 1.0.69",
773 "tokio",
774 "toml",
775 "tracing",
776 "tracing-subscriber",
777 "x11rb",
778 "zbus",
779 ]
780
781 [[package]]
782 name = "generic-array"
783 version = "0.14.7"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
786 dependencies = [
787 "typenum",
788 "version_check",
789 ]
790
791 [[package]]
792 name = "gethostname"
793 version = "1.1.0"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
796 dependencies = [
797 "rustix",
798 "windows-link",
799 ]
800
801 [[package]]
802 name = "getrandom"
803 version = "0.2.17"
804 source = "registry+https://github.com/rust-lang/crates.io-index"
805 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
806 dependencies = [
807 "cfg-if",
808 "libc",
809 "wasi",
810 ]
811
812 [[package]]
813 name = "getrandom"
814 version = "0.3.4"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
817 dependencies = [
818 "cfg-if",
819 "libc",
820 "r-efi",
821 "wasip2",
822 ]
823
824 [[package]]
825 name = "gif"
826 version = "0.13.3"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
829 dependencies = [
830 "color_quant",
831 "weezl",
832 ]
833
834 [[package]]
835 name = "gio"
836 version = "0.18.4"
837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
839 dependencies = [
840 "futures-channel",
841 "futures-core",
842 "futures-io",
843 "futures-util",
844 "gio-sys",
845 "glib",
846 "libc",
847 "once_cell",
848 "pin-project-lite",
849 "smallvec",
850 "thiserror 1.0.69",
851 ]
852
853 [[package]]
854 name = "gio-sys"
855 version = "0.18.1"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
858 dependencies = [
859 "glib-sys",
860 "gobject-sys",
861 "libc",
862 "system-deps",
863 "winapi",
864 ]
865
866 [[package]]
867 name = "glib"
868 version = "0.18.5"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
871 dependencies = [
872 "bitflags 2.10.0",
873 "futures-channel",
874 "futures-core",
875 "futures-executor",
876 "futures-task",
877 "futures-util",
878 "gio-sys",
879 "glib-macros",
880 "glib-sys",
881 "gobject-sys",
882 "libc",
883 "memchr",
884 "once_cell",
885 "smallvec",
886 "thiserror 1.0.69",
887 ]
888
889 [[package]]
890 name = "glib-macros"
891 version = "0.18.5"
892 source = "registry+https://github.com/rust-lang/crates.io-index"
893 checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
894 dependencies = [
895 "heck 0.4.1",
896 "proc-macro-crate 2.0.2",
897 "proc-macro-error",
898 "proc-macro2",
899 "quote",
900 "syn 2.0.114",
901 ]
902
903 [[package]]
904 name = "glib-sys"
905 version = "0.18.1"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
908 dependencies = [
909 "libc",
910 "system-deps",
911 ]
912
913 [[package]]
914 name = "glob"
915 version = "0.3.3"
916 source = "registry+https://github.com/rust-lang/crates.io-index"
917 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
918
919 [[package]]
920 name = "gobject-sys"
921 version = "0.18.0"
922 source = "registry+https://github.com/rust-lang/crates.io-index"
923 checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
924 dependencies = [
925 "glib-sys",
926 "libc",
927 "system-deps",
928 ]
929
930 [[package]]
931 name = "half"
932 version = "2.7.1"
933 source = "registry+https://github.com/rust-lang/crates.io-index"
934 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
935 dependencies = [
936 "cfg-if",
937 "crunchy",
938 "zerocopy",
939 ]
940
941 [[package]]
942 name = "hashbrown"
943 version = "0.16.1"
944 source = "registry+https://github.com/rust-lang/crates.io-index"
945 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
946
947 [[package]]
948 name = "heck"
949 version = "0.4.1"
950 source = "registry+https://github.com/rust-lang/crates.io-index"
951 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
952
953 [[package]]
954 name = "heck"
955 version = "0.5.0"
956 source = "registry+https://github.com/rust-lang/crates.io-index"
957 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
958
959 [[package]]
960 name = "hermit-abi"
961 version = "0.5.2"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
964
965 [[package]]
966 name = "hex"
967 version = "0.4.3"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
970
971 [[package]]
972 name = "image"
973 version = "0.24.9"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
976 dependencies = [
977 "bytemuck",
978 "byteorder",
979 "color_quant",
980 "exr",
981 "gif",
982 "jpeg-decoder",
983 "num-traits",
984 "png",
985 "qoi",
986 "tiff",
987 ]
988
989 [[package]]
990 name = "indexmap"
991 version = "2.13.0"
992 source = "registry+https://github.com/rust-lang/crates.io-index"
993 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
994 dependencies = [
995 "equivalent",
996 "hashbrown",
997 ]
998
999 [[package]]
1000 name = "is_terminal_polyfill"
1001 version = "1.70.2"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1004
1005 [[package]]
1006 name = "itertools"
1007 version = "0.12.1"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1010 dependencies = [
1011 "either",
1012 ]
1013
1014 [[package]]
1015 name = "itoa"
1016 version = "1.0.17"
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1018 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1019
1020 [[package]]
1021 name = "jpeg-decoder"
1022 version = "0.3.2"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
1025 dependencies = [
1026 "rayon",
1027 ]
1028
1029 [[package]]
1030 name = "lazy_static"
1031 version = "1.5.0"
1032 source = "registry+https://github.com/rust-lang/crates.io-index"
1033 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1034
1035 [[package]]
1036 name = "lazycell"
1037 version = "1.3.0"
1038 source = "registry+https://github.com/rust-lang/crates.io-index"
1039 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1040
1041 [[package]]
1042 name = "lebe"
1043 version = "0.5.3"
1044 source = "registry+https://github.com/rust-lang/crates.io-index"
1045 checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
1046
1047 [[package]]
1048 name = "libc"
1049 version = "0.2.180"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
1052
1053 [[package]]
1054 name = "libredox"
1055 version = "0.1.12"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
1058 dependencies = [
1059 "bitflags 2.10.0",
1060 "libc",
1061 ]
1062
1063 [[package]]
1064 name = "linux-raw-sys"
1065 version = "0.11.0"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1068
1069 [[package]]
1070 name = "lock_api"
1071 version = "0.4.14"
1072 source = "registry+https://github.com/rust-lang/crates.io-index"
1073 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1074 dependencies = [
1075 "scopeguard",
1076 ]
1077
1078 [[package]]
1079 name = "log"
1080 version = "0.4.29"
1081 source = "registry+https://github.com/rust-lang/crates.io-index"
1082 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1083
1084 [[package]]
1085 name = "matchers"
1086 version = "0.2.0"
1087 source = "registry+https://github.com/rust-lang/crates.io-index"
1088 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1089 dependencies = [
1090 "regex-automata",
1091 ]
1092
1093 [[package]]
1094 name = "memchr"
1095 version = "2.7.6"
1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1098
1099 [[package]]
1100 name = "memoffset"
1101 version = "0.9.1"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1103 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1104 dependencies = [
1105 "autocfg",
1106 ]
1107
1108 [[package]]
1109 name = "minimal-lexical"
1110 version = "0.2.1"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1112 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1113
1114 [[package]]
1115 name = "miniz_oxide"
1116 version = "0.8.9"
1117 source = "registry+https://github.com/rust-lang/crates.io-index"
1118 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1119 dependencies = [
1120 "adler2",
1121 "simd-adler32",
1122 ]
1123
1124 [[package]]
1125 name = "mio"
1126 version = "1.1.1"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1129 dependencies = [
1130 "libc",
1131 "wasi",
1132 "windows-sys 0.61.2",
1133 ]
1134
1135 [[package]]
1136 name = "nix"
1137 version = "0.27.1"
1138 source = "registry+https://github.com/rust-lang/crates.io-index"
1139 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
1140 dependencies = [
1141 "bitflags 2.10.0",
1142 "cfg-if",
1143 "libc",
1144 ]
1145
1146 [[package]]
1147 name = "nix"
1148 version = "0.29.0"
1149 source = "registry+https://github.com/rust-lang/crates.io-index"
1150 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1151 dependencies = [
1152 "bitflags 2.10.0",
1153 "cfg-if",
1154 "cfg_aliases",
1155 "libc",
1156 "memoffset",
1157 ]
1158
1159 [[package]]
1160 name = "nom"
1161 version = "7.1.3"
1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1164 dependencies = [
1165 "memchr",
1166 "minimal-lexical",
1167 ]
1168
1169 [[package]]
1170 name = "nu-ansi-term"
1171 version = "0.50.3"
1172 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1174 dependencies = [
1175 "windows-sys 0.61.2",
1176 ]
1177
1178 [[package]]
1179 name = "num-traits"
1180 version = "0.2.19"
1181 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1183 dependencies = [
1184 "autocfg",
1185 ]
1186
1187 [[package]]
1188 name = "once_cell"
1189 version = "1.21.3"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1192
1193 [[package]]
1194 name = "once_cell_polyfill"
1195 version = "1.70.2"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1198
1199 [[package]]
1200 name = "option-ext"
1201 version = "0.2.0"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1203 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1204
1205 [[package]]
1206 name = "ordered-stream"
1207 version = "0.2.0"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1209 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
1210 dependencies = [
1211 "futures-core",
1212 "pin-project-lite",
1213 ]
1214
1215 [[package]]
1216 name = "pam"
1217 version = "0.8.0"
1218 source = "registry+https://github.com/rust-lang/crates.io-index"
1219 checksum = "8ab553c52103edb295d8f7d6a3b593dc22a30b1fb99643c777a8f36915e285ba"
1220 dependencies = [
1221 "libc",
1222 "memchr",
1223 "pam-macros",
1224 "pam-sys",
1225 "users",
1226 ]
1227
1228 [[package]]
1229 name = "pam-macros"
1230 version = "0.0.3"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "c94f3b9b97df3c6d4e51a14916639b24e02c7d15d1dba686ce9b1118277cb811"
1233 dependencies = [
1234 "proc-macro2",
1235 "quote",
1236 "syn 1.0.109",
1237 ]
1238
1239 [[package]]
1240 name = "pam-sys"
1241 version = "1.0.0-alpha5"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "ce9484729b3e52c0bacdc5191cb6a6a5f31ef4c09c5e4ab1209d3340ad9e997b"
1244 dependencies = [
1245 "bindgen",
1246 "libc",
1247 ]
1248
1249 [[package]]
1250 name = "pango"
1251 version = "0.18.3"
1252 source = "registry+https://github.com/rust-lang/crates.io-index"
1253 checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
1254 dependencies = [
1255 "gio",
1256 "glib",
1257 "libc",
1258 "once_cell",
1259 "pango-sys",
1260 ]
1261
1262 [[package]]
1263 name = "pango-sys"
1264 version = "0.18.0"
1265 source = "registry+https://github.com/rust-lang/crates.io-index"
1266 checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
1267 dependencies = [
1268 "glib-sys",
1269 "gobject-sys",
1270 "libc",
1271 "system-deps",
1272 ]
1273
1274 [[package]]
1275 name = "pangocairo"
1276 version = "0.18.0"
1277 source = "registry+https://github.com/rust-lang/crates.io-index"
1278 checksum = "57036589a9cfcacf83f9e606d15813fc6bf03f0e9e69aa2b5e3bb85af86b38a5"
1279 dependencies = [
1280 "cairo-rs",
1281 "glib",
1282 "libc",
1283 "pango",
1284 "pangocairo-sys",
1285 ]
1286
1287 [[package]]
1288 name = "pangocairo-sys"
1289 version = "0.18.0"
1290 source = "registry+https://github.com/rust-lang/crates.io-index"
1291 checksum = "fc3c8ff676a37e7a72ec1d5fc029f91c407278083d2752784ff9f5188c108833"
1292 dependencies = [
1293 "cairo-sys-rs",
1294 "glib-sys",
1295 "libc",
1296 "pango-sys",
1297 "system-deps",
1298 ]
1299
1300 [[package]]
1301 name = "parking"
1302 version = "2.2.1"
1303 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1305
1306 [[package]]
1307 name = "parking_lot"
1308 version = "0.12.5"
1309 source = "registry+https://github.com/rust-lang/crates.io-index"
1310 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1311 dependencies = [
1312 "lock_api",
1313 "parking_lot_core",
1314 ]
1315
1316 [[package]]
1317 name = "parking_lot_core"
1318 version = "0.9.12"
1319 source = "registry+https://github.com/rust-lang/crates.io-index"
1320 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1321 dependencies = [
1322 "cfg-if",
1323 "libc",
1324 "redox_syscall",
1325 "smallvec",
1326 "windows-link",
1327 ]
1328
1329 [[package]]
1330 name = "pin-project-lite"
1331 version = "0.2.16"
1332 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1334
1335 [[package]]
1336 name = "pin-utils"
1337 version = "0.1.0"
1338 source = "registry+https://github.com/rust-lang/crates.io-index"
1339 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1340
1341 [[package]]
1342 name = "piper"
1343 version = "0.2.4"
1344 source = "registry+https://github.com/rust-lang/crates.io-index"
1345 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1346 dependencies = [
1347 "atomic-waker",
1348 "fastrand",
1349 "futures-io",
1350 ]
1351
1352 [[package]]
1353 name = "pkg-config"
1354 version = "0.3.32"
1355 source = "registry+https://github.com/rust-lang/crates.io-index"
1356 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1357
1358 [[package]]
1359 name = "png"
1360 version = "0.17.16"
1361 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
1363 dependencies = [
1364 "bitflags 1.3.2",
1365 "crc32fast",
1366 "fdeflate",
1367 "flate2",
1368 "miniz_oxide",
1369 ]
1370
1371 [[package]]
1372 name = "polling"
1373 version = "3.11.0"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1375 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1376 dependencies = [
1377 "cfg-if",
1378 "concurrent-queue",
1379 "hermit-abi",
1380 "pin-project-lite",
1381 "rustix",
1382 "windows-sys 0.61.2",
1383 ]
1384
1385 [[package]]
1386 name = "ppv-lite86"
1387 version = "0.2.21"
1388 source = "registry+https://github.com/rust-lang/crates.io-index"
1389 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1390 dependencies = [
1391 "zerocopy",
1392 ]
1393
1394 [[package]]
1395 name = "proc-macro-crate"
1396 version = "2.0.2"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
1399 dependencies = [
1400 "toml_datetime 0.6.3",
1401 "toml_edit 0.20.2",
1402 ]
1403
1404 [[package]]
1405 name = "proc-macro-crate"
1406 version = "3.4.0"
1407 source = "registry+https://github.com/rust-lang/crates.io-index"
1408 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1409 dependencies = [
1410 "toml_edit 0.23.10+spec-1.0.0",
1411 ]
1412
1413 [[package]]
1414 name = "proc-macro-error"
1415 version = "1.0.4"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1418 dependencies = [
1419 "proc-macro-error-attr",
1420 "proc-macro2",
1421 "quote",
1422 "syn 1.0.109",
1423 "version_check",
1424 ]
1425
1426 [[package]]
1427 name = "proc-macro-error-attr"
1428 version = "1.0.4"
1429 source = "registry+https://github.com/rust-lang/crates.io-index"
1430 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1431 dependencies = [
1432 "proc-macro2",
1433 "quote",
1434 "version_check",
1435 ]
1436
1437 [[package]]
1438 name = "proc-macro2"
1439 version = "1.0.105"
1440 source = "registry+https://github.com/rust-lang/crates.io-index"
1441 checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
1442 dependencies = [
1443 "unicode-ident",
1444 ]
1445
1446 [[package]]
1447 name = "qoi"
1448 version = "0.4.1"
1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1450 checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1451 dependencies = [
1452 "bytemuck",
1453 ]
1454
1455 [[package]]
1456 name = "quote"
1457 version = "1.0.43"
1458 source = "registry+https://github.com/rust-lang/crates.io-index"
1459 checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
1460 dependencies = [
1461 "proc-macro2",
1462 ]
1463
1464 [[package]]
1465 name = "r-efi"
1466 version = "5.3.0"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1469
1470 [[package]]
1471 name = "rand"
1472 version = "0.8.5"
1473 source = "registry+https://github.com/rust-lang/crates.io-index"
1474 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1475 dependencies = [
1476 "libc",
1477 "rand_chacha",
1478 "rand_core",
1479 ]
1480
1481 [[package]]
1482 name = "rand_chacha"
1483 version = "0.3.1"
1484 source = "registry+https://github.com/rust-lang/crates.io-index"
1485 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1486 dependencies = [
1487 "ppv-lite86",
1488 "rand_core",
1489 ]
1490
1491 [[package]]
1492 name = "rand_core"
1493 version = "0.6.4"
1494 source = "registry+https://github.com/rust-lang/crates.io-index"
1495 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1496 dependencies = [
1497 "getrandom 0.2.17",
1498 ]
1499
1500 [[package]]
1501 name = "rayon"
1502 version = "1.11.0"
1503 source = "registry+https://github.com/rust-lang/crates.io-index"
1504 checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1505 dependencies = [
1506 "either",
1507 "rayon-core",
1508 ]
1509
1510 [[package]]
1511 name = "rayon-core"
1512 version = "1.13.0"
1513 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1515 dependencies = [
1516 "crossbeam-deque",
1517 "crossbeam-utils",
1518 ]
1519
1520 [[package]]
1521 name = "redox_syscall"
1522 version = "0.5.18"
1523 source = "registry+https://github.com/rust-lang/crates.io-index"
1524 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1525 dependencies = [
1526 "bitflags 2.10.0",
1527 ]
1528
1529 [[package]]
1530 name = "redox_users"
1531 version = "0.5.2"
1532 source = "registry+https://github.com/rust-lang/crates.io-index"
1533 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1534 dependencies = [
1535 "getrandom 0.2.17",
1536 "libredox",
1537 "thiserror 2.0.17",
1538 ]
1539
1540 [[package]]
1541 name = "regex"
1542 version = "1.12.2"
1543 source = "registry+https://github.com/rust-lang/crates.io-index"
1544 checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1545 dependencies = [
1546 "aho-corasick",
1547 "memchr",
1548 "regex-automata",
1549 "regex-syntax",
1550 ]
1551
1552 [[package]]
1553 name = "regex-automata"
1554 version = "0.4.13"
1555 source = "registry+https://github.com/rust-lang/crates.io-index"
1556 checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1557 dependencies = [
1558 "aho-corasick",
1559 "memchr",
1560 "regex-syntax",
1561 ]
1562
1563 [[package]]
1564 name = "regex-syntax"
1565 version = "0.8.8"
1566 source = "registry+https://github.com/rust-lang/crates.io-index"
1567 checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1568
1569 [[package]]
1570 name = "rpassword"
1571 version = "7.4.0"
1572 source = "registry+https://github.com/rust-lang/crates.io-index"
1573 checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
1574 dependencies = [
1575 "libc",
1576 "rtoolbox",
1577 "windows-sys 0.59.0",
1578 ]
1579
1580 [[package]]
1581 name = "rtoolbox"
1582 version = "0.0.3"
1583 source = "registry+https://github.com/rust-lang/crates.io-index"
1584 checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
1585 dependencies = [
1586 "libc",
1587 "windows-sys 0.52.0",
1588 ]
1589
1590 [[package]]
1591 name = "rustc-hash"
1592 version = "1.1.0"
1593 source = "registry+https://github.com/rust-lang/crates.io-index"
1594 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1595
1596 [[package]]
1597 name = "rustix"
1598 version = "1.1.3"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1601 dependencies = [
1602 "bitflags 2.10.0",
1603 "errno",
1604 "libc",
1605 "linux-raw-sys",
1606 "windows-sys 0.61.2",
1607 ]
1608
1609 [[package]]
1610 name = "scopeguard"
1611 version = "1.2.0"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1614
1615 [[package]]
1616 name = "sd-notify"
1617 version = "0.4.5"
1618 source = "registry+https://github.com/rust-lang/crates.io-index"
1619 checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4"
1620 dependencies = [
1621 "libc",
1622 ]
1623
1624 [[package]]
1625 name = "serde"
1626 version = "1.0.228"
1627 source = "registry+https://github.com/rust-lang/crates.io-index"
1628 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1629 dependencies = [
1630 "serde_core",
1631 "serde_derive",
1632 ]
1633
1634 [[package]]
1635 name = "serde_core"
1636 version = "1.0.228"
1637 source = "registry+https://github.com/rust-lang/crates.io-index"
1638 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1639 dependencies = [
1640 "serde_derive",
1641 ]
1642
1643 [[package]]
1644 name = "serde_derive"
1645 version = "1.0.228"
1646 source = "registry+https://github.com/rust-lang/crates.io-index"
1647 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1648 dependencies = [
1649 "proc-macro2",
1650 "quote",
1651 "syn 2.0.114",
1652 ]
1653
1654 [[package]]
1655 name = "serde_json"
1656 version = "1.0.149"
1657 source = "registry+https://github.com/rust-lang/crates.io-index"
1658 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1659 dependencies = [
1660 "itoa",
1661 "memchr",
1662 "serde",
1663 "serde_core",
1664 "zmij",
1665 ]
1666
1667 [[package]]
1668 name = "serde_repr"
1669 version = "0.1.20"
1670 source = "registry+https://github.com/rust-lang/crates.io-index"
1671 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1672 dependencies = [
1673 "proc-macro2",
1674 "quote",
1675 "syn 2.0.114",
1676 ]
1677
1678 [[package]]
1679 name = "serde_spanned"
1680 version = "0.6.9"
1681 source = "registry+https://github.com/rust-lang/crates.io-index"
1682 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1683 dependencies = [
1684 "serde",
1685 ]
1686
1687 [[package]]
1688 name = "sha1"
1689 version = "0.10.6"
1690 source = "registry+https://github.com/rust-lang/crates.io-index"
1691 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1692 dependencies = [
1693 "cfg-if",
1694 "cpufeatures",
1695 "digest",
1696 ]
1697
1698 [[package]]
1699 name = "sharded-slab"
1700 version = "0.1.7"
1701 source = "registry+https://github.com/rust-lang/crates.io-index"
1702 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1703 dependencies = [
1704 "lazy_static",
1705 ]
1706
1707 [[package]]
1708 name = "shellexpand"
1709 version = "3.1.1"
1710 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
1712 dependencies = [
1713 "dirs",
1714 ]
1715
1716 [[package]]
1717 name = "shlex"
1718 version = "1.3.0"
1719 source = "registry+https://github.com/rust-lang/crates.io-index"
1720 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1721
1722 [[package]]
1723 name = "signal-hook-registry"
1724 version = "1.4.8"
1725 source = "registry+https://github.com/rust-lang/crates.io-index"
1726 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1727 dependencies = [
1728 "errno",
1729 "libc",
1730 ]
1731
1732 [[package]]
1733 name = "simd-adler32"
1734 version = "0.3.8"
1735 source = "registry+https://github.com/rust-lang/crates.io-index"
1736 checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1737
1738 [[package]]
1739 name = "slab"
1740 version = "0.4.11"
1741 source = "registry+https://github.com/rust-lang/crates.io-index"
1742 checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1743
1744 [[package]]
1745 name = "smallvec"
1746 version = "1.15.1"
1747 source = "registry+https://github.com/rust-lang/crates.io-index"
1748 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1749
1750 [[package]]
1751 name = "socket2"
1752 version = "0.6.1"
1753 source = "registry+https://github.com/rust-lang/crates.io-index"
1754 checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1755 dependencies = [
1756 "libc",
1757 "windows-sys 0.60.2",
1758 ]
1759
1760 [[package]]
1761 name = "static_assertions"
1762 version = "1.1.0"
1763 source = "registry+https://github.com/rust-lang/crates.io-index"
1764 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1765
1766 [[package]]
1767 name = "strsim"
1768 version = "0.11.1"
1769 source = "registry+https://github.com/rust-lang/crates.io-index"
1770 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1771
1772 [[package]]
1773 name = "syn"
1774 version = "1.0.109"
1775 source = "registry+https://github.com/rust-lang/crates.io-index"
1776 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1777 dependencies = [
1778 "proc-macro2",
1779 "quote",
1780 "unicode-ident",
1781 ]
1782
1783 [[package]]
1784 name = "syn"
1785 version = "2.0.114"
1786 source = "registry+https://github.com/rust-lang/crates.io-index"
1787 checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1788 dependencies = [
1789 "proc-macro2",
1790 "quote",
1791 "unicode-ident",
1792 ]
1793
1794 [[package]]
1795 name = "system-deps"
1796 version = "6.2.2"
1797 source = "registry+https://github.com/rust-lang/crates.io-index"
1798 checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
1799 dependencies = [
1800 "cfg-expr",
1801 "heck 0.5.0",
1802 "pkg-config",
1803 "toml",
1804 "version-compare",
1805 ]
1806
1807 [[package]]
1808 name = "target-lexicon"
1809 version = "0.12.16"
1810 source = "registry+https://github.com/rust-lang/crates.io-index"
1811 checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1812
1813 [[package]]
1814 name = "tempfile"
1815 version = "3.24.0"
1816 source = "registry+https://github.com/rust-lang/crates.io-index"
1817 checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
1818 dependencies = [
1819 "fastrand",
1820 "getrandom 0.3.4",
1821 "once_cell",
1822 "rustix",
1823 "windows-sys 0.61.2",
1824 ]
1825
1826 [[package]]
1827 name = "thiserror"
1828 version = "1.0.69"
1829 source = "registry+https://github.com/rust-lang/crates.io-index"
1830 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1831 dependencies = [
1832 "thiserror-impl 1.0.69",
1833 ]
1834
1835 [[package]]
1836 name = "thiserror"
1837 version = "2.0.17"
1838 source = "registry+https://github.com/rust-lang/crates.io-index"
1839 checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1840 dependencies = [
1841 "thiserror-impl 2.0.17",
1842 ]
1843
1844 [[package]]
1845 name = "thiserror-impl"
1846 version = "1.0.69"
1847 source = "registry+https://github.com/rust-lang/crates.io-index"
1848 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1849 dependencies = [
1850 "proc-macro2",
1851 "quote",
1852 "syn 2.0.114",
1853 ]
1854
1855 [[package]]
1856 name = "thiserror-impl"
1857 version = "2.0.17"
1858 source = "registry+https://github.com/rust-lang/crates.io-index"
1859 checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1860 dependencies = [
1861 "proc-macro2",
1862 "quote",
1863 "syn 2.0.114",
1864 ]
1865
1866 [[package]]
1867 name = "thread_local"
1868 version = "1.1.9"
1869 source = "registry+https://github.com/rust-lang/crates.io-index"
1870 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1871 dependencies = [
1872 "cfg-if",
1873 ]
1874
1875 [[package]]
1876 name = "tiff"
1877 version = "0.9.1"
1878 source = "registry+https://github.com/rust-lang/crates.io-index"
1879 checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
1880 dependencies = [
1881 "flate2",
1882 "jpeg-decoder",
1883 "weezl",
1884 ]
1885
1886 [[package]]
1887 name = "tokio"
1888 version = "1.49.0"
1889 source = "registry+https://github.com/rust-lang/crates.io-index"
1890 checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1891 dependencies = [
1892 "bytes",
1893 "libc",
1894 "mio",
1895 "parking_lot",
1896 "pin-project-lite",
1897 "signal-hook-registry",
1898 "socket2",
1899 "tokio-macros",
1900 "windows-sys 0.61.2",
1901 ]
1902
1903 [[package]]
1904 name = "tokio-macros"
1905 version = "2.6.0"
1906 source = "registry+https://github.com/rust-lang/crates.io-index"
1907 checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1908 dependencies = [
1909 "proc-macro2",
1910 "quote",
1911 "syn 2.0.114",
1912 ]
1913
1914 [[package]]
1915 name = "toml"
1916 version = "0.8.2"
1917 source = "registry+https://github.com/rust-lang/crates.io-index"
1918 checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
1919 dependencies = [
1920 "serde",
1921 "serde_spanned",
1922 "toml_datetime 0.6.3",
1923 "toml_edit 0.20.2",
1924 ]
1925
1926 [[package]]
1927 name = "toml_datetime"
1928 version = "0.6.3"
1929 source = "registry+https://github.com/rust-lang/crates.io-index"
1930 checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
1931 dependencies = [
1932 "serde",
1933 ]
1934
1935 [[package]]
1936 name = "toml_datetime"
1937 version = "0.7.5+spec-1.1.0"
1938 source = "registry+https://github.com/rust-lang/crates.io-index"
1939 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1940 dependencies = [
1941 "serde_core",
1942 ]
1943
1944 [[package]]
1945 name = "toml_edit"
1946 version = "0.20.2"
1947 source = "registry+https://github.com/rust-lang/crates.io-index"
1948 checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
1949 dependencies = [
1950 "indexmap",
1951 "serde",
1952 "serde_spanned",
1953 "toml_datetime 0.6.3",
1954 "winnow 0.5.40",
1955 ]
1956
1957 [[package]]
1958 name = "toml_edit"
1959 version = "0.23.10+spec-1.0.0"
1960 source = "registry+https://github.com/rust-lang/crates.io-index"
1961 checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
1962 dependencies = [
1963 "indexmap",
1964 "toml_datetime 0.7.5+spec-1.1.0",
1965 "toml_parser",
1966 "winnow 0.7.14",
1967 ]
1968
1969 [[package]]
1970 name = "toml_parser"
1971 version = "1.0.6+spec-1.1.0"
1972 source = "registry+https://github.com/rust-lang/crates.io-index"
1973 checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
1974 dependencies = [
1975 "winnow 0.7.14",
1976 ]
1977
1978 [[package]]
1979 name = "tracing"
1980 version = "0.1.44"
1981 source = "registry+https://github.com/rust-lang/crates.io-index"
1982 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1983 dependencies = [
1984 "pin-project-lite",
1985 "tracing-attributes",
1986 "tracing-core",
1987 ]
1988
1989 [[package]]
1990 name = "tracing-attributes"
1991 version = "0.1.31"
1992 source = "registry+https://github.com/rust-lang/crates.io-index"
1993 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1994 dependencies = [
1995 "proc-macro2",
1996 "quote",
1997 "syn 2.0.114",
1998 ]
1999
2000 [[package]]
2001 name = "tracing-core"
2002 version = "0.1.36"
2003 source = "registry+https://github.com/rust-lang/crates.io-index"
2004 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2005 dependencies = [
2006 "once_cell",
2007 "valuable",
2008 ]
2009
2010 [[package]]
2011 name = "tracing-log"
2012 version = "0.2.0"
2013 source = "registry+https://github.com/rust-lang/crates.io-index"
2014 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2015 dependencies = [
2016 "log",
2017 "once_cell",
2018 "tracing-core",
2019 ]
2020
2021 [[package]]
2022 name = "tracing-subscriber"
2023 version = "0.3.22"
2024 source = "registry+https://github.com/rust-lang/crates.io-index"
2025 checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2026 dependencies = [
2027 "matchers",
2028 "nu-ansi-term",
2029 "once_cell",
2030 "regex-automata",
2031 "sharded-slab",
2032 "smallvec",
2033 "thread_local",
2034 "tracing",
2035 "tracing-core",
2036 "tracing-log",
2037 ]
2038
2039 [[package]]
2040 name = "typenum"
2041 version = "1.19.0"
2042 source = "registry+https://github.com/rust-lang/crates.io-index"
2043 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2044
2045 [[package]]
2046 name = "uds_windows"
2047 version = "1.1.0"
2048 source = "registry+https://github.com/rust-lang/crates.io-index"
2049 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
2050 dependencies = [
2051 "memoffset",
2052 "tempfile",
2053 "winapi",
2054 ]
2055
2056 [[package]]
2057 name = "unicode-ident"
2058 version = "1.0.22"
2059 source = "registry+https://github.com/rust-lang/crates.io-index"
2060 checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2061
2062 [[package]]
2063 name = "users"
2064 version = "0.10.0"
2065 source = "registry+https://github.com/rust-lang/crates.io-index"
2066 checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
2067 dependencies = [
2068 "libc",
2069 "log",
2070 ]
2071
2072 [[package]]
2073 name = "utf8parse"
2074 version = "0.2.2"
2075 source = "registry+https://github.com/rust-lang/crates.io-index"
2076 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2077
2078 [[package]]
2079 name = "valuable"
2080 version = "0.1.1"
2081 source = "registry+https://github.com/rust-lang/crates.io-index"
2082 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2083
2084 [[package]]
2085 name = "version-compare"
2086 version = "0.2.1"
2087 source = "registry+https://github.com/rust-lang/crates.io-index"
2088 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
2089
2090 [[package]]
2091 name = "version_check"
2092 version = "0.9.5"
2093 source = "registry+https://github.com/rust-lang/crates.io-index"
2094 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2095
2096 [[package]]
2097 name = "wasi"
2098 version = "0.11.1+wasi-snapshot-preview1"
2099 source = "registry+https://github.com/rust-lang/crates.io-index"
2100 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2101
2102 [[package]]
2103 name = "wasip2"
2104 version = "1.0.1+wasi-0.2.4"
2105 source = "registry+https://github.com/rust-lang/crates.io-index"
2106 checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2107 dependencies = [
2108 "wit-bindgen",
2109 ]
2110
2111 [[package]]
2112 name = "weezl"
2113 version = "0.1.12"
2114 source = "registry+https://github.com/rust-lang/crates.io-index"
2115 checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2116
2117 [[package]]
2118 name = "winapi"
2119 version = "0.3.9"
2120 source = "registry+https://github.com/rust-lang/crates.io-index"
2121 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2122 dependencies = [
2123 "winapi-i686-pc-windows-gnu",
2124 "winapi-x86_64-pc-windows-gnu",
2125 ]
2126
2127 [[package]]
2128 name = "winapi-i686-pc-windows-gnu"
2129 version = "0.4.0"
2130 source = "registry+https://github.com/rust-lang/crates.io-index"
2131 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2132
2133 [[package]]
2134 name = "winapi-x86_64-pc-windows-gnu"
2135 version = "0.4.0"
2136 source = "registry+https://github.com/rust-lang/crates.io-index"
2137 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2138
2139 [[package]]
2140 name = "windows-link"
2141 version = "0.2.1"
2142 source = "registry+https://github.com/rust-lang/crates.io-index"
2143 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2144
2145 [[package]]
2146 name = "windows-sys"
2147 version = "0.52.0"
2148 source = "registry+https://github.com/rust-lang/crates.io-index"
2149 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2150 dependencies = [
2151 "windows-targets 0.52.6",
2152 ]
2153
2154 [[package]]
2155 name = "windows-sys"
2156 version = "0.59.0"
2157 source = "registry+https://github.com/rust-lang/crates.io-index"
2158 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2159 dependencies = [
2160 "windows-targets 0.52.6",
2161 ]
2162
2163 [[package]]
2164 name = "windows-sys"
2165 version = "0.60.2"
2166 source = "registry+https://github.com/rust-lang/crates.io-index"
2167 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2168 dependencies = [
2169 "windows-targets 0.53.5",
2170 ]
2171
2172 [[package]]
2173 name = "windows-sys"
2174 version = "0.61.2"
2175 source = "registry+https://github.com/rust-lang/crates.io-index"
2176 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2177 dependencies = [
2178 "windows-link",
2179 ]
2180
2181 [[package]]
2182 name = "windows-targets"
2183 version = "0.52.6"
2184 source = "registry+https://github.com/rust-lang/crates.io-index"
2185 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2186 dependencies = [
2187 "windows_aarch64_gnullvm 0.52.6",
2188 "windows_aarch64_msvc 0.52.6",
2189 "windows_i686_gnu 0.52.6",
2190 "windows_i686_gnullvm 0.52.6",
2191 "windows_i686_msvc 0.52.6",
2192 "windows_x86_64_gnu 0.52.6",
2193 "windows_x86_64_gnullvm 0.52.6",
2194 "windows_x86_64_msvc 0.52.6",
2195 ]
2196
2197 [[package]]
2198 name = "windows-targets"
2199 version = "0.53.5"
2200 source = "registry+https://github.com/rust-lang/crates.io-index"
2201 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2202 dependencies = [
2203 "windows-link",
2204 "windows_aarch64_gnullvm 0.53.1",
2205 "windows_aarch64_msvc 0.53.1",
2206 "windows_i686_gnu 0.53.1",
2207 "windows_i686_gnullvm 0.53.1",
2208 "windows_i686_msvc 0.53.1",
2209 "windows_x86_64_gnu 0.53.1",
2210 "windows_x86_64_gnullvm 0.53.1",
2211 "windows_x86_64_msvc 0.53.1",
2212 ]
2213
2214 [[package]]
2215 name = "windows_aarch64_gnullvm"
2216 version = "0.52.6"
2217 source = "registry+https://github.com/rust-lang/crates.io-index"
2218 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2219
2220 [[package]]
2221 name = "windows_aarch64_gnullvm"
2222 version = "0.53.1"
2223 source = "registry+https://github.com/rust-lang/crates.io-index"
2224 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2225
2226 [[package]]
2227 name = "windows_aarch64_msvc"
2228 version = "0.52.6"
2229 source = "registry+https://github.com/rust-lang/crates.io-index"
2230 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2231
2232 [[package]]
2233 name = "windows_aarch64_msvc"
2234 version = "0.53.1"
2235 source = "registry+https://github.com/rust-lang/crates.io-index"
2236 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2237
2238 [[package]]
2239 name = "windows_i686_gnu"
2240 version = "0.52.6"
2241 source = "registry+https://github.com/rust-lang/crates.io-index"
2242 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2243
2244 [[package]]
2245 name = "windows_i686_gnu"
2246 version = "0.53.1"
2247 source = "registry+https://github.com/rust-lang/crates.io-index"
2248 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2249
2250 [[package]]
2251 name = "windows_i686_gnullvm"
2252 version = "0.52.6"
2253 source = "registry+https://github.com/rust-lang/crates.io-index"
2254 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2255
2256 [[package]]
2257 name = "windows_i686_gnullvm"
2258 version = "0.53.1"
2259 source = "registry+https://github.com/rust-lang/crates.io-index"
2260 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2261
2262 [[package]]
2263 name = "windows_i686_msvc"
2264 version = "0.52.6"
2265 source = "registry+https://github.com/rust-lang/crates.io-index"
2266 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2267
2268 [[package]]
2269 name = "windows_i686_msvc"
2270 version = "0.53.1"
2271 source = "registry+https://github.com/rust-lang/crates.io-index"
2272 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2273
2274 [[package]]
2275 name = "windows_x86_64_gnu"
2276 version = "0.52.6"
2277 source = "registry+https://github.com/rust-lang/crates.io-index"
2278 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2279
2280 [[package]]
2281 name = "windows_x86_64_gnu"
2282 version = "0.53.1"
2283 source = "registry+https://github.com/rust-lang/crates.io-index"
2284 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2285
2286 [[package]]
2287 name = "windows_x86_64_gnullvm"
2288 version = "0.52.6"
2289 source = "registry+https://github.com/rust-lang/crates.io-index"
2290 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2291
2292 [[package]]
2293 name = "windows_x86_64_gnullvm"
2294 version = "0.53.1"
2295 source = "registry+https://github.com/rust-lang/crates.io-index"
2296 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2297
2298 [[package]]
2299 name = "windows_x86_64_msvc"
2300 version = "0.52.6"
2301 source = "registry+https://github.com/rust-lang/crates.io-index"
2302 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2303
2304 [[package]]
2305 name = "windows_x86_64_msvc"
2306 version = "0.53.1"
2307 source = "registry+https://github.com/rust-lang/crates.io-index"
2308 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2309
2310 [[package]]
2311 name = "winnow"
2312 version = "0.5.40"
2313 source = "registry+https://github.com/rust-lang/crates.io-index"
2314 checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2315 dependencies = [
2316 "memchr",
2317 ]
2318
2319 [[package]]
2320 name = "winnow"
2321 version = "0.7.14"
2322 source = "registry+https://github.com/rust-lang/crates.io-index"
2323 checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2324 dependencies = [
2325 "memchr",
2326 ]
2327
2328 [[package]]
2329 name = "wit-bindgen"
2330 version = "0.46.0"
2331 source = "registry+https://github.com/rust-lang/crates.io-index"
2332 checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2333
2334 [[package]]
2335 name = "x11rb"
2336 version = "0.13.2"
2337 source = "registry+https://github.com/rust-lang/crates.io-index"
2338 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
2339 dependencies = [
2340 "as-raw-xcb-connection",
2341 "gethostname",
2342 "libc",
2343 "rustix",
2344 "x11rb-protocol",
2345 ]
2346
2347 [[package]]
2348 name = "x11rb-protocol"
2349 version = "0.13.2"
2350 source = "registry+https://github.com/rust-lang/crates.io-index"
2351 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
2352
2353 [[package]]
2354 name = "xdg-home"
2355 version = "1.3.0"
2356 source = "registry+https://github.com/rust-lang/crates.io-index"
2357 checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
2358 dependencies = [
2359 "libc",
2360 "windows-sys 0.59.0",
2361 ]
2362
2363 [[package]]
2364 name = "zbus"
2365 version = "4.4.0"
2366 source = "registry+https://github.com/rust-lang/crates.io-index"
2367 checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
2368 dependencies = [
2369 "async-broadcast",
2370 "async-executor",
2371 "async-fs",
2372 "async-io",
2373 "async-lock",
2374 "async-process",
2375 "async-recursion",
2376 "async-task",
2377 "async-trait",
2378 "blocking",
2379 "enumflags2",
2380 "event-listener",
2381 "futures-core",
2382 "futures-sink",
2383 "futures-util",
2384 "hex",
2385 "nix 0.29.0",
2386 "ordered-stream",
2387 "rand",
2388 "serde",
2389 "serde_repr",
2390 "sha1",
2391 "static_assertions",
2392 "tracing",
2393 "uds_windows",
2394 "windows-sys 0.52.0",
2395 "xdg-home",
2396 "zbus_macros",
2397 "zbus_names",
2398 "zvariant",
2399 ]
2400
2401 [[package]]
2402 name = "zbus_macros"
2403 version = "4.4.0"
2404 source = "registry+https://github.com/rust-lang/crates.io-index"
2405 checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
2406 dependencies = [
2407 "proc-macro-crate 3.4.0",
2408 "proc-macro2",
2409 "quote",
2410 "syn 2.0.114",
2411 "zvariant_utils",
2412 ]
2413
2414 [[package]]
2415 name = "zbus_names"
2416 version = "3.0.0"
2417 source = "registry+https://github.com/rust-lang/crates.io-index"
2418 checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2419 dependencies = [
2420 "serde",
2421 "static_assertions",
2422 "zvariant",
2423 ]
2424
2425 [[package]]
2426 name = "zerocopy"
2427 version = "0.8.33"
2428 source = "registry+https://github.com/rust-lang/crates.io-index"
2429 checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
2430 dependencies = [
2431 "zerocopy-derive",
2432 ]
2433
2434 [[package]]
2435 name = "zerocopy-derive"
2436 version = "0.8.33"
2437 source = "registry+https://github.com/rust-lang/crates.io-index"
2438 checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
2439 dependencies = [
2440 "proc-macro2",
2441 "quote",
2442 "syn 2.0.114",
2443 ]
2444
2445 [[package]]
2446 name = "zmij"
2447 version = "1.0.14"
2448 source = "registry+https://github.com/rust-lang/crates.io-index"
2449 checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea"
2450
2451 [[package]]
2452 name = "zune-inflate"
2453 version = "0.2.54"
2454 source = "registry+https://github.com/rust-lang/crates.io-index"
2455 checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2456 dependencies = [
2457 "simd-adler32",
2458 ]
2459
2460 [[package]]
2461 name = "zvariant"
2462 version = "4.2.0"
2463 source = "registry+https://github.com/rust-lang/crates.io-index"
2464 checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
2465 dependencies = [
2466 "endi",
2467 "enumflags2",
2468 "serde",
2469 "static_assertions",
2470 "zvariant_derive",
2471 ]
2472
2473 [[package]]
2474 name = "zvariant_derive"
2475 version = "4.2.0"
2476 source = "registry+https://github.com/rust-lang/crates.io-index"
2477 checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
2478 dependencies = [
2479 "proc-macro-crate 3.4.0",
2480 "proc-macro2",
2481 "quote",
2482 "syn 2.0.114",
2483 "zvariant_utils",
2484 ]
2485
2486 [[package]]
2487 name = "zvariant_utils"
2488 version = "2.1.0"
2489 source = "registry+https://github.com/rust-lang/crates.io-index"
2490 checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
2491 dependencies = [
2492 "proc-macro2",
2493 "quote",
2494 "syn 2.0.114",
2495 ]