A file-based task manager
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "anstream"
7version = "0.6.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
10dependencies = [
11 "anstyle",
12 "anstyle-parse",
13 "anstyle-query",
14 "anstyle-wincon",
15 "colorchoice",
16 "is_terminal_polyfill",
17 "utf8parse",
18]
19
20[[package]]
21name = "anstyle"
22version = "1.0.10"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.6"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.2"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
40dependencies = [
41 "windows-sys 0.59.0",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.6"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
49dependencies = [
50 "anstyle",
51 "windows-sys 0.59.0",
52]
53
54[[package]]
55name = "bitflags"
56version = "2.6.0"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
59
60[[package]]
61name = "cfg-if"
62version = "1.0.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
65
66[[package]]
67name = "cfg_aliases"
68version = "0.2.1"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
71
72[[package]]
73name = "clap"
74version = "4.5.21"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
77dependencies = [
78 "clap_builder",
79 "clap_derive",
80]
81
82[[package]]
83name = "clap_builder"
84version = "4.5.21"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
87dependencies = [
88 "anstream",
89 "anstyle",
90 "clap_lex",
91 "strsim",
92]
93
94[[package]]
95name = "clap_complete"
96version = "4.5.38"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
99dependencies = [
100 "clap",
101]
102
103[[package]]
104name = "clap_derive"
105version = "4.5.18"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
108dependencies = [
109 "heck",
110 "proc-macro2",
111 "quote",
112 "syn",
113]
114
115[[package]]
116name = "clap_lex"
117version = "0.7.3"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
120
121[[package]]
122name = "clap_mangen"
123version = "0.2.24"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf"
126dependencies = [
127 "clap",
128 "roff",
129]
130
131[[package]]
132name = "colorchoice"
133version = "1.0.3"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
136
137[[package]]
138name = "colored"
139version = "2.1.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
142dependencies = [
143 "lazy_static",
144 "windows-sys 0.48.0",
145]
146
147[[package]]
148name = "displaydoc"
149version = "0.2.5"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
152dependencies = [
153 "proc-macro2",
154 "quote",
155 "syn",
156]
157
158[[package]]
159name = "edit"
160version = "0.1.5"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "f364860e764787163c8c8f58231003839be31276e821e2ad2092ddf496b1aa09"
163dependencies = [
164 "tempfile",
165 "which",
166]
167
168[[package]]
169name = "either"
170version = "1.13.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
173
174[[package]]
175name = "errno"
176version = "0.3.9"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
179dependencies = [
180 "libc",
181 "windows-sys 0.52.0",
182]
183
184[[package]]
185name = "fastrand"
186version = "2.2.0"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
189
190[[package]]
191name = "form_urlencoded"
192version = "1.2.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
195dependencies = [
196 "percent-encoding",
197]
198
199[[package]]
200name = "heck"
201version = "0.5.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
204
205[[package]]
206name = "home"
207version = "0.5.9"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
210dependencies = [
211 "windows-sys 0.52.0",
212]
213
214[[package]]
215name = "icu_collections"
216version = "1.5.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
219dependencies = [
220 "displaydoc",
221 "yoke",
222 "zerofrom",
223 "zerovec",
224]
225
226[[package]]
227name = "icu_locid"
228version = "1.5.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
231dependencies = [
232 "displaydoc",
233 "litemap",
234 "tinystr",
235 "writeable",
236 "zerovec",
237]
238
239[[package]]
240name = "icu_locid_transform"
241version = "1.5.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
244dependencies = [
245 "displaydoc",
246 "icu_locid",
247 "icu_locid_transform_data",
248 "icu_provider",
249 "tinystr",
250 "zerovec",
251]
252
253[[package]]
254name = "icu_locid_transform_data"
255version = "1.5.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
258
259[[package]]
260name = "icu_normalizer"
261version = "1.5.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
264dependencies = [
265 "displaydoc",
266 "icu_collections",
267 "icu_normalizer_data",
268 "icu_properties",
269 "icu_provider",
270 "smallvec",
271 "utf16_iter",
272 "utf8_iter",
273 "write16",
274 "zerovec",
275]
276
277[[package]]
278name = "icu_normalizer_data"
279version = "1.5.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
282
283[[package]]
284name = "icu_properties"
285version = "1.5.1"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
288dependencies = [
289 "displaydoc",
290 "icu_collections",
291 "icu_locid_transform",
292 "icu_properties_data",
293 "icu_provider",
294 "tinystr",
295 "zerovec",
296]
297
298[[package]]
299name = "icu_properties_data"
300version = "1.5.0"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
303
304[[package]]
305name = "icu_provider"
306version = "1.5.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
309dependencies = [
310 "displaydoc",
311 "icu_locid",
312 "icu_provider_macros",
313 "stable_deref_trait",
314 "tinystr",
315 "writeable",
316 "yoke",
317 "zerofrom",
318 "zerovec",
319]
320
321[[package]]
322name = "icu_provider_macros"
323version = "1.5.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
326dependencies = [
327 "proc-macro2",
328 "quote",
329 "syn",
330]
331
332[[package]]
333name = "idna"
334version = "1.0.3"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
337dependencies = [
338 "idna_adapter",
339 "smallvec",
340 "utf8_iter",
341]
342
343[[package]]
344name = "idna_adapter"
345version = "1.2.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
348dependencies = [
349 "icu_normalizer",
350 "icu_properties",
351]
352
353[[package]]
354name = "is-docker"
355version = "0.2.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
358dependencies = [
359 "once_cell",
360]
361
362[[package]]
363name = "is-wsl"
364version = "0.4.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
367dependencies = [
368 "is-docker",
369 "once_cell",
370]
371
372[[package]]
373name = "is_terminal_polyfill"
374version = "1.70.1"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
377
378[[package]]
379name = "itertools"
380version = "0.13.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
383dependencies = [
384 "either",
385]
386
387[[package]]
388name = "lazy_static"
389version = "1.5.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
392
393[[package]]
394name = "libc"
395version = "0.2.165"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e"
398
399[[package]]
400name = "linux-raw-sys"
401version = "0.4.14"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
404
405[[package]]
406name = "litemap"
407version = "0.7.4"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
410
411[[package]]
412name = "nix"
413version = "0.29.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
416dependencies = [
417 "bitflags",
418 "cfg-if",
419 "cfg_aliases",
420 "libc",
421]
422
423[[package]]
424name = "once_cell"
425version = "1.20.2"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
428
429[[package]]
430name = "open"
431version = "5.3.1"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
434dependencies = [
435 "is-wsl",
436 "libc",
437 "pathdiff",
438]
439
440[[package]]
441name = "pathdiff"
442version = "0.2.3"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
445
446[[package]]
447name = "percent-encoding"
448version = "2.3.1"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
451
452[[package]]
453name = "proc-macro2"
454version = "1.0.92"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
457dependencies = [
458 "unicode-ident",
459]
460
461[[package]]
462name = "quote"
463version = "1.0.37"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
466dependencies = [
467 "proc-macro2",
468]
469
470[[package]]
471name = "roff"
472version = "0.2.2"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
475
476[[package]]
477name = "rustix"
478version = "0.38.41"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
481dependencies = [
482 "bitflags",
483 "errno",
484 "libc",
485 "linux-raw-sys",
486 "windows-sys 0.52.0",
487]
488
489[[package]]
490name = "serde"
491version = "1.0.215"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
494dependencies = [
495 "serde_derive",
496]
497
498[[package]]
499name = "serde_derive"
500version = "1.0.215"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
503dependencies = [
504 "proc-macro2",
505 "quote",
506 "syn",
507]
508
509[[package]]
510name = "smallvec"
511version = "1.13.2"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
514
515[[package]]
516name = "stable_deref_trait"
517version = "1.2.0"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
520
521[[package]]
522name = "strsim"
523version = "0.11.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
526
527[[package]]
528name = "syn"
529version = "2.0.89"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
532dependencies = [
533 "proc-macro2",
534 "quote",
535 "unicode-ident",
536]
537
538[[package]]
539name = "synstructure"
540version = "0.13.1"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
543dependencies = [
544 "proc-macro2",
545 "quote",
546 "syn",
547]
548
549[[package]]
550name = "tempfile"
551version = "3.14.0"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
554dependencies = [
555 "cfg-if",
556 "fastrand",
557 "once_cell",
558 "rustix",
559 "windows-sys 0.59.0",
560]
561
562[[package]]
563name = "thiserror"
564version = "2.0.3"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
567dependencies = [
568 "thiserror-impl",
569]
570
571[[package]]
572name = "thiserror-impl"
573version = "2.0.3"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
576dependencies = [
577 "proc-macro2",
578 "quote",
579 "syn",
580]
581
582[[package]]
583name = "tinystr"
584version = "0.7.6"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
587dependencies = [
588 "displaydoc",
589 "zerovec",
590]
591
592[[package]]
593name = "tsk-cli"
594version = "0.2.4"
595dependencies = [
596 "clap",
597 "clap_complete",
598 "clap_mangen",
599 "colored",
600 "edit",
601 "itertools",
602 "nix",
603 "open",
604 "thiserror",
605 "url",
606 "xattr",
607]
608
609[[package]]
610name = "unicode-ident"
611version = "1.0.14"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
614
615[[package]]
616name = "url"
617version = "2.5.4"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
620dependencies = [
621 "form_urlencoded",
622 "idna",
623 "percent-encoding",
624]
625
626[[package]]
627name = "utf16_iter"
628version = "1.0.5"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
631
632[[package]]
633name = "utf8_iter"
634version = "1.0.4"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
637
638[[package]]
639name = "utf8parse"
640version = "0.2.2"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
643
644[[package]]
645name = "which"
646version = "4.4.2"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
649dependencies = [
650 "either",
651 "home",
652 "once_cell",
653 "rustix",
654]
655
656[[package]]
657name = "windows-sys"
658version = "0.48.0"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
661dependencies = [
662 "windows-targets 0.48.5",
663]
664
665[[package]]
666name = "windows-sys"
667version = "0.52.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
670dependencies = [
671 "windows-targets 0.52.6",
672]
673
674[[package]]
675name = "windows-sys"
676version = "0.59.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
679dependencies = [
680 "windows-targets 0.52.6",
681]
682
683[[package]]
684name = "windows-targets"
685version = "0.48.5"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
688dependencies = [
689 "windows_aarch64_gnullvm 0.48.5",
690 "windows_aarch64_msvc 0.48.5",
691 "windows_i686_gnu 0.48.5",
692 "windows_i686_msvc 0.48.5",
693 "windows_x86_64_gnu 0.48.5",
694 "windows_x86_64_gnullvm 0.48.5",
695 "windows_x86_64_msvc 0.48.5",
696]
697
698[[package]]
699name = "windows-targets"
700version = "0.52.6"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
703dependencies = [
704 "windows_aarch64_gnullvm 0.52.6",
705 "windows_aarch64_msvc 0.52.6",
706 "windows_i686_gnu 0.52.6",
707 "windows_i686_gnullvm",
708 "windows_i686_msvc 0.52.6",
709 "windows_x86_64_gnu 0.52.6",
710 "windows_x86_64_gnullvm 0.52.6",
711 "windows_x86_64_msvc 0.52.6",
712]
713
714[[package]]
715name = "windows_aarch64_gnullvm"
716version = "0.48.5"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
719
720[[package]]
721name = "windows_aarch64_gnullvm"
722version = "0.52.6"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
725
726[[package]]
727name = "windows_aarch64_msvc"
728version = "0.48.5"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
731
732[[package]]
733name = "windows_aarch64_msvc"
734version = "0.52.6"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
737
738[[package]]
739name = "windows_i686_gnu"
740version = "0.48.5"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
743
744[[package]]
745name = "windows_i686_gnu"
746version = "0.52.6"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
749
750[[package]]
751name = "windows_i686_gnullvm"
752version = "0.52.6"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
755
756[[package]]
757name = "windows_i686_msvc"
758version = "0.48.5"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
761
762[[package]]
763name = "windows_i686_msvc"
764version = "0.52.6"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
767
768[[package]]
769name = "windows_x86_64_gnu"
770version = "0.48.5"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
773
774[[package]]
775name = "windows_x86_64_gnu"
776version = "0.52.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
779
780[[package]]
781name = "windows_x86_64_gnullvm"
782version = "0.48.5"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
785
786[[package]]
787name = "windows_x86_64_gnullvm"
788version = "0.52.6"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
791
792[[package]]
793name = "windows_x86_64_msvc"
794version = "0.48.5"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
797
798[[package]]
799name = "windows_x86_64_msvc"
800version = "0.52.6"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
803
804[[package]]
805name = "write16"
806version = "1.0.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
809
810[[package]]
811name = "writeable"
812version = "0.5.5"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
815
816[[package]]
817name = "xattr"
818version = "1.3.1"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
821dependencies = [
822 "libc",
823 "linux-raw-sys",
824 "rustix",
825]
826
827[[package]]
828name = "yoke"
829version = "0.7.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
832dependencies = [
833 "serde",
834 "stable_deref_trait",
835 "yoke-derive",
836 "zerofrom",
837]
838
839[[package]]
840name = "yoke-derive"
841version = "0.7.5"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
844dependencies = [
845 "proc-macro2",
846 "quote",
847 "syn",
848 "synstructure",
849]
850
851[[package]]
852name = "zerofrom"
853version = "0.1.5"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
856dependencies = [
857 "zerofrom-derive",
858]
859
860[[package]]
861name = "zerofrom-derive"
862version = "0.1.5"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
865dependencies = [
866 "proc-macro2",
867 "quote",
868 "syn",
869 "synstructure",
870]
871
872[[package]]
873name = "zerovec"
874version = "0.10.4"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
877dependencies = [
878 "yoke",
879 "zerofrom",
880 "zerovec-derive",
881]
882
883[[package]]
884name = "zerovec-derive"
885version = "0.10.3"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
888dependencies = [
889 "proc-macro2",
890 "quote",
891 "syn",
892]