Simple tool for automatic file management
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android-tzdata"
31version = "0.1.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
45name = "anstream"
46version = "0.6.13"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
49dependencies = [
50 "anstyle",
51 "anstyle-parse",
52 "anstyle-query",
53 "anstyle-wincon",
54 "colorchoice",
55 "utf8parse",
56]
57
58[[package]]
59name = "anstyle"
60version = "1.0.6"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
63
64[[package]]
65name = "anstyle-parse"
66version = "0.2.3"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
69dependencies = [
70 "utf8parse",
71]
72
73[[package]]
74name = "anstyle-query"
75version = "1.0.2"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
78dependencies = [
79 "windows-sys 0.52.0",
80]
81
82[[package]]
83name = "anstyle-wincon"
84version = "3.0.2"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
87dependencies = [
88 "anstyle",
89 "windows-sys 0.52.0",
90]
91
92[[package]]
93name = "async-stream"
94version = "0.3.5"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
97dependencies = [
98 "async-stream-impl",
99 "futures-core",
100 "pin-project-lite",
101]
102
103[[package]]
104name = "async-stream-impl"
105version = "0.3.5"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
108dependencies = [
109 "proc-macro2",
110 "quote",
111 "syn",
112]
113
114[[package]]
115name = "async-trait"
116version = "0.1.77"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
119dependencies = [
120 "proc-macro2",
121 "quote",
122 "syn",
123]
124
125[[package]]
126name = "autocfg"
127version = "1.1.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
130
131[[package]]
132name = "backtrace"
133version = "0.3.69"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
136dependencies = [
137 "addr2line",
138 "cc",
139 "cfg-if",
140 "libc",
141 "miniz_oxide",
142 "object",
143 "rustc-demangle",
144]
145
146[[package]]
147name = "bitflags"
148version = "1.3.2"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
151
152[[package]]
153name = "bitflags"
154version = "2.4.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
157
158[[package]]
159name = "bumpalo"
160version = "3.15.3"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
163
164[[package]]
165name = "byteorder"
166version = "1.5.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
169
170[[package]]
171name = "bytes"
172version = "1.5.0"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
175
176[[package]]
177name = "cc"
178version = "1.0.89"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
181
182[[package]]
183name = "cfb"
184version = "0.7.3"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
187dependencies = [
188 "byteorder",
189 "fnv",
190 "uuid",
191]
192
193[[package]]
194name = "cfg-if"
195version = "1.0.0"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
198
199[[package]]
200name = "chrono"
201version = "0.4.34"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
204dependencies = [
205 "android-tzdata",
206 "iana-time-zone",
207 "num-traits",
208 "windows-targets 0.52.4",
209]
210
211[[package]]
212name = "clap"
213version = "4.5.1"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
216dependencies = [
217 "clap_builder",
218 "clap_derive",
219]
220
221[[package]]
222name = "clap_builder"
223version = "4.5.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
226dependencies = [
227 "anstream",
228 "anstyle",
229 "clap_lex",
230 "strsim",
231]
232
233[[package]]
234name = "clap_derive"
235version = "4.5.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
238dependencies = [
239 "heck",
240 "proc-macro2",
241 "quote",
242 "syn",
243]
244
245[[package]]
246name = "clap_lex"
247version = "0.7.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
250
251[[package]]
252name = "color-eyre"
253version = "0.6.2"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
256dependencies = [
257 "backtrace",
258 "color-spantrace",
259 "eyre",
260 "indenter",
261 "once_cell",
262 "owo-colors",
263 "tracing-error",
264]
265
266[[package]]
267name = "color-spantrace"
268version = "0.2.1"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
271dependencies = [
272 "once_cell",
273 "owo-colors",
274 "tracing-core",
275 "tracing-error",
276]
277
278[[package]]
279name = "colorchoice"
280version = "1.0.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
283
284[[package]]
285name = "core-foundation-sys"
286version = "0.8.6"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
289
290[[package]]
291name = "dirs"
292version = "5.0.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
295dependencies = [
296 "dirs-sys",
297]
298
299[[package]]
300name = "dirs-sys"
301version = "0.4.1"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
304dependencies = [
305 "libc",
306 "option-ext",
307 "redox_users",
308 "windows-sys 0.48.0",
309]
310
311[[package]]
312name = "erased-serde"
313version = "0.4.3"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "388979d208a049ffdfb22fa33b9c81942215b940910bccfe258caeb25d125cb3"
316dependencies = [
317 "serde",
318]
319
320[[package]]
321name = "eyre"
322version = "0.6.12"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
325dependencies = [
326 "indenter",
327 "once_cell",
328]
329
330[[package]]
331name = "fnv"
332version = "1.0.7"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
335
336[[package]]
337name = "form_urlencoded"
338version = "1.2.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
341dependencies = [
342 "percent-encoding",
343]
344
345[[package]]
346name = "futures"
347version = "0.3.30"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
350dependencies = [
351 "futures-channel",
352 "futures-core",
353 "futures-executor",
354 "futures-io",
355 "futures-sink",
356 "futures-task",
357 "futures-util",
358]
359
360[[package]]
361name = "futures-channel"
362version = "0.3.30"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
365dependencies = [
366 "futures-core",
367 "futures-sink",
368]
369
370[[package]]
371name = "futures-core"
372version = "0.3.30"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
375
376[[package]]
377name = "futures-executor"
378version = "0.3.30"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
381dependencies = [
382 "futures-core",
383 "futures-task",
384 "futures-util",
385]
386
387[[package]]
388name = "futures-io"
389version = "0.3.30"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
392
393[[package]]
394name = "futures-macro"
395version = "0.3.30"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
398dependencies = [
399 "proc-macro2",
400 "quote",
401 "syn",
402]
403
404[[package]]
405name = "futures-sink"
406version = "0.3.30"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
409
410[[package]]
411name = "futures-task"
412version = "0.3.30"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
415
416[[package]]
417name = "futures-util"
418version = "0.3.30"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
421dependencies = [
422 "futures-channel",
423 "futures-core",
424 "futures-io",
425 "futures-macro",
426 "futures-sink",
427 "futures-task",
428 "memchr",
429 "pin-project-lite",
430 "pin-utils",
431 "slab",
432]
433
434[[package]]
435name = "getrandom"
436version = "0.2.12"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
439dependencies = [
440 "cfg-if",
441 "libc",
442 "wasi",
443]
444
445[[package]]
446name = "gimli"
447version = "0.28.1"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
450
451[[package]]
452name = "heck"
453version = "0.4.1"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
456
457[[package]]
458name = "hermit-abi"
459version = "0.3.9"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
462
463[[package]]
464name = "iana-time-zone"
465version = "0.1.60"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
468dependencies = [
469 "android_system_properties",
470 "core-foundation-sys",
471 "iana-time-zone-haiku",
472 "js-sys",
473 "wasm-bindgen",
474 "windows-core",
475]
476
477[[package]]
478name = "iana-time-zone-haiku"
479version = "0.1.2"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
482dependencies = [
483 "cc",
484]
485
486[[package]]
487name = "idna"
488version = "0.5.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
491dependencies = [
492 "unicode-bidi",
493 "unicode-normalization",
494]
495
496[[package]]
497name = "indenter"
498version = "0.3.3"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
501
502[[package]]
503name = "infer"
504version = "0.15.0"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
507dependencies = [
508 "cfb",
509]
510
511[[package]]
512name = "inventory"
513version = "0.3.15"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
516
517[[package]]
518name = "itoa"
519version = "1.0.10"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
522
523[[package]]
524name = "js-sys"
525version = "0.3.69"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
528dependencies = [
529 "wasm-bindgen",
530]
531
532[[package]]
533name = "lazy_static"
534version = "1.4.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
537
538[[package]]
539name = "libc"
540version = "0.2.153"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
543
544[[package]]
545name = "libredox"
546version = "0.0.1"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
549dependencies = [
550 "bitflags 2.4.2",
551 "libc",
552 "redox_syscall",
553]
554
555[[package]]
556name = "lock_api"
557version = "0.4.11"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
560dependencies = [
561 "autocfg",
562 "scopeguard",
563]
564
565[[package]]
566name = "log"
567version = "0.4.21"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
570
571[[package]]
572name = "malloc_buf"
573version = "0.0.6"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
576dependencies = [
577 "libc",
578]
579
580[[package]]
581name = "memchr"
582version = "2.7.1"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
585
586[[package]]
587name = "miniz_oxide"
588version = "0.7.2"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
591dependencies = [
592 "adler",
593]
594
595[[package]]
596name = "mio"
597version = "0.8.11"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
600dependencies = [
601 "libc",
602 "wasi",
603 "windows-sys 0.48.0",
604]
605
606[[package]]
607name = "num-traits"
608version = "0.2.18"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
611dependencies = [
612 "autocfg",
613]
614
615[[package]]
616name = "num_cpus"
617version = "1.16.0"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
620dependencies = [
621 "hermit-abi",
622 "libc",
623]
624
625[[package]]
626name = "objc"
627version = "0.2.7"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
630dependencies = [
631 "malloc_buf",
632]
633
634[[package]]
635name = "object"
636version = "0.32.2"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
639dependencies = [
640 "memchr",
641]
642
643[[package]]
644name = "once_cell"
645version = "1.19.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
648
649[[package]]
650name = "option-ext"
651version = "0.2.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
654
655[[package]]
656name = "owo-colors"
657version = "3.5.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
660
661[[package]]
662name = "parking_lot"
663version = "0.12.1"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
666dependencies = [
667 "lock_api",
668 "parking_lot_core",
669]
670
671[[package]]
672name = "parking_lot_core"
673version = "0.9.9"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
676dependencies = [
677 "cfg-if",
678 "libc",
679 "redox_syscall",
680 "smallvec",
681 "windows-targets 0.48.5",
682]
683
684[[package]]
685name = "percent-encoding"
686version = "2.3.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
689
690[[package]]
691name = "pin-project-lite"
692version = "0.2.13"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
695
696[[package]]
697name = "pin-utils"
698version = "0.1.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
701
702[[package]]
703name = "proc-macro2"
704version = "1.0.78"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
707dependencies = [
708 "unicode-ident",
709]
710
711[[package]]
712name = "ptsd"
713version = "0.1.0"
714dependencies = [
715 "async-stream",
716 "async-trait",
717 "clap",
718 "color-eyre",
719 "dirs",
720 "futures",
721 "infer",
722 "libc",
723 "regex",
724 "serde",
725 "serde_json",
726 "tokio",
727 "tokio-stream",
728 "trash",
729 "typetag",
730 "wildmatch",
731]
732
733[[package]]
734name = "quote"
735version = "1.0.35"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
738dependencies = [
739 "proc-macro2",
740]
741
742[[package]]
743name = "redox_syscall"
744version = "0.4.1"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
747dependencies = [
748 "bitflags 1.3.2",
749]
750
751[[package]]
752name = "redox_users"
753version = "0.4.4"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
756dependencies = [
757 "getrandom",
758 "libredox",
759 "thiserror",
760]
761
762[[package]]
763name = "regex"
764version = "1.10.3"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
767dependencies = [
768 "aho-corasick",
769 "memchr",
770 "regex-automata",
771 "regex-syntax",
772]
773
774[[package]]
775name = "regex-automata"
776version = "0.4.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
779dependencies = [
780 "aho-corasick",
781 "memchr",
782 "regex-syntax",
783]
784
785[[package]]
786name = "regex-syntax"
787version = "0.8.2"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
790
791[[package]]
792name = "rustc-demangle"
793version = "0.1.23"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
796
797[[package]]
798name = "ryu"
799version = "1.0.17"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
802
803[[package]]
804name = "scopeguard"
805version = "1.2.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
808
809[[package]]
810name = "serde"
811version = "1.0.197"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
814dependencies = [
815 "serde_derive",
816]
817
818[[package]]
819name = "serde_derive"
820version = "1.0.197"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
823dependencies = [
824 "proc-macro2",
825 "quote",
826 "syn",
827]
828
829[[package]]
830name = "serde_json"
831version = "1.0.114"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
834dependencies = [
835 "itoa",
836 "ryu",
837 "serde",
838]
839
840[[package]]
841name = "sharded-slab"
842version = "0.1.7"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
845dependencies = [
846 "lazy_static",
847]
848
849[[package]]
850name = "signal-hook-registry"
851version = "1.4.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
854dependencies = [
855 "libc",
856]
857
858[[package]]
859name = "slab"
860version = "0.4.9"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
863dependencies = [
864 "autocfg",
865]
866
867[[package]]
868name = "smallvec"
869version = "1.13.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
872
873[[package]]
874name = "strsim"
875version = "0.11.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
878
879[[package]]
880name = "syn"
881version = "2.0.52"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
884dependencies = [
885 "proc-macro2",
886 "quote",
887 "unicode-ident",
888]
889
890[[package]]
891name = "thiserror"
892version = "1.0.57"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
895dependencies = [
896 "thiserror-impl",
897]
898
899[[package]]
900name = "thiserror-impl"
901version = "1.0.57"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
904dependencies = [
905 "proc-macro2",
906 "quote",
907 "syn",
908]
909
910[[package]]
911name = "thread_local"
912version = "1.1.8"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
915dependencies = [
916 "cfg-if",
917 "once_cell",
918]
919
920[[package]]
921name = "tinyvec"
922version = "1.6.0"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
925dependencies = [
926 "tinyvec_macros",
927]
928
929[[package]]
930name = "tinyvec_macros"
931version = "0.1.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
934
935[[package]]
936name = "tokio"
937version = "1.36.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
940dependencies = [
941 "backtrace",
942 "bytes",
943 "libc",
944 "mio",
945 "num_cpus",
946 "parking_lot",
947 "pin-project-lite",
948 "signal-hook-registry",
949 "tokio-macros",
950 "windows-sys 0.48.0",
951]
952
953[[package]]
954name = "tokio-macros"
955version = "2.2.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
958dependencies = [
959 "proc-macro2",
960 "quote",
961 "syn",
962]
963
964[[package]]
965name = "tokio-stream"
966version = "0.1.14"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
969dependencies = [
970 "futures-core",
971 "pin-project-lite",
972 "tokio",
973]
974
975[[package]]
976name = "tracing"
977version = "0.1.40"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
980dependencies = [
981 "pin-project-lite",
982 "tracing-core",
983]
984
985[[package]]
986name = "tracing-core"
987version = "0.1.32"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
990dependencies = [
991 "once_cell",
992 "valuable",
993]
994
995[[package]]
996name = "tracing-error"
997version = "0.2.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
1000dependencies = [
1001 "tracing",
1002 "tracing-subscriber",
1003]
1004
1005[[package]]
1006name = "tracing-subscriber"
1007version = "0.3.18"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
1010dependencies = [
1011 "sharded-slab",
1012 "thread_local",
1013 "tracing-core",
1014]
1015
1016[[package]]
1017name = "trash"
1018version = "3.3.1"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "c658458d46d9d5a153a3b5cdd88d8579ad50d4fb85d53961e4526c8fc7c55a57"
1021dependencies = [
1022 "chrono",
1023 "libc",
1024 "log",
1025 "objc",
1026 "once_cell",
1027 "scopeguard",
1028 "url",
1029 "windows",
1030]
1031
1032[[package]]
1033name = "typetag"
1034version = "0.2.16"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf"
1037dependencies = [
1038 "erased-serde",
1039 "inventory",
1040 "once_cell",
1041 "serde",
1042 "typetag-impl",
1043]
1044
1045[[package]]
1046name = "typetag-impl"
1047version = "0.2.16"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1"
1050dependencies = [
1051 "proc-macro2",
1052 "quote",
1053 "syn",
1054]
1055
1056[[package]]
1057name = "unicode-bidi"
1058version = "0.3.15"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
1061
1062[[package]]
1063name = "unicode-ident"
1064version = "1.0.12"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1067
1068[[package]]
1069name = "unicode-normalization"
1070version = "0.1.23"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
1073dependencies = [
1074 "tinyvec",
1075]
1076
1077[[package]]
1078name = "url"
1079version = "2.5.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
1082dependencies = [
1083 "form_urlencoded",
1084 "idna",
1085 "percent-encoding",
1086]
1087
1088[[package]]
1089name = "utf8parse"
1090version = "0.2.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1093
1094[[package]]
1095name = "uuid"
1096version = "1.7.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
1099
1100[[package]]
1101name = "valuable"
1102version = "0.1.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1105
1106[[package]]
1107name = "wasi"
1108version = "0.11.0+wasi-snapshot-preview1"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1111
1112[[package]]
1113name = "wasm-bindgen"
1114version = "0.2.92"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1117dependencies = [
1118 "cfg-if",
1119 "wasm-bindgen-macro",
1120]
1121
1122[[package]]
1123name = "wasm-bindgen-backend"
1124version = "0.2.92"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1127dependencies = [
1128 "bumpalo",
1129 "log",
1130 "once_cell",
1131 "proc-macro2",
1132 "quote",
1133 "syn",
1134 "wasm-bindgen-shared",
1135]
1136
1137[[package]]
1138name = "wasm-bindgen-macro"
1139version = "0.2.92"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1142dependencies = [
1143 "quote",
1144 "wasm-bindgen-macro-support",
1145]
1146
1147[[package]]
1148name = "wasm-bindgen-macro-support"
1149version = "0.2.92"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1152dependencies = [
1153 "proc-macro2",
1154 "quote",
1155 "syn",
1156 "wasm-bindgen-backend",
1157 "wasm-bindgen-shared",
1158]
1159
1160[[package]]
1161name = "wasm-bindgen-shared"
1162version = "0.2.92"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1165
1166[[package]]
1167name = "wildmatch"
1168version = "2.3.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "495ec47bf3c1345005f40724f0269362c8556cbc43aed0526ed44cae1d35fceb"
1171
1172[[package]]
1173name = "windows"
1174version = "0.44.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
1177dependencies = [
1178 "windows-targets 0.42.2",
1179]
1180
1181[[package]]
1182name = "windows-core"
1183version = "0.52.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1186dependencies = [
1187 "windows-targets 0.52.4",
1188]
1189
1190[[package]]
1191name = "windows-sys"
1192version = "0.48.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1195dependencies = [
1196 "windows-targets 0.48.5",
1197]
1198
1199[[package]]
1200name = "windows-sys"
1201version = "0.52.0"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1204dependencies = [
1205 "windows-targets 0.52.4",
1206]
1207
1208[[package]]
1209name = "windows-targets"
1210version = "0.42.2"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1213dependencies = [
1214 "windows_aarch64_gnullvm 0.42.2",
1215 "windows_aarch64_msvc 0.42.2",
1216 "windows_i686_gnu 0.42.2",
1217 "windows_i686_msvc 0.42.2",
1218 "windows_x86_64_gnu 0.42.2",
1219 "windows_x86_64_gnullvm 0.42.2",
1220 "windows_x86_64_msvc 0.42.2",
1221]
1222
1223[[package]]
1224name = "windows-targets"
1225version = "0.48.5"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1228dependencies = [
1229 "windows_aarch64_gnullvm 0.48.5",
1230 "windows_aarch64_msvc 0.48.5",
1231 "windows_i686_gnu 0.48.5",
1232 "windows_i686_msvc 0.48.5",
1233 "windows_x86_64_gnu 0.48.5",
1234 "windows_x86_64_gnullvm 0.48.5",
1235 "windows_x86_64_msvc 0.48.5",
1236]
1237
1238[[package]]
1239name = "windows-targets"
1240version = "0.52.4"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
1243dependencies = [
1244 "windows_aarch64_gnullvm 0.52.4",
1245 "windows_aarch64_msvc 0.52.4",
1246 "windows_i686_gnu 0.52.4",
1247 "windows_i686_msvc 0.52.4",
1248 "windows_x86_64_gnu 0.52.4",
1249 "windows_x86_64_gnullvm 0.52.4",
1250 "windows_x86_64_msvc 0.52.4",
1251]
1252
1253[[package]]
1254name = "windows_aarch64_gnullvm"
1255version = "0.42.2"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1258
1259[[package]]
1260name = "windows_aarch64_gnullvm"
1261version = "0.48.5"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1264
1265[[package]]
1266name = "windows_aarch64_gnullvm"
1267version = "0.52.4"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
1270
1271[[package]]
1272name = "windows_aarch64_msvc"
1273version = "0.42.2"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1276
1277[[package]]
1278name = "windows_aarch64_msvc"
1279version = "0.48.5"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1282
1283[[package]]
1284name = "windows_aarch64_msvc"
1285version = "0.52.4"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
1288
1289[[package]]
1290name = "windows_i686_gnu"
1291version = "0.42.2"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1294
1295[[package]]
1296name = "windows_i686_gnu"
1297version = "0.48.5"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1300
1301[[package]]
1302name = "windows_i686_gnu"
1303version = "0.52.4"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
1306
1307[[package]]
1308name = "windows_i686_msvc"
1309version = "0.42.2"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1312
1313[[package]]
1314name = "windows_i686_msvc"
1315version = "0.48.5"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1318
1319[[package]]
1320name = "windows_i686_msvc"
1321version = "0.52.4"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
1324
1325[[package]]
1326name = "windows_x86_64_gnu"
1327version = "0.42.2"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1330
1331[[package]]
1332name = "windows_x86_64_gnu"
1333version = "0.48.5"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1336
1337[[package]]
1338name = "windows_x86_64_gnu"
1339version = "0.52.4"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
1342
1343[[package]]
1344name = "windows_x86_64_gnullvm"
1345version = "0.42.2"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1348
1349[[package]]
1350name = "windows_x86_64_gnullvm"
1351version = "0.48.5"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1354
1355[[package]]
1356name = "windows_x86_64_gnullvm"
1357version = "0.52.4"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
1360
1361[[package]]
1362name = "windows_x86_64_msvc"
1363version = "0.42.2"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1366
1367[[package]]
1368name = "windows_x86_64_msvc"
1369version = "0.48.5"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1372
1373[[package]]
1374name = "windows_x86_64_msvc"
1375version = "0.52.4"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"