nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10
11[[package]]
12name = "ahash"
13version = "0.8.11"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
16dependencies = [
17 "cfg-if",
18 "once_cell",
19 "version_check",
20 "zerocopy 0.7.35",
21]
22
23[[package]]
24name = "aho-corasick"
25version = "1.1.3"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
28dependencies = [
29 "memchr",
30]
31
32[[package]]
33name = "android-tzdata"
34version = "0.1.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
37
38[[package]]
39name = "android_system_properties"
40version = "0.1.5"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
43dependencies = [
44 "libc",
45]
46
47[[package]]
48name = "ashpd"
49version = "0.10.3"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "de3d60bee1a1d38c2077030f4788e1b4e31058d2e79a8cfc8f2b440bd44db290"
52dependencies = [
53 "async-fs",
54 "async-net",
55 "enumflags2",
56 "futures-channel",
57 "futures-util",
58 "rand 0.8.5",
59 "serde",
60 "serde_repr",
61 "url",
62 "zbus 5.5.0",
63]
64
65[[package]]
66name = "async-broadcast"
67version = "0.7.2"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
70dependencies = [
71 "event-listener 5.4.0",
72 "event-listener-strategy",
73 "futures-core",
74 "pin-project-lite",
75]
76
77[[package]]
78name = "async-channel"
79version = "1.9.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
82dependencies = [
83 "concurrent-queue",
84 "event-listener 2.5.3",
85 "futures-core",
86]
87
88[[package]]
89name = "async-channel"
90version = "2.3.1"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
93dependencies = [
94 "concurrent-queue",
95 "event-listener-strategy",
96 "futures-core",
97 "pin-project-lite",
98]
99
100[[package]]
101name = "async-executor"
102version = "1.13.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
105dependencies = [
106 "async-task",
107 "concurrent-queue",
108 "fastrand",
109 "futures-lite",
110 "slab",
111]
112
113[[package]]
114name = "async-fs"
115version = "2.1.2"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
118dependencies = [
119 "async-lock",
120 "blocking",
121 "futures-lite",
122]
123
124[[package]]
125name = "async-global-executor"
126version = "2.4.1"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
129dependencies = [
130 "async-channel 2.3.1",
131 "async-executor",
132 "async-io",
133 "async-lock",
134 "blocking",
135 "futures-lite",
136 "once_cell",
137]
138
139[[package]]
140name = "async-io"
141version = "2.4.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
144dependencies = [
145 "async-lock",
146 "cfg-if",
147 "concurrent-queue",
148 "futures-io",
149 "futures-lite",
150 "parking",
151 "polling",
152 "rustix 0.38.44",
153 "slab",
154 "tracing",
155 "windows-sys 0.59.0",
156]
157
158[[package]]
159name = "async-lock"
160version = "3.4.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
163dependencies = [
164 "event-listener 5.4.0",
165 "event-listener-strategy",
166 "pin-project-lite",
167]
168
169[[package]]
170name = "async-net"
171version = "2.0.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
174dependencies = [
175 "async-io",
176 "blocking",
177 "futures-lite",
178]
179
180[[package]]
181name = "async-process"
182version = "2.3.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
185dependencies = [
186 "async-channel 2.3.1",
187 "async-io",
188 "async-lock",
189 "async-signal",
190 "async-task",
191 "blocking",
192 "cfg-if",
193 "event-listener 5.4.0",
194 "futures-lite",
195 "rustix 0.38.44",
196 "tracing",
197]
198
199[[package]]
200name = "async-recursion"
201version = "1.1.1"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
204dependencies = [
205 "proc-macro2",
206 "quote",
207 "syn",
208]
209
210[[package]]
211name = "async-signal"
212version = "0.2.10"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
215dependencies = [
216 "async-io",
217 "async-lock",
218 "atomic-waker",
219 "cfg-if",
220 "futures-core",
221 "futures-io",
222 "rustix 0.38.44",
223 "signal-hook-registry",
224 "slab",
225 "windows-sys 0.59.0",
226]
227
228[[package]]
229name = "async-std"
230version = "1.13.1"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
233dependencies = [
234 "async-channel 1.9.0",
235 "async-global-executor",
236 "async-io",
237 "async-lock",
238 "async-process",
239 "crossbeam-utils",
240 "futures-channel",
241 "futures-core",
242 "futures-io",
243 "futures-lite",
244 "gloo-timers",
245 "kv-log-macro",
246 "log",
247 "memchr",
248 "once_cell",
249 "pin-project-lite",
250 "pin-utils",
251 "slab",
252 "wasm-bindgen-futures",
253]
254
255[[package]]
256name = "async-task"
257version = "4.7.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
260
261[[package]]
262name = "async-trait"
263version = "0.1.88"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
266dependencies = [
267 "proc-macro2",
268 "quote",
269 "syn",
270]
271
272[[package]]
273name = "atomic-waker"
274version = "1.1.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
277
278[[package]]
279name = "atomic_refcell"
280version = "0.1.13"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
283
284[[package]]
285name = "autocfg"
286version = "1.4.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
289
290[[package]]
291name = "base64"
292version = "0.21.7"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
295
296[[package]]
297name = "bitflags"
298version = "1.3.2"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
301
302[[package]]
303name = "bitflags"
304version = "2.9.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
307
308[[package]]
309name = "block"
310version = "0.1.6"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
313
314[[package]]
315name = "block-buffer"
316version = "0.10.4"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
319dependencies = [
320 "generic-array",
321]
322
323[[package]]
324name = "blocking"
325version = "1.6.1"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
328dependencies = [
329 "async-channel 2.3.1",
330 "async-task",
331 "futures-io",
332 "futures-lite",
333 "piper",
334]
335
336[[package]]
337name = "bumpalo"
338version = "3.17.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
341
342[[package]]
343name = "bytemuck"
344version = "1.22.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
347
348[[package]]
349name = "byteorder"
350version = "1.5.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
353
354[[package]]
355name = "cacache"
356version = "13.1.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "5c5063741c7b2e260bbede781cf4679632dd90e2718e99f7715e46824b65670b"
359dependencies = [
360 "async-std",
361 "digest",
362 "either",
363 "futures",
364 "hex",
365 "libc",
366 "memmap2",
367 "miette",
368 "reflink-copy",
369 "serde",
370 "serde_derive",
371 "serde_json",
372 "sha1",
373 "sha2",
374 "ssri",
375 "tempfile",
376 "thiserror 1.0.69",
377 "walkdir",
378]
379
380[[package]]
381name = "cairo-rs"
382version = "0.20.7"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "ae50b5510d86cf96ac2370e66d8dc960882f3df179d6a5a1e52bd94a1416c0f7"
385dependencies = [
386 "bitflags 2.9.0",
387 "cairo-sys-rs",
388 "glib",
389 "libc",
390]
391
392[[package]]
393name = "cairo-sys-rs"
394version = "0.20.7"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "f18b6bb8e43c7eb0f2aac7976afe0c61b6f5fc2ab7bc4c139537ea56c92290df"
397dependencies = [
398 "glib-sys",
399 "libc",
400 "system-deps",
401]
402
403[[package]]
404name = "cc"
405version = "1.2.16"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
408dependencies = [
409 "shlex",
410]
411
412[[package]]
413name = "cfg-expr"
414version = "0.17.2"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789"
417dependencies = [
418 "smallvec",
419 "target-lexicon",
420]
421
422[[package]]
423name = "cfg-if"
424version = "1.0.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
427
428[[package]]
429name = "cfg_aliases"
430version = "0.2.1"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
433
434[[package]]
435name = "chrono"
436version = "0.4.40"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
439dependencies = [
440 "android-tzdata",
441 "iana-time-zone",
442 "num-traits",
443 "windows-link",
444]
445
446[[package]]
447name = "color-thief"
448version = "0.2.2"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "e6460d760cf38ce67c9e0318f896538820acc54f2d0a3bfc5b2c557211066c98"
451dependencies = [
452 "rgb",
453]
454
455[[package]]
456name = "common-path"
457version = "1.0.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
460
461[[package]]
462name = "concurrent-queue"
463version = "2.5.0"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
466dependencies = [
467 "crossbeam-utils",
468]
469
470[[package]]
471name = "core-foundation-sys"
472version = "0.8.7"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
475
476[[package]]
477name = "cpufeatures"
478version = "0.2.17"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
481dependencies = [
482 "libc",
483]
484
485[[package]]
486name = "crc32fast"
487version = "1.4.2"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
490dependencies = [
491 "cfg-if",
492]
493
494[[package]]
495name = "crossbeam-channel"
496version = "0.5.14"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
499dependencies = [
500 "crossbeam-utils",
501]
502
503[[package]]
504name = "crossbeam-epoch"
505version = "0.9.18"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
508dependencies = [
509 "crossbeam-utils",
510]
511
512[[package]]
513name = "crossbeam-utils"
514version = "0.8.21"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
517
518[[package]]
519name = "crypto-common"
520version = "0.1.6"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
523dependencies = [
524 "generic-array",
525 "typenum",
526]
527
528[[package]]
529name = "data-encoding"
530version = "2.8.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
533
534[[package]]
535name = "digest"
536version = "0.10.7"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
539dependencies = [
540 "block-buffer",
541 "crypto-common",
542]
543
544[[package]]
545name = "displaydoc"
546version = "0.2.5"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
549dependencies = [
550 "proc-macro2",
551 "quote",
552 "syn",
553]
554
555[[package]]
556name = "either"
557version = "1.15.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
560
561[[package]]
562name = "endi"
563version = "1.1.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
566
567[[package]]
568name = "enumflags2"
569version = "0.7.11"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
572dependencies = [
573 "enumflags2_derive",
574 "serde",
575]
576
577[[package]]
578name = "enumflags2_derive"
579version = "0.7.11"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
582dependencies = [
583 "proc-macro2",
584 "quote",
585 "syn",
586]
587
588[[package]]
589name = "equivalent"
590version = "1.0.2"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
593
594[[package]]
595name = "errno"
596version = "0.3.10"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
599dependencies = [
600 "libc",
601 "windows-sys 0.59.0",
602]
603
604[[package]]
605name = "event-listener"
606version = "2.5.3"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
609
610[[package]]
611name = "event-listener"
612version = "5.4.0"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
615dependencies = [
616 "concurrent-queue",
617 "parking",
618 "pin-project-lite",
619]
620
621[[package]]
622name = "event-listener-strategy"
623version = "0.5.3"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
626dependencies = [
627 "event-listener 5.4.0",
628 "pin-project-lite",
629]
630
631[[package]]
632name = "fallible-iterator"
633version = "0.3.0"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
636
637[[package]]
638name = "fallible-streaming-iterator"
639version = "0.1.9"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
642
643[[package]]
644name = "fastrand"
645version = "2.3.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
648
649[[package]]
650name = "field-offset"
651version = "0.3.6"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
654dependencies = [
655 "memoffset",
656 "rustc_version",
657]
658
659[[package]]
660name = "file-id"
661version = "0.2.2"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "6bc904b9bbefcadbd8e3a9fb0d464a9b979de6324c03b3c663e8994f46a5be36"
664dependencies = [
665 "windows-sys 0.52.0",
666]
667
668[[package]]
669name = "filetime"
670version = "0.2.25"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
673dependencies = [
674 "cfg-if",
675 "libc",
676 "libredox",
677 "windows-sys 0.59.0",
678]
679
680[[package]]
681name = "flate2"
682version = "1.1.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
685dependencies = [
686 "crc32fast",
687 "miniz_oxide",
688]
689
690[[package]]
691name = "flexi_logger"
692version = "0.29.8"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "88a5a6882b2e137c4f2664562995865084eb5a00611fba30c582ef10354c4ad8"
695dependencies = [
696 "chrono",
697 "log",
698 "nu-ansi-term 0.50.1",
699 "regex",
700 "thiserror 2.0.12",
701]
702
703[[package]]
704name = "form_urlencoded"
705version = "1.2.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
708dependencies = [
709 "percent-encoding",
710]
711
712[[package]]
713name = "fsevent-sys"
714version = "4.1.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
717dependencies = [
718 "libc",
719]
720
721[[package]]
722name = "futures"
723version = "0.3.31"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
726dependencies = [
727 "futures-channel",
728 "futures-core",
729 "futures-executor",
730 "futures-io",
731 "futures-sink",
732 "futures-task",
733 "futures-util",
734]
735
736[[package]]
737name = "futures-channel"
738version = "0.3.31"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
741dependencies = [
742 "futures-core",
743 "futures-sink",
744]
745
746[[package]]
747name = "futures-core"
748version = "0.3.31"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
751
752[[package]]
753name = "futures-executor"
754version = "0.3.31"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
757dependencies = [
758 "futures-core",
759 "futures-task",
760 "futures-util",
761]
762
763[[package]]
764name = "futures-io"
765version = "0.3.31"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
768
769[[package]]
770name = "futures-lite"
771version = "2.6.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
774dependencies = [
775 "fastrand",
776 "futures-core",
777 "futures-io",
778 "parking",
779 "pin-project-lite",
780]
781
782[[package]]
783name = "futures-macro"
784version = "0.3.31"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
787dependencies = [
788 "proc-macro2",
789 "quote",
790 "syn",
791]
792
793[[package]]
794name = "futures-sink"
795version = "0.3.31"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
798
799[[package]]
800name = "futures-task"
801version = "0.3.31"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
804
805[[package]]
806name = "futures-util"
807version = "0.3.31"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
810dependencies = [
811 "futures-channel",
812 "futures-core",
813 "futures-io",
814 "futures-macro",
815 "futures-sink",
816 "futures-task",
817 "memchr",
818 "pin-project-lite",
819 "pin-utils",
820 "slab",
821]
822
823[[package]]
824name = "fuzzy-matcher"
825version = "0.3.7"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
828dependencies = [
829 "thread_local",
830]
831
832[[package]]
833name = "gdk-pixbuf"
834version = "0.20.9"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "7563afd6ff0a221edfbb70a78add5075b8d9cb48e637a40a24c3ece3fea414d0"
837dependencies = [
838 "gdk-pixbuf-sys",
839 "gio",
840 "glib",
841 "libc",
842]
843
844[[package]]
845name = "gdk-pixbuf-sys"
846version = "0.20.7"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "67f2587c9202bf997476bbba6aaed4f78a11538a2567df002a5f57f5331d0b5c"
849dependencies = [
850 "gio-sys",
851 "glib-sys",
852 "gobject-sys",
853 "libc",
854 "system-deps",
855]
856
857[[package]]
858name = "gdk4"
859version = "0.9.6"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "4850c9d9c1aecd1a3eb14fadc1cdb0ac0a2298037e116264c7473e1740a32d60"
862dependencies = [
863 "cairo-rs",
864 "gdk-pixbuf",
865 "gdk4-sys",
866 "gio",
867 "glib",
868 "libc",
869 "pango",
870]
871
872[[package]]
873name = "gdk4-sys"
874version = "0.9.6"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "6f6eb95798e2b46f279cf59005daf297d5b69555428f185650d71974a910473a"
877dependencies = [
878 "cairo-sys-rs",
879 "gdk-pixbuf-sys",
880 "gio-sys",
881 "glib-sys",
882 "gobject-sys",
883 "libc",
884 "pango-sys",
885 "pkg-config",
886 "system-deps",
887]
888
889[[package]]
890name = "generator"
891version = "0.8.4"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
894dependencies = [
895 "cfg-if",
896 "libc",
897 "log",
898 "rustversion",
899 "windows 0.58.0",
900]
901
902[[package]]
903name = "generic-array"
904version = "0.14.7"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
907dependencies = [
908 "typenum",
909 "version_check",
910]
911
912[[package]]
913name = "getrandom"
914version = "0.2.15"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
917dependencies = [
918 "cfg-if",
919 "libc",
920 "wasi 0.11.0+wasi-snapshot-preview1",
921]
922
923[[package]]
924name = "getrandom"
925version = "0.3.1"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
928dependencies = [
929 "cfg-if",
930 "libc",
931 "wasi 0.13.3+wasi-0.2.2",
932 "windows-targets",
933]
934
935[[package]]
936name = "gettext-rs"
937version = "0.7.2"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a"
940dependencies = [
941 "gettext-sys",
942 "locale_config",
943]
944
945[[package]]
946name = "gettext-sys"
947version = "0.22.5"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "bb45773f5b8945f12aecd04558f545964f943dacda1b1155b3d738f5469ef661"
950dependencies = [
951 "cc",
952 "temp-dir",
953]
954
955[[package]]
956name = "gio"
957version = "0.20.9"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "a4f00c70f8029d84ea7572dd0e1aaa79e5329667b4c17f329d79ffb1e6277487"
960dependencies = [
961 "futures-channel",
962 "futures-core",
963 "futures-io",
964 "futures-util",
965 "gio-sys",
966 "glib",
967 "libc",
968 "pin-project-lite",
969 "smallvec",
970]
971
972[[package]]
973name = "gio-sys"
974version = "0.20.9"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "160eb5250a26998c3e1b54e6a3d4ea15c6c7762a6062a19a7b63eff6e2b33f9e"
977dependencies = [
978 "glib-sys",
979 "gobject-sys",
980 "libc",
981 "system-deps",
982 "windows-sys 0.59.0",
983]
984
985[[package]]
986name = "glib"
987version = "0.20.9"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "707b819af8059ee5395a2de9f2317d87a53dbad8846a2f089f0bb44703f37686"
990dependencies = [
991 "bitflags 2.9.0",
992 "futures-channel",
993 "futures-core",
994 "futures-executor",
995 "futures-task",
996 "futures-util",
997 "gio-sys",
998 "glib-macros",
999 "glib-sys",
1000 "gobject-sys",
1001 "libc",
1002 "memchr",
1003 "smallvec",
1004]
1005
1006[[package]]
1007name = "glib-macros"
1008version = "0.20.7"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "715601f8f02e71baef9c1f94a657a9a77c192aea6097cf9ae7e5e177cd8cde68"
1011dependencies = [
1012 "heck",
1013 "proc-macro-crate",
1014 "proc-macro2",
1015 "quote",
1016 "syn",
1017]
1018
1019[[package]]
1020name = "glib-sys"
1021version = "0.20.9"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "a8928869a44cfdd1fccb17d6746e4ff82c8f82e41ce705aa026a52ca8dc3aefb"
1024dependencies = [
1025 "libc",
1026 "system-deps",
1027]
1028
1029[[package]]
1030name = "gloo-timers"
1031version = "0.3.0"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1034dependencies = [
1035 "futures-channel",
1036 "futures-core",
1037 "js-sys",
1038 "wasm-bindgen",
1039]
1040
1041[[package]]
1042name = "gobject-sys"
1043version = "0.20.9"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "c773a3cb38a419ad9c26c81d177d96b4b08980e8bdbbf32dace883e96e96e7e3"
1046dependencies = [
1047 "glib-sys",
1048 "libc",
1049 "system-deps",
1050]
1051
1052[[package]]
1053name = "graphene-rs"
1054version = "0.20.9"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "3cbc5911bfb32d68dcfa92c9510c462696c2f715548fcd7f3f1be424c739de19"
1057dependencies = [
1058 "glib",
1059 "graphene-sys",
1060 "libc",
1061]
1062
1063[[package]]
1064name = "graphene-sys"
1065version = "0.20.7"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "11a68d39515bf340e879b72cecd4a25c1332557757ada6e8aba8654b4b81d23a"
1068dependencies = [
1069 "glib-sys",
1070 "libc",
1071 "pkg-config",
1072 "system-deps",
1073]
1074
1075[[package]]
1076name = "gsk4"
1077version = "0.9.6"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "61f5e72f931c8c9f65fbfc89fe0ddc7746f147f822f127a53a9854666ac1f855"
1080dependencies = [
1081 "cairo-rs",
1082 "gdk4",
1083 "glib",
1084 "graphene-rs",
1085 "gsk4-sys",
1086 "libc",
1087 "pango",
1088]
1089
1090[[package]]
1091name = "gsk4-sys"
1092version = "0.9.6"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "755059de55fa6f85a46bde8caf03e2184c96bfda1f6206163c72fb0ea12436dc"
1095dependencies = [
1096 "cairo-sys-rs",
1097 "gdk4-sys",
1098 "glib-sys",
1099 "gobject-sys",
1100 "graphene-sys",
1101 "libc",
1102 "pango-sys",
1103 "system-deps",
1104]
1105
1106[[package]]
1107name = "gstreamer"
1108version = "0.23.5"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "2188fe829b0ebe12e4cf2bbcf6658470a936269daba7afae92847a2af32c9105"
1111dependencies = [
1112 "cfg-if",
1113 "futures-channel",
1114 "futures-core",
1115 "futures-util",
1116 "glib",
1117 "gstreamer-sys",
1118 "itertools",
1119 "libc",
1120 "muldiv",
1121 "num-integer",
1122 "num-rational",
1123 "once_cell",
1124 "option-operations",
1125 "paste",
1126 "pin-project-lite",
1127 "smallvec",
1128 "thiserror 2.0.12",
1129]
1130
1131[[package]]
1132name = "gstreamer-audio"
1133version = "0.23.5"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "49118ca684e2fc42207509fcac8497d91079c2ffe8ff2b4ae99e71dbafef1ede"
1136dependencies = [
1137 "cfg-if",
1138 "glib",
1139 "gstreamer",
1140 "gstreamer-audio-sys",
1141 "gstreamer-base",
1142 "libc",
1143 "once_cell",
1144 "smallvec",
1145]
1146
1147[[package]]
1148name = "gstreamer-audio-sys"
1149version = "0.23.5"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "7d469526ecf30811b50a6460fd285ee40d189c46048b3d0c69b67a04b414fb51"
1152dependencies = [
1153 "glib-sys",
1154 "gobject-sys",
1155 "gstreamer-base-sys",
1156 "gstreamer-sys",
1157 "libc",
1158 "system-deps",
1159]
1160
1161[[package]]
1162name = "gstreamer-base"
1163version = "0.23.5"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "ad33dd444db0d215ac363164f900f800ffb93361ad8a60840e95e14b7de985e8"
1166dependencies = [
1167 "atomic_refcell",
1168 "cfg-if",
1169 "glib",
1170 "gstreamer",
1171 "gstreamer-base-sys",
1172 "libc",
1173]
1174
1175[[package]]
1176name = "gstreamer-base-sys"
1177version = "0.23.5"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "114b2a704f19a70f20c54b00e54f5d5376bbf78bd2791e6beb0776c997d8bf24"
1180dependencies = [
1181 "glib-sys",
1182 "gobject-sys",
1183 "gstreamer-sys",
1184 "libc",
1185 "system-deps",
1186]
1187
1188[[package]]
1189name = "gstreamer-play"
1190version = "0.23.5"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "6ef455584b832e9fdc76f7952b9432eaee2fd287157b03cf2bc0e83f1b41619c"
1193dependencies = [
1194 "glib",
1195 "gstreamer",
1196 "gstreamer-play-sys",
1197 "gstreamer-video",
1198 "libc",
1199]
1200
1201[[package]]
1202name = "gstreamer-play-sys"
1203version = "0.23.5"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "b01c1c4f09cb6709c7da2532b3fcbc14da9006d508baee606328080e46f491f5"
1206dependencies = [
1207 "glib-sys",
1208 "gobject-sys",
1209 "gstreamer-sys",
1210 "gstreamer-video-sys",
1211 "libc",
1212 "system-deps",
1213]
1214
1215[[package]]
1216name = "gstreamer-sys"
1217version = "0.23.5"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "fe159238834058725808cf6604a7c5d9e4a50e1eacd7b0c63bce2fe3a067dbd1"
1220dependencies = [
1221 "glib-sys",
1222 "gobject-sys",
1223 "libc",
1224 "system-deps",
1225]
1226
1227[[package]]
1228name = "gstreamer-video"
1229version = "0.23.5"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "ad242d388b63c91652c8157de3b0c1f709e49c941a0aae1952455f6ee326ca2d"
1232dependencies = [
1233 "cfg-if",
1234 "futures-channel",
1235 "glib",
1236 "gstreamer",
1237 "gstreamer-base",
1238 "gstreamer-video-sys",
1239 "libc",
1240 "once_cell",
1241 "thiserror 2.0.12",
1242]
1243
1244[[package]]
1245name = "gstreamer-video-sys"
1246version = "0.23.5"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "465ff496889fb38be47f5e821163c2e83414d87c4aa55f5aae62dc7200971d4d"
1249dependencies = [
1250 "glib-sys",
1251 "gobject-sys",
1252 "gstreamer-base-sys",
1253 "gstreamer-sys",
1254 "libc",
1255 "system-deps",
1256]
1257
1258[[package]]
1259name = "gtk4"
1260version = "0.9.6"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "af1c491051f030994fd0cde6f3c44f3f5640210308cff1298c7673c47408091d"
1263dependencies = [
1264 "cairo-rs",
1265 "field-offset",
1266 "futures-channel",
1267 "gdk-pixbuf",
1268 "gdk4",
1269 "gio",
1270 "glib",
1271 "graphene-rs",
1272 "gsk4",
1273 "gtk4-macros",
1274 "gtk4-sys",
1275 "libc",
1276 "pango",
1277]
1278
1279[[package]]
1280name = "gtk4-macros"
1281version = "0.9.5"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "0ed1786c4703dd196baf7e103525ce0cf579b3a63a0570fe653b7ee6bac33999"
1284dependencies = [
1285 "proc-macro-crate",
1286 "proc-macro2",
1287 "quote",
1288 "syn",
1289]
1290
1291[[package]]
1292name = "gtk4-sys"
1293version = "0.9.6"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "41e03b01e54d77c310e1d98647d73f996d04b2f29b9121fe493ea525a7ec03d6"
1296dependencies = [
1297 "cairo-sys-rs",
1298 "gdk-pixbuf-sys",
1299 "gdk4-sys",
1300 "gio-sys",
1301 "glib-sys",
1302 "gobject-sys",
1303 "graphene-sys",
1304 "gsk4-sys",
1305 "libc",
1306 "pango-sys",
1307 "system-deps",
1308]
1309
1310[[package]]
1311name = "hashbrown"
1312version = "0.14.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1315dependencies = [
1316 "ahash",
1317]
1318
1319[[package]]
1320name = "hashbrown"
1321version = "0.15.2"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1324
1325[[package]]
1326name = "hashlink"
1327version = "0.9.1"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
1330dependencies = [
1331 "hashbrown 0.14.5",
1332]
1333
1334[[package]]
1335name = "heck"
1336version = "0.5.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1339
1340[[package]]
1341name = "hermit-abi"
1342version = "0.4.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1345
1346[[package]]
1347name = "hex"
1348version = "0.4.3"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1351
1352[[package]]
1353name = "iana-time-zone"
1354version = "0.1.61"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1357dependencies = [
1358 "android_system_properties",
1359 "core-foundation-sys",
1360 "iana-time-zone-haiku",
1361 "js-sys",
1362 "wasm-bindgen",
1363 "windows-core 0.52.0",
1364]
1365
1366[[package]]
1367name = "iana-time-zone-haiku"
1368version = "0.1.2"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1371dependencies = [
1372 "cc",
1373]
1374
1375[[package]]
1376name = "icu_collections"
1377version = "1.5.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1380dependencies = [
1381 "displaydoc",
1382 "yoke",
1383 "zerofrom",
1384 "zerovec",
1385]
1386
1387[[package]]
1388name = "icu_locid"
1389version = "1.5.0"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1392dependencies = [
1393 "displaydoc",
1394 "litemap",
1395 "tinystr",
1396 "writeable",
1397 "zerovec",
1398]
1399
1400[[package]]
1401name = "icu_locid_transform"
1402version = "1.5.0"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1405dependencies = [
1406 "displaydoc",
1407 "icu_locid",
1408 "icu_locid_transform_data",
1409 "icu_provider",
1410 "tinystr",
1411 "zerovec",
1412]
1413
1414[[package]]
1415name = "icu_locid_transform_data"
1416version = "1.5.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1419
1420[[package]]
1421name = "icu_normalizer"
1422version = "1.5.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1425dependencies = [
1426 "displaydoc",
1427 "icu_collections",
1428 "icu_normalizer_data",
1429 "icu_properties",
1430 "icu_provider",
1431 "smallvec",
1432 "utf16_iter",
1433 "utf8_iter",
1434 "write16",
1435 "zerovec",
1436]
1437
1438[[package]]
1439name = "icu_normalizer_data"
1440version = "1.5.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1443
1444[[package]]
1445name = "icu_properties"
1446version = "1.5.1"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1449dependencies = [
1450 "displaydoc",
1451 "icu_collections",
1452 "icu_locid_transform",
1453 "icu_properties_data",
1454 "icu_provider",
1455 "tinystr",
1456 "zerovec",
1457]
1458
1459[[package]]
1460name = "icu_properties_data"
1461version = "1.5.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1464
1465[[package]]
1466name = "icu_provider"
1467version = "1.5.0"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1470dependencies = [
1471 "displaydoc",
1472 "icu_locid",
1473 "icu_provider_macros",
1474 "stable_deref_trait",
1475 "tinystr",
1476 "writeable",
1477 "yoke",
1478 "zerofrom",
1479 "zerovec",
1480]
1481
1482[[package]]
1483name = "icu_provider_macros"
1484version = "1.5.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1487dependencies = [
1488 "proc-macro2",
1489 "quote",
1490 "syn",
1491]
1492
1493[[package]]
1494name = "idna"
1495version = "1.0.3"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1498dependencies = [
1499 "idna_adapter",
1500 "smallvec",
1501 "utf8_iter",
1502]
1503
1504[[package]]
1505name = "idna_adapter"
1506version = "1.2.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1509dependencies = [
1510 "icu_normalizer",
1511 "icu_properties",
1512]
1513
1514[[package]]
1515name = "indexmap"
1516version = "2.8.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
1519dependencies = [
1520 "equivalent",
1521 "hashbrown 0.15.2",
1522]
1523
1524[[package]]
1525name = "inotify"
1526version = "0.11.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
1529dependencies = [
1530 "bitflags 2.9.0",
1531 "inotify-sys",
1532 "libc",
1533]
1534
1535[[package]]
1536name = "inotify-sys"
1537version = "0.1.5"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1540dependencies = [
1541 "libc",
1542]
1543
1544[[package]]
1545name = "itertools"
1546version = "0.13.0"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1549dependencies = [
1550 "either",
1551]
1552
1553[[package]]
1554name = "itoa"
1555version = "1.0.15"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1558
1559[[package]]
1560name = "js-sys"
1561version = "0.3.77"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1564dependencies = [
1565 "once_cell",
1566 "wasm-bindgen",
1567]
1568
1569[[package]]
1570name = "json"
1571version = "0.12.4"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1574
1575[[package]]
1576name = "kqueue"
1577version = "1.0.8"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
1580dependencies = [
1581 "kqueue-sys",
1582 "libc",
1583]
1584
1585[[package]]
1586name = "kqueue-sys"
1587version = "1.0.4"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
1590dependencies = [
1591 "bitflags 1.3.2",
1592 "libc",
1593]
1594
1595[[package]]
1596name = "kv-log-macro"
1597version = "1.0.7"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1600dependencies = [
1601 "log",
1602]
1603
1604[[package]]
1605name = "lazy_static"
1606version = "1.5.0"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1609
1610[[package]]
1611name = "libadwaita"
1612version = "0.7.1"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "8611ee9fb85e7606c362b513afcaf5b59853f79e4d98caaaf581d99465014247"
1615dependencies = [
1616 "gdk4",
1617 "gio",
1618 "glib",
1619 "gtk4",
1620 "libadwaita-sys",
1621 "libc",
1622 "pango",
1623]
1624
1625[[package]]
1626name = "libadwaita-sys"
1627version = "0.7.1"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "b099a223560118d4d4fa04b6d23f3ea5b7171fe1d83dfb7e6b45b54cdfc83af9"
1630dependencies = [
1631 "gdk4-sys",
1632 "gio-sys",
1633 "glib-sys",
1634 "gobject-sys",
1635 "gtk4-sys",
1636 "libc",
1637 "pango-sys",
1638 "system-deps",
1639]
1640
1641[[package]]
1642name = "libc"
1643version = "0.2.171"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
1646
1647[[package]]
1648name = "libredox"
1649version = "0.1.3"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1652dependencies = [
1653 "bitflags 2.9.0",
1654 "libc",
1655 "redox_syscall",
1656]
1657
1658[[package]]
1659name = "libsqlite3-sys"
1660version = "0.30.1"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1663dependencies = [
1664 "pkg-config",
1665 "vcpkg",
1666]
1667
1668[[package]]
1669name = "linux-raw-sys"
1670version = "0.4.15"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1673
1674[[package]]
1675name = "linux-raw-sys"
1676version = "0.9.3"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
1679
1680[[package]]
1681name = "litemap"
1682version = "0.7.5"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1685
1686[[package]]
1687name = "locale_config"
1688version = "0.3.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
1691dependencies = [
1692 "lazy_static",
1693 "objc",
1694 "objc-foundation",
1695 "regex",
1696 "winapi",
1697]
1698
1699[[package]]
1700name = "lock_api"
1701version = "0.4.12"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1704dependencies = [
1705 "autocfg",
1706 "scopeguard",
1707]
1708
1709[[package]]
1710name = "lofty"
1711version = "0.22.2"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "781de624f162b1a8cbfbd577103ee9b8e5f62854b053ff48f4e31e68a0a7df6f"
1714dependencies = [
1715 "byteorder",
1716 "data-encoding",
1717 "flate2",
1718 "lofty_attr",
1719 "log",
1720 "ogg_pager",
1721 "paste",
1722]
1723
1724[[package]]
1725name = "lofty_attr"
1726version = "0.11.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "ed9983e64b2358522f745c1251924e3ab7252d55637e80f6a0a3de642d6a9efc"
1729dependencies = [
1730 "proc-macro2",
1731 "quote",
1732 "syn",
1733]
1734
1735[[package]]
1736name = "log"
1737version = "0.4.26"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
1740dependencies = [
1741 "value-bag",
1742]
1743
1744[[package]]
1745name = "loom"
1746version = "0.7.2"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1749dependencies = [
1750 "cfg-if",
1751 "generator",
1752 "scoped-tls",
1753 "tracing",
1754 "tracing-subscriber",
1755]
1756
1757[[package]]
1758name = "malloc_buf"
1759version = "0.0.6"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1762dependencies = [
1763 "libc",
1764]
1765
1766[[package]]
1767name = "matchers"
1768version = "0.1.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1771dependencies = [
1772 "regex-automata 0.1.10",
1773]
1774
1775[[package]]
1776name = "memchr"
1777version = "2.7.4"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1780
1781[[package]]
1782name = "memmap2"
1783version = "0.5.10"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
1786dependencies = [
1787 "libc",
1788]
1789
1790[[package]]
1791name = "memoffset"
1792version = "0.9.1"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1795dependencies = [
1796 "autocfg",
1797]
1798
1799[[package]]
1800name = "miette"
1801version = "5.10.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
1804dependencies = [
1805 "miette-derive",
1806 "once_cell",
1807 "thiserror 1.0.69",
1808 "unicode-width",
1809]
1810
1811[[package]]
1812name = "miette-derive"
1813version = "5.10.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
1816dependencies = [
1817 "proc-macro2",
1818 "quote",
1819 "syn",
1820]
1821
1822[[package]]
1823name = "mime"
1824version = "0.3.17"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1827
1828[[package]]
1829name = "mime_guess"
1830version = "2.0.5"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1833dependencies = [
1834 "mime",
1835 "unicase",
1836]
1837
1838[[package]]
1839name = "miniz_oxide"
1840version = "0.8.5"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1843dependencies = [
1844 "adler2",
1845]
1846
1847[[package]]
1848name = "mio"
1849version = "1.0.3"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1852dependencies = [
1853 "libc",
1854 "log",
1855 "wasi 0.11.0+wasi-snapshot-preview1",
1856 "windows-sys 0.52.0",
1857]
1858
1859[[package]]
1860name = "moka"
1861version = "0.12.10"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1864dependencies = [
1865 "async-lock",
1866 "crossbeam-channel",
1867 "crossbeam-epoch",
1868 "crossbeam-utils",
1869 "event-listener 5.4.0",
1870 "futures-util",
1871 "loom",
1872 "parking_lot",
1873 "portable-atomic",
1874 "rustc_version",
1875 "smallvec",
1876 "tagptr",
1877 "thiserror 1.0.69",
1878 "uuid",
1879]
1880
1881[[package]]
1882name = "mpris-server"
1883version = "0.8.1"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "058bc2227727af394f34aa51da3e36aeecf2c808f39315d35f754872660750ae"
1886dependencies = [
1887 "async-channel 2.3.1",
1888 "futures-channel",
1889 "serde",
1890 "trait-variant",
1891 "zbus 4.4.0",
1892]
1893
1894[[package]]
1895name = "muldiv"
1896version = "1.0.1"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
1899
1900[[package]]
1901name = "nix"
1902version = "0.29.0"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1905dependencies = [
1906 "bitflags 2.9.0",
1907 "cfg-if",
1908 "cfg_aliases",
1909 "libc",
1910 "memoffset",
1911]
1912
1913[[package]]
1914name = "notify"
1915version = "8.0.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
1918dependencies = [
1919 "bitflags 2.9.0",
1920 "filetime",
1921 "fsevent-sys",
1922 "inotify",
1923 "kqueue",
1924 "libc",
1925 "log",
1926 "mio",
1927 "notify-types",
1928 "walkdir",
1929 "windows-sys 0.59.0",
1930]
1931
1932[[package]]
1933name = "notify-debouncer-full"
1934version = "0.5.0"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "d2d88b1a7538054351c8258338df7c931a590513fb3745e8c15eb9ff4199b8d1"
1937dependencies = [
1938 "file-id",
1939 "log",
1940 "notify",
1941 "notify-types",
1942 "walkdir",
1943]
1944
1945[[package]]
1946name = "notify-types"
1947version = "2.0.0"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
1950
1951[[package]]
1952name = "nu-ansi-term"
1953version = "0.46.0"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1956dependencies = [
1957 "overload",
1958 "winapi",
1959]
1960
1961[[package]]
1962name = "nu-ansi-term"
1963version = "0.50.1"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
1966dependencies = [
1967 "windows-sys 0.52.0",
1968]
1969
1970[[package]]
1971name = "num-integer"
1972version = "0.1.46"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1975dependencies = [
1976 "num-traits",
1977]
1978
1979[[package]]
1980name = "num-rational"
1981version = "0.4.2"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1984dependencies = [
1985 "num-integer",
1986 "num-traits",
1987]
1988
1989[[package]]
1990name = "num-traits"
1991version = "0.2.19"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1994dependencies = [
1995 "autocfg",
1996]
1997
1998[[package]]
1999name = "objc"
2000version = "0.2.7"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2003dependencies = [
2004 "malloc_buf",
2005]
2006
2007[[package]]
2008name = "objc-foundation"
2009version = "0.1.1"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2012dependencies = [
2013 "block",
2014 "objc",
2015 "objc_id",
2016]
2017
2018[[package]]
2019name = "objc_id"
2020version = "0.1.1"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2023dependencies = [
2024 "objc",
2025]
2026
2027[[package]]
2028name = "ogg_pager"
2029version = "0.7.0"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19"
2032dependencies = [
2033 "byteorder",
2034]
2035
2036[[package]]
2037name = "once_cell"
2038version = "1.21.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
2041
2042[[package]]
2043name = "option-operations"
2044version = "0.5.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
2047dependencies = [
2048 "paste",
2049]
2050
2051[[package]]
2052name = "ordered-stream"
2053version = "0.2.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2056dependencies = [
2057 "futures-core",
2058 "pin-project-lite",
2059]
2060
2061[[package]]
2062name = "overload"
2063version = "0.1.1"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2066
2067[[package]]
2068name = "pango"
2069version = "0.20.9"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "6b1f5dc1b8cf9bc08bfc0843a04ee0fa2e78f1e1fa4b126844a383af4f25f0ec"
2072dependencies = [
2073 "gio",
2074 "glib",
2075 "libc",
2076 "pango-sys",
2077]
2078
2079[[package]]
2080name = "pango-sys"
2081version = "0.20.9"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "0dbb9b751673bd8fe49eb78620547973a1e719ed431372122b20abd12445bab5"
2084dependencies = [
2085 "glib-sys",
2086 "gobject-sys",
2087 "libc",
2088 "system-deps",
2089]
2090
2091[[package]]
2092name = "parking"
2093version = "2.2.1"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2096
2097[[package]]
2098name = "parking_lot"
2099version = "0.12.3"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2102dependencies = [
2103 "lock_api",
2104 "parking_lot_core",
2105]
2106
2107[[package]]
2108name = "parking_lot_core"
2109version = "0.9.10"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2112dependencies = [
2113 "cfg-if",
2114 "libc",
2115 "redox_syscall",
2116 "smallvec",
2117 "windows-targets",
2118]
2119
2120[[package]]
2121name = "paste"
2122version = "1.0.15"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2125
2126[[package]]
2127name = "percent-encoding"
2128version = "2.3.1"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2131
2132[[package]]
2133name = "pin-project-lite"
2134version = "0.2.16"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2137
2138[[package]]
2139name = "pin-utils"
2140version = "0.1.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2143
2144[[package]]
2145name = "piper"
2146version = "0.2.4"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2149dependencies = [
2150 "atomic-waker",
2151 "fastrand",
2152 "futures-io",
2153]
2154
2155[[package]]
2156name = "pkg-config"
2157version = "0.3.32"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2160
2161[[package]]
2162name = "polling"
2163version = "3.7.4"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
2166dependencies = [
2167 "cfg-if",
2168 "concurrent-queue",
2169 "hermit-abi",
2170 "pin-project-lite",
2171 "rustix 0.38.44",
2172 "tracing",
2173 "windows-sys 0.59.0",
2174]
2175
2176[[package]]
2177name = "portable-atomic"
2178version = "1.11.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2181
2182[[package]]
2183name = "ppv-lite86"
2184version = "0.2.21"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2187dependencies = [
2188 "zerocopy 0.8.23",
2189]
2190
2191[[package]]
2192name = "proc-macro-crate"
2193version = "3.3.0"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2196dependencies = [
2197 "toml_edit",
2198]
2199
2200[[package]]
2201name = "proc-macro2"
2202version = "1.0.94"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2205dependencies = [
2206 "unicode-ident",
2207]
2208
2209[[package]]
2210name = "quote"
2211version = "1.0.40"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2214dependencies = [
2215 "proc-macro2",
2216]
2217
2218[[package]]
2219name = "r2d2"
2220version = "0.8.10"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2223dependencies = [
2224 "log",
2225 "parking_lot",
2226 "scheduled-thread-pool",
2227]
2228
2229[[package]]
2230name = "r2d2_sqlite"
2231version = "0.25.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "eb14dba8247a6a15b7fdbc7d389e2e6f03ee9f184f87117706d509c092dfe846"
2234dependencies = [
2235 "r2d2",
2236 "rusqlite",
2237 "uuid",
2238]
2239
2240[[package]]
2241name = "rand"
2242version = "0.8.5"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2245dependencies = [
2246 "libc",
2247 "rand_chacha 0.3.1",
2248 "rand_core 0.6.4",
2249]
2250
2251[[package]]
2252name = "rand"
2253version = "0.9.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
2256dependencies = [
2257 "rand_chacha 0.9.0",
2258 "rand_core 0.9.3",
2259 "zerocopy 0.8.23",
2260]
2261
2262[[package]]
2263name = "rand_chacha"
2264version = "0.3.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2267dependencies = [
2268 "ppv-lite86",
2269 "rand_core 0.6.4",
2270]
2271
2272[[package]]
2273name = "rand_chacha"
2274version = "0.9.0"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2277dependencies = [
2278 "ppv-lite86",
2279 "rand_core 0.9.3",
2280]
2281
2282[[package]]
2283name = "rand_core"
2284version = "0.6.4"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2287dependencies = [
2288 "getrandom 0.2.15",
2289]
2290
2291[[package]]
2292name = "rand_core"
2293version = "0.9.3"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2296dependencies = [
2297 "getrandom 0.3.1",
2298]
2299
2300[[package]]
2301name = "recordbox"
2302version = "0.9.3"
2303dependencies = [
2304 "ashpd",
2305 "async-channel 2.3.1",
2306 "async-lock",
2307 "cacache",
2308 "color-thief",
2309 "common-path",
2310 "flexi_logger",
2311 "futures",
2312 "fuzzy-matcher",
2313 "gettext-rs",
2314 "gstreamer",
2315 "gstreamer-audio",
2316 "gstreamer-base",
2317 "gstreamer-play",
2318 "gtk4",
2319 "json",
2320 "lazy_static",
2321 "libadwaita",
2322 "lofty",
2323 "log",
2324 "mime_guess",
2325 "moka",
2326 "mpris-server",
2327 "notify-debouncer-full",
2328 "r2d2",
2329 "r2d2_sqlite",
2330 "rand 0.8.5",
2331 "rusqlite",
2332 "rusqlite_migration",
2333 "search-provider",
2334 "strum",
2335 "strum_macros",
2336 "tr",
2337 "urlencoding",
2338 "uuid",
2339 "walkdir",
2340]
2341
2342[[package]]
2343name = "redox_syscall"
2344version = "0.5.10"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
2347dependencies = [
2348 "bitflags 2.9.0",
2349]
2350
2351[[package]]
2352name = "reflink-copy"
2353version = "0.1.25"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "4b86038e146b9a61557e1a2e58cdf2eddc0b46ce141b55541b1c1b9f3189d618"
2356dependencies = [
2357 "cfg-if",
2358 "libc",
2359 "rustix 1.0.2",
2360 "windows 0.60.0",
2361]
2362
2363[[package]]
2364name = "regex"
2365version = "1.11.1"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2368dependencies = [
2369 "aho-corasick",
2370 "memchr",
2371 "regex-automata 0.4.9",
2372 "regex-syntax 0.8.5",
2373]
2374
2375[[package]]
2376name = "regex-automata"
2377version = "0.1.10"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2380dependencies = [
2381 "regex-syntax 0.6.29",
2382]
2383
2384[[package]]
2385name = "regex-automata"
2386version = "0.4.9"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2389dependencies = [
2390 "aho-corasick",
2391 "memchr",
2392 "regex-syntax 0.8.5",
2393]
2394
2395[[package]]
2396name = "regex-syntax"
2397version = "0.6.29"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2400
2401[[package]]
2402name = "regex-syntax"
2403version = "0.8.5"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2406
2407[[package]]
2408name = "rgb"
2409version = "0.8.50"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
2412dependencies = [
2413 "bytemuck",
2414]
2415
2416[[package]]
2417name = "rusqlite"
2418version = "0.32.1"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
2421dependencies = [
2422 "bitflags 2.9.0",
2423 "fallible-iterator",
2424 "fallible-streaming-iterator",
2425 "hashlink",
2426 "libsqlite3-sys",
2427 "smallvec",
2428]
2429
2430[[package]]
2431name = "rusqlite_migration"
2432version = "1.3.1"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "923b42e802f7dc20a0a6b5e097ba7c83fe4289da07e49156fecf6af08aa9cd1c"
2435dependencies = [
2436 "log",
2437 "rusqlite",
2438]
2439
2440[[package]]
2441name = "rustc_version"
2442version = "0.4.1"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2445dependencies = [
2446 "semver",
2447]
2448
2449[[package]]
2450name = "rustix"
2451version = "0.38.44"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2454dependencies = [
2455 "bitflags 2.9.0",
2456 "errno",
2457 "libc",
2458 "linux-raw-sys 0.4.15",
2459 "windows-sys 0.59.0",
2460]
2461
2462[[package]]
2463name = "rustix"
2464version = "1.0.2"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
2467dependencies = [
2468 "bitflags 2.9.0",
2469 "errno",
2470 "libc",
2471 "linux-raw-sys 0.9.3",
2472 "windows-sys 0.59.0",
2473]
2474
2475[[package]]
2476name = "rustversion"
2477version = "1.0.20"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2480
2481[[package]]
2482name = "ryu"
2483version = "1.0.20"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2486
2487[[package]]
2488name = "same-file"
2489version = "1.0.6"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2492dependencies = [
2493 "winapi-util",
2494]
2495
2496[[package]]
2497name = "scheduled-thread-pool"
2498version = "0.2.7"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
2501dependencies = [
2502 "parking_lot",
2503]
2504
2505[[package]]
2506name = "scoped-tls"
2507version = "1.0.1"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2510
2511[[package]]
2512name = "scopeguard"
2513version = "1.2.0"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2516
2517[[package]]
2518name = "search-provider"
2519version = "0.10.0"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "f8de586207b4f0b88883d27791ea2e8663900fdc78bffb36660bd1eb79f129ba"
2522dependencies = [
2523 "futures-channel",
2524 "futures-util",
2525 "serde",
2526 "zbus 4.4.0",
2527]
2528
2529[[package]]
2530name = "semver"
2531version = "1.0.26"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2534
2535[[package]]
2536name = "serde"
2537version = "1.0.219"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2540dependencies = [
2541 "serde_derive",
2542]
2543
2544[[package]]
2545name = "serde_derive"
2546version = "1.0.219"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2549dependencies = [
2550 "proc-macro2",
2551 "quote",
2552 "syn",
2553]
2554
2555[[package]]
2556name = "serde_json"
2557version = "1.0.140"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2560dependencies = [
2561 "itoa",
2562 "memchr",
2563 "ryu",
2564 "serde",
2565]
2566
2567[[package]]
2568name = "serde_repr"
2569version = "0.1.20"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2572dependencies = [
2573 "proc-macro2",
2574 "quote",
2575 "syn",
2576]
2577
2578[[package]]
2579name = "serde_spanned"
2580version = "0.6.8"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2583dependencies = [
2584 "serde",
2585]
2586
2587[[package]]
2588name = "sha-1"
2589version = "0.10.1"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2592dependencies = [
2593 "cfg-if",
2594 "cpufeatures",
2595 "digest",
2596]
2597
2598[[package]]
2599name = "sha1"
2600version = "0.10.6"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2603dependencies = [
2604 "cfg-if",
2605 "cpufeatures",
2606 "digest",
2607]
2608
2609[[package]]
2610name = "sha2"
2611version = "0.10.8"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2614dependencies = [
2615 "cfg-if",
2616 "cpufeatures",
2617 "digest",
2618]
2619
2620[[package]]
2621name = "sharded-slab"
2622version = "0.1.7"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2625dependencies = [
2626 "lazy_static",
2627]
2628
2629[[package]]
2630name = "shlex"
2631version = "1.3.0"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2634
2635[[package]]
2636name = "signal-hook-registry"
2637version = "1.4.2"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2640dependencies = [
2641 "libc",
2642]
2643
2644[[package]]
2645name = "slab"
2646version = "0.4.9"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2649dependencies = [
2650 "autocfg",
2651]
2652
2653[[package]]
2654name = "smallvec"
2655version = "1.14.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
2658
2659[[package]]
2660name = "ssri"
2661version = "9.2.0"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "da7a2b3c2bc9693bcb40870c4e9b5bf0d79f9cb46273321bf855ec513e919082"
2664dependencies = [
2665 "base64",
2666 "digest",
2667 "hex",
2668 "miette",
2669 "serde",
2670 "sha-1",
2671 "sha2",
2672 "thiserror 1.0.69",
2673 "xxhash-rust",
2674]
2675
2676[[package]]
2677name = "stable_deref_trait"
2678version = "1.2.0"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2681
2682[[package]]
2683name = "static_assertions"
2684version = "1.1.0"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2687
2688[[package]]
2689name = "strum"
2690version = "0.26.3"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2693
2694[[package]]
2695name = "strum_macros"
2696version = "0.26.4"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2699dependencies = [
2700 "heck",
2701 "proc-macro2",
2702 "quote",
2703 "rustversion",
2704 "syn",
2705]
2706
2707[[package]]
2708name = "syn"
2709version = "2.0.100"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
2712dependencies = [
2713 "proc-macro2",
2714 "quote",
2715 "unicode-ident",
2716]
2717
2718[[package]]
2719name = "synstructure"
2720version = "0.13.1"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2723dependencies = [
2724 "proc-macro2",
2725 "quote",
2726 "syn",
2727]
2728
2729[[package]]
2730name = "system-deps"
2731version = "7.0.3"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005"
2734dependencies = [
2735 "cfg-expr",
2736 "heck",
2737 "pkg-config",
2738 "toml",
2739 "version-compare",
2740]
2741
2742[[package]]
2743name = "tagptr"
2744version = "0.2.0"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2747
2748[[package]]
2749name = "target-lexicon"
2750version = "0.12.16"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2753
2754[[package]]
2755name = "temp-dir"
2756version = "0.1.14"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "bc1ee6eef34f12f765cb94725905c6312b6610ab2b0940889cfe58dae7bc3c72"
2759
2760[[package]]
2761name = "tempfile"
2762version = "3.19.0"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
2765dependencies = [
2766 "fastrand",
2767 "getrandom 0.3.1",
2768 "once_cell",
2769 "rustix 1.0.2",
2770 "windows-sys 0.59.0",
2771]
2772
2773[[package]]
2774name = "thiserror"
2775version = "1.0.69"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2778dependencies = [
2779 "thiserror-impl 1.0.69",
2780]
2781
2782[[package]]
2783name = "thiserror"
2784version = "2.0.12"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2787dependencies = [
2788 "thiserror-impl 2.0.12",
2789]
2790
2791[[package]]
2792name = "thiserror-impl"
2793version = "1.0.69"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2796dependencies = [
2797 "proc-macro2",
2798 "quote",
2799 "syn",
2800]
2801
2802[[package]]
2803name = "thiserror-impl"
2804version = "2.0.12"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2807dependencies = [
2808 "proc-macro2",
2809 "quote",
2810 "syn",
2811]
2812
2813[[package]]
2814name = "thread_local"
2815version = "1.1.8"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2818dependencies = [
2819 "cfg-if",
2820 "once_cell",
2821]
2822
2823[[package]]
2824name = "tinystr"
2825version = "0.7.6"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2828dependencies = [
2829 "displaydoc",
2830 "zerovec",
2831]
2832
2833[[package]]
2834name = "toml"
2835version = "0.8.20"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
2838dependencies = [
2839 "serde",
2840 "serde_spanned",
2841 "toml_datetime",
2842 "toml_edit",
2843]
2844
2845[[package]]
2846name = "toml_datetime"
2847version = "0.6.8"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2850dependencies = [
2851 "serde",
2852]
2853
2854[[package]]
2855name = "toml_edit"
2856version = "0.22.24"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
2859dependencies = [
2860 "indexmap",
2861 "serde",
2862 "serde_spanned",
2863 "toml_datetime",
2864 "winnow",
2865]
2866
2867[[package]]
2868name = "tr"
2869version = "0.1.10"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "a592877f7cb2e5a6327b8c908fa6d51098482b1c87d478abdd783e61218f8151"
2872dependencies = [
2873 "gettext-rs",
2874 "lazy_static",
2875]
2876
2877[[package]]
2878name = "tracing"
2879version = "0.1.41"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2882dependencies = [
2883 "pin-project-lite",
2884 "tracing-attributes",
2885 "tracing-core",
2886]
2887
2888[[package]]
2889name = "tracing-attributes"
2890version = "0.1.28"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2893dependencies = [
2894 "proc-macro2",
2895 "quote",
2896 "syn",
2897]
2898
2899[[package]]
2900name = "tracing-core"
2901version = "0.1.33"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2904dependencies = [
2905 "once_cell",
2906 "valuable",
2907]
2908
2909[[package]]
2910name = "tracing-log"
2911version = "0.2.0"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2914dependencies = [
2915 "log",
2916 "once_cell",
2917 "tracing-core",
2918]
2919
2920[[package]]
2921name = "tracing-subscriber"
2922version = "0.3.19"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2925dependencies = [
2926 "matchers",
2927 "nu-ansi-term 0.46.0",
2928 "once_cell",
2929 "regex",
2930 "sharded-slab",
2931 "smallvec",
2932 "thread_local",
2933 "tracing",
2934 "tracing-core",
2935 "tracing-log",
2936]
2937
2938[[package]]
2939name = "trait-variant"
2940version = "0.1.2"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2943dependencies = [
2944 "proc-macro2",
2945 "quote",
2946 "syn",
2947]
2948
2949[[package]]
2950name = "typenum"
2951version = "1.18.0"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2954
2955[[package]]
2956name = "uds_windows"
2957version = "1.1.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
2960dependencies = [
2961 "memoffset",
2962 "tempfile",
2963 "winapi",
2964]
2965
2966[[package]]
2967name = "unicase"
2968version = "2.8.1"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2971
2972[[package]]
2973name = "unicode-ident"
2974version = "1.0.18"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2977
2978[[package]]
2979name = "unicode-width"
2980version = "0.1.14"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2983
2984[[package]]
2985name = "url"
2986version = "2.5.4"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2989dependencies = [
2990 "form_urlencoded",
2991 "idna",
2992 "percent-encoding",
2993 "serde",
2994]
2995
2996[[package]]
2997name = "urlencoding"
2998version = "2.1.3"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3001
3002[[package]]
3003name = "utf16_iter"
3004version = "1.0.5"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
3007
3008[[package]]
3009name = "utf8_iter"
3010version = "1.0.4"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3013
3014[[package]]
3015name = "uuid"
3016version = "1.16.0"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
3019dependencies = [
3020 "getrandom 0.3.1",
3021 "rand 0.9.0",
3022]
3023
3024[[package]]
3025name = "valuable"
3026version = "0.1.1"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3029
3030[[package]]
3031name = "value-bag"
3032version = "1.10.0"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
3035
3036[[package]]
3037name = "vcpkg"
3038version = "0.2.15"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3041
3042[[package]]
3043name = "version-compare"
3044version = "0.2.0"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
3047
3048[[package]]
3049name = "version_check"
3050version = "0.9.5"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3053
3054[[package]]
3055name = "walkdir"
3056version = "2.5.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3059dependencies = [
3060 "same-file",
3061 "winapi-util",
3062]
3063
3064[[package]]
3065name = "wasi"
3066version = "0.11.0+wasi-snapshot-preview1"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3069
3070[[package]]
3071name = "wasi"
3072version = "0.13.3+wasi-0.2.2"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
3075dependencies = [
3076 "wit-bindgen-rt",
3077]
3078
3079[[package]]
3080name = "wasm-bindgen"
3081version = "0.2.100"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3084dependencies = [
3085 "cfg-if",
3086 "once_cell",
3087 "rustversion",
3088 "wasm-bindgen-macro",
3089]
3090
3091[[package]]
3092name = "wasm-bindgen-backend"
3093version = "0.2.100"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3096dependencies = [
3097 "bumpalo",
3098 "log",
3099 "proc-macro2",
3100 "quote",
3101 "syn",
3102 "wasm-bindgen-shared",
3103]
3104
3105[[package]]
3106name = "wasm-bindgen-futures"
3107version = "0.4.50"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3110dependencies = [
3111 "cfg-if",
3112 "js-sys",
3113 "once_cell",
3114 "wasm-bindgen",
3115 "web-sys",
3116]
3117
3118[[package]]
3119name = "wasm-bindgen-macro"
3120version = "0.2.100"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3123dependencies = [
3124 "quote",
3125 "wasm-bindgen-macro-support",
3126]
3127
3128[[package]]
3129name = "wasm-bindgen-macro-support"
3130version = "0.2.100"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3133dependencies = [
3134 "proc-macro2",
3135 "quote",
3136 "syn",
3137 "wasm-bindgen-backend",
3138 "wasm-bindgen-shared",
3139]
3140
3141[[package]]
3142name = "wasm-bindgen-shared"
3143version = "0.2.100"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3146dependencies = [
3147 "unicode-ident",
3148]
3149
3150[[package]]
3151name = "web-sys"
3152version = "0.3.77"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3155dependencies = [
3156 "js-sys",
3157 "wasm-bindgen",
3158]
3159
3160[[package]]
3161name = "winapi"
3162version = "0.3.9"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3165dependencies = [
3166 "winapi-i686-pc-windows-gnu",
3167 "winapi-x86_64-pc-windows-gnu",
3168]
3169
3170[[package]]
3171name = "winapi-i686-pc-windows-gnu"
3172version = "0.4.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3175
3176[[package]]
3177name = "winapi-util"
3178version = "0.1.9"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3181dependencies = [
3182 "windows-sys 0.59.0",
3183]
3184
3185[[package]]
3186name = "winapi-x86_64-pc-windows-gnu"
3187version = "0.4.0"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3190
3191[[package]]
3192name = "windows"
3193version = "0.58.0"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
3196dependencies = [
3197 "windows-core 0.58.0",
3198 "windows-targets",
3199]
3200
3201[[package]]
3202name = "windows"
3203version = "0.60.0"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
3206dependencies = [
3207 "windows-collections",
3208 "windows-core 0.60.1",
3209 "windows-future",
3210 "windows-link",
3211 "windows-numerics",
3212]
3213
3214[[package]]
3215name = "windows-collections"
3216version = "0.1.1"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
3219dependencies = [
3220 "windows-core 0.60.1",
3221]
3222
3223[[package]]
3224name = "windows-core"
3225version = "0.52.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3228dependencies = [
3229 "windows-targets",
3230]
3231
3232[[package]]
3233name = "windows-core"
3234version = "0.58.0"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
3237dependencies = [
3238 "windows-implement 0.58.0",
3239 "windows-interface 0.58.0",
3240 "windows-result 0.2.0",
3241 "windows-strings 0.1.0",
3242 "windows-targets",
3243]
3244
3245[[package]]
3246name = "windows-core"
3247version = "0.60.1"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
3250dependencies = [
3251 "windows-implement 0.59.0",
3252 "windows-interface 0.59.0",
3253 "windows-link",
3254 "windows-result 0.3.1",
3255 "windows-strings 0.3.1",
3256]
3257
3258[[package]]
3259name = "windows-future"
3260version = "0.1.1"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
3263dependencies = [
3264 "windows-core 0.60.1",
3265 "windows-link",
3266]
3267
3268[[package]]
3269name = "windows-implement"
3270version = "0.58.0"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
3273dependencies = [
3274 "proc-macro2",
3275 "quote",
3276 "syn",
3277]
3278
3279[[package]]
3280name = "windows-implement"
3281version = "0.59.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
3284dependencies = [
3285 "proc-macro2",
3286 "quote",
3287 "syn",
3288]
3289
3290[[package]]
3291name = "windows-interface"
3292version = "0.58.0"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
3295dependencies = [
3296 "proc-macro2",
3297 "quote",
3298 "syn",
3299]
3300
3301[[package]]
3302name = "windows-interface"
3303version = "0.59.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
3306dependencies = [
3307 "proc-macro2",
3308 "quote",
3309 "syn",
3310]
3311
3312[[package]]
3313name = "windows-link"
3314version = "0.1.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
3317
3318[[package]]
3319name = "windows-numerics"
3320version = "0.1.1"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
3323dependencies = [
3324 "windows-core 0.60.1",
3325 "windows-link",
3326]
3327
3328[[package]]
3329name = "windows-result"
3330version = "0.2.0"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
3333dependencies = [
3334 "windows-targets",
3335]
3336
3337[[package]]
3338name = "windows-result"
3339version = "0.3.1"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
3342dependencies = [
3343 "windows-link",
3344]
3345
3346[[package]]
3347name = "windows-strings"
3348version = "0.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
3351dependencies = [
3352 "windows-result 0.2.0",
3353 "windows-targets",
3354]
3355
3356[[package]]
3357name = "windows-strings"
3358version = "0.3.1"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
3361dependencies = [
3362 "windows-link",
3363]
3364
3365[[package]]
3366name = "windows-sys"
3367version = "0.52.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3370dependencies = [
3371 "windows-targets",
3372]
3373
3374[[package]]
3375name = "windows-sys"
3376version = "0.59.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3379dependencies = [
3380 "windows-targets",
3381]
3382
3383[[package]]
3384name = "windows-targets"
3385version = "0.52.6"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3388dependencies = [
3389 "windows_aarch64_gnullvm",
3390 "windows_aarch64_msvc",
3391 "windows_i686_gnu",
3392 "windows_i686_gnullvm",
3393 "windows_i686_msvc",
3394 "windows_x86_64_gnu",
3395 "windows_x86_64_gnullvm",
3396 "windows_x86_64_msvc",
3397]
3398
3399[[package]]
3400name = "windows_aarch64_gnullvm"
3401version = "0.52.6"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3404
3405[[package]]
3406name = "windows_aarch64_msvc"
3407version = "0.52.6"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3410
3411[[package]]
3412name = "windows_i686_gnu"
3413version = "0.52.6"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3416
3417[[package]]
3418name = "windows_i686_gnullvm"
3419version = "0.52.6"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3422
3423[[package]]
3424name = "windows_i686_msvc"
3425version = "0.52.6"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3428
3429[[package]]
3430name = "windows_x86_64_gnu"
3431version = "0.52.6"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3434
3435[[package]]
3436name = "windows_x86_64_gnullvm"
3437version = "0.52.6"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3440
3441[[package]]
3442name = "windows_x86_64_msvc"
3443version = "0.52.6"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3446
3447[[package]]
3448name = "winnow"
3449version = "0.7.4"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
3452dependencies = [
3453 "memchr",
3454]
3455
3456[[package]]
3457name = "wit-bindgen-rt"
3458version = "0.33.0"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
3461dependencies = [
3462 "bitflags 2.9.0",
3463]
3464
3465[[package]]
3466name = "write16"
3467version = "1.0.0"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
3470
3471[[package]]
3472name = "writeable"
3473version = "0.5.5"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
3476
3477[[package]]
3478name = "xdg-home"
3479version = "1.3.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
3482dependencies = [
3483 "libc",
3484 "windows-sys 0.59.0",
3485]
3486
3487[[package]]
3488name = "xxhash-rust"
3489version = "0.8.15"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
3492
3493[[package]]
3494name = "yoke"
3495version = "0.7.5"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
3498dependencies = [
3499 "serde",
3500 "stable_deref_trait",
3501 "yoke-derive",
3502 "zerofrom",
3503]
3504
3505[[package]]
3506name = "yoke-derive"
3507version = "0.7.5"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
3510dependencies = [
3511 "proc-macro2",
3512 "quote",
3513 "syn",
3514 "synstructure",
3515]
3516
3517[[package]]
3518name = "zbus"
3519version = "4.4.0"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
3522dependencies = [
3523 "async-broadcast",
3524 "async-executor",
3525 "async-fs",
3526 "async-io",
3527 "async-lock",
3528 "async-process",
3529 "async-recursion",
3530 "async-task",
3531 "async-trait",
3532 "blocking",
3533 "enumflags2",
3534 "event-listener 5.4.0",
3535 "futures-core",
3536 "futures-sink",
3537 "futures-util",
3538 "hex",
3539 "nix",
3540 "ordered-stream",
3541 "rand 0.8.5",
3542 "serde",
3543 "serde_repr",
3544 "sha1",
3545 "static_assertions",
3546 "tracing",
3547 "uds_windows",
3548 "windows-sys 0.52.0",
3549 "xdg-home",
3550 "zbus_macros 4.4.0",
3551 "zbus_names 3.0.0",
3552 "zvariant 4.2.0",
3553]
3554
3555[[package]]
3556name = "zbus"
3557version = "5.5.0"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
3560dependencies = [
3561 "async-broadcast",
3562 "async-executor",
3563 "async-fs",
3564 "async-io",
3565 "async-lock",
3566 "async-process",
3567 "async-recursion",
3568 "async-task",
3569 "async-trait",
3570 "blocking",
3571 "enumflags2",
3572 "event-listener 5.4.0",
3573 "futures-core",
3574 "futures-lite",
3575 "hex",
3576 "nix",
3577 "ordered-stream",
3578 "serde",
3579 "serde_repr",
3580 "static_assertions",
3581 "tracing",
3582 "uds_windows",
3583 "windows-sys 0.59.0",
3584 "winnow",
3585 "xdg-home",
3586 "zbus_macros 5.5.0",
3587 "zbus_names 4.2.0",
3588 "zvariant 5.4.0",
3589]
3590
3591[[package]]
3592name = "zbus_macros"
3593version = "4.4.0"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
3596dependencies = [
3597 "proc-macro-crate",
3598 "proc-macro2",
3599 "quote",
3600 "syn",
3601 "zvariant_utils 2.1.0",
3602]
3603
3604[[package]]
3605name = "zbus_macros"
3606version = "5.5.0"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
3609dependencies = [
3610 "proc-macro-crate",
3611 "proc-macro2",
3612 "quote",
3613 "syn",
3614 "zbus_names 4.2.0",
3615 "zvariant 5.4.0",
3616 "zvariant_utils 3.2.0",
3617]
3618
3619[[package]]
3620name = "zbus_names"
3621version = "3.0.0"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
3624dependencies = [
3625 "serde",
3626 "static_assertions",
3627 "zvariant 4.2.0",
3628]
3629
3630[[package]]
3631name = "zbus_names"
3632version = "4.2.0"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
3635dependencies = [
3636 "serde",
3637 "static_assertions",
3638 "winnow",
3639 "zvariant 5.4.0",
3640]
3641
3642[[package]]
3643name = "zerocopy"
3644version = "0.7.35"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3647dependencies = [
3648 "zerocopy-derive 0.7.35",
3649]
3650
3651[[package]]
3652name = "zerocopy"
3653version = "0.8.23"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
3656dependencies = [
3657 "zerocopy-derive 0.8.23",
3658]
3659
3660[[package]]
3661name = "zerocopy-derive"
3662version = "0.7.35"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3665dependencies = [
3666 "proc-macro2",
3667 "quote",
3668 "syn",
3669]
3670
3671[[package]]
3672name = "zerocopy-derive"
3673version = "0.8.23"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
3676dependencies = [
3677 "proc-macro2",
3678 "quote",
3679 "syn",
3680]
3681
3682[[package]]
3683name = "zerofrom"
3684version = "0.1.6"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3687dependencies = [
3688 "zerofrom-derive",
3689]
3690
3691[[package]]
3692name = "zerofrom-derive"
3693version = "0.1.6"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3696dependencies = [
3697 "proc-macro2",
3698 "quote",
3699 "syn",
3700 "synstructure",
3701]
3702
3703[[package]]
3704name = "zerovec"
3705version = "0.10.4"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
3708dependencies = [
3709 "yoke",
3710 "zerofrom",
3711 "zerovec-derive",
3712]
3713
3714[[package]]
3715name = "zerovec-derive"
3716version = "0.10.3"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
3719dependencies = [
3720 "proc-macro2",
3721 "quote",
3722 "syn",
3723]
3724
3725[[package]]
3726name = "zvariant"
3727version = "4.2.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
3730dependencies = [
3731 "endi",
3732 "enumflags2",
3733 "serde",
3734 "static_assertions",
3735 "zvariant_derive 4.2.0",
3736]
3737
3738[[package]]
3739name = "zvariant"
3740version = "5.4.0"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
3743dependencies = [
3744 "endi",
3745 "enumflags2",
3746 "serde",
3747 "static_assertions",
3748 "url",
3749 "winnow",
3750 "zvariant_derive 5.4.0",
3751 "zvariant_utils 3.2.0",
3752]
3753
3754[[package]]
3755name = "zvariant_derive"
3756version = "4.2.0"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
3759dependencies = [
3760 "proc-macro-crate",
3761 "proc-macro2",
3762 "quote",
3763 "syn",
3764 "zvariant_utils 2.1.0",
3765]
3766
3767[[package]]
3768name = "zvariant_derive"
3769version = "5.4.0"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
3772dependencies = [
3773 "proc-macro-crate",
3774 "proc-macro2",
3775 "quote",
3776 "syn",
3777 "zvariant_utils 3.2.0",
3778]
3779
3780[[package]]
3781name = "zvariant_utils"
3782version = "2.1.0"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
3785dependencies = [
3786 "proc-macro2",
3787 "quote",
3788 "syn",
3789]
3790
3791[[package]]
3792name = "zvariant_utils"
3793version = "3.2.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
3796dependencies = [
3797 "proc-macro2",
3798 "quote",
3799 "serde",
3800 "static_assertions",
3801 "syn",
3802 "winnow",
3803]