this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "aho-corasick"
13version = "1.0.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "anstream"
22version = "0.3.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "is-terminal",
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle"
37version = "1.0.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
40
41[[package]]
42name = "anstyle-parse"
43version = "0.2.1"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
46dependencies = [
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle-query"
52version = "1.0.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
55dependencies = [
56 "windows-sys",
57]
58
59[[package]]
60name = "anstyle-wincon"
61version = "1.0.1"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
64dependencies = [
65 "anstyle",
66 "windows-sys",
67]
68
69[[package]]
70name = "assert_cmd"
71version = "2.0.11"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
74dependencies = [
75 "anstyle",
76 "bstr",
77 "doc-comment",
78 "predicates",
79 "predicates-core",
80 "predicates-tree",
81 "wait-timeout",
82]
83
84[[package]]
85name = "assert_fs"
86version = "1.0.13"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48"
89dependencies = [
90 "anstyle",
91 "doc-comment",
92 "globwalk",
93 "predicates",
94 "predicates-core",
95 "predicates-tree",
96 "tempfile",
97]
98
99[[package]]
100name = "autocfg"
101version = "1.1.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
104
105[[package]]
106name = "bitflags"
107version = "1.3.2"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
110
111[[package]]
112name = "bitflags"
113version = "2.3.3"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
116
117[[package]]
118name = "bstr"
119version = "1.6.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
122dependencies = [
123 "memchr",
124 "regex-automata",
125 "serde",
126]
127
128[[package]]
129name = "cc"
130version = "1.0.79"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
133
134[[package]]
135name = "cfg-if"
136version = "1.0.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
139
140[[package]]
141name = "clap"
142version = "4.3.11"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
145dependencies = [
146 "clap_builder",
147 "clap_derive",
148 "once_cell",
149]
150
151[[package]]
152name = "clap_builder"
153version = "4.3.11"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
156dependencies = [
157 "anstream",
158 "anstyle",
159 "clap_lex",
160 "strsim",
161]
162
163[[package]]
164name = "clap_derive"
165version = "4.3.2"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
168dependencies = [
169 "heck",
170 "proc-macro2",
171 "quote",
172 "syn",
173]
174
175[[package]]
176name = "clap_lex"
177version = "0.5.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
180
181[[package]]
182name = "cmprss"
183version = "0.0.1"
184dependencies = [
185 "assert_cmd",
186 "assert_fs",
187 "clap",
188 "flate2",
189 "is-terminal",
190 "predicates",
191 "tar",
192]
193
194[[package]]
195name = "colorchoice"
196version = "1.0.0"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
199
200[[package]]
201name = "crc32fast"
202version = "1.3.2"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
205dependencies = [
206 "cfg-if",
207]
208
209[[package]]
210name = "difflib"
211version = "0.4.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
214
215[[package]]
216name = "doc-comment"
217version = "0.3.3"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
220
221[[package]]
222name = "either"
223version = "1.8.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
226
227[[package]]
228name = "errno"
229version = "0.3.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
232dependencies = [
233 "errno-dragonfly",
234 "libc",
235 "windows-sys",
236]
237
238[[package]]
239name = "errno-dragonfly"
240version = "0.1.2"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
243dependencies = [
244 "cc",
245 "libc",
246]
247
248[[package]]
249name = "fastrand"
250version = "1.9.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
253dependencies = [
254 "instant",
255]
256
257[[package]]
258name = "filetime"
259version = "0.2.21"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
262dependencies = [
263 "cfg-if",
264 "libc",
265 "redox_syscall 0.2.16",
266 "windows-sys",
267]
268
269[[package]]
270name = "flate2"
271version = "1.0.26"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
274dependencies = [
275 "crc32fast",
276 "miniz_oxide",
277]
278
279[[package]]
280name = "float-cmp"
281version = "0.9.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
284dependencies = [
285 "num-traits",
286]
287
288[[package]]
289name = "fnv"
290version = "1.0.7"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
293
294[[package]]
295name = "globset"
296version = "0.4.11"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df"
299dependencies = [
300 "aho-corasick",
301 "bstr",
302 "fnv",
303 "log",
304 "regex",
305]
306
307[[package]]
308name = "globwalk"
309version = "0.8.1"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
312dependencies = [
313 "bitflags 1.3.2",
314 "ignore",
315 "walkdir",
316]
317
318[[package]]
319name = "heck"
320version = "0.4.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
323
324[[package]]
325name = "hermit-abi"
326version = "0.3.2"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
329
330[[package]]
331name = "ignore"
332version = "0.4.20"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
335dependencies = [
336 "globset",
337 "lazy_static",
338 "log",
339 "memchr",
340 "regex",
341 "same-file",
342 "thread_local",
343 "walkdir",
344 "winapi-util",
345]
346
347[[package]]
348name = "instant"
349version = "0.1.12"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
352dependencies = [
353 "cfg-if",
354]
355
356[[package]]
357name = "io-lifetimes"
358version = "1.0.11"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
361dependencies = [
362 "hermit-abi",
363 "libc",
364 "windows-sys",
365]
366
367[[package]]
368name = "is-terminal"
369version = "0.4.9"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
372dependencies = [
373 "hermit-abi",
374 "rustix 0.38.4",
375 "windows-sys",
376]
377
378[[package]]
379name = "itertools"
380version = "0.10.5"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
383dependencies = [
384 "either",
385]
386
387[[package]]
388name = "lazy_static"
389version = "1.4.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
392
393[[package]]
394name = "libc"
395version = "0.2.147"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
398
399[[package]]
400name = "linux-raw-sys"
401version = "0.3.8"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
404
405[[package]]
406name = "linux-raw-sys"
407version = "0.4.3"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
410
411[[package]]
412name = "log"
413version = "0.4.19"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
416
417[[package]]
418name = "memchr"
419version = "2.5.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
422
423[[package]]
424name = "miniz_oxide"
425version = "0.7.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
428dependencies = [
429 "adler",
430]
431
432[[package]]
433name = "normalize-line-endings"
434version = "0.3.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
437
438[[package]]
439name = "num-traits"
440version = "0.2.15"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
443dependencies = [
444 "autocfg",
445]
446
447[[package]]
448name = "once_cell"
449version = "1.18.0"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
452
453[[package]]
454name = "predicates"
455version = "3.0.3"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
458dependencies = [
459 "anstyle",
460 "difflib",
461 "float-cmp",
462 "itertools",
463 "normalize-line-endings",
464 "predicates-core",
465 "regex",
466]
467
468[[package]]
469name = "predicates-core"
470version = "1.0.6"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
473
474[[package]]
475name = "predicates-tree"
476version = "1.0.9"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
479dependencies = [
480 "predicates-core",
481 "termtree",
482]
483
484[[package]]
485name = "proc-macro2"
486version = "1.0.64"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
489dependencies = [
490 "unicode-ident",
491]
492
493[[package]]
494name = "quote"
495version = "1.0.29"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
498dependencies = [
499 "proc-macro2",
500]
501
502[[package]]
503name = "redox_syscall"
504version = "0.2.16"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
507dependencies = [
508 "bitflags 1.3.2",
509]
510
511[[package]]
512name = "redox_syscall"
513version = "0.3.5"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
516dependencies = [
517 "bitflags 1.3.2",
518]
519
520[[package]]
521name = "regex"
522version = "1.9.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
525dependencies = [
526 "aho-corasick",
527 "memchr",
528 "regex-automata",
529 "regex-syntax",
530]
531
532[[package]]
533name = "regex-automata"
534version = "0.3.3"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
537dependencies = [
538 "aho-corasick",
539 "memchr",
540 "regex-syntax",
541]
542
543[[package]]
544name = "regex-syntax"
545version = "0.7.4"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
548
549[[package]]
550name = "rustix"
551version = "0.37.23"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
554dependencies = [
555 "bitflags 1.3.2",
556 "errno",
557 "io-lifetimes",
558 "libc",
559 "linux-raw-sys 0.3.8",
560 "windows-sys",
561]
562
563[[package]]
564name = "rustix"
565version = "0.38.4"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
568dependencies = [
569 "bitflags 2.3.3",
570 "errno",
571 "libc",
572 "linux-raw-sys 0.4.3",
573 "windows-sys",
574]
575
576[[package]]
577name = "same-file"
578version = "1.0.6"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
581dependencies = [
582 "winapi-util",
583]
584
585[[package]]
586name = "serde"
587version = "1.0.171"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
590
591[[package]]
592name = "strsim"
593version = "0.10.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
596
597[[package]]
598name = "syn"
599version = "2.0.25"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
602dependencies = [
603 "proc-macro2",
604 "quote",
605 "unicode-ident",
606]
607
608[[package]]
609name = "tar"
610version = "0.4.38"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
613dependencies = [
614 "filetime",
615 "libc",
616 "xattr",
617]
618
619[[package]]
620name = "tempfile"
621version = "3.6.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
624dependencies = [
625 "autocfg",
626 "cfg-if",
627 "fastrand",
628 "redox_syscall 0.3.5",
629 "rustix 0.37.23",
630 "windows-sys",
631]
632
633[[package]]
634name = "termtree"
635version = "0.4.1"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
638
639[[package]]
640name = "thread_local"
641version = "1.1.7"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
644dependencies = [
645 "cfg-if",
646 "once_cell",
647]
648
649[[package]]
650name = "unicode-ident"
651version = "1.0.10"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
654
655[[package]]
656name = "utf8parse"
657version = "0.2.1"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
660
661[[package]]
662name = "wait-timeout"
663version = "0.2.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
666dependencies = [
667 "libc",
668]
669
670[[package]]
671name = "walkdir"
672version = "2.3.3"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
675dependencies = [
676 "same-file",
677 "winapi-util",
678]
679
680[[package]]
681name = "winapi"
682version = "0.3.9"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
685dependencies = [
686 "winapi-i686-pc-windows-gnu",
687 "winapi-x86_64-pc-windows-gnu",
688]
689
690[[package]]
691name = "winapi-i686-pc-windows-gnu"
692version = "0.4.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
695
696[[package]]
697name = "winapi-util"
698version = "0.1.5"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
701dependencies = [
702 "winapi",
703]
704
705[[package]]
706name = "winapi-x86_64-pc-windows-gnu"
707version = "0.4.0"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
710
711[[package]]
712name = "windows-sys"
713version = "0.48.0"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
716dependencies = [
717 "windows-targets",
718]
719
720[[package]]
721name = "windows-targets"
722version = "0.48.1"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
725dependencies = [
726 "windows_aarch64_gnullvm",
727 "windows_aarch64_msvc",
728 "windows_i686_gnu",
729 "windows_i686_msvc",
730 "windows_x86_64_gnu",
731 "windows_x86_64_gnullvm",
732 "windows_x86_64_msvc",
733]
734
735[[package]]
736name = "windows_aarch64_gnullvm"
737version = "0.48.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
740
741[[package]]
742name = "windows_aarch64_msvc"
743version = "0.48.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
746
747[[package]]
748name = "windows_i686_gnu"
749version = "0.48.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
752
753[[package]]
754name = "windows_i686_msvc"
755version = "0.48.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
758
759[[package]]
760name = "windows_x86_64_gnu"
761version = "0.48.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
764
765[[package]]
766name = "windows_x86_64_gnullvm"
767version = "0.48.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
770
771[[package]]
772name = "windows_x86_64_msvc"
773version = "0.48.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
776
777[[package]]
778name = "xattr"
779version = "0.2.3"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
782dependencies = [
783 "libc",
784]