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