ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git] / pkgs / by-name / po / pods / Cargo.lock
blobc12193cc03dfb9164cf3584aa4b4788e1c36d8d0
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "addr2line"
7 version = "0.22.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10 dependencies = [
11  "gimli",
14 [[package]]
15 name = "adler"
16 version = "1.0.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
20 [[package]]
21 name = "aes"
22 version = "0.8.4"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
25 dependencies = [
26  "cfg-if",
27  "cipher",
28  "cpufeatures",
29  "zeroize",
32 [[package]]
33 name = "aho-corasick"
34 version = "1.1.3"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37 dependencies = [
38  "memchr",
41 [[package]]
42 name = "android-tzdata"
43 version = "0.1.1"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
47 [[package]]
48 name = "android_system_properties"
49 version = "0.1.5"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
52 dependencies = [
53  "libc",
56 [[package]]
57 name = "anyhow"
58 version = "1.0.86"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
62 [[package]]
63 name = "ashpd"
64 version = "0.9.1"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a"
67 dependencies = [
68  "enumflags2",
69  "futures-channel",
70  "futures-util",
71  "gdk4-wayland",
72  "gdk4-x11",
73  "glib",
74  "gtk4",
75  "rand",
76  "serde",
77  "serde_repr",
78  "tokio",
79  "url",
80  "zbus",
83 [[package]]
84 name = "async-broadcast"
85 version = "0.7.1"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
88 dependencies = [
89  "event-listener",
90  "event-listener-strategy",
91  "futures-core",
92  "pin-project-lite",
95 [[package]]
96 name = "async-channel"
97 version = "2.3.1"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
100 dependencies = [
101  "concurrent-queue",
102  "event-listener-strategy",
103  "futures-core",
104  "pin-project-lite",
107 [[package]]
108 name = "async-io"
109 version = "2.3.4"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
112 dependencies = [
113  "async-lock",
114  "cfg-if",
115  "concurrent-queue",
116  "futures-io",
117  "futures-lite",
118  "parking",
119  "polling",
120  "rustix",
121  "slab",
122  "tracing",
123  "windows-sys 0.59.0",
126 [[package]]
127 name = "async-lock"
128 version = "3.4.0"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
131 dependencies = [
132  "event-listener",
133  "event-listener-strategy",
134  "pin-project-lite",
137 [[package]]
138 name = "async-process"
139 version = "2.2.4"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
142 dependencies = [
143  "async-channel",
144  "async-io",
145  "async-lock",
146  "async-signal",
147  "async-task",
148  "blocking",
149  "cfg-if",
150  "event-listener",
151  "futures-lite",
152  "rustix",
153  "tracing",
154  "windows-sys 0.59.0",
157 [[package]]
158 name = "async-recursion"
159 version = "1.1.1"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
162 dependencies = [
163  "proc-macro2",
164  "quote",
165  "syn 2.0.73",
168 [[package]]
169 name = "async-signal"
170 version = "0.2.10"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
173 dependencies = [
174  "async-io",
175  "async-lock",
176  "atomic-waker",
177  "cfg-if",
178  "futures-core",
179  "futures-io",
180  "rustix",
181  "signal-hook-registry",
182  "slab",
183  "windows-sys 0.59.0",
186 [[package]]
187 name = "async-task"
188 version = "4.7.1"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
192 [[package]]
193 name = "async-trait"
194 version = "0.1.81"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
197 dependencies = [
198  "proc-macro2",
199  "quote",
200  "syn 2.0.73",
203 [[package]]
204 name = "atomic-waker"
205 version = "1.1.2"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
209 [[package]]
210 name = "autocfg"
211 version = "1.3.0"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
215 [[package]]
216 name = "backtrace"
217 version = "0.3.73"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
220 dependencies = [
221  "addr2line",
222  "cc",
223  "cfg-if",
224  "libc",
225  "miniz_oxide",
226  "object",
227  "rustc-demangle",
230 [[package]]
231 name = "base64"
232 version = "0.13.1"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
236 [[package]]
237 name = "bitflags"
238 version = "1.3.2"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
242 [[package]]
243 name = "bitflags"
244 version = "2.6.0"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
248 [[package]]
249 name = "block"
250 version = "0.1.6"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
254 [[package]]
255 name = "block-buffer"
256 version = "0.10.4"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
259 dependencies = [
260  "generic-array",
263 [[package]]
264 name = "block-padding"
265 version = "0.3.3"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
268 dependencies = [
269  "generic-array",
272 [[package]]
273 name = "blocking"
274 version = "1.6.1"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
277 dependencies = [
278  "async-channel",
279  "async-task",
280  "futures-io",
281  "futures-lite",
282  "piper",
285 [[package]]
286 name = "bumpalo"
287 version = "3.16.0"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
291 [[package]]
292 name = "byteorder"
293 version = "1.5.0"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
297 [[package]]
298 name = "bytes"
299 version = "0.5.6"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
303 [[package]]
304 name = "bytes"
305 version = "1.7.1"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
309 [[package]]
310 name = "cairo-rs"
311 version = "0.20.0"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "797fd5a634dcb0ad0d7d583df794deb0a236d88e759cd34b7da20198c6c9d145"
314 dependencies = [
315  "bitflags 2.6.0",
316  "cairo-sys-rs",
317  "glib",
318  "libc",
319  "thiserror",
322 [[package]]
323 name = "cairo-sys-rs"
324 version = "0.20.0"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "428290f914b9b86089f60f5d8a9f6e440508e1bcff23b25afd51502b0a2da88f"
327 dependencies = [
328  "glib-sys",
329  "libc",
330  "system-deps",
333 [[package]]
334 name = "cbc"
335 version = "0.1.2"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
338 dependencies = [
339  "cipher",
342 [[package]]
343 name = "cc"
344 version = "1.1.10"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
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",
358 [[package]]
359 name = "cfg-if"
360 version = "1.0.0"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
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"
370 [[package]]
371 name = "chrono"
372 version = "0.4.38"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
375 dependencies = [
376  "android-tzdata",
377  "iana-time-zone",
378  "js-sys",
379  "num-traits",
380  "serde",
381  "wasm-bindgen",
382  "windows-targets",
385 [[package]]
386 name = "cipher"
387 version = "0.4.4"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
390 dependencies = [
391  "crypto-common",
392  "inout",
393  "zeroize",
396 [[package]]
397 name = "concurrent-queue"
398 version = "2.5.0"
399 source = "registry+https://github.com/rust-lang/crates.io-index"
400 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
401 dependencies = [
402  "crossbeam-utils",
405 [[package]]
406 name = "containers-api"
407 version = "0.9.0"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "74a6c297451ce82117ff9090e5174bf18f86e6bcbfbfc3820246abbc4f44fa16"
410 dependencies = [
411  "chrono",
412  "flate2",
413  "futures-util",
414  "http",
415  "hyper",
416  "hyperlocal",
417  "log",
418  "mime",
419  "paste",
420  "pin-project 1.1.5",
421  "serde",
422  "serde_json",
423  "tar",
424  "thiserror",
425  "tokio",
426  "url",
429 [[package]]
430 name = "core-foundation-sys"
431 version = "0.8.7"
432 source = "registry+https://github.com/rust-lang/crates.io-index"
433 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
435 [[package]]
436 name = "cpufeatures"
437 version = "0.2.12"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
439 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
440 dependencies = [
441  "libc",
444 [[package]]
445 name = "crc32fast"
446 version = "1.4.2"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
449 dependencies = [
450  "cfg-if",
453 [[package]]
454 name = "crossbeam-utils"
455 version = "0.8.20"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
459 [[package]]
460 name = "crypto-common"
461 version = "0.1.6"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
464 dependencies = [
465  "generic-array",
466  "rand_core",
467  "typenum",
470 [[package]]
471 name = "deranged"
472 version = "0.3.11"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
474 checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
475 dependencies = [
476  "powerfmt",
479 [[package]]
480 name = "digest"
481 version = "0.10.7"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
484 dependencies = [
485  "block-buffer",
486  "crypto-common",
487  "subtle",
490 [[package]]
491 name = "endi"
492 version = "1.1.0"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
494 checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
496 [[package]]
497 name = "enumflags2"
498 version = "0.7.10"
499 source = "registry+https://github.com/rust-lang/crates.io-index"
500 checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
501 dependencies = [
502  "enumflags2_derive",
503  "serde",
506 [[package]]
507 name = "enumflags2_derive"
508 version = "0.7.10"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
511 dependencies = [
512  "proc-macro2",
513  "quote",
514  "syn 2.0.73",
517 [[package]]
518 name = "equivalent"
519 version = "1.0.1"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
521 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
523 [[package]]
524 name = "errno"
525 version = "0.3.9"
526 source = "registry+https://github.com/rust-lang/crates.io-index"
527 checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
528 dependencies = [
529  "libc",
530  "windows-sys 0.52.0",
533 [[package]]
534 name = "event-listener"
535 version = "5.3.1"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
538 dependencies = [
539  "concurrent-queue",
540  "parking",
541  "pin-project-lite",
544 [[package]]
545 name = "event-listener-strategy"
546 version = "0.5.2"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
549 dependencies = [
550  "event-listener",
551  "pin-project-lite",
554 [[package]]
555 name = "fastrand"
556 version = "2.1.0"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558 checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
560 [[package]]
561 name = "field-offset"
562 version = "0.3.6"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
565 dependencies = [
566  "memoffset",
567  "rustc_version",
570 [[package]]
571 name = "filetime"
572 version = "0.2.24"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
575 dependencies = [
576  "cfg-if",
577  "libc",
578  "libredox",
579  "windows-sys 0.59.0",
582 [[package]]
583 name = "flate2"
584 version = "1.0.31"
585 source = "registry+https://github.com/rust-lang/crates.io-index"
586 checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
587 dependencies = [
588  "crc32fast",
589  "miniz_oxide",
592 [[package]]
593 name = "fnv"
594 version = "1.0.7"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
598 [[package]]
599 name = "form_urlencoded"
600 version = "1.2.1"
601 source = "registry+https://github.com/rust-lang/crates.io-index"
602 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
603 dependencies = [
604  "percent-encoding",
607 [[package]]
608 name = "futures"
609 version = "0.3.30"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
612 dependencies = [
613  "futures-channel",
614  "futures-core",
615  "futures-executor",
616  "futures-io",
617  "futures-sink",
618  "futures-task",
619  "futures-util",
622 [[package]]
623 name = "futures-channel"
624 version = "0.3.30"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
627 dependencies = [
628  "futures-core",
629  "futures-sink",
632 [[package]]
633 name = "futures-core"
634 version = "0.3.30"
635 source = "registry+https://github.com/rust-lang/crates.io-index"
636 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
638 [[package]]
639 name = "futures-executor"
640 version = "0.3.30"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
643 dependencies = [
644  "futures-core",
645  "futures-task",
646  "futures-util",
649 [[package]]
650 name = "futures-io"
651 version = "0.3.30"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
655 [[package]]
656 name = "futures-lite"
657 version = "2.3.0"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
660 dependencies = [
661  "fastrand",
662  "futures-core",
663  "futures-io",
664  "parking",
665  "pin-project-lite",
668 [[package]]
669 name = "futures-macro"
670 version = "0.3.30"
671 source = "registry+https://github.com/rust-lang/crates.io-index"
672 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
673 dependencies = [
674  "proc-macro2",
675  "quote",
676  "syn 2.0.73",
679 [[package]]
680 name = "futures-sink"
681 version = "0.3.30"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
685 [[package]]
686 name = "futures-task"
687 version = "0.3.30"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
689 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
691 [[package]]
692 name = "futures-util"
693 version = "0.3.30"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
696 dependencies = [
697  "futures-channel",
698  "futures-core",
699  "futures-io",
700  "futures-macro",
701  "futures-sink",
702  "futures-task",
703  "memchr",
704  "pin-project-lite",
705  "pin-utils",
706  "slab",
709 [[package]]
710 name = "futures_codec"
711 version = "0.4.1"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b"
714 dependencies = [
715  "bytes 0.5.6",
716  "futures",
717  "memchr",
718  "pin-project 0.4.30",
721 [[package]]
722 name = "gdk-pixbuf"
723 version = "0.20.0"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "28bb53ecb56857c683c9ec859908e076dd3969c7d67598bd8b1ce095d211304a"
726 dependencies = [
727  "gdk-pixbuf-sys",
728  "gio",
729  "glib",
730  "libc",
733 [[package]]
734 name = "gdk-pixbuf-sys"
735 version = "0.20.0"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "9f6681a0c1330d1d3968bec1529f7172d62819ef0bdbb0d18022320654158b03"
738 dependencies = [
739  "gio-sys",
740  "glib-sys",
741  "gobject-sys",
742  "libc",
743  "system-deps",
746 [[package]]
747 name = "gdk4"
748 version = "0.9.0"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "4b7d7237c1487ed4b300aac7744efcbf1319e12d60d7afcd6f505414bd5b5dea"
751 dependencies = [
752  "cairo-rs",
753  "gdk-pixbuf",
754  "gdk4-sys",
755  "gio",
756  "glib",
757  "libc",
758  "pango",
761 [[package]]
762 name = "gdk4-sys"
763 version = "0.9.0"
764 source = "registry+https://github.com/rust-lang/crates.io-index"
765 checksum = "a67576c8ec012156d7f680e201a807b4432a77babb3157e0555e990ab6bcd878"
766 dependencies = [
767  "cairo-sys-rs",
768  "gdk-pixbuf-sys",
769  "gio-sys",
770  "glib-sys",
771  "gobject-sys",
772  "libc",
773  "pango-sys",
774  "pkg-config",
775  "system-deps",
778 [[package]]
779 name = "gdk4-wayland"
780 version = "0.9.0"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "34f422f60971cdea128457cad122c46fee48b3a53aa1e1d140919d50ff5b7491"
783 dependencies = [
784  "gdk4",
785  "gdk4-wayland-sys",
786  "gio",
787  "glib",
788  "libc",
791 [[package]]
792 name = "gdk4-wayland-sys"
793 version = "0.9.0"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "23295b2ecafae572224a382b876b0bdc0fed947da63b51edebc8798288002048"
796 dependencies = [
797  "glib-sys",
798  "libc",
799  "system-deps",
802 [[package]]
803 name = "gdk4-x11"
804 version = "0.9.0"
805 source = "registry+https://github.com/rust-lang/crates.io-index"
806 checksum = "c4b89c2149f74668d630279559fb5e2b4f11a77124b73d04518cc344854cd626"
807 dependencies = [
808  "gdk4",
809  "gdk4-x11-sys",
810  "gio",
811  "glib",
812  "libc",
815 [[package]]
816 name = "gdk4-x11-sys"
817 version = "0.9.0"
818 source = "registry+https://github.com/rust-lang/crates.io-index"
819 checksum = "a186f565940124ebd6c1c97e9eb0909e2d19a33ccd3eebed4ff32ebda766207d"
820 dependencies = [
821  "gdk4-sys",
822  "glib-sys",
823  "libc",
824  "system-deps",
827 [[package]]
828 name = "generic-array"
829 version = "0.14.7"
830 source = "registry+https://github.com/rust-lang/crates.io-index"
831 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
832 dependencies = [
833  "typenum",
834  "version_check",
837 [[package]]
838 name = "getrandom"
839 version = "0.2.15"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
842 dependencies = [
843  "cfg-if",
844  "libc",
845  "wasi",
848 [[package]]
849 name = "gettext-rs"
850 version = "0.7.0"
851 source = "registry+https://github.com/rust-lang/crates.io-index"
852 checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
853 dependencies = [
854  "gettext-sys",
855  "locale_config",
858 [[package]]
859 name = "gettext-sys"
860 version = "0.21.3"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
863 dependencies = [
864  "cc",
865  "temp-dir",
868 [[package]]
869 name = "gimli"
870 version = "0.29.0"
871 source = "registry+https://github.com/rust-lang/crates.io-index"
872 checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
874 [[package]]
875 name = "gio"
876 version = "0.20.0"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "398e3da68749fdc32783cbf7521ec3f65c9cf946db8c7774f8460af49e52c6e2"
879 dependencies = [
880  "futures-channel",
881  "futures-core",
882  "futures-io",
883  "futures-util",
884  "gio-sys",
885  "glib",
886  "libc",
887  "pin-project-lite",
888  "smallvec",
889  "thiserror",
892 [[package]]
893 name = "gio-sys"
894 version = "0.20.0"
895 source = "registry+https://github.com/rust-lang/crates.io-index"
896 checksum = "e4feb96b31c32730ea3e1e89aecd2e4e37ecb1c473ad8f685e3430a159419f63"
897 dependencies = [
898  "glib-sys",
899  "gobject-sys",
900  "libc",
901  "system-deps",
902  "windows-sys 0.52.0",
905 [[package]]
906 name = "glib"
907 version = "0.20.0"
908 source = "registry+https://github.com/rust-lang/crates.io-index"
909 checksum = "fee90a615ce05be7a32932cfb8adf2c4bbb4700e80d37713c981fb24c0c56238"
910 dependencies = [
911  "bitflags 2.6.0",
912  "futures-channel",
913  "futures-core",
914  "futures-executor",
915  "futures-task",
916  "futures-util",
917  "gio-sys",
918  "glib-macros",
919  "glib-sys",
920  "gobject-sys",
921  "libc",
922  "memchr",
923  "smallvec",
924  "thiserror",
927 [[package]]
928 name = "glib-macros"
929 version = "0.20.0"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "4da558d8177c0c8c54368818b508a4244e1286fce2858cef4e547023f0cfa5ef"
932 dependencies = [
933  "heck",
934  "proc-macro-crate",
935  "proc-macro2",
936  "quote",
937  "syn 2.0.73",
940 [[package]]
941 name = "glib-sys"
942 version = "0.20.0"
943 source = "registry+https://github.com/rust-lang/crates.io-index"
944 checksum = "4958c26e5a01c9af00dea669a97369eccbec29a8e6d125c24ea2d85ee7467b60"
945 dependencies = [
946  "libc",
947  "system-deps",
950 [[package]]
951 name = "gobject-sys"
952 version = "0.20.0"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954 checksum = "c6908864f5ffff15b56df7e90346863904f49b949337ed0456b9287af61903b8"
955 dependencies = [
956  "glib-sys",
957  "libc",
958  "system-deps",
961 [[package]]
962 name = "graphene-rs"
963 version = "0.20.0"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "630e940ad5824f90221d6579043a9cd1f8bec86b4a17faaf7827d58eb16e8c1f"
966 dependencies = [
967  "glib",
968  "graphene-sys",
969  "libc",
972 [[package]]
973 name = "graphene-sys"
974 version = "0.20.0"
975 source = "registry+https://github.com/rust-lang/crates.io-index"
976 checksum = "6fb8fade7b754982f47ebbed241fd2680816fdd4598321784da10b9e1168836a"
977 dependencies = [
978  "glib-sys",
979  "libc",
980  "pkg-config",
981  "system-deps",
984 [[package]]
985 name = "gsk4"
986 version = "0.9.0"
987 source = "registry+https://github.com/rust-lang/crates.io-index"
988 checksum = "1f3cf2091e1af185b347b3450817d93dea6fe435df7abd4c2cd7fb5bcb4cfda8"
989 dependencies = [
990  "cairo-rs",
991  "gdk4",
992  "glib",
993  "graphene-rs",
994  "gsk4-sys",
995  "libc",
996  "pango",
999 [[package]]
1000 name = "gsk4-sys"
1001 version = "0.9.0"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "6aa69614a26d8760c186c3690f1b0fbb917572ca23ef83137445770ceddf8cde"
1004 dependencies = [
1005  "cairo-sys-rs",
1006  "gdk4-sys",
1007  "glib-sys",
1008  "gobject-sys",
1009  "graphene-sys",
1010  "libc",
1011  "pango-sys",
1012  "system-deps",
1015 [[package]]
1016 name = "gtk4"
1017 version = "0.9.0"
1018 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 checksum = "eaffc6c743c9160514cc9b67eace364e5dc5798369fa809cdb04e035c21c5c5d"
1020 dependencies = [
1021  "cairo-rs",
1022  "field-offset",
1023  "futures-channel",
1024  "gdk-pixbuf",
1025  "gdk4",
1026  "gio",
1027  "glib",
1028  "graphene-rs",
1029  "gsk4",
1030  "gtk4-macros",
1031  "gtk4-sys",
1032  "libc",
1033  "pango",
1036 [[package]]
1037 name = "gtk4-macros"
1038 version = "0.9.0"
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 checksum = "188211f546ce5801f6d0245c37b6249143a2cb4fa040e54829ca1e76796e9f09"
1041 dependencies = [
1042  "proc-macro-crate",
1043  "proc-macro2",
1044  "quote",
1045  "syn 2.0.73",
1048 [[package]]
1049 name = "gtk4-sys"
1050 version = "0.9.0"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "1114a207af8ada02cf4658a76692f4190f06f093380d5be07e3ca8b43aa7c666"
1053 dependencies = [
1054  "cairo-sys-rs",
1055  "gdk-pixbuf-sys",
1056  "gdk4-sys",
1057  "gio-sys",
1058  "glib-sys",
1059  "gobject-sys",
1060  "graphene-sys",
1061  "gsk4-sys",
1062  "libc",
1063  "pango-sys",
1064  "system-deps",
1067 [[package]]
1068 name = "hashbrown"
1069 version = "0.14.5"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1073 [[package]]
1074 name = "heck"
1075 version = "0.5.0"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1079 [[package]]
1080 name = "hermit-abi"
1081 version = "0.3.9"
1082 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1085 [[package]]
1086 name = "hermit-abi"
1087 version = "0.4.0"
1088 source = "registry+https://github.com/rust-lang/crates.io-index"
1089 checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1091 [[package]]
1092 name = "hex"
1093 version = "0.4.3"
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1097 [[package]]
1098 name = "hkdf"
1099 version = "0.12.4"
1100 source = "registry+https://github.com/rust-lang/crates.io-index"
1101 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1102 dependencies = [
1103  "hmac",
1106 [[package]]
1107 name = "hmac"
1108 version = "0.12.1"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1111 dependencies = [
1112  "digest",
1115 [[package]]
1116 name = "hostname"
1117 version = "0.4.0"
1118 source = "registry+https://github.com/rust-lang/crates.io-index"
1119 checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
1120 dependencies = [
1121  "cfg-if",
1122  "libc",
1123  "windows",
1126 [[package]]
1127 name = "http"
1128 version = "0.2.12"
1129 source = "registry+https://github.com/rust-lang/crates.io-index"
1130 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1131 dependencies = [
1132  "bytes 1.7.1",
1133  "fnv",
1134  "itoa",
1137 [[package]]
1138 name = "http-body"
1139 version = "0.4.6"
1140 source = "registry+https://github.com/rust-lang/crates.io-index"
1141 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1142 dependencies = [
1143  "bytes 1.7.1",
1144  "http",
1145  "pin-project-lite",
1148 [[package]]
1149 name = "httparse"
1150 version = "1.9.4"
1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1152 checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
1154 [[package]]
1155 name = "httpdate"
1156 version = "1.0.3"
1157 source = "registry+https://github.com/rust-lang/crates.io-index"
1158 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1160 [[package]]
1161 name = "hyper"
1162 version = "0.14.30"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
1165 dependencies = [
1166  "bytes 1.7.1",
1167  "futures-channel",
1168  "futures-core",
1169  "futures-util",
1170  "http",
1171  "http-body",
1172  "httparse",
1173  "httpdate",
1174  "itoa",
1175  "pin-project-lite",
1176  "socket2",
1177  "tokio",
1178  "tower-service",
1179  "tracing",
1180  "want",
1183 [[package]]
1184 name = "hyperlocal"
1185 version = "0.8.0"
1186 source = "registry+https://github.com/rust-lang/crates.io-index"
1187 checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c"
1188 dependencies = [
1189  "futures-util",
1190  "hex",
1191  "hyper",
1192  "pin-project 1.1.5",
1193  "tokio",
1196 [[package]]
1197 name = "iana-time-zone"
1198 version = "0.1.60"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1201 dependencies = [
1202  "android_system_properties",
1203  "core-foundation-sys",
1204  "iana-time-zone-haiku",
1205  "js-sys",
1206  "wasm-bindgen",
1207  "windows-core",
1210 [[package]]
1211 name = "iana-time-zone-haiku"
1212 version = "0.1.2"
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
1214 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1215 dependencies = [
1216  "cc",
1219 [[package]]
1220 name = "idna"
1221 version = "0.5.0"
1222 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1224 dependencies = [
1225  "unicode-bidi",
1226  "unicode-normalization",
1229 [[package]]
1230 name = "indexmap"
1231 version = "2.3.0"
1232 source = "registry+https://github.com/rust-lang/crates.io-index"
1233 checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
1234 dependencies = [
1235  "equivalent",
1236  "hashbrown",
1237  "serde",
1240 [[package]]
1241 name = "inout"
1242 version = "0.1.3"
1243 source = "registry+https://github.com/rust-lang/crates.io-index"
1244 checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1245 dependencies = [
1246  "block-padding",
1247  "generic-array",
1250 [[package]]
1251 name = "io-lifetimes"
1252 version = "2.0.3"
1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1254 checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
1256 [[package]]
1257 name = "itoa"
1258 version = "1.0.11"
1259 source = "registry+https://github.com/rust-lang/crates.io-index"
1260 checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1262 [[package]]
1263 name = "js-sys"
1264 version = "0.3.69"
1265 source = "registry+https://github.com/rust-lang/crates.io-index"
1266 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1267 dependencies = [
1268  "wasm-bindgen",
1271 [[package]]
1272 name = "lazy_static"
1273 version = "1.5.0"
1274 source = "registry+https://github.com/rust-lang/crates.io-index"
1275 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1276 dependencies = [
1277  "spin",
1280 [[package]]
1281 name = "libadwaita"
1282 version = "0.7.0"
1283 source = "registry+https://github.com/rust-lang/crates.io-index"
1284 checksum = "2ff9c222b5c783729de45185f07b2fec2d43a7f9c63961e777d3667e20443878"
1285 dependencies = [
1286  "gdk4",
1287  "gio",
1288  "glib",
1289  "gtk4",
1290  "libadwaita-sys",
1291  "libc",
1292  "pango",
1295 [[package]]
1296 name = "libadwaita-sys"
1297 version = "0.7.0"
1298 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 checksum = "1c44d8bdbad31d6639e1f20cc9c1424f1a8e02d751fc28d44659bf743fb9eca6"
1300 dependencies = [
1301  "gdk4-sys",
1302  "gio-sys",
1303  "glib-sys",
1304  "gobject-sys",
1305  "gtk4-sys",
1306  "libc",
1307  "pango-sys",
1308  "system-deps",
1311 [[package]]
1312 name = "libc"
1313 version = "0.2.155"
1314 source = "registry+https://github.com/rust-lang/crates.io-index"
1315 checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
1317 [[package]]
1318 name = "libm"
1319 version = "0.2.8"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1323 [[package]]
1324 name = "libredox"
1325 version = "0.1.3"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1328 dependencies = [
1329  "bitflags 2.6.0",
1330  "libc",
1331  "redox_syscall 0.5.3",
1334 [[package]]
1335 name = "linux-raw-sys"
1336 version = "0.4.14"
1337 source = "registry+https://github.com/rust-lang/crates.io-index"
1338 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1340 [[package]]
1341 name = "locale_config"
1342 version = "0.3.0"
1343 source = "registry+https://github.com/rust-lang/crates.io-index"
1344 checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
1345 dependencies = [
1346  "lazy_static",
1347  "objc",
1348  "objc-foundation",
1349  "regex",
1350  "winapi",
1353 [[package]]
1354 name = "log"
1355 version = "0.4.22"
1356 source = "registry+https://github.com/rust-lang/crates.io-index"
1357 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1359 [[package]]
1360 name = "malloc_buf"
1361 version = "0.0.6"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1364 dependencies = [
1365  "libc",
1368 [[package]]
1369 name = "md-5"
1370 version = "0.10.6"
1371 source = "registry+https://github.com/rust-lang/crates.io-index"
1372 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1373 dependencies = [
1374  "cfg-if",
1375  "digest",
1378 [[package]]
1379 name = "memchr"
1380 version = "2.7.4"
1381 source = "registry+https://github.com/rust-lang/crates.io-index"
1382 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1384 [[package]]
1385 name = "memoffset"
1386 version = "0.9.1"
1387 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1389 dependencies = [
1390  "autocfg",
1393 [[package]]
1394 name = "mime"
1395 version = "0.3.17"
1396 source = "registry+https://github.com/rust-lang/crates.io-index"
1397 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1399 [[package]]
1400 name = "miniz_oxide"
1401 version = "0.7.4"
1402 source = "registry+https://github.com/rust-lang/crates.io-index"
1403 checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1404 dependencies = [
1405  "adler",
1408 [[package]]
1409 name = "mio"
1410 version = "1.0.1"
1411 source = "registry+https://github.com/rust-lang/crates.io-index"
1412 checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
1413 dependencies = [
1414  "hermit-abi 0.3.9",
1415  "libc",
1416  "wasi",
1417  "windows-sys 0.52.0",
1420 [[package]]
1421 name = "multi_log"
1422 version = "0.1.2"
1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 checksum = "ad56bb3c7c7c15b4e25de86c9123e886e5f80a0c03ace219b453b081c2bf20d7"
1425 dependencies = [
1426  "log",
1429 [[package]]
1430 name = "names"
1431 version = "0.14.0"
1432 source = "registry+https://github.com/rust-lang/crates.io-index"
1433 checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
1434 dependencies = [
1435  "rand",
1438 [[package]]
1439 name = "nix"
1440 version = "0.29.0"
1441 source = "registry+https://github.com/rust-lang/crates.io-index"
1442 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1443 dependencies = [
1444  "bitflags 2.6.0",
1445  "cfg-if",
1446  "cfg_aliases",
1447  "libc",
1448  "memoffset",
1451 [[package]]
1452 name = "num"
1453 version = "0.4.3"
1454 source = "registry+https://github.com/rust-lang/crates.io-index"
1455 checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1456 dependencies = [
1457  "num-bigint",
1458  "num-complex",
1459  "num-integer",
1460  "num-iter",
1461  "num-rational",
1462  "num-traits",
1465 [[package]]
1466 name = "num-bigint"
1467 version = "0.4.6"
1468 source = "registry+https://github.com/rust-lang/crates.io-index"
1469 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1470 dependencies = [
1471  "num-integer",
1472  "num-traits",
1475 [[package]]
1476 name = "num-bigint-dig"
1477 version = "0.8.4"
1478 source = "registry+https://github.com/rust-lang/crates.io-index"
1479 checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1480 dependencies = [
1481  "byteorder",
1482  "lazy_static",
1483  "libm",
1484  "num-integer",
1485  "num-iter",
1486  "num-traits",
1487  "rand",
1488  "serde",
1489  "smallvec",
1490  "zeroize",
1493 [[package]]
1494 name = "num-complex"
1495 version = "0.4.6"
1496 source = "registry+https://github.com/rust-lang/crates.io-index"
1497 checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1498 dependencies = [
1499  "num-traits",
1502 [[package]]
1503 name = "num-conv"
1504 version = "0.1.0"
1505 source = "registry+https://github.com/rust-lang/crates.io-index"
1506 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1508 [[package]]
1509 name = "num-integer"
1510 version = "0.1.46"
1511 source = "registry+https://github.com/rust-lang/crates.io-index"
1512 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1513 dependencies = [
1514  "num-traits",
1517 [[package]]
1518 name = "num-iter"
1519 version = "0.1.45"
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
1521 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1522 dependencies = [
1523  "autocfg",
1524  "num-integer",
1525  "num-traits",
1528 [[package]]
1529 name = "num-rational"
1530 version = "0.4.2"
1531 source = "registry+https://github.com/rust-lang/crates.io-index"
1532 checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1533 dependencies = [
1534  "num-bigint",
1535  "num-integer",
1536  "num-traits",
1539 [[package]]
1540 name = "num-traits"
1541 version = "0.2.19"
1542 source = "registry+https://github.com/rust-lang/crates.io-index"
1543 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1544 dependencies = [
1545  "autocfg",
1548 [[package]]
1549 name = "num_threads"
1550 version = "0.1.7"
1551 source = "registry+https://github.com/rust-lang/crates.io-index"
1552 checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1553 dependencies = [
1554  "libc",
1557 [[package]]
1558 name = "objc"
1559 version = "0.2.7"
1560 source = "registry+https://github.com/rust-lang/crates.io-index"
1561 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1562 dependencies = [
1563  "malloc_buf",
1566 [[package]]
1567 name = "objc-foundation"
1568 version = "0.1.1"
1569 source = "registry+https://github.com/rust-lang/crates.io-index"
1570 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
1571 dependencies = [
1572  "block",
1573  "objc",
1574  "objc_id",
1577 [[package]]
1578 name = "objc_id"
1579 version = "0.1.1"
1580 source = "registry+https://github.com/rust-lang/crates.io-index"
1581 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1582 dependencies = [
1583  "objc",
1586 [[package]]
1587 name = "object"
1588 version = "0.36.3"
1589 source = "registry+https://github.com/rust-lang/crates.io-index"
1590 checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
1591 dependencies = [
1592  "memchr",
1595 [[package]]
1596 name = "once_cell"
1597 version = "1.19.0"
1598 source = "registry+https://github.com/rust-lang/crates.io-index"
1599 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1601 [[package]]
1602 name = "oo7"
1603 version = "0.3.3"
1604 source = "registry+https://github.com/rust-lang/crates.io-index"
1605 checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
1606 dependencies = [
1607  "aes",
1608  "cbc",
1609  "cipher",
1610  "digest",
1611  "endi",
1612  "futures-util",
1613  "hkdf",
1614  "hmac",
1615  "md-5",
1616  "num",
1617  "num-bigint-dig",
1618  "pbkdf2",
1619  "rand",
1620  "serde",
1621  "sha2",
1622  "subtle",
1623  "tokio",
1624  "zbus",
1625  "zeroize",
1626  "zvariant",
1629 [[package]]
1630 name = "ordered-stream"
1631 version = "0.2.0"
1632 source = "registry+https://github.com/rust-lang/crates.io-index"
1633 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
1634 dependencies = [
1635  "futures-core",
1636  "pin-project-lite",
1639 [[package]]
1640 name = "pango"
1641 version = "0.20.0"
1642 source = "registry+https://github.com/rust-lang/crates.io-index"
1643 checksum = "54768854025df6903061d0084fd9702a253ddfd60db7d9b751d43b76689a7f0a"
1644 dependencies = [
1645  "gio",
1646  "glib",
1647  "libc",
1648  "pango-sys",
1651 [[package]]
1652 name = "pango-sys"
1653 version = "0.20.0"
1654 source = "registry+https://github.com/rust-lang/crates.io-index"
1655 checksum = "b07cc57d10cee4ec661f718a6902cee18c2f4cfae08e87e5a390525946913390"
1656 dependencies = [
1657  "glib-sys",
1658  "gobject-sys",
1659  "libc",
1660  "system-deps",
1663 [[package]]
1664 name = "paris"
1665 version = "1.5.15"
1666 source = "registry+https://github.com/rust-lang/crates.io-index"
1667 checksum = "8fecab3723493c7851f292cb060f3ee1c42f19b8d749345d0d7eaf3fd19aa62d"
1669 [[package]]
1670 name = "parking"
1671 version = "2.2.0"
1672 source = "registry+https://github.com/rust-lang/crates.io-index"
1673 checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
1675 [[package]]
1676 name = "paste"
1677 version = "1.0.15"
1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1679 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1681 [[package]]
1682 name = "pbkdf2"
1683 version = "0.12.2"
1684 source = "registry+https://github.com/rust-lang/crates.io-index"
1685 checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1686 dependencies = [
1687  "digest",
1688  "hmac",
1691 [[package]]
1692 name = "percent-encoding"
1693 version = "2.3.1"
1694 source = "registry+https://github.com/rust-lang/crates.io-index"
1695 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1697 [[package]]
1698 name = "pin-project"
1699 version = "0.4.30"
1700 source = "registry+https://github.com/rust-lang/crates.io-index"
1701 checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
1702 dependencies = [
1703  "pin-project-internal 0.4.30",
1706 [[package]]
1707 name = "pin-project"
1708 version = "1.1.5"
1709 source = "registry+https://github.com/rust-lang/crates.io-index"
1710 checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1711 dependencies = [
1712  "pin-project-internal 1.1.5",
1715 [[package]]
1716 name = "pin-project-internal"
1717 version = "0.4.30"
1718 source = "registry+https://github.com/rust-lang/crates.io-index"
1719 checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
1720 dependencies = [
1721  "proc-macro2",
1722  "quote",
1723  "syn 1.0.109",
1726 [[package]]
1727 name = "pin-project-internal"
1728 version = "1.1.5"
1729 source = "registry+https://github.com/rust-lang/crates.io-index"
1730 checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1731 dependencies = [
1732  "proc-macro2",
1733  "quote",
1734  "syn 2.0.73",
1737 [[package]]
1738 name = "pin-project-lite"
1739 version = "0.2.14"
1740 source = "registry+https://github.com/rust-lang/crates.io-index"
1741 checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1743 [[package]]
1744 name = "pin-utils"
1745 version = "0.1.0"
1746 source = "registry+https://github.com/rust-lang/crates.io-index"
1747 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1749 [[package]]
1750 name = "piper"
1751 version = "0.2.4"
1752 source = "registry+https://github.com/rust-lang/crates.io-index"
1753 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1754 dependencies = [
1755  "atomic-waker",
1756  "fastrand",
1757  "futures-io",
1760 [[package]]
1761 name = "pkg-config"
1762 version = "0.3.30"
1763 source = "registry+https://github.com/rust-lang/crates.io-index"
1764 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1766 [[package]]
1767 name = "podman-api"
1768 version = "0.10.0"
1769 source = "git+https://github.com/vv9k/podman-api-rs.git#f35e6f9f9fdb9d9023aed341252c16c0ad9796d1"
1770 dependencies = [
1771  "base64",
1772  "byteorder",
1773  "bytes 1.7.1",
1774  "containers-api",
1775  "flate2",
1776  "futures-util",
1777  "futures_codec",
1778  "log",
1779  "paste",
1780  "podman-api-stubs",
1781  "serde",
1782  "serde_json",
1783  "tar",
1784  "thiserror",
1785  "tokio",
1786  "url",
1789 [[package]]
1790 name = "podman-api-stubs"
1791 version = "0.9.0"
1792 source = "registry+https://github.com/rust-lang/crates.io-index"
1793 checksum = "2d280c623f633a0dded88feab9e387f98451506431d5b7308a858c643305dcee"
1794 dependencies = [
1795  "chrono",
1796  "serde",
1797  "serde_json",
1800 [[package]]
1801 name = "pods"
1802 version = "2.1.0-devel"
1803 dependencies = [
1804  "anyhow",
1805  "ashpd",
1806  "futures",
1807  "gettext-rs",
1808  "gtk4",
1809  "indexmap",
1810  "libadwaita",
1811  "log",
1812  "multi_log",
1813  "names",
1814  "oo7",
1815  "paste",
1816  "podman-api",
1817  "serde",
1818  "serde_json",
1819  "simplelog",
1820  "sourceview5",
1821  "syslog",
1822  "tokio",
1823  "tokio-tar",
1824  "vte",
1825  "vte4",
1828 [[package]]
1829 name = "polling"
1830 version = "3.7.3"
1831 source = "registry+https://github.com/rust-lang/crates.io-index"
1832 checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
1833 dependencies = [
1834  "cfg-if",
1835  "concurrent-queue",
1836  "hermit-abi 0.4.0",
1837  "pin-project-lite",
1838  "rustix",
1839  "tracing",
1840  "windows-sys 0.59.0",
1843 [[package]]
1844 name = "powerfmt"
1845 version = "0.2.0"
1846 source = "registry+https://github.com/rust-lang/crates.io-index"
1847 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1849 [[package]]
1850 name = "ppv-lite86"
1851 version = "0.2.20"
1852 source = "registry+https://github.com/rust-lang/crates.io-index"
1853 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
1854 dependencies = [
1855  "zerocopy",
1858 [[package]]
1859 name = "proc-macro-crate"
1860 version = "3.1.0"
1861 source = "registry+https://github.com/rust-lang/crates.io-index"
1862 checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
1863 dependencies = [
1864  "toml_edit 0.21.1",
1867 [[package]]
1868 name = "proc-macro2"
1869 version = "1.0.86"
1870 source = "registry+https://github.com/rust-lang/crates.io-index"
1871 checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1872 dependencies = [
1873  "unicode-ident",
1876 [[package]]
1877 name = "quote"
1878 version = "1.0.36"
1879 source = "registry+https://github.com/rust-lang/crates.io-index"
1880 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1881 dependencies = [
1882  "proc-macro2",
1885 [[package]]
1886 name = "rand"
1887 version = "0.8.5"
1888 source = "registry+https://github.com/rust-lang/crates.io-index"
1889 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1890 dependencies = [
1891  "libc",
1892  "rand_chacha",
1893  "rand_core",
1896 [[package]]
1897 name = "rand_chacha"
1898 version = "0.3.1"
1899 source = "registry+https://github.com/rust-lang/crates.io-index"
1900 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1901 dependencies = [
1902  "ppv-lite86",
1903  "rand_core",
1906 [[package]]
1907 name = "rand_core"
1908 version = "0.6.4"
1909 source = "registry+https://github.com/rust-lang/crates.io-index"
1910 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1911 dependencies = [
1912  "getrandom",
1915 [[package]]
1916 name = "redox_syscall"
1917 version = "0.3.5"
1918 source = "registry+https://github.com/rust-lang/crates.io-index"
1919 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1920 dependencies = [
1921  "bitflags 1.3.2",
1924 [[package]]
1925 name = "redox_syscall"
1926 version = "0.5.3"
1927 source = "registry+https://github.com/rust-lang/crates.io-index"
1928 checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
1929 dependencies = [
1930  "bitflags 2.6.0",
1933 [[package]]
1934 name = "regex"
1935 version = "1.10.6"
1936 source = "registry+https://github.com/rust-lang/crates.io-index"
1937 checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
1938 dependencies = [
1939  "aho-corasick",
1940  "memchr",
1941  "regex-automata",
1942  "regex-syntax",
1945 [[package]]
1946 name = "regex-automata"
1947 version = "0.4.7"
1948 source = "registry+https://github.com/rust-lang/crates.io-index"
1949 checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1950 dependencies = [
1951  "aho-corasick",
1952  "memchr",
1953  "regex-syntax",
1956 [[package]]
1957 name = "regex-syntax"
1958 version = "0.8.4"
1959 source = "registry+https://github.com/rust-lang/crates.io-index"
1960 checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1962 [[package]]
1963 name = "rustc-demangle"
1964 version = "0.1.24"
1965 source = "registry+https://github.com/rust-lang/crates.io-index"
1966 checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1968 [[package]]
1969 name = "rustc_version"
1970 version = "0.4.0"
1971 source = "registry+https://github.com/rust-lang/crates.io-index"
1972 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1973 dependencies = [
1974  "semver",
1977 [[package]]
1978 name = "rustix"
1979 version = "0.38.34"
1980 source = "registry+https://github.com/rust-lang/crates.io-index"
1981 checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1982 dependencies = [
1983  "bitflags 2.6.0",
1984  "errno",
1985  "libc",
1986  "linux-raw-sys",
1987  "windows-sys 0.52.0",
1990 [[package]]
1991 name = "ryu"
1992 version = "1.0.18"
1993 source = "registry+https://github.com/rust-lang/crates.io-index"
1994 checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1996 [[package]]
1997 name = "semver"
1998 version = "1.0.23"
1999 source = "registry+https://github.com/rust-lang/crates.io-index"
2000 checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2002 [[package]]
2003 name = "serde"
2004 version = "1.0.206"
2005 source = "registry+https://github.com/rust-lang/crates.io-index"
2006 checksum = "5b3e4cd94123dd520a128bcd11e34d9e9e423e7e3e50425cb1b4b1e3549d0284"
2007 dependencies = [
2008  "serde_derive",
2011 [[package]]
2012 name = "serde_derive"
2013 version = "1.0.206"
2014 source = "registry+https://github.com/rust-lang/crates.io-index"
2015 checksum = "fabfb6138d2383ea8208cf98ccf69cdfb1aff4088460681d84189aa259762f97"
2016 dependencies = [
2017  "proc-macro2",
2018  "quote",
2019  "syn 2.0.73",
2022 [[package]]
2023 name = "serde_json"
2024 version = "1.0.122"
2025 source = "registry+https://github.com/rust-lang/crates.io-index"
2026 checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
2027 dependencies = [
2028  "itoa",
2029  "memchr",
2030  "ryu",
2031  "serde",
2034 [[package]]
2035 name = "serde_repr"
2036 version = "0.1.19"
2037 source = "registry+https://github.com/rust-lang/crates.io-index"
2038 checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2039 dependencies = [
2040  "proc-macro2",
2041  "quote",
2042  "syn 2.0.73",
2045 [[package]]
2046 name = "serde_spanned"
2047 version = "0.6.7"
2048 source = "registry+https://github.com/rust-lang/crates.io-index"
2049 checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2050 dependencies = [
2051  "serde",
2054 [[package]]
2055 name = "sha1"
2056 version = "0.10.6"
2057 source = "registry+https://github.com/rust-lang/crates.io-index"
2058 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2059 dependencies = [
2060  "cfg-if",
2061  "cpufeatures",
2062  "digest",
2065 [[package]]
2066 name = "sha2"
2067 version = "0.10.8"
2068 source = "registry+https://github.com/rust-lang/crates.io-index"
2069 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2070 dependencies = [
2071  "cfg-if",
2072  "cpufeatures",
2073  "digest",
2076 [[package]]
2077 name = "signal-hook-registry"
2078 version = "1.4.2"
2079 source = "registry+https://github.com/rust-lang/crates.io-index"
2080 checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2081 dependencies = [
2082  "libc",
2085 [[package]]
2086 name = "simplelog"
2087 version = "0.12.2"
2088 source = "registry+https://github.com/rust-lang/crates.io-index"
2089 checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
2090 dependencies = [
2091  "log",
2092  "paris",
2093  "termcolor",
2094  "time",
2097 [[package]]
2098 name = "slab"
2099 version = "0.4.9"
2100 source = "registry+https://github.com/rust-lang/crates.io-index"
2101 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2102 dependencies = [
2103  "autocfg",
2106 [[package]]
2107 name = "smallvec"
2108 version = "1.13.2"
2109 source = "registry+https://github.com/rust-lang/crates.io-index"
2110 checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2112 [[package]]
2113 name = "socket2"
2114 version = "0.5.7"
2115 source = "registry+https://github.com/rust-lang/crates.io-index"
2116 checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2117 dependencies = [
2118  "libc",
2119  "windows-sys 0.52.0",
2122 [[package]]
2123 name = "sourceview5"
2124 version = "0.9.0"
2125 source = "registry+https://github.com/rust-lang/crates.io-index"
2126 checksum = "905c83b38d4aff1800a12adba65b083deba61b4d948f62fc2ff7ad7d77656d05"
2127 dependencies = [
2128  "futures-channel",
2129  "futures-core",
2130  "gdk-pixbuf",
2131  "gdk4",
2132  "gio",
2133  "glib",
2134  "gtk4",
2135  "libc",
2136  "pango",
2137  "sourceview5-sys",
2140 [[package]]
2141 name = "sourceview5-sys"
2142 version = "0.9.0"
2143 source = "registry+https://github.com/rust-lang/crates.io-index"
2144 checksum = "4a3759467713554a8063faa380237ee2c753e89026bbe1b8e9611d991cb106ff"
2145 dependencies = [
2146  "gdk-pixbuf-sys",
2147  "gdk4-sys",
2148  "gio-sys",
2149  "glib-sys",
2150  "gobject-sys",
2151  "gtk4-sys",
2152  "libc",
2153  "pango-sys",
2154  "system-deps",
2157 [[package]]
2158 name = "spin"
2159 version = "0.9.8"
2160 source = "registry+https://github.com/rust-lang/crates.io-index"
2161 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2163 [[package]]
2164 name = "static_assertions"
2165 version = "1.1.0"
2166 source = "registry+https://github.com/rust-lang/crates.io-index"
2167 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2169 [[package]]
2170 name = "subtle"
2171 version = "2.6.1"
2172 source = "registry+https://github.com/rust-lang/crates.io-index"
2173 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2175 [[package]]
2176 name = "syn"
2177 version = "1.0.109"
2178 source = "registry+https://github.com/rust-lang/crates.io-index"
2179 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2180 dependencies = [
2181  "proc-macro2",
2182  "quote",
2183  "unicode-ident",
2186 [[package]]
2187 name = "syn"
2188 version = "2.0.73"
2189 source = "registry+https://github.com/rust-lang/crates.io-index"
2190 checksum = "837a7e8026c6ce912ff01cefbe8cafc2f8010ac49682e2a3d9decc3bce1ecaaf"
2191 dependencies = [
2192  "proc-macro2",
2193  "quote",
2194  "unicode-ident",
2197 [[package]]
2198 name = "syslog"
2199 version = "7.0.0"
2200 source = "registry+https://github.com/rust-lang/crates.io-index"
2201 checksum = "019f1500a13379b7d051455df397c75770de6311a7a188a699499502704d9f10"
2202 dependencies = [
2203  "hostname",
2204  "libc",
2205  "log",
2206  "time",
2209 [[package]]
2210 name = "system-deps"
2211 version = "7.0.1"
2212 source = "registry+https://github.com/rust-lang/crates.io-index"
2213 checksum = "6c81f13d9a334a6c242465140bd262fae382b752ff2011c4f7419919a9c97922"
2214 dependencies = [
2215  "cfg-expr",
2216  "heck",
2217  "pkg-config",
2218  "toml",
2219  "version-compare",
2222 [[package]]
2223 name = "tar"
2224 version = "0.4.41"
2225 source = "registry+https://github.com/rust-lang/crates.io-index"
2226 checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2227 dependencies = [
2228  "filetime",
2229  "libc",
2230  "xattr",
2233 [[package]]
2234 name = "target-lexicon"
2235 version = "0.12.16"
2236 source = "registry+https://github.com/rust-lang/crates.io-index"
2237 checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2239 [[package]]
2240 name = "temp-dir"
2241 version = "0.1.13"
2242 source = "registry+https://github.com/rust-lang/crates.io-index"
2243 checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231"
2245 [[package]]
2246 name = "tempfile"
2247 version = "3.12.0"
2248 source = "registry+https://github.com/rust-lang/crates.io-index"
2249 checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2250 dependencies = [
2251  "cfg-if",
2252  "fastrand",
2253  "once_cell",
2254  "rustix",
2255  "windows-sys 0.59.0",
2258 [[package]]
2259 name = "termcolor"
2260 version = "1.4.1"
2261 source = "registry+https://github.com/rust-lang/crates.io-index"
2262 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2263 dependencies = [
2264  "winapi-util",
2267 [[package]]
2268 name = "thiserror"
2269 version = "1.0.63"
2270 source = "registry+https://github.com/rust-lang/crates.io-index"
2271 checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2272 dependencies = [
2273  "thiserror-impl",
2276 [[package]]
2277 name = "thiserror-impl"
2278 version = "1.0.63"
2279 source = "registry+https://github.com/rust-lang/crates.io-index"
2280 checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2281 dependencies = [
2282  "proc-macro2",
2283  "quote",
2284  "syn 2.0.73",
2287 [[package]]
2288 name = "time"
2289 version = "0.3.36"
2290 source = "registry+https://github.com/rust-lang/crates.io-index"
2291 checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2292 dependencies = [
2293  "deranged",
2294  "itoa",
2295  "libc",
2296  "num-conv",
2297  "num_threads",
2298  "powerfmt",
2299  "serde",
2300  "time-core",
2301  "time-macros",
2304 [[package]]
2305 name = "time-core"
2306 version = "0.1.2"
2307 source = "registry+https://github.com/rust-lang/crates.io-index"
2308 checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2310 [[package]]
2311 name = "time-macros"
2312 version = "0.2.18"
2313 source = "registry+https://github.com/rust-lang/crates.io-index"
2314 checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2315 dependencies = [
2316  "num-conv",
2317  "time-core",
2320 [[package]]
2321 name = "tinyvec"
2322 version = "1.8.0"
2323 source = "registry+https://github.com/rust-lang/crates.io-index"
2324 checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2325 dependencies = [
2326  "tinyvec_macros",
2329 [[package]]
2330 name = "tinyvec_macros"
2331 version = "0.1.1"
2332 source = "registry+https://github.com/rust-lang/crates.io-index"
2333 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2335 [[package]]
2336 name = "tokio"
2337 version = "1.39.2"
2338 source = "registry+https://github.com/rust-lang/crates.io-index"
2339 checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
2340 dependencies = [
2341  "backtrace",
2342  "bytes 1.7.1",
2343  "libc",
2344  "mio",
2345  "pin-project-lite",
2346  "signal-hook-registry",
2347  "socket2",
2348  "tracing",
2349  "windows-sys 0.52.0",
2352 [[package]]
2353 name = "tokio-stream"
2354 version = "0.1.15"
2355 source = "registry+https://github.com/rust-lang/crates.io-index"
2356 checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2357 dependencies = [
2358  "futures-core",
2359  "pin-project-lite",
2360  "tokio",
2363 [[package]]
2364 name = "tokio-tar"
2365 version = "0.3.1"
2366 source = "registry+https://github.com/rust-lang/crates.io-index"
2367 checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75"
2368 dependencies = [
2369  "filetime",
2370  "futures-core",
2371  "libc",
2372  "redox_syscall 0.3.5",
2373  "tokio",
2374  "tokio-stream",
2377 [[package]]
2378 name = "toml"
2379 version = "0.8.19"
2380 source = "registry+https://github.com/rust-lang/crates.io-index"
2381 checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2382 dependencies = [
2383  "serde",
2384  "serde_spanned",
2385  "toml_datetime",
2386  "toml_edit 0.22.20",
2389 [[package]]
2390 name = "toml_datetime"
2391 version = "0.6.8"
2392 source = "registry+https://github.com/rust-lang/crates.io-index"
2393 checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2394 dependencies = [
2395  "serde",
2398 [[package]]
2399 name = "toml_edit"
2400 version = "0.21.1"
2401 source = "registry+https://github.com/rust-lang/crates.io-index"
2402 checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
2403 dependencies = [
2404  "indexmap",
2405  "toml_datetime",
2406  "winnow 0.5.40",
2409 [[package]]
2410 name = "toml_edit"
2411 version = "0.22.20"
2412 source = "registry+https://github.com/rust-lang/crates.io-index"
2413 checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2414 dependencies = [
2415  "indexmap",
2416  "serde",
2417  "serde_spanned",
2418  "toml_datetime",
2419  "winnow 0.6.18",
2422 [[package]]
2423 name = "tower-service"
2424 version = "0.3.2"
2425 source = "registry+https://github.com/rust-lang/crates.io-index"
2426 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2428 [[package]]
2429 name = "tracing"
2430 version = "0.1.40"
2431 source = "registry+https://github.com/rust-lang/crates.io-index"
2432 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2433 dependencies = [
2434  "pin-project-lite",
2435  "tracing-attributes",
2436  "tracing-core",
2439 [[package]]
2440 name = "tracing-attributes"
2441 version = "0.1.27"
2442 source = "registry+https://github.com/rust-lang/crates.io-index"
2443 checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2444 dependencies = [
2445  "proc-macro2",
2446  "quote",
2447  "syn 2.0.73",
2450 [[package]]
2451 name = "tracing-core"
2452 version = "0.1.32"
2453 source = "registry+https://github.com/rust-lang/crates.io-index"
2454 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2455 dependencies = [
2456  "once_cell",
2459 [[package]]
2460 name = "try-lock"
2461 version = "0.2.5"
2462 source = "registry+https://github.com/rust-lang/crates.io-index"
2463 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2465 [[package]]
2466 name = "typenum"
2467 version = "1.17.0"
2468 source = "registry+https://github.com/rust-lang/crates.io-index"
2469 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2471 [[package]]
2472 name = "uds_windows"
2473 version = "1.1.0"
2474 source = "registry+https://github.com/rust-lang/crates.io-index"
2475 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
2476 dependencies = [
2477  "memoffset",
2478  "tempfile",
2479  "winapi",
2482 [[package]]
2483 name = "unicode-bidi"
2484 version = "0.3.15"
2485 source = "registry+https://github.com/rust-lang/crates.io-index"
2486 checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2488 [[package]]
2489 name = "unicode-ident"
2490 version = "1.0.12"
2491 source = "registry+https://github.com/rust-lang/crates.io-index"
2492 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2494 [[package]]
2495 name = "unicode-normalization"
2496 version = "0.1.23"
2497 source = "registry+https://github.com/rust-lang/crates.io-index"
2498 checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2499 dependencies = [
2500  "tinyvec",
2503 [[package]]
2504 name = "url"
2505 version = "2.5.2"
2506 source = "registry+https://github.com/rust-lang/crates.io-index"
2507 checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2508 dependencies = [
2509  "form_urlencoded",
2510  "idna",
2511  "percent-encoding",
2512  "serde",
2515 [[package]]
2516 name = "utf8parse"
2517 version = "0.2.2"
2518 source = "registry+https://github.com/rust-lang/crates.io-index"
2519 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2521 [[package]]
2522 name = "version-compare"
2523 version = "0.2.0"
2524 source = "registry+https://github.com/rust-lang/crates.io-index"
2525 checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2527 [[package]]
2528 name = "version_check"
2529 version = "0.9.5"
2530 source = "registry+https://github.com/rust-lang/crates.io-index"
2531 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2533 [[package]]
2534 name = "vte"
2535 version = "0.13.0"
2536 source = "registry+https://github.com/rust-lang/crates.io-index"
2537 checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
2538 dependencies = [
2539  "utf8parse",
2540  "vte_generate_state_changes",
2543 [[package]]
2544 name = "vte4"
2545 version = "0.8.0"
2546 source = "registry+https://github.com/rust-lang/crates.io-index"
2547 checksum = "7759016227e58e3239b8dca9c4a70086345844872b1f27cba0dba990fef5cb44"
2548 dependencies = [
2549  "cairo-rs",
2550  "gdk4",
2551  "gio",
2552  "glib",
2553  "gtk4",
2554  "io-lifetimes",
2555  "libc",
2556  "pango",
2557  "vte4-sys",
2560 [[package]]
2561 name = "vte4-sys"
2562 version = "0.8.0"
2563 source = "registry+https://github.com/rust-lang/crates.io-index"
2564 checksum = "2c1aa57d29283c6eeac2e34c16791436275d254ac02b8590b02698feef197234"
2565 dependencies = [
2566  "cairo-sys-rs",
2567  "gdk4-sys",
2568  "gio-sys",
2569  "glib-sys",
2570  "gtk4-sys",
2571  "libc",
2572  "pango-sys",
2573  "system-deps",
2576 [[package]]
2577 name = "vte_generate_state_changes"
2578 version = "0.1.2"
2579 source = "registry+https://github.com/rust-lang/crates.io-index"
2580 checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
2581 dependencies = [
2582  "proc-macro2",
2583  "quote",
2586 [[package]]
2587 name = "want"
2588 version = "0.3.1"
2589 source = "registry+https://github.com/rust-lang/crates.io-index"
2590 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2591 dependencies = [
2592  "try-lock",
2595 [[package]]
2596 name = "wasi"
2597 version = "0.11.0+wasi-snapshot-preview1"
2598 source = "registry+https://github.com/rust-lang/crates.io-index"
2599 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2601 [[package]]
2602 name = "wasm-bindgen"
2603 version = "0.2.92"
2604 source = "registry+https://github.com/rust-lang/crates.io-index"
2605 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2606 dependencies = [
2607  "cfg-if",
2608  "wasm-bindgen-macro",
2611 [[package]]
2612 name = "wasm-bindgen-backend"
2613 version = "0.2.92"
2614 source = "registry+https://github.com/rust-lang/crates.io-index"
2615 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2616 dependencies = [
2617  "bumpalo",
2618  "log",
2619  "once_cell",
2620  "proc-macro2",
2621  "quote",
2622  "syn 2.0.73",
2623  "wasm-bindgen-shared",
2626 [[package]]
2627 name = "wasm-bindgen-macro"
2628 version = "0.2.92"
2629 source = "registry+https://github.com/rust-lang/crates.io-index"
2630 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2631 dependencies = [
2632  "quote",
2633  "wasm-bindgen-macro-support",
2636 [[package]]
2637 name = "wasm-bindgen-macro-support"
2638 version = "0.2.92"
2639 source = "registry+https://github.com/rust-lang/crates.io-index"
2640 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2641 dependencies = [
2642  "proc-macro2",
2643  "quote",
2644  "syn 2.0.73",
2645  "wasm-bindgen-backend",
2646  "wasm-bindgen-shared",
2649 [[package]]
2650 name = "wasm-bindgen-shared"
2651 version = "0.2.92"
2652 source = "registry+https://github.com/rust-lang/crates.io-index"
2653 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2655 [[package]]
2656 name = "winapi"
2657 version = "0.3.9"
2658 source = "registry+https://github.com/rust-lang/crates.io-index"
2659 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2660 dependencies = [
2661  "winapi-i686-pc-windows-gnu",
2662  "winapi-x86_64-pc-windows-gnu",
2665 [[package]]
2666 name = "winapi-i686-pc-windows-gnu"
2667 version = "0.4.0"
2668 source = "registry+https://github.com/rust-lang/crates.io-index"
2669 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2671 [[package]]
2672 name = "winapi-util"
2673 version = "0.1.9"
2674 source = "registry+https://github.com/rust-lang/crates.io-index"
2675 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2676 dependencies = [
2677  "windows-sys 0.59.0",
2680 [[package]]
2681 name = "winapi-x86_64-pc-windows-gnu"
2682 version = "0.4.0"
2683 source = "registry+https://github.com/rust-lang/crates.io-index"
2684 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2686 [[package]]
2687 name = "windows"
2688 version = "0.52.0"
2689 source = "registry+https://github.com/rust-lang/crates.io-index"
2690 checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2691 dependencies = [
2692  "windows-core",
2693  "windows-targets",
2696 [[package]]
2697 name = "windows-core"
2698 version = "0.52.0"
2699 source = "registry+https://github.com/rust-lang/crates.io-index"
2700 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2701 dependencies = [
2702  "windows-targets",
2705 [[package]]
2706 name = "windows-sys"
2707 version = "0.52.0"
2708 source = "registry+https://github.com/rust-lang/crates.io-index"
2709 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2710 dependencies = [
2711  "windows-targets",
2714 [[package]]
2715 name = "windows-sys"
2716 version = "0.59.0"
2717 source = "registry+https://github.com/rust-lang/crates.io-index"
2718 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2719 dependencies = [
2720  "windows-targets",
2723 [[package]]
2724 name = "windows-targets"
2725 version = "0.52.6"
2726 source = "registry+https://github.com/rust-lang/crates.io-index"
2727 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2728 dependencies = [
2729  "windows_aarch64_gnullvm",
2730  "windows_aarch64_msvc",
2731  "windows_i686_gnu",
2732  "windows_i686_gnullvm",
2733  "windows_i686_msvc",
2734  "windows_x86_64_gnu",
2735  "windows_x86_64_gnullvm",
2736  "windows_x86_64_msvc",
2739 [[package]]
2740 name = "windows_aarch64_gnullvm"
2741 version = "0.52.6"
2742 source = "registry+https://github.com/rust-lang/crates.io-index"
2743 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2745 [[package]]
2746 name = "windows_aarch64_msvc"
2747 version = "0.52.6"
2748 source = "registry+https://github.com/rust-lang/crates.io-index"
2749 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2751 [[package]]
2752 name = "windows_i686_gnu"
2753 version = "0.52.6"
2754 source = "registry+https://github.com/rust-lang/crates.io-index"
2755 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2757 [[package]]
2758 name = "windows_i686_gnullvm"
2759 version = "0.52.6"
2760 source = "registry+https://github.com/rust-lang/crates.io-index"
2761 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2763 [[package]]
2764 name = "windows_i686_msvc"
2765 version = "0.52.6"
2766 source = "registry+https://github.com/rust-lang/crates.io-index"
2767 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2769 [[package]]
2770 name = "windows_x86_64_gnu"
2771 version = "0.52.6"
2772 source = "registry+https://github.com/rust-lang/crates.io-index"
2773 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2775 [[package]]
2776 name = "windows_x86_64_gnullvm"
2777 version = "0.52.6"
2778 source = "registry+https://github.com/rust-lang/crates.io-index"
2779 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2781 [[package]]
2782 name = "windows_x86_64_msvc"
2783 version = "0.52.6"
2784 source = "registry+https://github.com/rust-lang/crates.io-index"
2785 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2787 [[package]]
2788 name = "winnow"
2789 version = "0.5.40"
2790 source = "registry+https://github.com/rust-lang/crates.io-index"
2791 checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2792 dependencies = [
2793  "memchr",
2796 [[package]]
2797 name = "winnow"
2798 version = "0.6.18"
2799 source = "registry+https://github.com/rust-lang/crates.io-index"
2800 checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2801 dependencies = [
2802  "memchr",
2805 [[package]]
2806 name = "xattr"
2807 version = "1.3.1"
2808 source = "registry+https://github.com/rust-lang/crates.io-index"
2809 checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
2810 dependencies = [
2811  "libc",
2812  "linux-raw-sys",
2813  "rustix",
2816 [[package]]
2817 name = "xdg-home"
2818 version = "1.3.0"
2819 source = "registry+https://github.com/rust-lang/crates.io-index"
2820 checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
2821 dependencies = [
2822  "libc",
2823  "windows-sys 0.59.0",
2826 [[package]]
2827 name = "zbus"
2828 version = "4.4.0"
2829 source = "registry+https://github.com/rust-lang/crates.io-index"
2830 checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
2831 dependencies = [
2832  "async-broadcast",
2833  "async-process",
2834  "async-recursion",
2835  "async-trait",
2836  "enumflags2",
2837  "event-listener",
2838  "futures-core",
2839  "futures-sink",
2840  "futures-util",
2841  "hex",
2842  "nix",
2843  "ordered-stream",
2844  "rand",
2845  "serde",
2846  "serde_repr",
2847  "sha1",
2848  "static_assertions",
2849  "tokio",
2850  "tracing",
2851  "uds_windows",
2852  "windows-sys 0.52.0",
2853  "xdg-home",
2854  "zbus_macros",
2855  "zbus_names",
2856  "zvariant",
2859 [[package]]
2860 name = "zbus_macros"
2861 version = "4.4.0"
2862 source = "registry+https://github.com/rust-lang/crates.io-index"
2863 checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
2864 dependencies = [
2865  "proc-macro-crate",
2866  "proc-macro2",
2867  "quote",
2868  "syn 2.0.73",
2869  "zvariant_utils",
2872 [[package]]
2873 name = "zbus_names"
2874 version = "3.0.0"
2875 source = "registry+https://github.com/rust-lang/crates.io-index"
2876 checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2877 dependencies = [
2878  "serde",
2879  "static_assertions",
2880  "zvariant",
2883 [[package]]
2884 name = "zerocopy"
2885 version = "0.7.35"
2886 source = "registry+https://github.com/rust-lang/crates.io-index"
2887 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2888 dependencies = [
2889  "byteorder",
2890  "zerocopy-derive",
2893 [[package]]
2894 name = "zerocopy-derive"
2895 version = "0.7.35"
2896 source = "registry+https://github.com/rust-lang/crates.io-index"
2897 checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2898 dependencies = [
2899  "proc-macro2",
2900  "quote",
2901  "syn 2.0.73",
2904 [[package]]
2905 name = "zeroize"
2906 version = "1.8.1"
2907 source = "registry+https://github.com/rust-lang/crates.io-index"
2908 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2909 dependencies = [
2910  "zeroize_derive",
2913 [[package]]
2914 name = "zeroize_derive"
2915 version = "1.4.2"
2916 source = "registry+https://github.com/rust-lang/crates.io-index"
2917 checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2918 dependencies = [
2919  "proc-macro2",
2920  "quote",
2921  "syn 2.0.73",
2924 [[package]]
2925 name = "zvariant"
2926 version = "4.2.0"
2927 source = "registry+https://github.com/rust-lang/crates.io-index"
2928 checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
2929 dependencies = [
2930  "endi",
2931  "enumflags2",
2932  "serde",
2933  "static_assertions",
2934  "url",
2935  "zvariant_derive",
2938 [[package]]
2939 name = "zvariant_derive"
2940 version = "4.2.0"
2941 source = "registry+https://github.com/rust-lang/crates.io-index"
2942 checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
2943 dependencies = [
2944  "proc-macro-crate",
2945  "proc-macro2",
2946  "quote",
2947  "syn 2.0.73",
2948  "zvariant_utils",
2951 [[package]]
2952 name = "zvariant_utils"
2953 version = "2.1.0"
2954 source = "registry+https://github.com/rust-lang/crates.io-index"
2955 checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
2956 dependencies = [
2957  "proc-macro2",
2958  "quote",
2959  "syn 2.0.73",