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