Text · 53251 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 = "aho-corasick"
7 version = "1.1.4"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10 dependencies = [
11 "memchr",
12 ]
13
14 [[package]]
15 name = "anstream"
16 version = "0.6.21"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
19 dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27 ]
28
29 [[package]]
30 name = "anstyle"
31 version = "1.0.13"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
34
35 [[package]]
36 name = "anstyle-parse"
37 version = "0.2.7"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
40 dependencies = [
41 "utf8parse",
42 ]
43
44 [[package]]
45 name = "anstyle-query"
46 version = "1.1.5"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49 dependencies = [
50 "windows-sys 0.61.2",
51 ]
52
53 [[package]]
54 name = "anstyle-wincon"
55 version = "3.0.11"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58 dependencies = [
59 "anstyle",
60 "once_cell_polyfill",
61 "windows-sys 0.61.2",
62 ]
63
64 [[package]]
65 name = "anyhow"
66 version = "1.0.101"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
69
70 [[package]]
71 name = "async-broadcast"
72 version = "0.7.2"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
75 dependencies = [
76 "event-listener",
77 "event-listener-strategy",
78 "futures-core",
79 "pin-project-lite",
80 ]
81
82 [[package]]
83 name = "async-channel"
84 version = "2.5.0"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
87 dependencies = [
88 "concurrent-queue",
89 "event-listener-strategy",
90 "futures-core",
91 "pin-project-lite",
92 ]
93
94 [[package]]
95 name = "async-executor"
96 version = "1.13.3"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
99 dependencies = [
100 "async-task",
101 "concurrent-queue",
102 "fastrand",
103 "futures-lite",
104 "pin-project-lite",
105 "slab",
106 ]
107
108 [[package]]
109 name = "async-fs"
110 version = "2.2.0"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
113 dependencies = [
114 "async-lock",
115 "blocking",
116 "futures-lite",
117 ]
118
119 [[package]]
120 name = "async-io"
121 version = "2.6.0"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
124 dependencies = [
125 "autocfg",
126 "cfg-if",
127 "concurrent-queue",
128 "futures-io",
129 "futures-lite",
130 "parking",
131 "polling",
132 "rustix",
133 "slab",
134 "windows-sys 0.61.2",
135 ]
136
137 [[package]]
138 name = "async-lock"
139 version = "3.4.2"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
142 dependencies = [
143 "event-listener",
144 "event-listener-strategy",
145 "pin-project-lite",
146 ]
147
148 [[package]]
149 name = "async-process"
150 version = "2.5.0"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
153 dependencies = [
154 "async-channel",
155 "async-io",
156 "async-lock",
157 "async-signal",
158 "async-task",
159 "blocking",
160 "cfg-if",
161 "event-listener",
162 "futures-lite",
163 "rustix",
164 ]
165
166 [[package]]
167 name = "async-recursion"
168 version = "1.1.1"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
170 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
171 dependencies = [
172 "proc-macro2",
173 "quote",
174 "syn",
175 ]
176
177 [[package]]
178 name = "async-signal"
179 version = "0.2.13"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
182 dependencies = [
183 "async-io",
184 "async-lock",
185 "atomic-waker",
186 "cfg-if",
187 "futures-core",
188 "futures-io",
189 "rustix",
190 "signal-hook-registry",
191 "slab",
192 "windows-sys 0.61.2",
193 ]
194
195 [[package]]
196 name = "async-task"
197 version = "4.7.1"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
200
201 [[package]]
202 name = "async-trait"
203 version = "0.1.89"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
206 dependencies = [
207 "proc-macro2",
208 "quote",
209 "syn",
210 ]
211
212 [[package]]
213 name = "atomic-waker"
214 version = "1.1.2"
215 source = "registry+https://github.com/rust-lang/crates.io-index"
216 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
217
218 [[package]]
219 name = "autocfg"
220 version = "1.5.0"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
223
224 [[package]]
225 name = "bitflags"
226 version = "2.11.0"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
229
230 [[package]]
231 name = "block-buffer"
232 version = "0.10.4"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
235 dependencies = [
236 "generic-array",
237 ]
238
239 [[package]]
240 name = "blocking"
241 version = "1.6.2"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
244 dependencies = [
245 "async-channel",
246 "async-task",
247 "futures-io",
248 "futures-lite",
249 "piper",
250 ]
251
252 [[package]]
253 name = "bytes"
254 version = "1.11.1"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
257
258 [[package]]
259 name = "cairo-rs"
260 version = "0.20.12"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0"
263 dependencies = [
264 "bitflags",
265 "cairo-sys-rs",
266 "glib",
267 "libc",
268 ]
269
270 [[package]]
271 name = "cairo-sys-rs"
272 version = "0.20.10"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b"
275 dependencies = [
276 "glib-sys",
277 "libc",
278 "system-deps",
279 ]
280
281 [[package]]
282 name = "cfg-expr"
283 version = "0.20.6"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
286 dependencies = [
287 "smallvec",
288 "target-lexicon",
289 ]
290
291 [[package]]
292 name = "cfg-if"
293 version = "1.0.4"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
296
297 [[package]]
298 name = "cfg_aliases"
299 version = "0.2.1"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
302
303 [[package]]
304 name = "clap"
305 version = "4.5.59"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
308 dependencies = [
309 "clap_builder",
310 "clap_derive",
311 ]
312
313 [[package]]
314 name = "clap_builder"
315 version = "4.5.59"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
318 dependencies = [
319 "anstream",
320 "anstyle",
321 "clap_lex",
322 "strsim",
323 ]
324
325 [[package]]
326 name = "clap_derive"
327 version = "4.5.55"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
330 dependencies = [
331 "heck",
332 "proc-macro2",
333 "quote",
334 "syn",
335 ]
336
337 [[package]]
338 name = "clap_lex"
339 version = "1.0.0"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
342
343 [[package]]
344 name = "colorchoice"
345 version = "1.0.4"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
348
349 [[package]]
350 name = "concurrent-queue"
351 version = "2.5.0"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
354 dependencies = [
355 "crossbeam-utils",
356 ]
357
358 [[package]]
359 name = "cpufeatures"
360 version = "0.2.17"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
363 dependencies = [
364 "libc",
365 ]
366
367 [[package]]
368 name = "crossbeam-utils"
369 version = "0.8.21"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
372
373 [[package]]
374 name = "crypto-common"
375 version = "0.1.7"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
378 dependencies = [
379 "generic-array",
380 "typenum",
381 ]
382
383 [[package]]
384 name = "digest"
385 version = "0.10.7"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
388 dependencies = [
389 "block-buffer",
390 "crypto-common",
391 ]
392
393 [[package]]
394 name = "dirs"
395 version = "5.0.1"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
398 dependencies = [
399 "dirs-sys",
400 ]
401
402 [[package]]
403 name = "dirs-sys"
404 version = "0.4.1"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
407 dependencies = [
408 "libc",
409 "option-ext",
410 "redox_users",
411 "windows-sys 0.48.0",
412 ]
413
414 [[package]]
415 name = "endi"
416 version = "1.1.1"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
419
420 [[package]]
421 name = "enumflags2"
422 version = "0.7.12"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
425 dependencies = [
426 "enumflags2_derive",
427 "serde",
428 ]
429
430 [[package]]
431 name = "enumflags2_derive"
432 version = "0.7.12"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
435 dependencies = [
436 "proc-macro2",
437 "quote",
438 "syn",
439 ]
440
441 [[package]]
442 name = "equivalent"
443 version = "1.0.2"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
445 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
446
447 [[package]]
448 name = "errno"
449 version = "0.3.14"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
452 dependencies = [
453 "libc",
454 "windows-sys 0.61.2",
455 ]
456
457 [[package]]
458 name = "event-listener"
459 version = "5.4.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
462 dependencies = [
463 "concurrent-queue",
464 "parking",
465 "pin-project-lite",
466 ]
467
468 [[package]]
469 name = "event-listener-strategy"
470 version = "0.5.4"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
473 dependencies = [
474 "event-listener",
475 "pin-project-lite",
476 ]
477
478 [[package]]
479 name = "fastrand"
480 version = "2.3.0"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
483
484 [[package]]
485 name = "futures-channel"
486 version = "0.3.32"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
489 dependencies = [
490 "futures-core",
491 ]
492
493 [[package]]
494 name = "futures-core"
495 version = "0.3.32"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
498
499 [[package]]
500 name = "futures-executor"
501 version = "0.3.31"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
504 dependencies = [
505 "futures-core",
506 "futures-task",
507 "futures-util",
508 ]
509
510 [[package]]
511 name = "futures-io"
512 version = "0.3.32"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
515
516 [[package]]
517 name = "futures-lite"
518 version = "2.6.1"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
521 dependencies = [
522 "fastrand",
523 "futures-core",
524 "futures-io",
525 "parking",
526 "pin-project-lite",
527 ]
528
529 [[package]]
530 name = "futures-macro"
531 version = "0.3.31"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
534 dependencies = [
535 "proc-macro2",
536 "quote",
537 "syn",
538 ]
539
540 [[package]]
541 name = "futures-sink"
542 version = "0.3.31"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
545
546 [[package]]
547 name = "futures-task"
548 version = "0.3.32"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
551
552 [[package]]
553 name = "futures-util"
554 version = "0.3.31"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
557 dependencies = [
558 "futures-core",
559 "futures-io",
560 "futures-macro",
561 "futures-sink",
562 "futures-task",
563 "memchr",
564 "pin-project-lite",
565 "pin-utils",
566 "slab",
567 ]
568
569 [[package]]
570 name = "garcard"
571 version = "0.1.0"
572 dependencies = [
573 "anyhow",
574 "clap",
575 "dirs",
576 "garcard-ipc",
577 "gartk-core",
578 "gartk-render",
579 "gartk-x11",
580 "nix",
581 "serde",
582 "serde_json",
583 "tokio",
584 "toml 0.8.23",
585 "tracing",
586 "tracing-subscriber",
587 "x11rb",
588 "zbus",
589 ]
590
591 [[package]]
592 name = "garcard-ipc"
593 version = "0.1.0"
594 dependencies = [
595 "serde",
596 "serde_json",
597 ]
598
599 [[package]]
600 name = "garcardctl"
601 version = "0.1.0"
602 dependencies = [
603 "anyhow",
604 "clap",
605 "garcard-ipc",
606 "serde_json",
607 ]
608
609 [[package]]
610 name = "gartk-core"
611 version = "0.3.0"
612 dependencies = [
613 "serde",
614 "thiserror 2.0.18",
615 ]
616
617 [[package]]
618 name = "gartk-render"
619 version = "0.3.0"
620 dependencies = [
621 "cairo-rs",
622 "gartk-core",
623 "gartk-x11",
624 "pango",
625 "pangocairo",
626 "thiserror 2.0.18",
627 "tracing",
628 "x11rb",
629 ]
630
631 [[package]]
632 name = "gartk-x11"
633 version = "0.3.0"
634 dependencies = [
635 "gartk-core",
636 "thiserror 2.0.18",
637 "tracing",
638 "x11rb",
639 ]
640
641 [[package]]
642 name = "generic-array"
643 version = "0.14.7"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
646 dependencies = [
647 "typenum",
648 "version_check",
649 ]
650
651 [[package]]
652 name = "gethostname"
653 version = "1.1.0"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
656 dependencies = [
657 "rustix",
658 "windows-link",
659 ]
660
661 [[package]]
662 name = "getrandom"
663 version = "0.2.17"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
666 dependencies = [
667 "cfg-if",
668 "libc",
669 "wasi",
670 ]
671
672 [[package]]
673 name = "getrandom"
674 version = "0.3.4"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
677 dependencies = [
678 "cfg-if",
679 "libc",
680 "r-efi",
681 "wasip2",
682 ]
683
684 [[package]]
685 name = "gio"
686 version = "0.20.12"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831"
689 dependencies = [
690 "futures-channel",
691 "futures-core",
692 "futures-io",
693 "futures-util",
694 "gio-sys",
695 "glib",
696 "libc",
697 "pin-project-lite",
698 "smallvec",
699 ]
700
701 [[package]]
702 name = "gio-sys"
703 version = "0.20.10"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83"
706 dependencies = [
707 "glib-sys",
708 "gobject-sys",
709 "libc",
710 "system-deps",
711 "windows-sys 0.59.0",
712 ]
713
714 [[package]]
715 name = "glib"
716 version = "0.20.12"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683"
719 dependencies = [
720 "bitflags",
721 "futures-channel",
722 "futures-core",
723 "futures-executor",
724 "futures-task",
725 "futures-util",
726 "gio-sys",
727 "glib-macros",
728 "glib-sys",
729 "gobject-sys",
730 "libc",
731 "memchr",
732 "smallvec",
733 ]
734
735 [[package]]
736 name = "glib-macros"
737 version = "0.20.12"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145"
740 dependencies = [
741 "heck",
742 "proc-macro-crate",
743 "proc-macro2",
744 "quote",
745 "syn",
746 ]
747
748 [[package]]
749 name = "glib-sys"
750 version = "0.20.10"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215"
753 dependencies = [
754 "libc",
755 "system-deps",
756 ]
757
758 [[package]]
759 name = "gobject-sys"
760 version = "0.20.10"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda"
763 dependencies = [
764 "glib-sys",
765 "libc",
766 "system-deps",
767 ]
768
769 [[package]]
770 name = "hashbrown"
771 version = "0.16.1"
772 source = "registry+https://github.com/rust-lang/crates.io-index"
773 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
774
775 [[package]]
776 name = "heck"
777 version = "0.5.0"
778 source = "registry+https://github.com/rust-lang/crates.io-index"
779 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
780
781 [[package]]
782 name = "hermit-abi"
783 version = "0.5.2"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
786
787 [[package]]
788 name = "hex"
789 version = "0.4.3"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
792
793 [[package]]
794 name = "indexmap"
795 version = "2.13.0"
796 source = "registry+https://github.com/rust-lang/crates.io-index"
797 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
798 dependencies = [
799 "equivalent",
800 "hashbrown",
801 ]
802
803 [[package]]
804 name = "is_terminal_polyfill"
805 version = "1.70.2"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
808
809 [[package]]
810 name = "itoa"
811 version = "1.0.17"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
813 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
814
815 [[package]]
816 name = "lazy_static"
817 version = "1.5.0"
818 source = "registry+https://github.com/rust-lang/crates.io-index"
819 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
820
821 [[package]]
822 name = "libc"
823 version = "0.2.182"
824 source = "registry+https://github.com/rust-lang/crates.io-index"
825 checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
826
827 [[package]]
828 name = "libredox"
829 version = "0.1.12"
830 source = "registry+https://github.com/rust-lang/crates.io-index"
831 checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
832 dependencies = [
833 "bitflags",
834 "libc",
835 ]
836
837 [[package]]
838 name = "linux-raw-sys"
839 version = "0.11.0"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
842
843 [[package]]
844 name = "lock_api"
845 version = "0.4.14"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
848 dependencies = [
849 "scopeguard",
850 ]
851
852 [[package]]
853 name = "log"
854 version = "0.4.29"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
857
858 [[package]]
859 name = "matchers"
860 version = "0.2.0"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
863 dependencies = [
864 "regex-automata",
865 ]
866
867 [[package]]
868 name = "memchr"
869 version = "2.8.0"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
871 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
872
873 [[package]]
874 name = "memoffset"
875 version = "0.9.1"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
878 dependencies = [
879 "autocfg",
880 ]
881
882 [[package]]
883 name = "mio"
884 version = "1.1.1"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
887 dependencies = [
888 "libc",
889 "wasi",
890 "windows-sys 0.61.2",
891 ]
892
893 [[package]]
894 name = "nix"
895 version = "0.29.0"
896 source = "registry+https://github.com/rust-lang/crates.io-index"
897 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
898 dependencies = [
899 "bitflags",
900 "cfg-if",
901 "cfg_aliases",
902 "libc",
903 "memoffset",
904 ]
905
906 [[package]]
907 name = "nu-ansi-term"
908 version = "0.50.3"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
911 dependencies = [
912 "windows-sys 0.61.2",
913 ]
914
915 [[package]]
916 name = "once_cell"
917 version = "1.21.3"
918 source = "registry+https://github.com/rust-lang/crates.io-index"
919 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
920
921 [[package]]
922 name = "once_cell_polyfill"
923 version = "1.70.2"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
926
927 [[package]]
928 name = "option-ext"
929 version = "0.2.0"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
932
933 [[package]]
934 name = "ordered-stream"
935 version = "0.2.0"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
938 dependencies = [
939 "futures-core",
940 "pin-project-lite",
941 ]
942
943 [[package]]
944 name = "pango"
945 version = "0.20.12"
946 source = "registry+https://github.com/rust-lang/crates.io-index"
947 checksum = "6576b311f6df659397043a5fa8a021da8f72e34af180b44f7d57348de691ab5c"
948 dependencies = [
949 "gio",
950 "glib",
951 "libc",
952 "pango-sys",
953 ]
954
955 [[package]]
956 name = "pango-sys"
957 version = "0.20.10"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
959 checksum = "186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa"
960 dependencies = [
961 "glib-sys",
962 "gobject-sys",
963 "libc",
964 "system-deps",
965 ]
966
967 [[package]]
968 name = "pangocairo"
969 version = "0.20.10"
970 source = "registry+https://github.com/rust-lang/crates.io-index"
971 checksum = "58890dc451db9964ac2d8874f903a4370a4b3932aa5281ff0c8d9810937ad84f"
972 dependencies = [
973 "cairo-rs",
974 "glib",
975 "libc",
976 "pango",
977 "pangocairo-sys",
978 ]
979
980 [[package]]
981 name = "pangocairo-sys"
982 version = "0.20.10"
983 source = "registry+https://github.com/rust-lang/crates.io-index"
984 checksum = "b9952903f88aa93e2927e7bca2d1ebae64fc26545a9280b4ce6bddeda26b5c42"
985 dependencies = [
986 "cairo-sys-rs",
987 "glib-sys",
988 "libc",
989 "pango-sys",
990 "system-deps",
991 ]
992
993 [[package]]
994 name = "parking"
995 version = "2.2.1"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
998
999 [[package]]
1000 name = "parking_lot"
1001 version = "0.12.5"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1004 dependencies = [
1005 "lock_api",
1006 "parking_lot_core",
1007 ]
1008
1009 [[package]]
1010 name = "parking_lot_core"
1011 version = "0.9.12"
1012 source = "registry+https://github.com/rust-lang/crates.io-index"
1013 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1014 dependencies = [
1015 "cfg-if",
1016 "libc",
1017 "redox_syscall",
1018 "smallvec",
1019 "windows-link",
1020 ]
1021
1022 [[package]]
1023 name = "pin-project-lite"
1024 version = "0.2.16"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1027
1028 [[package]]
1029 name = "pin-utils"
1030 version = "0.1.0"
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
1032 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1033
1034 [[package]]
1035 name = "piper"
1036 version = "0.2.4"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1039 dependencies = [
1040 "atomic-waker",
1041 "fastrand",
1042 "futures-io",
1043 ]
1044
1045 [[package]]
1046 name = "pkg-config"
1047 version = "0.3.32"
1048 source = "registry+https://github.com/rust-lang/crates.io-index"
1049 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1050
1051 [[package]]
1052 name = "polling"
1053 version = "3.11.0"
1054 source = "registry+https://github.com/rust-lang/crates.io-index"
1055 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1056 dependencies = [
1057 "cfg-if",
1058 "concurrent-queue",
1059 "hermit-abi",
1060 "pin-project-lite",
1061 "rustix",
1062 "windows-sys 0.61.2",
1063 ]
1064
1065 [[package]]
1066 name = "ppv-lite86"
1067 version = "0.2.21"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1069 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1070 dependencies = [
1071 "zerocopy",
1072 ]
1073
1074 [[package]]
1075 name = "proc-macro-crate"
1076 version = "3.4.0"
1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1079 dependencies = [
1080 "toml_edit 0.23.10+spec-1.0.0",
1081 ]
1082
1083 [[package]]
1084 name = "proc-macro2"
1085 version = "1.0.106"
1086 source = "registry+https://github.com/rust-lang/crates.io-index"
1087 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1088 dependencies = [
1089 "unicode-ident",
1090 ]
1091
1092 [[package]]
1093 name = "quote"
1094 version = "1.0.44"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1097 dependencies = [
1098 "proc-macro2",
1099 ]
1100
1101 [[package]]
1102 name = "r-efi"
1103 version = "5.3.0"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1106
1107 [[package]]
1108 name = "rand"
1109 version = "0.8.5"
1110 source = "registry+https://github.com/rust-lang/crates.io-index"
1111 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1112 dependencies = [
1113 "libc",
1114 "rand_chacha",
1115 "rand_core",
1116 ]
1117
1118 [[package]]
1119 name = "rand_chacha"
1120 version = "0.3.1"
1121 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1123 dependencies = [
1124 "ppv-lite86",
1125 "rand_core",
1126 ]
1127
1128 [[package]]
1129 name = "rand_core"
1130 version = "0.6.4"
1131 source = "registry+https://github.com/rust-lang/crates.io-index"
1132 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1133 dependencies = [
1134 "getrandom 0.2.17",
1135 ]
1136
1137 [[package]]
1138 name = "redox_syscall"
1139 version = "0.5.18"
1140 source = "registry+https://github.com/rust-lang/crates.io-index"
1141 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1142 dependencies = [
1143 "bitflags",
1144 ]
1145
1146 [[package]]
1147 name = "redox_users"
1148 version = "0.4.6"
1149 source = "registry+https://github.com/rust-lang/crates.io-index"
1150 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1151 dependencies = [
1152 "getrandom 0.2.17",
1153 "libredox",
1154 "thiserror 1.0.69",
1155 ]
1156
1157 [[package]]
1158 name = "regex-automata"
1159 version = "0.4.14"
1160 source = "registry+https://github.com/rust-lang/crates.io-index"
1161 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1162 dependencies = [
1163 "aho-corasick",
1164 "memchr",
1165 "regex-syntax",
1166 ]
1167
1168 [[package]]
1169 name = "regex-syntax"
1170 version = "0.8.9"
1171 source = "registry+https://github.com/rust-lang/crates.io-index"
1172 checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1173
1174 [[package]]
1175 name = "rustix"
1176 version = "1.1.3"
1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1179 dependencies = [
1180 "bitflags",
1181 "errno",
1182 "libc",
1183 "linux-raw-sys",
1184 "windows-sys 0.61.2",
1185 ]
1186
1187 [[package]]
1188 name = "scopeguard"
1189 version = "1.2.0"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1192
1193 [[package]]
1194 name = "serde"
1195 version = "1.0.228"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1198 dependencies = [
1199 "serde_core",
1200 "serde_derive",
1201 ]
1202
1203 [[package]]
1204 name = "serde_core"
1205 version = "1.0.228"
1206 source = "registry+https://github.com/rust-lang/crates.io-index"
1207 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1208 dependencies = [
1209 "serde_derive",
1210 ]
1211
1212 [[package]]
1213 name = "serde_derive"
1214 version = "1.0.228"
1215 source = "registry+https://github.com/rust-lang/crates.io-index"
1216 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1217 dependencies = [
1218 "proc-macro2",
1219 "quote",
1220 "syn",
1221 ]
1222
1223 [[package]]
1224 name = "serde_json"
1225 version = "1.0.149"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1228 dependencies = [
1229 "itoa",
1230 "memchr",
1231 "serde",
1232 "serde_core",
1233 "zmij",
1234 ]
1235
1236 [[package]]
1237 name = "serde_repr"
1238 version = "0.1.20"
1239 source = "registry+https://github.com/rust-lang/crates.io-index"
1240 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1241 dependencies = [
1242 "proc-macro2",
1243 "quote",
1244 "syn",
1245 ]
1246
1247 [[package]]
1248 name = "serde_spanned"
1249 version = "0.6.9"
1250 source = "registry+https://github.com/rust-lang/crates.io-index"
1251 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1252 dependencies = [
1253 "serde",
1254 ]
1255
1256 [[package]]
1257 name = "serde_spanned"
1258 version = "1.0.4"
1259 source = "registry+https://github.com/rust-lang/crates.io-index"
1260 checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
1261 dependencies = [
1262 "serde_core",
1263 ]
1264
1265 [[package]]
1266 name = "sha1"
1267 version = "0.10.6"
1268 source = "registry+https://github.com/rust-lang/crates.io-index"
1269 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1270 dependencies = [
1271 "cfg-if",
1272 "cpufeatures",
1273 "digest",
1274 ]
1275
1276 [[package]]
1277 name = "sharded-slab"
1278 version = "0.1.7"
1279 source = "registry+https://github.com/rust-lang/crates.io-index"
1280 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1281 dependencies = [
1282 "lazy_static",
1283 ]
1284
1285 [[package]]
1286 name = "signal-hook-registry"
1287 version = "1.4.8"
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1289 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1290 dependencies = [
1291 "errno",
1292 "libc",
1293 ]
1294
1295 [[package]]
1296 name = "slab"
1297 version = "0.4.12"
1298 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1300
1301 [[package]]
1302 name = "smallvec"
1303 version = "1.15.1"
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
1305 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1306
1307 [[package]]
1308 name = "socket2"
1309 version = "0.6.2"
1310 source = "registry+https://github.com/rust-lang/crates.io-index"
1311 checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1312 dependencies = [
1313 "libc",
1314 "windows-sys 0.60.2",
1315 ]
1316
1317 [[package]]
1318 name = "static_assertions"
1319 version = "1.1.0"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1322
1323 [[package]]
1324 name = "strsim"
1325 version = "0.11.1"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1328
1329 [[package]]
1330 name = "syn"
1331 version = "2.0.116"
1332 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
1334 dependencies = [
1335 "proc-macro2",
1336 "quote",
1337 "unicode-ident",
1338 ]
1339
1340 [[package]]
1341 name = "system-deps"
1342 version = "7.0.7"
1343 source = "registry+https://github.com/rust-lang/crates.io-index"
1344 checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
1345 dependencies = [
1346 "cfg-expr",
1347 "heck",
1348 "pkg-config",
1349 "toml 0.9.12+spec-1.1.0",
1350 "version-compare",
1351 ]
1352
1353 [[package]]
1354 name = "target-lexicon"
1355 version = "0.13.3"
1356 source = "registry+https://github.com/rust-lang/crates.io-index"
1357 checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
1358
1359 [[package]]
1360 name = "tempfile"
1361 version = "3.24.0"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
1364 dependencies = [
1365 "fastrand",
1366 "getrandom 0.3.4",
1367 "once_cell",
1368 "rustix",
1369 "windows-sys 0.61.2",
1370 ]
1371
1372 [[package]]
1373 name = "thiserror"
1374 version = "1.0.69"
1375 source = "registry+https://github.com/rust-lang/crates.io-index"
1376 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1377 dependencies = [
1378 "thiserror-impl 1.0.69",
1379 ]
1380
1381 [[package]]
1382 name = "thiserror"
1383 version = "2.0.18"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1385 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1386 dependencies = [
1387 "thiserror-impl 2.0.18",
1388 ]
1389
1390 [[package]]
1391 name = "thiserror-impl"
1392 version = "1.0.69"
1393 source = "registry+https://github.com/rust-lang/crates.io-index"
1394 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1395 dependencies = [
1396 "proc-macro2",
1397 "quote",
1398 "syn",
1399 ]
1400
1401 [[package]]
1402 name = "thiserror-impl"
1403 version = "2.0.18"
1404 source = "registry+https://github.com/rust-lang/crates.io-index"
1405 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1406 dependencies = [
1407 "proc-macro2",
1408 "quote",
1409 "syn",
1410 ]
1411
1412 [[package]]
1413 name = "thread_local"
1414 version = "1.1.9"
1415 source = "registry+https://github.com/rust-lang/crates.io-index"
1416 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1417 dependencies = [
1418 "cfg-if",
1419 ]
1420
1421 [[package]]
1422 name = "tokio"
1423 version = "1.49.0"
1424 source = "registry+https://github.com/rust-lang/crates.io-index"
1425 checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1426 dependencies = [
1427 "bytes",
1428 "libc",
1429 "mio",
1430 "parking_lot",
1431 "pin-project-lite",
1432 "signal-hook-registry",
1433 "socket2",
1434 "tokio-macros",
1435 "windows-sys 0.61.2",
1436 ]
1437
1438 [[package]]
1439 name = "tokio-macros"
1440 version = "2.6.0"
1441 source = "registry+https://github.com/rust-lang/crates.io-index"
1442 checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1443 dependencies = [
1444 "proc-macro2",
1445 "quote",
1446 "syn",
1447 ]
1448
1449 [[package]]
1450 name = "toml"
1451 version = "0.8.23"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1454 dependencies = [
1455 "serde",
1456 "serde_spanned 0.6.9",
1457 "toml_datetime 0.6.11",
1458 "toml_edit 0.22.27",
1459 ]
1460
1461 [[package]]
1462 name = "toml"
1463 version = "0.9.12+spec-1.1.0"
1464 source = "registry+https://github.com/rust-lang/crates.io-index"
1465 checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
1466 dependencies = [
1467 "indexmap",
1468 "serde_core",
1469 "serde_spanned 1.0.4",
1470 "toml_datetime 0.7.5+spec-1.1.0",
1471 "toml_parser",
1472 "toml_writer",
1473 "winnow",
1474 ]
1475
1476 [[package]]
1477 name = "toml_datetime"
1478 version = "0.6.11"
1479 source = "registry+https://github.com/rust-lang/crates.io-index"
1480 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1481 dependencies = [
1482 "serde",
1483 ]
1484
1485 [[package]]
1486 name = "toml_datetime"
1487 version = "0.7.5+spec-1.1.0"
1488 source = "registry+https://github.com/rust-lang/crates.io-index"
1489 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1490 dependencies = [
1491 "serde_core",
1492 ]
1493
1494 [[package]]
1495 name = "toml_edit"
1496 version = "0.22.27"
1497 source = "registry+https://github.com/rust-lang/crates.io-index"
1498 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1499 dependencies = [
1500 "indexmap",
1501 "serde",
1502 "serde_spanned 0.6.9",
1503 "toml_datetime 0.6.11",
1504 "toml_write",
1505 "winnow",
1506 ]
1507
1508 [[package]]
1509 name = "toml_edit"
1510 version = "0.23.10+spec-1.0.0"
1511 source = "registry+https://github.com/rust-lang/crates.io-index"
1512 checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
1513 dependencies = [
1514 "indexmap",
1515 "toml_datetime 0.7.5+spec-1.1.0",
1516 "toml_parser",
1517 "winnow",
1518 ]
1519
1520 [[package]]
1521 name = "toml_parser"
1522 version = "1.0.9+spec-1.1.0"
1523 source = "registry+https://github.com/rust-lang/crates.io-index"
1524 checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
1525 dependencies = [
1526 "winnow",
1527 ]
1528
1529 [[package]]
1530 name = "toml_write"
1531 version = "0.1.2"
1532 source = "registry+https://github.com/rust-lang/crates.io-index"
1533 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1534
1535 [[package]]
1536 name = "toml_writer"
1537 version = "1.0.6+spec-1.1.0"
1538 source = "registry+https://github.com/rust-lang/crates.io-index"
1539 checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
1540
1541 [[package]]
1542 name = "tracing"
1543 version = "0.1.44"
1544 source = "registry+https://github.com/rust-lang/crates.io-index"
1545 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1546 dependencies = [
1547 "pin-project-lite",
1548 "tracing-attributes",
1549 "tracing-core",
1550 ]
1551
1552 [[package]]
1553 name = "tracing-attributes"
1554 version = "0.1.31"
1555 source = "registry+https://github.com/rust-lang/crates.io-index"
1556 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1557 dependencies = [
1558 "proc-macro2",
1559 "quote",
1560 "syn",
1561 ]
1562
1563 [[package]]
1564 name = "tracing-core"
1565 version = "0.1.36"
1566 source = "registry+https://github.com/rust-lang/crates.io-index"
1567 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1568 dependencies = [
1569 "once_cell",
1570 "valuable",
1571 ]
1572
1573 [[package]]
1574 name = "tracing-log"
1575 version = "0.2.0"
1576 source = "registry+https://github.com/rust-lang/crates.io-index"
1577 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1578 dependencies = [
1579 "log",
1580 "once_cell",
1581 "tracing-core",
1582 ]
1583
1584 [[package]]
1585 name = "tracing-subscriber"
1586 version = "0.3.22"
1587 source = "registry+https://github.com/rust-lang/crates.io-index"
1588 checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
1589 dependencies = [
1590 "matchers",
1591 "nu-ansi-term",
1592 "once_cell",
1593 "regex-automata",
1594 "sharded-slab",
1595 "smallvec",
1596 "thread_local",
1597 "tracing",
1598 "tracing-core",
1599 "tracing-log",
1600 ]
1601
1602 [[package]]
1603 name = "typenum"
1604 version = "1.19.0"
1605 source = "registry+https://github.com/rust-lang/crates.io-index"
1606 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1607
1608 [[package]]
1609 name = "uds_windows"
1610 version = "1.1.0"
1611 source = "registry+https://github.com/rust-lang/crates.io-index"
1612 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
1613 dependencies = [
1614 "memoffset",
1615 "tempfile",
1616 "winapi",
1617 ]
1618
1619 [[package]]
1620 name = "unicode-ident"
1621 version = "1.0.24"
1622 source = "registry+https://github.com/rust-lang/crates.io-index"
1623 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1624
1625 [[package]]
1626 name = "utf8parse"
1627 version = "0.2.2"
1628 source = "registry+https://github.com/rust-lang/crates.io-index"
1629 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1630
1631 [[package]]
1632 name = "valuable"
1633 version = "0.1.1"
1634 source = "registry+https://github.com/rust-lang/crates.io-index"
1635 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1636
1637 [[package]]
1638 name = "version-compare"
1639 version = "0.2.1"
1640 source = "registry+https://github.com/rust-lang/crates.io-index"
1641 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
1642
1643 [[package]]
1644 name = "version_check"
1645 version = "0.9.5"
1646 source = "registry+https://github.com/rust-lang/crates.io-index"
1647 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1648
1649 [[package]]
1650 name = "wasi"
1651 version = "0.11.1+wasi-snapshot-preview1"
1652 source = "registry+https://github.com/rust-lang/crates.io-index"
1653 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1654
1655 [[package]]
1656 name = "wasip2"
1657 version = "1.0.1+wasi-0.2.4"
1658 source = "registry+https://github.com/rust-lang/crates.io-index"
1659 checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1660 dependencies = [
1661 "wit-bindgen",
1662 ]
1663
1664 [[package]]
1665 name = "winapi"
1666 version = "0.3.9"
1667 source = "registry+https://github.com/rust-lang/crates.io-index"
1668 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1669 dependencies = [
1670 "winapi-i686-pc-windows-gnu",
1671 "winapi-x86_64-pc-windows-gnu",
1672 ]
1673
1674 [[package]]
1675 name = "winapi-i686-pc-windows-gnu"
1676 version = "0.4.0"
1677 source = "registry+https://github.com/rust-lang/crates.io-index"
1678 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1679
1680 [[package]]
1681 name = "winapi-x86_64-pc-windows-gnu"
1682 version = "0.4.0"
1683 source = "registry+https://github.com/rust-lang/crates.io-index"
1684 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1685
1686 [[package]]
1687 name = "windows-link"
1688 version = "0.2.1"
1689 source = "registry+https://github.com/rust-lang/crates.io-index"
1690 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1691
1692 [[package]]
1693 name = "windows-sys"
1694 version = "0.48.0"
1695 source = "registry+https://github.com/rust-lang/crates.io-index"
1696 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1697 dependencies = [
1698 "windows-targets 0.48.5",
1699 ]
1700
1701 [[package]]
1702 name = "windows-sys"
1703 version = "0.52.0"
1704 source = "registry+https://github.com/rust-lang/crates.io-index"
1705 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1706 dependencies = [
1707 "windows-targets 0.52.6",
1708 ]
1709
1710 [[package]]
1711 name = "windows-sys"
1712 version = "0.59.0"
1713 source = "registry+https://github.com/rust-lang/crates.io-index"
1714 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1715 dependencies = [
1716 "windows-targets 0.52.6",
1717 ]
1718
1719 [[package]]
1720 name = "windows-sys"
1721 version = "0.60.2"
1722 source = "registry+https://github.com/rust-lang/crates.io-index"
1723 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1724 dependencies = [
1725 "windows-targets 0.53.5",
1726 ]
1727
1728 [[package]]
1729 name = "windows-sys"
1730 version = "0.61.2"
1731 source = "registry+https://github.com/rust-lang/crates.io-index"
1732 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1733 dependencies = [
1734 "windows-link",
1735 ]
1736
1737 [[package]]
1738 name = "windows-targets"
1739 version = "0.48.5"
1740 source = "registry+https://github.com/rust-lang/crates.io-index"
1741 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1742 dependencies = [
1743 "windows_aarch64_gnullvm 0.48.5",
1744 "windows_aarch64_msvc 0.48.5",
1745 "windows_i686_gnu 0.48.5",
1746 "windows_i686_msvc 0.48.5",
1747 "windows_x86_64_gnu 0.48.5",
1748 "windows_x86_64_gnullvm 0.48.5",
1749 "windows_x86_64_msvc 0.48.5",
1750 ]
1751
1752 [[package]]
1753 name = "windows-targets"
1754 version = "0.52.6"
1755 source = "registry+https://github.com/rust-lang/crates.io-index"
1756 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1757 dependencies = [
1758 "windows_aarch64_gnullvm 0.52.6",
1759 "windows_aarch64_msvc 0.52.6",
1760 "windows_i686_gnu 0.52.6",
1761 "windows_i686_gnullvm 0.52.6",
1762 "windows_i686_msvc 0.52.6",
1763 "windows_x86_64_gnu 0.52.6",
1764 "windows_x86_64_gnullvm 0.52.6",
1765 "windows_x86_64_msvc 0.52.6",
1766 ]
1767
1768 [[package]]
1769 name = "windows-targets"
1770 version = "0.53.5"
1771 source = "registry+https://github.com/rust-lang/crates.io-index"
1772 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1773 dependencies = [
1774 "windows-link",
1775 "windows_aarch64_gnullvm 0.53.1",
1776 "windows_aarch64_msvc 0.53.1",
1777 "windows_i686_gnu 0.53.1",
1778 "windows_i686_gnullvm 0.53.1",
1779 "windows_i686_msvc 0.53.1",
1780 "windows_x86_64_gnu 0.53.1",
1781 "windows_x86_64_gnullvm 0.53.1",
1782 "windows_x86_64_msvc 0.53.1",
1783 ]
1784
1785 [[package]]
1786 name = "windows_aarch64_gnullvm"
1787 version = "0.48.5"
1788 source = "registry+https://github.com/rust-lang/crates.io-index"
1789 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1790
1791 [[package]]
1792 name = "windows_aarch64_gnullvm"
1793 version = "0.52.6"
1794 source = "registry+https://github.com/rust-lang/crates.io-index"
1795 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1796
1797 [[package]]
1798 name = "windows_aarch64_gnullvm"
1799 version = "0.53.1"
1800 source = "registry+https://github.com/rust-lang/crates.io-index"
1801 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1802
1803 [[package]]
1804 name = "windows_aarch64_msvc"
1805 version = "0.48.5"
1806 source = "registry+https://github.com/rust-lang/crates.io-index"
1807 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1808
1809 [[package]]
1810 name = "windows_aarch64_msvc"
1811 version = "0.52.6"
1812 source = "registry+https://github.com/rust-lang/crates.io-index"
1813 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1814
1815 [[package]]
1816 name = "windows_aarch64_msvc"
1817 version = "0.53.1"
1818 source = "registry+https://github.com/rust-lang/crates.io-index"
1819 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1820
1821 [[package]]
1822 name = "windows_i686_gnu"
1823 version = "0.48.5"
1824 source = "registry+https://github.com/rust-lang/crates.io-index"
1825 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1826
1827 [[package]]
1828 name = "windows_i686_gnu"
1829 version = "0.52.6"
1830 source = "registry+https://github.com/rust-lang/crates.io-index"
1831 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1832
1833 [[package]]
1834 name = "windows_i686_gnu"
1835 version = "0.53.1"
1836 source = "registry+https://github.com/rust-lang/crates.io-index"
1837 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1838
1839 [[package]]
1840 name = "windows_i686_gnullvm"
1841 version = "0.52.6"
1842 source = "registry+https://github.com/rust-lang/crates.io-index"
1843 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1844
1845 [[package]]
1846 name = "windows_i686_gnullvm"
1847 version = "0.53.1"
1848 source = "registry+https://github.com/rust-lang/crates.io-index"
1849 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1850
1851 [[package]]
1852 name = "windows_i686_msvc"
1853 version = "0.48.5"
1854 source = "registry+https://github.com/rust-lang/crates.io-index"
1855 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1856
1857 [[package]]
1858 name = "windows_i686_msvc"
1859 version = "0.52.6"
1860 source = "registry+https://github.com/rust-lang/crates.io-index"
1861 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1862
1863 [[package]]
1864 name = "windows_i686_msvc"
1865 version = "0.53.1"
1866 source = "registry+https://github.com/rust-lang/crates.io-index"
1867 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1868
1869 [[package]]
1870 name = "windows_x86_64_gnu"
1871 version = "0.48.5"
1872 source = "registry+https://github.com/rust-lang/crates.io-index"
1873 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1874
1875 [[package]]
1876 name = "windows_x86_64_gnu"
1877 version = "0.52.6"
1878 source = "registry+https://github.com/rust-lang/crates.io-index"
1879 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1880
1881 [[package]]
1882 name = "windows_x86_64_gnu"
1883 version = "0.53.1"
1884 source = "registry+https://github.com/rust-lang/crates.io-index"
1885 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1886
1887 [[package]]
1888 name = "windows_x86_64_gnullvm"
1889 version = "0.48.5"
1890 source = "registry+https://github.com/rust-lang/crates.io-index"
1891 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1892
1893 [[package]]
1894 name = "windows_x86_64_gnullvm"
1895 version = "0.52.6"
1896 source = "registry+https://github.com/rust-lang/crates.io-index"
1897 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1898
1899 [[package]]
1900 name = "windows_x86_64_gnullvm"
1901 version = "0.53.1"
1902 source = "registry+https://github.com/rust-lang/crates.io-index"
1903 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1904
1905 [[package]]
1906 name = "windows_x86_64_msvc"
1907 version = "0.48.5"
1908 source = "registry+https://github.com/rust-lang/crates.io-index"
1909 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1910
1911 [[package]]
1912 name = "windows_x86_64_msvc"
1913 version = "0.52.6"
1914 source = "registry+https://github.com/rust-lang/crates.io-index"
1915 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1916
1917 [[package]]
1918 name = "windows_x86_64_msvc"
1919 version = "0.53.1"
1920 source = "registry+https://github.com/rust-lang/crates.io-index"
1921 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1922
1923 [[package]]
1924 name = "winnow"
1925 version = "0.7.14"
1926 source = "registry+https://github.com/rust-lang/crates.io-index"
1927 checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
1928 dependencies = [
1929 "memchr",
1930 ]
1931
1932 [[package]]
1933 name = "wit-bindgen"
1934 version = "0.46.0"
1935 source = "registry+https://github.com/rust-lang/crates.io-index"
1936 checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1937
1938 [[package]]
1939 name = "x11rb"
1940 version = "0.13.2"
1941 source = "registry+https://github.com/rust-lang/crates.io-index"
1942 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
1943 dependencies = [
1944 "gethostname",
1945 "rustix",
1946 "x11rb-protocol",
1947 "xcursor",
1948 ]
1949
1950 [[package]]
1951 name = "x11rb-protocol"
1952 version = "0.13.2"
1953 source = "registry+https://github.com/rust-lang/crates.io-index"
1954 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
1955
1956 [[package]]
1957 name = "xcursor"
1958 version = "0.3.10"
1959 source = "registry+https://github.com/rust-lang/crates.io-index"
1960 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
1961
1962 [[package]]
1963 name = "xdg-home"
1964 version = "1.3.0"
1965 source = "registry+https://github.com/rust-lang/crates.io-index"
1966 checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
1967 dependencies = [
1968 "libc",
1969 "windows-sys 0.59.0",
1970 ]
1971
1972 [[package]]
1973 name = "zbus"
1974 version = "4.4.0"
1975 source = "registry+https://github.com/rust-lang/crates.io-index"
1976 checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
1977 dependencies = [
1978 "async-broadcast",
1979 "async-executor",
1980 "async-fs",
1981 "async-io",
1982 "async-lock",
1983 "async-process",
1984 "async-recursion",
1985 "async-task",
1986 "async-trait",
1987 "blocking",
1988 "enumflags2",
1989 "event-listener",
1990 "futures-core",
1991 "futures-sink",
1992 "futures-util",
1993 "hex",
1994 "nix",
1995 "ordered-stream",
1996 "rand",
1997 "serde",
1998 "serde_repr",
1999 "sha1",
2000 "static_assertions",
2001 "tracing",
2002 "uds_windows",
2003 "windows-sys 0.52.0",
2004 "xdg-home",
2005 "zbus_macros",
2006 "zbus_names",
2007 "zvariant",
2008 ]
2009
2010 [[package]]
2011 name = "zbus_macros"
2012 version = "4.4.0"
2013 source = "registry+https://github.com/rust-lang/crates.io-index"
2014 checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
2015 dependencies = [
2016 "proc-macro-crate",
2017 "proc-macro2",
2018 "quote",
2019 "syn",
2020 "zvariant_utils",
2021 ]
2022
2023 [[package]]
2024 name = "zbus_names"
2025 version = "3.0.0"
2026 source = "registry+https://github.com/rust-lang/crates.io-index"
2027 checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2028 dependencies = [
2029 "serde",
2030 "static_assertions",
2031 "zvariant",
2032 ]
2033
2034 [[package]]
2035 name = "zerocopy"
2036 version = "0.8.39"
2037 source = "registry+https://github.com/rust-lang/crates.io-index"
2038 checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
2039 dependencies = [
2040 "zerocopy-derive",
2041 ]
2042
2043 [[package]]
2044 name = "zerocopy-derive"
2045 version = "0.8.39"
2046 source = "registry+https://github.com/rust-lang/crates.io-index"
2047 checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
2048 dependencies = [
2049 "proc-macro2",
2050 "quote",
2051 "syn",
2052 ]
2053
2054 [[package]]
2055 name = "zmij"
2056 version = "1.0.21"
2057 source = "registry+https://github.com/rust-lang/crates.io-index"
2058 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2059
2060 [[package]]
2061 name = "zvariant"
2062 version = "4.2.0"
2063 source = "registry+https://github.com/rust-lang/crates.io-index"
2064 checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
2065 dependencies = [
2066 "endi",
2067 "enumflags2",
2068 "serde",
2069 "static_assertions",
2070 "zvariant_derive",
2071 ]
2072
2073 [[package]]
2074 name = "zvariant_derive"
2075 version = "4.2.0"
2076 source = "registry+https://github.com/rust-lang/crates.io-index"
2077 checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
2078 dependencies = [
2079 "proc-macro-crate",
2080 "proc-macro2",
2081 "quote",
2082 "syn",
2083 "zvariant_utils",
2084 ]
2085
2086 [[package]]
2087 name = "zvariant_utils"
2088 version = "2.1.0"
2089 source = "registry+https://github.com/rust-lang/crates.io-index"
2090 checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
2091 dependencies = [
2092 "proc-macro2",
2093 "quote",
2094 "syn",
2095 ]