1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "aho-corasick"
13version = "1.1.3"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "android-tzdata"
22version = "0.1.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
25
26[[package]]
27name = "android_system_properties"
28version = "0.1.5"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31dependencies = [
32 "libc",
33]
34
35[[package]]
36name = "annotate-snippets"
37version = "0.6.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
40
41[[package]]
42name = "annotate-snippets"
43version = "0.9.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
46dependencies = [
47 "unicode-width",
48 "yansi-term",
49]
50
51[[package]]
52name = "anstream"
53version = "0.6.13"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
56dependencies = [
57 "anstyle",
58 "anstyle-parse",
59 "anstyle-query",
60 "anstyle-wincon",
61 "colorchoice",
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle"
67version = "1.0.6"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
70
71[[package]]
72name = "anstyle-parse"
73version = "0.2.3"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
76dependencies = [
77 "utf8parse",
78]
79
80[[package]]
81name = "anstyle-query"
82version = "1.0.2"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
85dependencies = [
86 "windows-sys 0.52.0",
87]
88
89[[package]]
90name = "anstyle-wincon"
91version = "3.0.2"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
94dependencies = [
95 "anstyle",
96 "windows-sys 0.52.0",
97]
98
99[[package]]
100name = "anyhow"
101version = "1.0.82"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
104
105[[package]]
106name = "argfile"
107version = "0.1.6"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "1287c4f82a41c5085e65ee337c7934d71ab43d5187740a81fb69129013f6a5f6"
110dependencies = [
111 "fs-err",
112 "os_str_bytes",
113]
114
115[[package]]
116name = "autocfg"
117version = "1.2.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
120
121[[package]]
122name = "bincode"
123version = "1.3.3"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
126dependencies = [
127 "serde",
128]
129
130[[package]]
131name = "bitflags"
132version = "1.3.2"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
135
136[[package]]
137name = "bitflags"
138version = "2.5.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
141
142[[package]]
143name = "bstr"
144version = "1.9.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
147dependencies = [
148 "memchr",
149 "regex-automata 0.4.6",
150 "serde",
151]
152
153[[package]]
154name = "bumpalo"
155version = "3.16.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
158
159[[package]]
160name = "cachedir"
161version = "0.3.1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "4703f3937077db8fa35bee3c8789343c1aec2585f0146f09d658d4ccc0e8d873"
164dependencies = [
165 "tempfile",
166]
167
168[[package]]
169name = "cc"
170version = "1.0.96"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
173
174[[package]]
175name = "cfg-if"
176version = "1.0.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
179
180[[package]]
181name = "cfg_aliases"
182version = "0.1.1"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
185
186[[package]]
187name = "chic"
188version = "1.2.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "a5b5db619f3556839cb2223ae86ff3f9a09da2c5013be42bc9af08c9589bf70c"
191dependencies = [
192 "annotate-snippets 0.6.1",
193]
194
195[[package]]
196name = "chrono"
197version = "0.4.38"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
200dependencies = [
201 "android-tzdata",
202 "iana-time-zone",
203 "num-traits",
204 "windows-targets 0.52.5",
205]
206
207[[package]]
208name = "clap"
209version = "4.5.4"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
212dependencies = [
213 "clap_builder",
214 "clap_derive",
215]
216
217[[package]]
218name = "clap_builder"
219version = "4.5.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
222dependencies = [
223 "anstream",
224 "anstyle",
225 "clap_lex",
226 "strsim 0.11.1",
227 "terminal_size",
228]
229
230[[package]]
231name = "clap_complete"
232version = "4.5.2"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
235dependencies = [
236 "clap",
237]
238
239[[package]]
240name = "clap_complete_command"
241version = "0.5.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "183495371ea78d4c9ff638bfc6497d46fed2396e4f9c50aebc1278a4a9919a3d"
244dependencies = [
245 "clap",
246 "clap_complete",
247 "clap_complete_fig",
248 "clap_complete_nushell",
249]
250
251[[package]]
252name = "clap_complete_fig"
253version = "4.5.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "54b3e65f91fabdd23cac3d57d39d5d938b4daabd070c335c006dccb866a61110"
256dependencies = [
257 "clap",
258 "clap_complete",
259]
260
261[[package]]
262name = "clap_complete_nushell"
263version = "0.1.11"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "5d02bc8b1a18ee47c4d2eec3fb5ac034dc68ebea6125b1509e9ccdffcddce66e"
266dependencies = [
267 "clap",
268 "clap_complete",
269]
270
271[[package]]
272name = "clap_derive"
273version = "4.5.4"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
276dependencies = [
277 "heck 0.5.0",
278 "proc-macro2",
279 "quote",
280 "syn 2.0.60",
281]
282
283[[package]]
284name = "clap_lex"
285version = "0.7.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
288
289[[package]]
290name = "clearscreen"
291version = "3.0.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "2f8c93eb5f77c9050c7750e14f13ef1033a40a0aac70c6371535b6763a01438c"
294dependencies = [
295 "nix",
296 "terminfo",
297 "thiserror",
298 "which",
299 "winapi",
300]
301
302[[package]]
303name = "colorchoice"
304version = "1.0.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
307
308[[package]]
309name = "colored"
310version = "2.1.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
313dependencies = [
314 "lazy_static",
315 "windows-sys 0.48.0",
316]
317
318[[package]]
319name = "core-foundation-sys"
320version = "0.8.6"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
323
324[[package]]
325name = "countme"
326version = "3.0.1"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
329
330[[package]]
331name = "crossbeam"
332version = "0.8.4"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
335dependencies = [
336 "crossbeam-channel",
337 "crossbeam-deque",
338 "crossbeam-epoch",
339 "crossbeam-queue",
340 "crossbeam-utils",
341]
342
343[[package]]
344name = "crossbeam-channel"
345version = "0.5.12"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
348dependencies = [
349 "crossbeam-utils",
350]
351
352[[package]]
353name = "crossbeam-deque"
354version = "0.8.5"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
357dependencies = [
358 "crossbeam-epoch",
359 "crossbeam-utils",
360]
361
362[[package]]
363name = "crossbeam-epoch"
364version = "0.9.18"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
367dependencies = [
368 "crossbeam-utils",
369]
370
371[[package]]
372name = "crossbeam-queue"
373version = "0.3.11"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
376dependencies = [
377 "crossbeam-utils",
378]
379
380[[package]]
381name = "crossbeam-utils"
382version = "0.8.19"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
385
386[[package]]
387name = "crunchy"
388version = "0.2.2"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
391
392[[package]]
393name = "darling"
394version = "0.20.8"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
397dependencies = [
398 "darling_core",
399 "darling_macro",
400]
401
402[[package]]
403name = "darling_core"
404version = "0.20.8"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
407dependencies = [
408 "fnv",
409 "ident_case",
410 "proc-macro2",
411 "quote",
412 "strsim 0.10.0",
413 "syn 2.0.60",
414]
415
416[[package]]
417name = "darling_macro"
418version = "0.20.8"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
421dependencies = [
422 "darling_core",
423 "quote",
424 "syn 2.0.60",
425]
426
427[[package]]
428name = "dirs"
429version = "4.0.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
432dependencies = [
433 "dirs-sys 0.3.7",
434]
435
436[[package]]
437name = "dirs"
438version = "5.0.1"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
441dependencies = [
442 "dirs-sys 0.4.1",
443]
444
445[[package]]
446name = "dirs-sys"
447version = "0.3.7"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
450dependencies = [
451 "libc",
452 "redox_users",
453 "winapi",
454]
455
456[[package]]
457name = "dirs-sys"
458version = "0.4.1"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
461dependencies = [
462 "libc",
463 "option-ext",
464 "redox_users",
465 "windows-sys 0.48.0",
466]
467
468[[package]]
469name = "drop_bomb"
470version = "0.1.5"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
473
474[[package]]
475name = "either"
476version = "1.11.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
479
480[[package]]
481name = "equivalent"
482version = "1.0.1"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
485
486[[package]]
487name = "errno"
488version = "0.3.8"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
491dependencies = [
492 "libc",
493 "windows-sys 0.52.0",
494]
495
496[[package]]
497name = "fastrand"
498version = "2.1.0"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
501
502[[package]]
503name = "fern"
504version = "0.6.2"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
507dependencies = [
508 "log",
509]
510
511[[package]]
512name = "filetime"
513version = "0.2.23"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
516dependencies = [
517 "cfg-if",
518 "libc",
519 "redox_syscall 0.4.1",
520 "windows-sys 0.52.0",
521]
522
523[[package]]
524name = "fnv"
525version = "1.0.7"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
528
529[[package]]
530name = "form_urlencoded"
531version = "1.2.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
534dependencies = [
535 "percent-encoding",
536]
537
538[[package]]
539name = "fs-err"
540version = "2.11.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
543dependencies = [
544 "autocfg",
545]
546
547[[package]]
548name = "fsevent-sys"
549version = "4.1.0"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
552dependencies = [
553 "libc",
554]
555
556[[package]]
557name = "getopts"
558version = "0.2.21"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
561dependencies = [
562 "unicode-width",
563]
564
565[[package]]
566name = "getrandom"
567version = "0.2.14"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
570dependencies = [
571 "cfg-if",
572 "js-sys",
573 "libc",
574 "wasi",
575 "wasm-bindgen",
576]
577
578[[package]]
579name = "glob"
580version = "0.3.1"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
583
584[[package]]
585name = "globset"
586version = "0.4.14"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
589dependencies = [
590 "aho-corasick",
591 "bstr",
592 "log",
593 "regex-automata 0.4.6",
594 "regex-syntax 0.8.3",
595]
596
597[[package]]
598name = "hashbrown"
599version = "0.14.5"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
602
603[[package]]
604name = "heck"
605version = "0.4.1"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
608
609[[package]]
610name = "heck"
611version = "0.5.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
614
615[[package]]
616name = "hermit-abi"
617version = "0.3.9"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
620
621[[package]]
622name = "hexf-parse"
623version = "0.2.1"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
626
627[[package]]
628name = "home"
629version = "0.5.9"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
632dependencies = [
633 "windows-sys 0.52.0",
634]
635
636[[package]]
637name = "iana-time-zone"
638version = "0.1.60"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
641dependencies = [
642 "android_system_properties",
643 "core-foundation-sys",
644 "iana-time-zone-haiku",
645 "js-sys",
646 "wasm-bindgen",
647 "windows-core",
648]
649
650[[package]]
651name = "iana-time-zone-haiku"
652version = "0.1.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
655dependencies = [
656 "cc",
657]
658
659[[package]]
660name = "ident_case"
661version = "1.0.1"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
664
665[[package]]
666name = "idna"
667version = "0.5.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
670dependencies = [
671 "unicode-bidi",
672 "unicode-normalization",
673]
674
675[[package]]
676name = "ignore"
677version = "0.4.22"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
680dependencies = [
681 "crossbeam-deque",
682 "globset",
683 "log",
684 "memchr",
685 "regex-automata 0.4.6",
686 "same-file",
687 "walkdir",
688 "winapi-util",
689]
690
691[[package]]
692name = "imperative"
693version = "1.0.5"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "8b70798296d538cdaa6d652941fcc795963f8b9878b9e300c9fab7a522bd2fc0"
696dependencies = [
697 "phf",
698 "rust-stemmers",
699]
700
701[[package]]
702name = "indexmap"
703version = "2.2.6"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
706dependencies = [
707 "equivalent",
708 "hashbrown",
709 "serde",
710]
711
712[[package]]
713name = "indoc"
714version = "1.0.9"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
717
718[[package]]
719name = "inotify"
720version = "0.9.6"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
723dependencies = [
724 "bitflags 1.3.2",
725 "inotify-sys",
726 "libc",
727]
728
729[[package]]
730name = "inotify-sys"
731version = "0.1.5"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
734dependencies = [
735 "libc",
736]
737
738[[package]]
739name = "is-docker"
740version = "0.2.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
743dependencies = [
744 "once_cell",
745]
746
747[[package]]
748name = "is-macro"
749version = "0.3.5"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f"
752dependencies = [
753 "Inflector",
754 "proc-macro2",
755 "quote",
756 "syn 2.0.60",
757]
758
759[[package]]
760name = "is-wsl"
761version = "0.4.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
764dependencies = [
765 "is-docker",
766 "once_cell",
767]
768
769[[package]]
770name = "itertools"
771version = "0.12.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
774dependencies = [
775 "either",
776]
777
778[[package]]
779name = "itoa"
780version = "1.0.11"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
783
784[[package]]
785name = "jod-thread"
786version = "0.1.2"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
789
790[[package]]
791name = "js-sys"
792version = "0.3.69"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
795dependencies = [
796 "wasm-bindgen",
797]
798
799[[package]]
800name = "kqueue"
801version = "1.0.8"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
804dependencies = [
805 "kqueue-sys",
806 "libc",
807]
808
809[[package]]
810name = "kqueue-sys"
811version = "1.0.4"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
814dependencies = [
815 "bitflags 1.3.2",
816 "libc",
817]
818
819[[package]]
820name = "lalrpop-util"
821version = "0.20.2"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
824
825[[package]]
826name = "lazy_static"
827version = "1.4.0"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
830
831[[package]]
832name = "lexical-parse-float"
833version = "0.8.5"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
836dependencies = [
837 "lexical-parse-integer",
838 "lexical-util",
839 "static_assertions",
840]
841
842[[package]]
843name = "lexical-parse-integer"
844version = "0.8.6"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
847dependencies = [
848 "lexical-util",
849 "static_assertions",
850]
851
852[[package]]
853name = "lexical-util"
854version = "0.8.5"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
857dependencies = [
858 "static_assertions",
859]
860
861[[package]]
862name = "libc"
863version = "0.2.154"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
866
867[[package]]
868name = "libcst"
869version = "1.3.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "6f1e25d1b119ab5c2f15a6e081bb94a8d547c5c2ad065f5fd0dbb683f31ced91"
872dependencies = [
873 "chic",
874 "libcst_derive",
875 "memchr",
876 "paste",
877 "peg",
878 "regex",
879 "thiserror",
880]
881
882[[package]]
883name = "libcst_derive"
884version = "1.3.1"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "4a5011f2d59093de14a4a90e01b9d85dee9276e58a25f0107dcee167dd601be0"
887dependencies = [
888 "quote",
889 "syn 2.0.60",
890]
891
892[[package]]
893name = "libmimalloc-sys"
894version = "0.1.37"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
897dependencies = [
898 "cc",
899 "libc",
900]
901
902[[package]]
903name = "libredox"
904version = "0.1.3"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
907dependencies = [
908 "bitflags 2.5.0",
909 "libc",
910]
911
912[[package]]
913name = "linux-raw-sys"
914version = "0.4.13"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
917
918[[package]]
919name = "lock_api"
920version = "0.4.12"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
923dependencies = [
924 "autocfg",
925 "scopeguard",
926]
927
928[[package]]
929name = "log"
930version = "0.4.21"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
933
934[[package]]
935name = "lsp-server"
936version = "0.7.6"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095"
939dependencies = [
940 "crossbeam-channel",
941 "log",
942 "serde",
943 "serde_json",
944]
945
946[[package]]
947name = "lsp-types"
948version = "0.95.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
951dependencies = [
952 "bitflags 1.3.2",
953 "serde",
954 "serde_json",
955 "serde_repr",
956 "url",
957]
958
959[[package]]
960name = "matchers"
961version = "0.1.0"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
964dependencies = [
965 "regex-automata 0.1.10",
966]
967
968[[package]]
969name = "matches"
970version = "0.1.10"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
973
974[[package]]
975name = "memchr"
976version = "2.7.2"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
979
980[[package]]
981name = "memoffset"
982version = "0.9.1"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
985dependencies = [
986 "autocfg",
987]
988
989[[package]]
990name = "mimalloc"
991version = "0.1.41"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
994dependencies = [
995 "libmimalloc-sys",
996]
997
998[[package]]
999name = "minimal-lexical"
1000version = "0.2.1"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1003
1004[[package]]
1005name = "mio"
1006version = "0.8.11"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1009dependencies = [
1010 "libc",
1011 "log",
1012 "wasi",
1013 "windows-sys 0.48.0",
1014]
1015
1016[[package]]
1017name = "natord"
1018version = "1.0.9"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
1021
1022[[package]]
1023name = "nix"
1024version = "0.28.0"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
1027dependencies = [
1028 "bitflags 2.5.0",
1029 "cfg-if",
1030 "cfg_aliases",
1031 "libc",
1032]
1033
1034[[package]]
1035name = "nom"
1036version = "7.1.3"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1039dependencies = [
1040 "memchr",
1041 "minimal-lexical",
1042]
1043
1044[[package]]
1045name = "notify"
1046version = "6.1.1"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
1049dependencies = [
1050 "bitflags 2.5.0",
1051 "crossbeam-channel",
1052 "filetime",
1053 "fsevent-sys",
1054 "inotify",
1055 "kqueue",
1056 "libc",
1057 "log",
1058 "mio",
1059 "walkdir",
1060 "windows-sys 0.48.0",
1061]
1062
1063[[package]]
1064name = "nu-ansi-term"
1065version = "0.46.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1068dependencies = [
1069 "overload",
1070 "winapi",
1071]
1072
1073[[package]]
1074name = "nu-ansi-term"
1075version = "0.49.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
1078dependencies = [
1079 "windows-sys 0.48.0",
1080]
1081
1082[[package]]
1083name = "num-traits"
1084version = "0.2.18"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1087dependencies = [
1088 "autocfg",
1089]
1090
1091[[package]]
1092name = "num_cpus"
1093version = "1.16.0"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1096dependencies = [
1097 "hermit-abi",
1098 "libc",
1099]
1100
1101[[package]]
1102name = "once_cell"
1103version = "1.19.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1106
1107[[package]]
1108name = "option-ext"
1109version = "0.2.0"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1112
1113[[package]]
1114name = "os_str_bytes"
1115version = "6.6.1"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
1118dependencies = [
1119 "memchr",
1120]
1121
1122[[package]]
1123name = "overload"
1124version = "0.1.1"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1127
1128[[package]]
1129name = "parking_lot"
1130version = "0.12.2"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
1133dependencies = [
1134 "lock_api",
1135 "parking_lot_core",
1136]
1137
1138[[package]]
1139name = "parking_lot_core"
1140version = "0.9.10"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1143dependencies = [
1144 "cfg-if",
1145 "libc",
1146 "redox_syscall 0.5.1",
1147 "smallvec",
1148 "windows-targets 0.52.5",
1149]
1150
1151[[package]]
1152name = "paste"
1153version = "1.0.14"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
1156
1157[[package]]
1158name = "path-absolutize"
1159version = "3.1.1"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
1162dependencies = [
1163 "path-dedot",
1164]
1165
1166[[package]]
1167name = "path-dedot"
1168version = "3.1.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
1171dependencies = [
1172 "once_cell",
1173]
1174
1175[[package]]
1176name = "pathdiff"
1177version = "0.2.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1180
1181[[package]]
1182name = "peg"
1183version = "0.8.3"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "8a625d12ad770914cbf7eff6f9314c3ef803bfe364a1b20bc36ddf56673e71e5"
1186dependencies = [
1187 "peg-macros",
1188 "peg-runtime",
1189]
1190
1191[[package]]
1192name = "peg-macros"
1193version = "0.8.3"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "f241d42067ed3ab6a4fece1db720838e1418f36d868585a27931f95d6bc03582"
1196dependencies = [
1197 "peg-runtime",
1198 "proc-macro2",
1199 "quote",
1200]
1201
1202[[package]]
1203name = "peg-runtime"
1204version = "0.8.3"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a"
1207
1208[[package]]
1209name = "pep440_rs"
1210version = "0.4.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "e0c29f9c43de378b4e4e0cd7dbcce0e5cfb80443de8c05620368b2948bc936a1"
1213dependencies = [
1214 "once_cell",
1215 "regex",
1216 "serde",
1217 "unicode-width",
1218]
1219
1220[[package]]
1221name = "pep440_rs"
1222version = "0.5.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "15efd4d885c29126cc93e12af3087896e2518bd5ca0fb328c19c4ef9cecfa8be"
1225dependencies = [
1226 "once_cell",
1227 "serde",
1228 "unicode-width",
1229 "unscanny",
1230]
1231
1232[[package]]
1233name = "pep508_rs"
1234version = "0.3.0"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "910c513bea0f4f833122321c0f20e8c704e01de98692f6989c2ec21f43d88b1e"
1237dependencies = [
1238 "once_cell",
1239 "pep440_rs 0.4.0",
1240 "regex",
1241 "serde",
1242 "thiserror",
1243 "tracing",
1244 "unicode-width",
1245 "url",
1246]
1247
1248[[package]]
1249name = "percent-encoding"
1250version = "2.3.1"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1253
1254[[package]]
1255name = "phf"
1256version = "0.11.2"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1259dependencies = [
1260 "phf_shared",
1261]
1262
1263[[package]]
1264name = "phf_codegen"
1265version = "0.11.2"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
1268dependencies = [
1269 "phf_generator",
1270 "phf_shared",
1271]
1272
1273[[package]]
1274name = "phf_generator"
1275version = "0.11.2"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1278dependencies = [
1279 "phf_shared",
1280 "rand",
1281]
1282
1283[[package]]
1284name = "phf_shared"
1285version = "0.11.2"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1288dependencies = [
1289 "siphasher",
1290]
1291
1292[[package]]
1293name = "pin-project-lite"
1294version = "0.2.14"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1297
1298[[package]]
1299name = "pmutil"
1300version = "0.6.1"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
1303dependencies = [
1304 "proc-macro2",
1305 "quote",
1306 "syn 2.0.60",
1307]
1308
1309[[package]]
1310name = "ppv-lite86"
1311version = "0.2.17"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1314
1315[[package]]
1316name = "proc-macro2"
1317version = "1.0.81"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
1320dependencies = [
1321 "unicode-ident",
1322]
1323
1324[[package]]
1325name = "pyo3"
1326version = "0.19.2"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
1329dependencies = [
1330 "cfg-if",
1331 "indoc",
1332 "libc",
1333 "memoffset",
1334 "parking_lot",
1335 "pyo3-build-config",
1336 "pyo3-ffi",
1337 "pyo3-macros",
1338 "unindent",
1339]
1340
1341[[package]]
1342name = "pyo3-build-config"
1343version = "0.19.2"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
1346dependencies = [
1347 "once_cell",
1348 "target-lexicon",
1349]
1350
1351[[package]]
1352name = "pyo3-ffi"
1353version = "0.19.2"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
1356dependencies = [
1357 "libc",
1358 "pyo3-build-config",
1359]
1360
1361[[package]]
1362name = "pyo3-macros"
1363version = "0.19.2"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
1366dependencies = [
1367 "proc-macro2",
1368 "pyo3-macros-backend",
1369 "quote",
1370 "syn 1.0.109",
1371]
1372
1373[[package]]
1374name = "pyo3-macros-backend"
1375version = "0.19.2"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
1378dependencies = [
1379 "proc-macro2",
1380 "quote",
1381 "syn 1.0.109",
1382]
1383
1384[[package]]
1385name = "pyproject-toml"
1386version = "0.9.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "95c3dd745f99aa3c554b7bb00859f7d18c2f1d6afd749ccc86d60b61e702abd9"
1389dependencies = [
1390 "indexmap",
1391 "pep440_rs 0.4.0",
1392 "pep508_rs",
1393 "serde",
1394 "toml",
1395]
1396
1397[[package]]
1398name = "quick-junit"
1399version = "0.3.6"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "d1a341ae463320e9f8f34adda49c8a85d81d4e8f34cce4397fb0350481552224"
1402dependencies = [
1403 "chrono",
1404 "indexmap",
1405 "quick-xml",
1406 "strip-ansi-escapes",
1407 "thiserror",
1408 "uuid",
1409]
1410
1411[[package]]
1412name = "quick-xml"
1413version = "0.31.0"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
1416dependencies = [
1417 "memchr",
1418]
1419
1420[[package]]
1421name = "quote"
1422version = "1.0.36"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1425dependencies = [
1426 "proc-macro2",
1427]
1428
1429[[package]]
1430name = "rand"
1431version = "0.8.5"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1434dependencies = [
1435 "libc",
1436 "rand_chacha",
1437 "rand_core",
1438]
1439
1440[[package]]
1441name = "rand_chacha"
1442version = "0.3.1"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1445dependencies = [
1446 "ppv-lite86",
1447 "rand_core",
1448]
1449
1450[[package]]
1451name = "rand_core"
1452version = "0.6.4"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1455dependencies = [
1456 "getrandom",
1457]
1458
1459[[package]]
1460name = "rayon"
1461version = "1.10.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1464dependencies = [
1465 "either",
1466 "rayon-core",
1467]
1468
1469[[package]]
1470name = "rayon-core"
1471version = "1.12.1"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1474dependencies = [
1475 "crossbeam-deque",
1476 "crossbeam-utils",
1477]
1478
1479[[package]]
1480name = "redox_syscall"
1481version = "0.4.1"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1484dependencies = [
1485 "bitflags 1.3.2",
1486]
1487
1488[[package]]
1489name = "redox_syscall"
1490version = "0.5.1"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
1493dependencies = [
1494 "bitflags 2.5.0",
1495]
1496
1497[[package]]
1498name = "redox_users"
1499version = "0.4.5"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
1502dependencies = [
1503 "getrandom",
1504 "libredox",
1505 "thiserror",
1506]
1507
1508[[package]]
1509name = "regex"
1510version = "1.10.4"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
1513dependencies = [
1514 "aho-corasick",
1515 "memchr",
1516 "regex-automata 0.4.6",
1517 "regex-syntax 0.8.3",
1518]
1519
1520[[package]]
1521name = "regex-automata"
1522version = "0.1.10"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1525dependencies = [
1526 "regex-syntax 0.6.29",
1527]
1528
1529[[package]]
1530name = "regex-automata"
1531version = "0.4.6"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1534dependencies = [
1535 "aho-corasick",
1536 "memchr",
1537 "regex-syntax 0.8.3",
1538]
1539
1540[[package]]
1541name = "regex-syntax"
1542version = "0.6.29"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1545
1546[[package]]
1547name = "regex-syntax"
1548version = "0.8.3"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
1551
1552[[package]]
1553name = "result-like"
1554version = "0.5.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "abf7172fef6a7d056b5c26bf6c826570267562d51697f4982ff3ba4aec68a9df"
1557dependencies = [
1558 "result-like-derive",
1559]
1560
1561[[package]]
1562name = "result-like-derive"
1563version = "0.5.0"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "a8d6574c02e894d66370cfc681e5d68fedbc9a548fb55b30a96b3f0ae22d0fe5"
1566dependencies = [
1567 "pmutil",
1568 "proc-macro2",
1569 "quote",
1570 "syn 2.0.60",
1571]
1572
1573[[package]]
1574name = "ruff"
1575version = "0.3.7"
1576source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1577dependencies = [
1578 "anyhow",
1579 "argfile",
1580 "bincode",
1581 "bitflags 2.5.0",
1582 "cachedir",
1583 "chrono",
1584 "clap",
1585 "clap_complete_command",
1586 "clearscreen",
1587 "colored",
1588 "filetime",
1589 "ignore",
1590 "is-macro",
1591 "itertools",
1592 "log",
1593 "mimalloc",
1594 "notify",
1595 "num_cpus",
1596 "path-absolutize",
1597 "rayon",
1598 "regex",
1599 "ruff_cache",
1600 "ruff_diagnostics",
1601 "ruff_linter",
1602 "ruff_macros",
1603 "ruff_notebook",
1604 "ruff_python_ast",
1605 "ruff_python_formatter",
1606 "ruff_server",
1607 "ruff_source_file",
1608 "ruff_text_size",
1609 "ruff_workspace",
1610 "rustc-hash",
1611 "serde",
1612 "serde_json",
1613 "shellexpand",
1614 "strum",
1615 "tempfile",
1616 "thiserror",
1617 "tikv-jemallocator",
1618 "toml",
1619 "tracing",
1620 "tracing-subscriber",
1621 "tracing-tree",
1622 "walkdir",
1623 "wild",
1624]
1625
1626[[package]]
1627name = "ruff-api"
1628version = "0.0.6"
1629dependencies = [
1630 "glob",
1631 "pyo3",
1632 "ruff",
1633 "ruff_formatter",
1634 "ruff_linter",
1635 "ruff_python_ast",
1636 "ruff_python_formatter",
1637 "ruff_workspace",
1638 "rustc-hash",
1639]
1640
1641[[package]]
1642name = "ruff_cache"
1643version = "0.0.0"
1644source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1645dependencies = [
1646 "filetime",
1647 "glob",
1648 "globset",
1649 "itertools",
1650 "regex",
1651 "seahash",
1652]
1653
1654[[package]]
1655name = "ruff_diagnostics"
1656version = "0.0.0"
1657source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1658dependencies = [
1659 "anyhow",
1660 "is-macro",
1661 "log",
1662 "ruff_text_size",
1663 "serde",
1664]
1665
1666[[package]]
1667name = "ruff_formatter"
1668version = "0.0.0"
1669source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1670dependencies = [
1671 "drop_bomb",
1672 "ruff_cache",
1673 "ruff_macros",
1674 "ruff_text_size",
1675 "rustc-hash",
1676 "serde",
1677 "static_assertions",
1678 "tracing",
1679 "unicode-width",
1680]
1681
1682[[package]]
1683name = "ruff_index"
1684version = "0.0.0"
1685source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1686dependencies = [
1687 "ruff_macros",
1688]
1689
1690[[package]]
1691name = "ruff_linter"
1692version = "0.3.7"
1693source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1694dependencies = [
1695 "aho-corasick",
1696 "annotate-snippets 0.9.2",
1697 "anyhow",
1698 "bitflags 2.5.0",
1699 "chrono",
1700 "clap",
1701 "colored",
1702 "fern",
1703 "glob",
1704 "globset",
1705 "imperative",
1706 "is-macro",
1707 "is-wsl",
1708 "itertools",
1709 "libcst",
1710 "log",
1711 "memchr",
1712 "natord",
1713 "once_cell",
1714 "path-absolutize",
1715 "pathdiff",
1716 "pep440_rs 0.5.0",
1717 "pyproject-toml",
1718 "quick-junit",
1719 "regex",
1720 "result-like",
1721 "ruff_cache",
1722 "ruff_diagnostics",
1723 "ruff_macros",
1724 "ruff_notebook",
1725 "ruff_python_ast",
1726 "ruff_python_codegen",
1727 "ruff_python_index",
1728 "ruff_python_literal",
1729 "ruff_python_parser",
1730 "ruff_python_semantic",
1731 "ruff_python_stdlib",
1732 "ruff_python_trivia",
1733 "ruff_source_file",
1734 "ruff_text_size",
1735 "rustc-hash",
1736 "serde",
1737 "serde_json",
1738 "similar",
1739 "smallvec",
1740 "strum",
1741 "strum_macros",
1742 "thiserror",
1743 "toml",
1744 "typed-arena",
1745 "unicode-width",
1746 "unicode_names2",
1747 "url",
1748]
1749
1750[[package]]
1751name = "ruff_macros"
1752version = "0.0.0"
1753source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1754dependencies = [
1755 "itertools",
1756 "proc-macro2",
1757 "quote",
1758 "ruff_python_trivia",
1759 "syn 2.0.60",
1760]
1761
1762[[package]]
1763name = "ruff_notebook"
1764version = "0.0.0"
1765source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1766dependencies = [
1767 "anyhow",
1768 "itertools",
1769 "once_cell",
1770 "rand",
1771 "ruff_diagnostics",
1772 "ruff_source_file",
1773 "ruff_text_size",
1774 "serde",
1775 "serde_json",
1776 "serde_with",
1777 "thiserror",
1778 "uuid",
1779]
1780
1781[[package]]
1782name = "ruff_python_ast"
1783version = "0.0.0"
1784source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1785dependencies = [
1786 "aho-corasick",
1787 "bitflags 2.5.0",
1788 "is-macro",
1789 "itertools",
1790 "once_cell",
1791 "ruff_python_trivia",
1792 "ruff_source_file",
1793 "ruff_text_size",
1794 "rustc-hash",
1795 "serde",
1796]
1797
1798[[package]]
1799name = "ruff_python_codegen"
1800version = "0.0.0"
1801source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1802dependencies = [
1803 "once_cell",
1804 "ruff_python_ast",
1805 "ruff_python_literal",
1806 "ruff_python_parser",
1807 "ruff_source_file",
1808]
1809
1810[[package]]
1811name = "ruff_python_formatter"
1812version = "0.0.0"
1813source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1814dependencies = [
1815 "anyhow",
1816 "clap",
1817 "countme",
1818 "itertools",
1819 "memchr",
1820 "once_cell",
1821 "regex",
1822 "ruff_cache",
1823 "ruff_formatter",
1824 "ruff_macros",
1825 "ruff_python_ast",
1826 "ruff_python_index",
1827 "ruff_python_parser",
1828 "ruff_python_trivia",
1829 "ruff_source_file",
1830 "ruff_text_size",
1831 "rustc-hash",
1832 "serde",
1833 "smallvec",
1834 "static_assertions",
1835 "thiserror",
1836 "tracing",
1837 "unicode-width",
1838]
1839
1840[[package]]
1841name = "ruff_python_index"
1842version = "0.0.0"
1843source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1844dependencies = [
1845 "ruff_python_ast",
1846 "ruff_python_parser",
1847 "ruff_python_trivia",
1848 "ruff_source_file",
1849 "ruff_text_size",
1850]
1851
1852[[package]]
1853name = "ruff_python_literal"
1854version = "0.0.0"
1855source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1856dependencies = [
1857 "bitflags 2.5.0",
1858 "hexf-parse",
1859 "itertools",
1860 "lexical-parse-float",
1861 "ruff_python_ast",
1862 "unic-ucd-category",
1863]
1864
1865[[package]]
1866name = "ruff_python_parser"
1867version = "0.0.0"
1868source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1869dependencies = [
1870 "anyhow",
1871 "bstr",
1872 "is-macro",
1873 "itertools",
1874 "lalrpop-util",
1875 "memchr",
1876 "ruff_python_ast",
1877 "ruff_text_size",
1878 "rustc-hash",
1879 "static_assertions",
1880 "tiny-keccak",
1881 "unicode-ident",
1882 "unicode-normalization",
1883 "unicode_names2",
1884]
1885
1886[[package]]
1887name = "ruff_python_semantic"
1888version = "0.0.0"
1889source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1890dependencies = [
1891 "bitflags 2.5.0",
1892 "is-macro",
1893 "ruff_index",
1894 "ruff_python_ast",
1895 "ruff_python_stdlib",
1896 "ruff_source_file",
1897 "ruff_text_size",
1898 "rustc-hash",
1899]
1900
1901[[package]]
1902name = "ruff_python_stdlib"
1903version = "0.0.0"
1904source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1905dependencies = [
1906 "unicode-ident",
1907]
1908
1909[[package]]
1910name = "ruff_python_trivia"
1911version = "0.0.0"
1912source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1913dependencies = [
1914 "itertools",
1915 "ruff_source_file",
1916 "ruff_text_size",
1917 "unicode-ident",
1918]
1919
1920[[package]]
1921name = "ruff_server"
1922version = "0.2.2"
1923source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1924dependencies = [
1925 "anyhow",
1926 "crossbeam",
1927 "jod-thread",
1928 "libc",
1929 "lsp-server",
1930 "lsp-types",
1931 "ruff_diagnostics",
1932 "ruff_formatter",
1933 "ruff_linter",
1934 "ruff_python_ast",
1935 "ruff_python_codegen",
1936 "ruff_python_formatter",
1937 "ruff_python_index",
1938 "ruff_python_parser",
1939 "ruff_source_file",
1940 "ruff_text_size",
1941 "ruff_workspace",
1942 "rustc-hash",
1943 "serde",
1944 "serde_json",
1945 "tracing",
1946]
1947
1948[[package]]
1949name = "ruff_source_file"
1950version = "0.0.0"
1951source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1952dependencies = [
1953 "memchr",
1954 "once_cell",
1955 "ruff_text_size",
1956 "serde",
1957]
1958
1959[[package]]
1960name = "ruff_text_size"
1961version = "0.0.0"
1962source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1963dependencies = [
1964 "serde",
1965]
1966
1967[[package]]
1968name = "ruff_workspace"
1969version = "0.0.0"
1970source = "git+https://github.com/astral-sh/ruff.git?tag=v0.3.7#2e37cf6b3b4b873ad9ffe9728bccdf134862b768"
1971dependencies = [
1972 "anyhow",
1973 "colored",
1974 "dirs 5.0.1",
1975 "glob",
1976 "globset",
1977 "ignore",
1978 "is-macro",
1979 "itertools",
1980 "log",
1981 "path-absolutize",
1982 "pep440_rs 0.5.0",
1983 "regex",
1984 "ruff_cache",
1985 "ruff_formatter",
1986 "ruff_linter",
1987 "ruff_macros",
1988 "ruff_python_ast",
1989 "ruff_python_formatter",
1990 "ruff_source_file",
1991 "rustc-hash",
1992 "serde",
1993 "shellexpand",
1994 "strum",
1995 "toml",
1996]
1997
1998[[package]]
1999name = "rust-stemmers"
2000version = "1.2.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
2003dependencies = [
2004 "serde",
2005 "serde_derive",
2006]
2007
2008[[package]]
2009name = "rustc-hash"
2010version = "1.1.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2013
2014[[package]]
2015name = "rustix"
2016version = "0.38.34"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2019dependencies = [
2020 "bitflags 2.5.0",
2021 "errno",
2022 "libc",
2023 "linux-raw-sys",
2024 "windows-sys 0.52.0",
2025]
2026
2027[[package]]
2028name = "rustversion"
2029version = "1.0.15"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
2032
2033[[package]]
2034name = "ryu"
2035version = "1.0.17"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2038
2039[[package]]
2040name = "same-file"
2041version = "1.0.6"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2044dependencies = [
2045 "winapi-util",
2046]
2047
2048[[package]]
2049name = "scopeguard"
2050version = "1.2.0"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2053
2054[[package]]
2055name = "seahash"
2056version = "4.1.0"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2059
2060[[package]]
2061name = "serde"
2062version = "1.0.199"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
2065dependencies = [
2066 "serde_derive",
2067]
2068
2069[[package]]
2070name = "serde_derive"
2071version = "1.0.199"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
2074dependencies = [
2075 "proc-macro2",
2076 "quote",
2077 "syn 2.0.60",
2078]
2079
2080[[package]]
2081name = "serde_json"
2082version = "1.0.116"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
2085dependencies = [
2086 "itoa",
2087 "ryu",
2088 "serde",
2089]
2090
2091[[package]]
2092name = "serde_repr"
2093version = "0.1.19"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2096dependencies = [
2097 "proc-macro2",
2098 "quote",
2099 "syn 2.0.60",
2100]
2101
2102[[package]]
2103name = "serde_spanned"
2104version = "0.6.5"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2107dependencies = [
2108 "serde",
2109]
2110
2111[[package]]
2112name = "serde_with"
2113version = "3.8.1"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
2116dependencies = [
2117 "serde",
2118 "serde_derive",
2119 "serde_with_macros",
2120]
2121
2122[[package]]
2123name = "serde_with_macros"
2124version = "3.8.1"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
2127dependencies = [
2128 "darling",
2129 "proc-macro2",
2130 "quote",
2131 "syn 2.0.60",
2132]
2133
2134[[package]]
2135name = "sharded-slab"
2136version = "0.1.7"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2139dependencies = [
2140 "lazy_static",
2141]
2142
2143[[package]]
2144name = "shellexpand"
2145version = "3.1.0"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
2148dependencies = [
2149 "dirs 5.0.1",
2150]
2151
2152[[package]]
2153name = "similar"
2154version = "2.5.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
2157
2158[[package]]
2159name = "siphasher"
2160version = "0.3.11"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2163
2164[[package]]
2165name = "smallvec"
2166version = "1.13.2"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2169
2170[[package]]
2171name = "static_assertions"
2172version = "1.1.0"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2175
2176[[package]]
2177name = "strip-ansi-escapes"
2178version = "0.2.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
2181dependencies = [
2182 "vte",
2183]
2184
2185[[package]]
2186name = "strsim"
2187version = "0.10.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2190
2191[[package]]
2192name = "strsim"
2193version = "0.11.1"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2196
2197[[package]]
2198name = "strum"
2199version = "0.26.2"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
2202dependencies = [
2203 "strum_macros",
2204]
2205
2206[[package]]
2207name = "strum_macros"
2208version = "0.26.2"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
2211dependencies = [
2212 "heck 0.4.1",
2213 "proc-macro2",
2214 "quote",
2215 "rustversion",
2216 "syn 2.0.60",
2217]
2218
2219[[package]]
2220name = "syn"
2221version = "1.0.109"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2224dependencies = [
2225 "proc-macro2",
2226 "quote",
2227 "unicode-ident",
2228]
2229
2230[[package]]
2231name = "syn"
2232version = "2.0.60"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2235dependencies = [
2236 "proc-macro2",
2237 "quote",
2238 "unicode-ident",
2239]
2240
2241[[package]]
2242name = "target-lexicon"
2243version = "0.12.14"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2246
2247[[package]]
2248name = "tempfile"
2249version = "3.10.1"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2252dependencies = [
2253 "cfg-if",
2254 "fastrand",
2255 "rustix",
2256 "windows-sys 0.52.0",
2257]
2258
2259[[package]]
2260name = "terminal_size"
2261version = "0.3.0"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2264dependencies = [
2265 "rustix",
2266 "windows-sys 0.48.0",
2267]
2268
2269[[package]]
2270name = "terminfo"
2271version = "0.8.0"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f"
2274dependencies = [
2275 "dirs 4.0.0",
2276 "fnv",
2277 "nom",
2278 "phf",
2279 "phf_codegen",
2280]
2281
2282[[package]]
2283name = "thiserror"
2284version = "1.0.59"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
2287dependencies = [
2288 "thiserror-impl",
2289]
2290
2291[[package]]
2292name = "thiserror-impl"
2293version = "1.0.59"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
2296dependencies = [
2297 "proc-macro2",
2298 "quote",
2299 "syn 2.0.60",
2300]
2301
2302[[package]]
2303name = "thread_local"
2304version = "1.1.8"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2307dependencies = [
2308 "cfg-if",
2309 "once_cell",
2310]
2311
2312[[package]]
2313name = "tikv-jemalloc-sys"
2314version = "0.5.4+5.3.0-patched"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
2317dependencies = [
2318 "cc",
2319 "libc",
2320]
2321
2322[[package]]
2323name = "tikv-jemallocator"
2324version = "0.5.4"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
2327dependencies = [
2328 "libc",
2329 "tikv-jemalloc-sys",
2330]
2331
2332[[package]]
2333name = "tiny-keccak"
2334version = "2.0.2"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2337dependencies = [
2338 "crunchy",
2339]
2340
2341[[package]]
2342name = "tinyvec"
2343version = "1.6.0"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2346dependencies = [
2347 "tinyvec_macros",
2348]
2349
2350[[package]]
2351name = "tinyvec_macros"
2352version = "0.1.1"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2355
2356[[package]]
2357name = "toml"
2358version = "0.8.12"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
2361dependencies = [
2362 "serde",
2363 "serde_spanned",
2364 "toml_datetime",
2365 "toml_edit",
2366]
2367
2368[[package]]
2369name = "toml_datetime"
2370version = "0.6.5"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2373dependencies = [
2374 "serde",
2375]
2376
2377[[package]]
2378name = "toml_edit"
2379version = "0.22.12"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
2382dependencies = [
2383 "indexmap",
2384 "serde",
2385 "serde_spanned",
2386 "toml_datetime",
2387 "winnow",
2388]
2389
2390[[package]]
2391name = "tracing"
2392version = "0.1.40"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2395dependencies = [
2396 "log",
2397 "pin-project-lite",
2398 "tracing-attributes",
2399 "tracing-core",
2400]
2401
2402[[package]]
2403name = "tracing-attributes"
2404version = "0.1.27"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2407dependencies = [
2408 "proc-macro2",
2409 "quote",
2410 "syn 2.0.60",
2411]
2412
2413[[package]]
2414name = "tracing-core"
2415version = "0.1.32"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2418dependencies = [
2419 "once_cell",
2420 "valuable",
2421]
2422
2423[[package]]
2424name = "tracing-log"
2425version = "0.2.0"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2428dependencies = [
2429 "log",
2430 "once_cell",
2431 "tracing-core",
2432]
2433
2434[[package]]
2435name = "tracing-subscriber"
2436version = "0.3.18"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2439dependencies = [
2440 "matchers",
2441 "nu-ansi-term 0.46.0",
2442 "once_cell",
2443 "regex",
2444 "sharded-slab",
2445 "smallvec",
2446 "thread_local",
2447 "tracing",
2448 "tracing-core",
2449 "tracing-log",
2450]
2451
2452[[package]]
2453name = "tracing-tree"
2454version = "0.3.0"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675"
2457dependencies = [
2458 "nu-ansi-term 0.49.0",
2459 "tracing-core",
2460 "tracing-log",
2461 "tracing-subscriber",
2462]
2463
2464[[package]]
2465name = "typed-arena"
2466version = "2.0.2"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2469
2470[[package]]
2471name = "unic-char-property"
2472version = "0.9.0"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2475dependencies = [
2476 "unic-char-range",
2477]
2478
2479[[package]]
2480name = "unic-char-range"
2481version = "0.9.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2484
2485[[package]]
2486name = "unic-common"
2487version = "0.9.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2490
2491[[package]]
2492name = "unic-ucd-category"
2493version = "0.9.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0"
2496dependencies = [
2497 "matches",
2498 "unic-char-property",
2499 "unic-char-range",
2500 "unic-ucd-version",
2501]
2502
2503[[package]]
2504name = "unic-ucd-version"
2505version = "0.9.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2508dependencies = [
2509 "unic-common",
2510]
2511
2512[[package]]
2513name = "unicode-bidi"
2514version = "0.3.15"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2517
2518[[package]]
2519name = "unicode-ident"
2520version = "1.0.12"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2523
2524[[package]]
2525name = "unicode-normalization"
2526version = "0.1.23"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2529dependencies = [
2530 "tinyvec",
2531]
2532
2533[[package]]
2534name = "unicode-width"
2535version = "0.1.12"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2538
2539[[package]]
2540name = "unicode_names2"
2541version = "1.2.2"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "addeebf294df7922a1164f729fb27ebbbcea99cc32b3bf08afab62757f707677"
2544dependencies = [
2545 "phf",
2546 "unicode_names2_generator",
2547]
2548
2549[[package]]
2550name = "unicode_names2_generator"
2551version = "1.2.2"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "f444b8bba042fe3c1251ffaca35c603f2dc2ccc08d595c65a8c4f76f3e8426c0"
2554dependencies = [
2555 "getopts",
2556 "log",
2557 "phf_codegen",
2558 "rand",
2559]
2560
2561[[package]]
2562name = "unindent"
2563version = "0.1.11"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
2566
2567[[package]]
2568name = "unscanny"
2569version = "0.1.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47"
2572
2573[[package]]
2574name = "url"
2575version = "2.5.0"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2578dependencies = [
2579 "form_urlencoded",
2580 "idna",
2581 "percent-encoding",
2582 "serde",
2583]
2584
2585[[package]]
2586name = "utf8parse"
2587version = "0.2.1"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2590
2591[[package]]
2592name = "uuid"
2593version = "1.8.0"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2596dependencies = [
2597 "getrandom",
2598 "rand",
2599 "uuid-macro-internal",
2600 "wasm-bindgen",
2601]
2602
2603[[package]]
2604name = "uuid-macro-internal"
2605version = "1.8.0"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2"
2608dependencies = [
2609 "proc-macro2",
2610 "quote",
2611 "syn 2.0.60",
2612]
2613
2614[[package]]
2615name = "valuable"
2616version = "0.1.0"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2619
2620[[package]]
2621name = "vte"
2622version = "0.11.1"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
2625dependencies = [
2626 "utf8parse",
2627 "vte_generate_state_changes",
2628]
2629
2630[[package]]
2631name = "vte_generate_state_changes"
2632version = "0.1.1"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2635dependencies = [
2636 "proc-macro2",
2637 "quote",
2638]
2639
2640[[package]]
2641name = "walkdir"
2642version = "2.5.0"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2645dependencies = [
2646 "same-file",
2647 "winapi-util",
2648]
2649
2650[[package]]
2651name = "wasi"
2652version = "0.11.0+wasi-snapshot-preview1"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2655
2656[[package]]
2657name = "wasm-bindgen"
2658version = "0.2.92"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2661dependencies = [
2662 "cfg-if",
2663 "wasm-bindgen-macro",
2664]
2665
2666[[package]]
2667name = "wasm-bindgen-backend"
2668version = "0.2.92"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2671dependencies = [
2672 "bumpalo",
2673 "log",
2674 "once_cell",
2675 "proc-macro2",
2676 "quote",
2677 "syn 2.0.60",
2678 "wasm-bindgen-shared",
2679]
2680
2681[[package]]
2682name = "wasm-bindgen-macro"
2683version = "0.2.92"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2686dependencies = [
2687 "quote",
2688 "wasm-bindgen-macro-support",
2689]
2690
2691[[package]]
2692name = "wasm-bindgen-macro-support"
2693version = "0.2.92"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2696dependencies = [
2697 "proc-macro2",
2698 "quote",
2699 "syn 2.0.60",
2700 "wasm-bindgen-backend",
2701 "wasm-bindgen-shared",
2702]
2703
2704[[package]]
2705name = "wasm-bindgen-shared"
2706version = "0.2.92"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2709
2710[[package]]
2711name = "which"
2712version = "6.0.1"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
2715dependencies = [
2716 "either",
2717 "home",
2718 "rustix",
2719 "winsafe",
2720]
2721
2722[[package]]
2723name = "wild"
2724version = "2.2.1"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
2727dependencies = [
2728 "glob",
2729]
2730
2731[[package]]
2732name = "winapi"
2733version = "0.3.9"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2736dependencies = [
2737 "winapi-i686-pc-windows-gnu",
2738 "winapi-x86_64-pc-windows-gnu",
2739]
2740
2741[[package]]
2742name = "winapi-i686-pc-windows-gnu"
2743version = "0.4.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2746
2747[[package]]
2748name = "winapi-util"
2749version = "0.1.8"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2752dependencies = [
2753 "windows-sys 0.52.0",
2754]
2755
2756[[package]]
2757name = "winapi-x86_64-pc-windows-gnu"
2758version = "0.4.0"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2761
2762[[package]]
2763name = "windows-core"
2764version = "0.52.0"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2767dependencies = [
2768 "windows-targets 0.52.5",
2769]
2770
2771[[package]]
2772name = "windows-sys"
2773version = "0.48.0"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2776dependencies = [
2777 "windows-targets 0.48.5",
2778]
2779
2780[[package]]
2781name = "windows-sys"
2782version = "0.52.0"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2785dependencies = [
2786 "windows-targets 0.52.5",
2787]
2788
2789[[package]]
2790name = "windows-targets"
2791version = "0.48.5"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2794dependencies = [
2795 "windows_aarch64_gnullvm 0.48.5",
2796 "windows_aarch64_msvc 0.48.5",
2797 "windows_i686_gnu 0.48.5",
2798 "windows_i686_msvc 0.48.5",
2799 "windows_x86_64_gnu 0.48.5",
2800 "windows_x86_64_gnullvm 0.48.5",
2801 "windows_x86_64_msvc 0.48.5",
2802]
2803
2804[[package]]
2805name = "windows-targets"
2806version = "0.52.5"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2809dependencies = [
2810 "windows_aarch64_gnullvm 0.52.5",
2811 "windows_aarch64_msvc 0.52.5",
2812 "windows_i686_gnu 0.52.5",
2813 "windows_i686_gnullvm",
2814 "windows_i686_msvc 0.52.5",
2815 "windows_x86_64_gnu 0.52.5",
2816 "windows_x86_64_gnullvm 0.52.5",
2817 "windows_x86_64_msvc 0.52.5",
2818]
2819
2820[[package]]
2821name = "windows_aarch64_gnullvm"
2822version = "0.48.5"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2825
2826[[package]]
2827name = "windows_aarch64_gnullvm"
2828version = "0.52.5"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2831
2832[[package]]
2833name = "windows_aarch64_msvc"
2834version = "0.48.5"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2837
2838[[package]]
2839name = "windows_aarch64_msvc"
2840version = "0.52.5"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2843
2844[[package]]
2845name = "windows_i686_gnu"
2846version = "0.48.5"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2849
2850[[package]]
2851name = "windows_i686_gnu"
2852version = "0.52.5"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
2855
2856[[package]]
2857name = "windows_i686_gnullvm"
2858version = "0.52.5"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2861
2862[[package]]
2863name = "windows_i686_msvc"
2864version = "0.48.5"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2867
2868[[package]]
2869name = "windows_i686_msvc"
2870version = "0.52.5"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2873
2874[[package]]
2875name = "windows_x86_64_gnu"
2876version = "0.48.5"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2879
2880[[package]]
2881name = "windows_x86_64_gnu"
2882version = "0.52.5"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2885
2886[[package]]
2887name = "windows_x86_64_gnullvm"
2888version = "0.48.5"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2891
2892[[package]]
2893name = "windows_x86_64_gnullvm"
2894version = "0.52.5"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2897
2898[[package]]
2899name = "windows_x86_64_msvc"
2900version = "0.48.5"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2903
2904[[package]]
2905name = "windows_x86_64_msvc"
2906version = "0.52.5"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2909
2910[[package]]
2911name = "winnow"
2912version = "0.6.7"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578"
2915dependencies = [
2916 "memchr",
2917]
2918
2919[[package]]
2920name = "winsafe"
2921version = "0.0.19"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
2924
2925[[package]]
2926name = "yansi-term"
2927version = "0.1.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
2930dependencies = [
2931 "winapi",
2932]