1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "android_system_properties"
22version = "0.1.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25dependencies = [
26 "libc",
27]
28
29[[package]]
30name = "anstream"
31version = "0.6.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
34dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is_terminal_polyfill",
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle"
46version = "1.0.13"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
49
50[[package]]
51name = "anstyle-parse"
52version = "0.2.7"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
55dependencies = [
56 "utf8parse",
57]
58
59[[package]]
60name = "anstyle-query"
61version = "1.1.4"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
64dependencies = [
65 "windows-sys 0.60.2",
66]
67
68[[package]]
69name = "anstyle-wincon"
70version = "3.0.10"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
73dependencies = [
74 "anstyle",
75 "once_cell_polyfill",
76 "windows-sys 0.60.2",
77]
78
79[[package]]
80name = "async-channel"
81version = "2.5.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
84dependencies = [
85 "concurrent-queue",
86 "event-listener-strategy",
87 "futures-core",
88 "pin-project-lite",
89]
90
91[[package]]
92name = "async-io"
93version = "2.6.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
96dependencies = [
97 "autocfg",
98 "cfg-if",
99 "concurrent-queue",
100 "futures-io",
101 "futures-lite",
102 "parking",
103 "polling",
104 "rustix",
105 "slab",
106 "windows-sys 0.61.1",
107]
108
109[[package]]
110name = "async-lock"
111version = "3.4.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
114dependencies = [
115 "event-listener",
116 "event-listener-strategy",
117 "pin-project-lite",
118]
119
120[[package]]
121name = "async-lsp"
122version = "0.2.2"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "6c1c85c4bb41706ad1f8338e39fa725a24bc642be41140a38d818c93b9ae91f5"
125dependencies = [
126 "futures",
127 "lsp-types",
128 "pin-project-lite",
129 "rustix",
130 "serde",
131 "serde_json",
132 "thiserror",
133 "tokio",
134 "tower-layer",
135 "tower-service",
136 "tracing",
137 "waitpid-any",
138]
139
140[[package]]
141name = "async-process"
142version = "2.5.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
145dependencies = [
146 "async-channel",
147 "async-io",
148 "async-lock",
149 "async-signal",
150 "async-task",
151 "blocking",
152 "cfg-if",
153 "event-listener",
154 "futures-lite",
155 "rustix",
156]
157
158[[package]]
159name = "async-signal"
160version = "0.2.13"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
163dependencies = [
164 "async-io",
165 "async-lock",
166 "atomic-waker",
167 "cfg-if",
168 "futures-core",
169 "futures-io",
170 "rustix",
171 "signal-hook-registry",
172 "slab",
173 "windows-sys 0.61.1",
174]
175
176[[package]]
177name = "async-task"
178version = "4.7.1"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
181
182[[package]]
183name = "atomic-waker"
184version = "1.1.2"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
187
188[[package]]
189name = "autocfg"
190version = "1.5.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
193
194[[package]]
195name = "backtrace"
196version = "0.3.76"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
199dependencies = [
200 "addr2line",
201 "cfg-if",
202 "libc",
203 "miniz_oxide",
204 "object",
205 "rustc-demangle",
206 "windows-link",
207]
208
209[[package]]
210name = "base64"
211version = "0.22.1"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
214
215[[package]]
216name = "bitflags"
217version = "1.3.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
220
221[[package]]
222name = "bitflags"
223version = "2.9.4"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
226
227[[package]]
228name = "blocking"
229version = "1.6.2"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
232dependencies = [
233 "async-channel",
234 "async-task",
235 "futures-io",
236 "futures-lite",
237 "piper",
238]
239
240[[package]]
241name = "bumpalo"
242version = "3.19.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
245
246[[package]]
247name = "bytes"
248version = "1.10.1"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
251
252[[package]]
253name = "cc"
254version = "1.2.40"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
257dependencies = [
258 "find-msvc-tools",
259 "shlex",
260]
261
262[[package]]
263name = "cfg-if"
264version = "1.0.3"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
267
268[[package]]
269name = "chrono"
270version = "0.4.42"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
273dependencies = [
274 "iana-time-zone",
275 "js-sys",
276 "num-traits",
277 "serde",
278 "wasm-bindgen",
279 "windows-link",
280]
281
282[[package]]
283name = "clap"
284version = "4.5.48"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
287dependencies = [
288 "clap_builder",
289 "clap_derive",
290]
291
292[[package]]
293name = "clap_builder"
294version = "4.5.48"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
297dependencies = [
298 "anstream",
299 "anstyle",
300 "clap_lex",
301 "strsim",
302]
303
304[[package]]
305name = "clap_derive"
306version = "4.5.47"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
309dependencies = [
310 "heck",
311 "proc-macro2",
312 "quote",
313 "syn",
314]
315
316[[package]]
317name = "clap_lex"
318version = "0.7.5"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
321
322[[package]]
323name = "colorchoice"
324version = "1.0.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
327
328[[package]]
329name = "concurrent-queue"
330version = "2.5.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
333dependencies = [
334 "crossbeam-utils",
335]
336
337[[package]]
338name = "core-foundation-sys"
339version = "0.8.7"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
342
343[[package]]
344name = "crossbeam-utils"
345version = "0.8.21"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
348
349[[package]]
350name = "darling"
351version = "0.21.3"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
354dependencies = [
355 "darling_core",
356 "darling_macro",
357]
358
359[[package]]
360name = "darling_core"
361version = "0.21.3"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
364dependencies = [
365 "fnv",
366 "ident_case",
367 "proc-macro2",
368 "quote",
369 "strsim",
370 "syn",
371]
372
373[[package]]
374name = "darling_macro"
375version = "0.21.3"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
378dependencies = [
379 "darling_core",
380 "quote",
381 "syn",
382]
383
384[[package]]
385name = "displaydoc"
386version = "0.2.5"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
389dependencies = [
390 "proc-macro2",
391 "quote",
392 "syn",
393]
394
395[[package]]
396name = "dyn-clone"
397version = "1.0.20"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
400
401[[package]]
402name = "equivalent"
403version = "1.0.2"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
406
407[[package]]
408name = "errno"
409version = "0.3.14"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
412dependencies = [
413 "libc",
414 "windows-sys 0.61.1",
415]
416
417[[package]]
418name = "event-listener"
419version = "5.4.1"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
422dependencies = [
423 "concurrent-queue",
424 "parking",
425 "pin-project-lite",
426]
427
428[[package]]
429name = "event-listener-strategy"
430version = "0.5.4"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
433dependencies = [
434 "event-listener",
435 "pin-project-lite",
436]
437
438[[package]]
439name = "fastrand"
440version = "2.3.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
443
444[[package]]
445name = "find-msvc-tools"
446version = "0.1.3"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
449
450[[package]]
451name = "fnv"
452version = "1.0.7"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
455
456[[package]]
457name = "form_urlencoded"
458version = "1.2.2"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
461dependencies = [
462 "percent-encoding",
463]
464
465[[package]]
466name = "futures"
467version = "0.3.31"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
470dependencies = [
471 "futures-channel",
472 "futures-core",
473 "futures-executor",
474 "futures-io",
475 "futures-sink",
476 "futures-task",
477 "futures-util",
478]
479
480[[package]]
481name = "futures-channel"
482version = "0.3.31"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
485dependencies = [
486 "futures-core",
487 "futures-sink",
488]
489
490[[package]]
491name = "futures-core"
492version = "0.3.31"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
495
496[[package]]
497name = "futures-executor"
498version = "0.3.31"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
501dependencies = [
502 "futures-core",
503 "futures-task",
504 "futures-util",
505]
506
507[[package]]
508name = "futures-io"
509version = "0.3.31"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
512
513[[package]]
514name = "futures-lite"
515version = "2.6.1"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
518dependencies = [
519 "fastrand",
520 "futures-core",
521 "futures-io",
522 "parking",
523 "pin-project-lite",
524]
525
526[[package]]
527name = "futures-macro"
528version = "0.3.31"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
531dependencies = [
532 "proc-macro2",
533 "quote",
534 "syn",
535]
536
537[[package]]
538name = "futures-sink"
539version = "0.3.31"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
542
543[[package]]
544name = "futures-task"
545version = "0.3.31"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
548
549[[package]]
550name = "futures-util"
551version = "0.3.31"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
554dependencies = [
555 "futures-channel",
556 "futures-core",
557 "futures-io",
558 "futures-macro",
559 "futures-sink",
560 "futures-task",
561 "memchr",
562 "pin-project-lite",
563 "pin-utils",
564 "slab",
565]
566
567[[package]]
568name = "gimli"
569version = "0.32.3"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
572
573[[package]]
574name = "hashbrown"
575version = "0.16.0"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
578
579[[package]]
580name = "heck"
581version = "0.5.0"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
584
585[[package]]
586name = "hermit-abi"
587version = "0.5.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
590
591[[package]]
592name = "iana-time-zone"
593version = "0.1.64"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
596dependencies = [
597 "android_system_properties",
598 "core-foundation-sys",
599 "iana-time-zone-haiku",
600 "js-sys",
601 "log",
602 "wasm-bindgen",
603 "windows-core",
604]
605
606[[package]]
607name = "iana-time-zone-haiku"
608version = "0.1.2"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
611dependencies = [
612 "cc",
613]
614
615[[package]]
616name = "icu_collections"
617version = "2.0.0"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
620dependencies = [
621 "displaydoc",
622 "potential_utf",
623 "yoke",
624 "zerofrom",
625 "zerovec",
626]
627
628[[package]]
629name = "icu_locale_core"
630version = "2.0.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
633dependencies = [
634 "displaydoc",
635 "litemap",
636 "tinystr",
637 "writeable",
638 "zerovec",
639]
640
641[[package]]
642name = "icu_normalizer"
643version = "2.0.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
646dependencies = [
647 "displaydoc",
648 "icu_collections",
649 "icu_normalizer_data",
650 "icu_properties",
651 "icu_provider",
652 "smallvec",
653 "zerovec",
654]
655
656[[package]]
657name = "icu_normalizer_data"
658version = "2.0.0"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
661
662[[package]]
663name = "icu_properties"
664version = "2.0.1"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
667dependencies = [
668 "displaydoc",
669 "icu_collections",
670 "icu_locale_core",
671 "icu_properties_data",
672 "icu_provider",
673 "potential_utf",
674 "zerotrie",
675 "zerovec",
676]
677
678[[package]]
679name = "icu_properties_data"
680version = "2.0.1"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
683
684[[package]]
685name = "icu_provider"
686version = "2.0.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
689dependencies = [
690 "displaydoc",
691 "icu_locale_core",
692 "stable_deref_trait",
693 "tinystr",
694 "writeable",
695 "yoke",
696 "zerofrom",
697 "zerotrie",
698 "zerovec",
699]
700
701[[package]]
702name = "ident_case"
703version = "1.0.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
706
707[[package]]
708name = "idna"
709version = "1.1.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
712dependencies = [
713 "idna_adapter",
714 "smallvec",
715 "utf8_iter",
716]
717
718[[package]]
719name = "idna_adapter"
720version = "1.2.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
723dependencies = [
724 "icu_normalizer",
725 "icu_properties",
726]
727
728[[package]]
729name = "indexmap"
730version = "2.11.4"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
733dependencies = [
734 "equivalent",
735 "hashbrown",
736]
737
738[[package]]
739name = "io-uring"
740version = "0.7.10"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
743dependencies = [
744 "bitflags 2.9.4",
745 "cfg-if",
746 "libc",
747]
748
749[[package]]
750name = "is_terminal_polyfill"
751version = "1.70.1"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
754
755[[package]]
756name = "itoa"
757version = "1.0.15"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
760
761[[package]]
762name = "js-sys"
763version = "0.3.81"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
766dependencies = [
767 "once_cell",
768 "wasm-bindgen",
769]
770
771[[package]]
772name = "libc"
773version = "0.2.176"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
776
777[[package]]
778name = "linux-raw-sys"
779version = "0.11.0"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
782
783[[package]]
784name = "litemap"
785version = "0.8.0"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
788
789[[package]]
790name = "log"
791version = "0.4.28"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
794
795[[package]]
796name = "lsp-types"
797version = "0.95.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
800dependencies = [
801 "bitflags 1.3.2",
802 "serde",
803 "serde_json",
804 "serde_repr",
805 "url",
806]
807
808[[package]]
809name = "lsp2mcp"
810version = "0.1.0"
811dependencies = [
812 "async-lsp",
813 "async-process",
814 "clap",
815 "futures",
816 "rmcp",
817 "serde",
818 "tokio",
819 "toml",
820 "tower",
821 "tracing",
822]
823
824[[package]]
825name = "memchr"
826version = "2.7.6"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
829
830[[package]]
831name = "miniz_oxide"
832version = "0.8.9"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
835dependencies = [
836 "adler2",
837]
838
839[[package]]
840name = "mio"
841version = "1.0.4"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
844dependencies = [
845 "libc",
846 "wasi",
847 "windows-sys 0.59.0",
848]
849
850[[package]]
851name = "num-traits"
852version = "0.2.19"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
855dependencies = [
856 "autocfg",
857]
858
859[[package]]
860name = "object"
861version = "0.37.3"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
864dependencies = [
865 "memchr",
866]
867
868[[package]]
869name = "once_cell"
870version = "1.21.3"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
873
874[[package]]
875name = "once_cell_polyfill"
876version = "1.70.1"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
879
880[[package]]
881name = "parking"
882version = "2.2.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
885
886[[package]]
887name = "paste"
888version = "1.0.15"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
891
892[[package]]
893name = "percent-encoding"
894version = "2.3.2"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
897
898[[package]]
899name = "pin-project-lite"
900version = "0.2.16"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
903
904[[package]]
905name = "pin-utils"
906version = "0.1.0"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
909
910[[package]]
911name = "piper"
912version = "0.2.4"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
915dependencies = [
916 "atomic-waker",
917 "fastrand",
918 "futures-io",
919]
920
921[[package]]
922name = "polling"
923version = "3.11.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
926dependencies = [
927 "cfg-if",
928 "concurrent-queue",
929 "hermit-abi",
930 "pin-project-lite",
931 "rustix",
932 "windows-sys 0.61.1",
933]
934
935[[package]]
936name = "potential_utf"
937version = "0.1.3"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
940dependencies = [
941 "zerovec",
942]
943
944[[package]]
945name = "proc-macro2"
946version = "1.0.101"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
949dependencies = [
950 "unicode-ident",
951]
952
953[[package]]
954name = "quote"
955version = "1.0.41"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
958dependencies = [
959 "proc-macro2",
960]
961
962[[package]]
963name = "ref-cast"
964version = "1.0.25"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
967dependencies = [
968 "ref-cast-impl",
969]
970
971[[package]]
972name = "ref-cast-impl"
973version = "1.0.25"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
976dependencies = [
977 "proc-macro2",
978 "quote",
979 "syn",
980]
981
982[[package]]
983name = "rmcp"
984version = "0.8.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "583d060e99feb3a3683fb48a1e4bf5f8d4a50951f429726f330ee5ff548837f8"
987dependencies = [
988 "base64",
989 "chrono",
990 "futures",
991 "paste",
992 "pin-project-lite",
993 "rmcp-macros",
994 "schemars",
995 "serde",
996 "serde_json",
997 "thiserror",
998 "tokio",
999 "tokio-util",
1000 "tracing",
1001]
1002
1003[[package]]
1004name = "rmcp-macros"
1005version = "0.8.0"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "421d8b0ba302f479214889486f9550e63feca3af310f1190efcf6e2016802693"
1008dependencies = [
1009 "darling",
1010 "proc-macro2",
1011 "quote",
1012 "serde_json",
1013 "syn",
1014]
1015
1016[[package]]
1017name = "rustc-demangle"
1018version = "0.1.26"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1021
1022[[package]]
1023name = "rustix"
1024version = "1.1.2"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1027dependencies = [
1028 "bitflags 2.9.4",
1029 "errno",
1030 "libc",
1031 "linux-raw-sys",
1032 "windows-sys 0.61.1",
1033]
1034
1035[[package]]
1036name = "rustversion"
1037version = "1.0.22"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1040
1041[[package]]
1042name = "ryu"
1043version = "1.0.20"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1046
1047[[package]]
1048name = "schemars"
1049version = "1.0.4"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
1052dependencies = [
1053 "chrono",
1054 "dyn-clone",
1055 "ref-cast",
1056 "schemars_derive",
1057 "serde",
1058 "serde_json",
1059]
1060
1061[[package]]
1062name = "schemars_derive"
1063version = "1.0.4"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
1066dependencies = [
1067 "proc-macro2",
1068 "quote",
1069 "serde_derive_internals",
1070 "syn",
1071]
1072
1073[[package]]
1074name = "serde"
1075version = "1.0.228"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1078dependencies = [
1079 "serde_core",
1080 "serde_derive",
1081]
1082
1083[[package]]
1084name = "serde_core"
1085version = "1.0.228"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1088dependencies = [
1089 "serde_derive",
1090]
1091
1092[[package]]
1093name = "serde_derive"
1094version = "1.0.228"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1097dependencies = [
1098 "proc-macro2",
1099 "quote",
1100 "syn",
1101]
1102
1103[[package]]
1104name = "serde_derive_internals"
1105version = "0.29.1"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1108dependencies = [
1109 "proc-macro2",
1110 "quote",
1111 "syn",
1112]
1113
1114[[package]]
1115name = "serde_json"
1116version = "1.0.145"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1119dependencies = [
1120 "itoa",
1121 "memchr",
1122 "ryu",
1123 "serde",
1124 "serde_core",
1125]
1126
1127[[package]]
1128name = "serde_repr"
1129version = "0.1.20"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1132dependencies = [
1133 "proc-macro2",
1134 "quote",
1135 "syn",
1136]
1137
1138[[package]]
1139name = "serde_spanned"
1140version = "0.6.9"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1143dependencies = [
1144 "serde",
1145]
1146
1147[[package]]
1148name = "shlex"
1149version = "1.3.0"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1152
1153[[package]]
1154name = "signal-hook-registry"
1155version = "1.4.6"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1158dependencies = [
1159 "libc",
1160]
1161
1162[[package]]
1163name = "slab"
1164version = "0.4.11"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1167
1168[[package]]
1169name = "smallvec"
1170version = "1.15.1"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1173
1174[[package]]
1175name = "socket2"
1176version = "0.6.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1179dependencies = [
1180 "libc",
1181 "windows-sys 0.59.0",
1182]
1183
1184[[package]]
1185name = "stable_deref_trait"
1186version = "1.2.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1189
1190[[package]]
1191name = "strsim"
1192version = "0.11.1"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1195
1196[[package]]
1197name = "syn"
1198version = "2.0.106"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1201dependencies = [
1202 "proc-macro2",
1203 "quote",
1204 "unicode-ident",
1205]
1206
1207[[package]]
1208name = "synstructure"
1209version = "0.13.2"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1212dependencies = [
1213 "proc-macro2",
1214 "quote",
1215 "syn",
1216]
1217
1218[[package]]
1219name = "thiserror"
1220version = "2.0.17"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1223dependencies = [
1224 "thiserror-impl",
1225]
1226
1227[[package]]
1228name = "thiserror-impl"
1229version = "2.0.17"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1232dependencies = [
1233 "proc-macro2",
1234 "quote",
1235 "syn",
1236]
1237
1238[[package]]
1239name = "tinystr"
1240version = "0.8.1"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1243dependencies = [
1244 "displaydoc",
1245 "zerovec",
1246]
1247
1248[[package]]
1249name = "tokio"
1250version = "1.47.1"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1253dependencies = [
1254 "backtrace",
1255 "bytes",
1256 "io-uring",
1257 "libc",
1258 "mio",
1259 "pin-project-lite",
1260 "slab",
1261 "socket2",
1262 "tokio-macros",
1263 "windows-sys 0.59.0",
1264]
1265
1266[[package]]
1267name = "tokio-macros"
1268version = "2.5.0"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1271dependencies = [
1272 "proc-macro2",
1273 "quote",
1274 "syn",
1275]
1276
1277[[package]]
1278name = "tokio-util"
1279version = "0.7.16"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1282dependencies = [
1283 "bytes",
1284 "futures-core",
1285 "futures-sink",
1286 "pin-project-lite",
1287 "tokio",
1288]
1289
1290[[package]]
1291name = "toml"
1292version = "0.8.23"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1295dependencies = [
1296 "serde",
1297 "serde_spanned",
1298 "toml_datetime",
1299 "toml_edit",
1300]
1301
1302[[package]]
1303name = "toml_datetime"
1304version = "0.6.11"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1307dependencies = [
1308 "serde",
1309]
1310
1311[[package]]
1312name = "toml_edit"
1313version = "0.22.27"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1316dependencies = [
1317 "indexmap",
1318 "serde",
1319 "serde_spanned",
1320 "toml_datetime",
1321 "toml_write",
1322 "winnow",
1323]
1324
1325[[package]]
1326name = "toml_write"
1327version = "0.1.2"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1330
1331[[package]]
1332name = "tower"
1333version = "0.5.2"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1336dependencies = [
1337 "tower-layer",
1338 "tower-service",
1339]
1340
1341[[package]]
1342name = "tower-layer"
1343version = "0.3.3"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1346
1347[[package]]
1348name = "tower-service"
1349version = "0.3.3"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1352
1353[[package]]
1354name = "tracing"
1355version = "0.1.41"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1358dependencies = [
1359 "pin-project-lite",
1360 "tracing-attributes",
1361 "tracing-core",
1362]
1363
1364[[package]]
1365name = "tracing-attributes"
1366version = "0.1.30"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1369dependencies = [
1370 "proc-macro2",
1371 "quote",
1372 "syn",
1373]
1374
1375[[package]]
1376name = "tracing-core"
1377version = "0.1.34"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1380dependencies = [
1381 "once_cell",
1382]
1383
1384[[package]]
1385name = "unicode-ident"
1386version = "1.0.19"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1389
1390[[package]]
1391name = "url"
1392version = "2.5.7"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1395dependencies = [
1396 "form_urlencoded",
1397 "idna",
1398 "percent-encoding",
1399 "serde",
1400]
1401
1402[[package]]
1403name = "utf8_iter"
1404version = "1.0.4"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1407
1408[[package]]
1409name = "utf8parse"
1410version = "0.2.2"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1413
1414[[package]]
1415name = "waitpid-any"
1416version = "0.3.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "18aa3ce681e189f125c4c1e1388c03285e2fd434ef52c7203084012ac29c5e4a"
1419dependencies = [
1420 "rustix",
1421 "windows-sys 0.59.0",
1422]
1423
1424[[package]]
1425name = "wasi"
1426version = "0.11.1+wasi-snapshot-preview1"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1429
1430[[package]]
1431name = "wasm-bindgen"
1432version = "0.2.104"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
1435dependencies = [
1436 "cfg-if",
1437 "once_cell",
1438 "rustversion",
1439 "wasm-bindgen-macro",
1440 "wasm-bindgen-shared",
1441]
1442
1443[[package]]
1444name = "wasm-bindgen-backend"
1445version = "0.2.104"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
1448dependencies = [
1449 "bumpalo",
1450 "log",
1451 "proc-macro2",
1452 "quote",
1453 "syn",
1454 "wasm-bindgen-shared",
1455]
1456
1457[[package]]
1458name = "wasm-bindgen-macro"
1459version = "0.2.104"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
1462dependencies = [
1463 "quote",
1464 "wasm-bindgen-macro-support",
1465]
1466
1467[[package]]
1468name = "wasm-bindgen-macro-support"
1469version = "0.2.104"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
1472dependencies = [
1473 "proc-macro2",
1474 "quote",
1475 "syn",
1476 "wasm-bindgen-backend",
1477 "wasm-bindgen-shared",
1478]
1479
1480[[package]]
1481name = "wasm-bindgen-shared"
1482version = "0.2.104"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
1485dependencies = [
1486 "unicode-ident",
1487]
1488
1489[[package]]
1490name = "windows-core"
1491version = "0.62.1"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
1494dependencies = [
1495 "windows-implement",
1496 "windows-interface",
1497 "windows-link",
1498 "windows-result",
1499 "windows-strings",
1500]
1501
1502[[package]]
1503name = "windows-implement"
1504version = "0.60.1"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
1507dependencies = [
1508 "proc-macro2",
1509 "quote",
1510 "syn",
1511]
1512
1513[[package]]
1514name = "windows-interface"
1515version = "0.59.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
1518dependencies = [
1519 "proc-macro2",
1520 "quote",
1521 "syn",
1522]
1523
1524[[package]]
1525name = "windows-link"
1526version = "0.2.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1529
1530[[package]]
1531name = "windows-result"
1532version = "0.4.0"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
1535dependencies = [
1536 "windows-link",
1537]
1538
1539[[package]]
1540name = "windows-strings"
1541version = "0.5.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
1544dependencies = [
1545 "windows-link",
1546]
1547
1548[[package]]
1549name = "windows-sys"
1550version = "0.59.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1553dependencies = [
1554 "windows-targets 0.52.6",
1555]
1556
1557[[package]]
1558name = "windows-sys"
1559version = "0.60.2"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1562dependencies = [
1563 "windows-targets 0.53.4",
1564]
1565
1566[[package]]
1567name = "windows-sys"
1568version = "0.61.1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
1571dependencies = [
1572 "windows-link",
1573]
1574
1575[[package]]
1576name = "windows-targets"
1577version = "0.52.6"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1580dependencies = [
1581 "windows_aarch64_gnullvm 0.52.6",
1582 "windows_aarch64_msvc 0.52.6",
1583 "windows_i686_gnu 0.52.6",
1584 "windows_i686_gnullvm 0.52.6",
1585 "windows_i686_msvc 0.52.6",
1586 "windows_x86_64_gnu 0.52.6",
1587 "windows_x86_64_gnullvm 0.52.6",
1588 "windows_x86_64_msvc 0.52.6",
1589]
1590
1591[[package]]
1592name = "windows-targets"
1593version = "0.53.4"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
1596dependencies = [
1597 "windows-link",
1598 "windows_aarch64_gnullvm 0.53.0",
1599 "windows_aarch64_msvc 0.53.0",
1600 "windows_i686_gnu 0.53.0",
1601 "windows_i686_gnullvm 0.53.0",
1602 "windows_i686_msvc 0.53.0",
1603 "windows_x86_64_gnu 0.53.0",
1604 "windows_x86_64_gnullvm 0.53.0",
1605 "windows_x86_64_msvc 0.53.0",
1606]
1607
1608[[package]]
1609name = "windows_aarch64_gnullvm"
1610version = "0.52.6"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1613
1614[[package]]
1615name = "windows_aarch64_gnullvm"
1616version = "0.53.0"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1619
1620[[package]]
1621name = "windows_aarch64_msvc"
1622version = "0.52.6"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1625
1626[[package]]
1627name = "windows_aarch64_msvc"
1628version = "0.53.0"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1631
1632[[package]]
1633name = "windows_i686_gnu"
1634version = "0.52.6"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1637
1638[[package]]
1639name = "windows_i686_gnu"
1640version = "0.53.0"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1643
1644[[package]]
1645name = "windows_i686_gnullvm"
1646version = "0.52.6"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1649
1650[[package]]
1651name = "windows_i686_gnullvm"
1652version = "0.53.0"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1655
1656[[package]]
1657name = "windows_i686_msvc"
1658version = "0.52.6"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1661
1662[[package]]
1663name = "windows_i686_msvc"
1664version = "0.53.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1667
1668[[package]]
1669name = "windows_x86_64_gnu"
1670version = "0.52.6"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1673
1674[[package]]
1675name = "windows_x86_64_gnu"
1676version = "0.53.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1679
1680[[package]]
1681name = "windows_x86_64_gnullvm"
1682version = "0.52.6"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1685
1686[[package]]
1687name = "windows_x86_64_gnullvm"
1688version = "0.53.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1691
1692[[package]]
1693name = "windows_x86_64_msvc"
1694version = "0.52.6"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1697
1698[[package]]
1699name = "windows_x86_64_msvc"
1700version = "0.53.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1703
1704[[package]]
1705name = "winnow"
1706version = "0.7.13"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
1709dependencies = [
1710 "memchr",
1711]
1712
1713[[package]]
1714name = "writeable"
1715version = "0.6.1"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1718
1719[[package]]
1720name = "yoke"
1721version = "0.8.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1724dependencies = [
1725 "serde",
1726 "stable_deref_trait",
1727 "yoke-derive",
1728 "zerofrom",
1729]
1730
1731[[package]]
1732name = "yoke-derive"
1733version = "0.8.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1736dependencies = [
1737 "proc-macro2",
1738 "quote",
1739 "syn",
1740 "synstructure",
1741]
1742
1743[[package]]
1744name = "zerofrom"
1745version = "0.1.6"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1748dependencies = [
1749 "zerofrom-derive",
1750]
1751
1752[[package]]
1753name = "zerofrom-derive"
1754version = "0.1.6"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1757dependencies = [
1758 "proc-macro2",
1759 "quote",
1760 "syn",
1761 "synstructure",
1762]
1763
1764[[package]]
1765name = "zerotrie"
1766version = "0.2.2"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
1769dependencies = [
1770 "displaydoc",
1771 "yoke",
1772 "zerofrom",
1773]
1774
1775[[package]]
1776name = "zerovec"
1777version = "0.11.4"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
1780dependencies = [
1781 "yoke",
1782 "zerofrom",
1783 "zerovec-derive",
1784]
1785
1786[[package]]
1787name = "zerovec-derive"
1788version = "0.11.1"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
1791dependencies = [
1792 "proc-macro2",
1793 "quote",
1794 "syn",
1795]