A post-modern development environment.
83 kB
3503 lines
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "ahash"
7version = "0.8.12"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10dependencies = [
11 "cfg-if",
12 "getrandom 0.3.1",
13 "once_cell",
14 "version_check",
15 "zerocopy",
16]
17
18[[package]]
19name = "aho-corasick"
20version = "1.1.3"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
23dependencies = [
24 "memchr",
25]
26
27[[package]]
28name = "alloca"
29version = "0.4.0"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
32dependencies = [
33 "cc",
34]
35
36[[package]]
37name = "allocator-api2"
38version = "0.2.18"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
41
42[[package]]
43name = "anes"
44version = "0.1.6"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
47
48[[package]]
49name = "anstyle"
50version = "1.0.14"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
53
54[[package]]
55name = "anyhow"
56version = "1.0.103"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
59
60[[package]]
61name = "arc-swap"
62version = "1.9.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
65dependencies = [
66 "rustversion",
67]
68
69[[package]]
70name = "arrayvec"
71version = "0.7.8"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
74
75[[package]]
76name = "autocfg"
77version = "1.3.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
80
81[[package]]
82name = "bitflags"
83version = "2.13.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
86
87[[package]]
88name = "block-buffer"
89version = "0.10.4"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
92dependencies = [
93 "generic-array",
94]
95
96[[package]]
97name = "bstr"
98version = "1.12.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
101dependencies = [
102 "memchr",
103 "regex-automata",
104 "serde",
105]
106
107[[package]]
108name = "bumpalo"
109version = "3.19.0"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
112
113[[package]]
114name = "byteorder"
115version = "1.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
118
119[[package]]
120name = "bytes"
121version = "1.11.1"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
124
125[[package]]
126name = "cassowary"
127version = "0.3.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
130
131[[package]]
132name = "cast"
133version = "0.3.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
136
137[[package]]
138name = "cc"
139version = "1.2.65"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
142dependencies = [
143 "find-msvc-tools",
144 "shlex",
145]
146
147[[package]]
148name = "cfg-if"
149version = "1.0.4"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
152
153[[package]]
154name = "chardetng"
155version = "1.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "13de944a44b5064ee5d3a5ceccc49a41bfec50f2580e66f82e87703acdb88b53"
158dependencies = [
159 "cfg-if",
160 "encoding_rs",
161 "memchr",
162]
163
164[[package]]
165name = "chrono"
166version = "0.4.45"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
169dependencies = [
170 "num-traits",
171]
172
173[[package]]
174name = "ciborium"
175version = "0.2.2"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
178dependencies = [
179 "ciborium-io",
180 "ciborium-ll",
181 "serde",
182]
183
184[[package]]
185name = "ciborium-io"
186version = "0.2.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
189
190[[package]]
191name = "ciborium-ll"
192version = "0.2.2"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
195dependencies = [
196 "ciborium-io",
197 "half",
198]
199
200[[package]]
201name = "clap"
202version = "4.6.1"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
205dependencies = [
206 "clap_builder",
207]
208
209[[package]]
210name = "clap_builder"
211version = "4.6.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
214dependencies = [
215 "anstyle",
216 "clap_lex",
217]
218
219[[package]]
220name = "clap_lex"
221version = "1.1.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
224
225[[package]]
226name = "clipboard-win"
227version = "5.4.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
230dependencies = [
231 "error-code",
232]
233
234[[package]]
235name = "clru"
236version = "0.6.2"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
239
240[[package]]
241name = "cpufeatures"
242version = "0.2.17"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
245dependencies = [
246 "libc",
247]
248
249[[package]]
250name = "crc32fast"
251version = "1.5.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
254dependencies = [
255 "cfg-if",
256]
257
258[[package]]
259name = "criterion"
260version = "0.8.2"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
263dependencies = [
264 "alloca",
265 "anes",
266 "cast",
267 "ciborium",
268 "clap",
269 "criterion-plot",
270 "itertools",
271 "num-traits",
272 "oorandom",
273 "page_size",
274 "regex",
275 "serde",
276 "serde_json",
277 "tinytemplate",
278 "walkdir",
279]
280
281[[package]]
282name = "criterion-plot"
283version = "0.8.2"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
286dependencies = [
287 "cast",
288 "itertools",
289]
290
291[[package]]
292name = "crossbeam-channel"
293version = "0.5.15"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
296dependencies = [
297 "crossbeam-utils",
298]
299
300[[package]]
301name = "crossbeam-deque"
302version = "0.8.5"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
305dependencies = [
306 "crossbeam-epoch",
307 "crossbeam-utils",
308]
309
310[[package]]
311name = "crossbeam-epoch"
312version = "0.9.18"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
315dependencies = [
316 "crossbeam-utils",
317]
318
319[[package]]
320name = "crossbeam-utils"
321version = "0.8.20"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
324
325[[package]]
326name = "crossterm"
327version = "0.28.1"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
330dependencies = [
331 "bitflags",
332 "crossterm_winapi",
333 "futures-core",
334 "mio",
335 "parking_lot",
336 "rustix 0.38.44",
337 "signal-hook 0.3.18",
338 "signal-hook-mio",
339 "winapi",
340]
341
342[[package]]
343name = "crossterm_winapi"
344version = "0.9.1"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
347dependencies = [
348 "winapi",
349]
350
351[[package]]
352name = "crunchy"
353version = "0.2.4"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
356
357[[package]]
358name = "crypto-common"
359version = "0.1.6"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
362dependencies = [
363 "generic-array",
364 "typenum",
365]
366
367[[package]]
368name = "dashmap"
369version = "6.2.1"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
372dependencies = [
373 "cfg-if",
374 "crossbeam-utils",
375 "hashbrown 0.14.5",
376 "lock_api",
377 "once_cell",
378 "parking_lot_core",
379]
380
381[[package]]
382name = "digest"
383version = "0.10.7"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
386dependencies = [
387 "block-buffer",
388 "crypto-common",
389]
390
391[[package]]
392name = "dunce"
393version = "1.0.5"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
396
397[[package]]
398name = "either"
399version = "1.13.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
402
403[[package]]
404name = "encoding_rs"
405version = "0.8.35"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
408dependencies = [
409 "cfg-if",
410]
411
412[[package]]
413name = "encoding_rs_io"
414version = "0.1.7"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
417dependencies = [
418 "encoding_rs",
419]
420
421[[package]]
422name = "equivalent"
423version = "1.0.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
426
427[[package]]
428name = "errno"
429version = "0.3.10"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
432dependencies = [
433 "libc",
434 "windows-sys 0.59.0",
435]
436
437[[package]]
438name = "error-code"
439version = "3.2.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
442
443[[package]]
444name = "etcetera"
445version = "0.11.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
448dependencies = [
449 "cfg-if",
450 "windows-sys 0.61.2",
451]
452
453[[package]]
454name = "faster-hex"
455version = "0.10.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
458dependencies = [
459 "heapless",
460 "serde",
461]
462
463[[package]]
464name = "fastrand"
465version = "2.1.1"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
468
469[[package]]
470name = "faststr"
471version = "0.2.32"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "baec6a0289d7f1fe5665586ef7340af82e3037207bef60f5785e57569776f0c8"
474dependencies = [
475 "bytes",
476 "rkyv",
477 "serde",
478 "simdutf8",
479]
480
481[[package]]
482name = "filetime"
483version = "0.2.29"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
486dependencies = [
487 "cfg-if",
488 "libc",
489]
490
491[[package]]
492name = "find-msvc-tools"
493version = "0.1.9"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
496
497[[package]]
498name = "fnv"
499version = "1.0.7"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
502
503[[package]]
504name = "foldhash"
505version = "0.1.5"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
508
509[[package]]
510name = "foldhash"
511version = "0.2.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
514
515[[package]]
516name = "futures-core"
517version = "0.3.32"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
520
521[[package]]
522name = "futures-executor"
523version = "0.3.32"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
526dependencies = [
527 "futures-core",
528 "futures-task",
529 "futures-util",
530]
531
532[[package]]
533name = "futures-task"
534version = "0.3.32"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
537
538[[package]]
539name = "futures-util"
540version = "0.3.32"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
543dependencies = [
544 "futures-core",
545 "futures-task",
546 "pin-project-lite",
547 "slab",
548]
549
550[[package]]
551name = "generic-array"
552version = "0.14.7"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
555dependencies = [
556 "typenum",
557 "version_check",
558]
559
560[[package]]
561name = "getrandom"
562version = "0.3.1"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
565dependencies = [
566 "cfg-if",
567 "libc",
568 "wasi 0.13.3+wasi-0.2.2",
569 "windows-targets 0.52.6",
570]
571
572[[package]]
573name = "getrandom"
574version = "0.4.1"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
577dependencies = [
578 "cfg-if",
579 "libc",
580 "r-efi",
581 "rand_core",
582 "wasip2",
583 "wasip3",
584]
585
586[[package]]
587name = "gix"
588version = "0.85.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "fa8b2e38ebfc4484dfef8580ddcaf8abb7285e6f3eb6413ff6775d104ae96ca6"
591dependencies = [
592 "gix-actor",
593 "gix-attributes",
594 "gix-command",
595 "gix-commitgraph",
596 "gix-config",
597 "gix-date",
598 "gix-diff",
599 "gix-dir",
600 "gix-discover",
601 "gix-error",
602 "gix-features",
603 "gix-filter",
604 "gix-fs",
605 "gix-glob",
606 "gix-hash",
607 "gix-hashtable",
608 "gix-ignore",
609 "gix-index",
610 "gix-lock",
611 "gix-object",
612 "gix-odb",
613 "gix-pack",
614 "gix-path",
615 "gix-pathspec",
616 "gix-protocol",
617 "gix-ref",
618 "gix-refspec",
619 "gix-revision",
620 "gix-revwalk",
621 "gix-sec",
622 "gix-shallow",
623 "gix-status",
624 "gix-submodule",
625 "gix-tempfile",
626 "gix-trace",
627 "gix-traverse",
628 "gix-url",
629 "gix-utils",
630 "gix-validate",
631 "gix-worktree",
632 "gix-worktree-stream",
633 "nonempty",
634 "smallvec",
635 "thiserror",
636]
637
638[[package]]
639name = "gix-actor"
640version = "0.41.1"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f"
643dependencies = [
644 "bstr",
645 "gix-date",
646 "gix-error",
647]
648
649[[package]]
650name = "gix-attributes"
651version = "0.33.2"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "39b40888d0ed415c0744a6cdc61eebf0304c9d26ab726725b718443c322e5ba4"
654dependencies = [
655 "bstr",
656 "gix-glob",
657 "gix-path",
658 "gix-quote",
659 "gix-trace",
660 "kstring",
661 "smallvec",
662 "thiserror",
663 "unicode-bom",
664]
665
666[[package]]
667name = "gix-bitmap"
668version = "0.3.2"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283"
671dependencies = [
672 "gix-error",
673]
674
675[[package]]
676name = "gix-chunk"
677version = "0.7.2"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb"
680dependencies = [
681 "gix-error",
682]
683
684[[package]]
685name = "gix-command"
686version = "0.9.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6"
689dependencies = [
690 "bstr",
691 "gix-path",
692 "gix-quote",
693 "gix-trace",
694 "shell-words",
695]
696
697[[package]]
698name = "gix-commitgraph"
699version = "0.37.1"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb"
702dependencies = [
703 "bstr",
704 "gix-chunk",
705 "gix-error",
706 "gix-hash",
707 "memmap2",
708 "nonempty",
709]
710
711[[package]]
712name = "gix-config"
713version = "0.58.0"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "a29bf266c4cdaf759e535c24ad4ce655b987aeb6911075643403cc7cc5ade583"
716dependencies = [
717 "bstr",
718 "gix-config-value",
719 "gix-features",
720 "gix-glob",
721 "gix-path",
722 "gix-ref",
723 "gix-sec",
724 "smallvec",
725 "thiserror",
726 "unicode-bom",
727]
728
729[[package]]
730name = "gix-config-value"
731version = "0.18.1"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab"
734dependencies = [
735 "bitflags",
736 "bstr",
737 "gix-path",
738 "libc",
739 "thiserror",
740]
741
742[[package]]
743name = "gix-date"
744version = "0.15.5"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "3d63f9e28b59ddeb1a1eb9e5cf986a9222b5d484947445edbc20473939cc7fd0"
747dependencies = [
748 "bstr",
749 "gix-error",
750 "itoa",
751 "jiff",
752]
753
754[[package]]
755name = "gix-diff"
756version = "0.65.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "92c6d56c94edf92d78203a1cd416f770e35e10b6955ede6b9d7d0c22ff88a5f3"
759dependencies = [
760 "bstr",
761 "gix-attributes",
762 "gix-command",
763 "gix-filter",
764 "gix-fs",
765 "gix-hash",
766 "gix-imara-diff",
767 "gix-index",
768 "gix-object",
769 "gix-path",
770 "gix-pathspec",
771 "gix-tempfile",
772 "gix-trace",
773 "gix-traverse",
774 "gix-worktree",
775 "thiserror",
776]
777
778[[package]]
779name = "gix-dir"
780version = "0.27.0"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "20098fba2b9c6e29361ccb4c0379d42dfb81fc7f86f7ab11f2dff4528c0bf01f"
783dependencies = [
784 "bstr",
785 "gix-discover",
786 "gix-fs",
787 "gix-ignore",
788 "gix-index",
789 "gix-object",
790 "gix-path",
791 "gix-pathspec",
792 "gix-trace",
793 "gix-utils",
794 "gix-worktree",
795 "thiserror",
796]
797
798[[package]]
799name = "gix-discover"
800version = "0.53.0"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "d624d5b23b10c1d85337645227abe353ac95ab8ff66a7bdd5ce689b2db33a722"
803dependencies = [
804 "bstr",
805 "dunce",
806 "gix-fs",
807 "gix-path",
808 "gix-ref",
809 "gix-sec",
810 "thiserror",
811]
812
813[[package]]
814name = "gix-error"
815version = "0.2.4"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b"
818dependencies = [
819 "bstr",
820]
821
822[[package]]
823name = "gix-features"
824version = "0.48.1"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc"
827dependencies = [
828 "bytes",
829 "crc32fast",
830 "crossbeam-channel",
831 "gix-path",
832 "gix-trace",
833 "gix-utils",
834 "libc",
835 "once_cell",
836 "parking_lot",
837 "prodash",
838 "thiserror",
839 "walkdir",
840 "zlib-rs",
841]
842
843[[package]]
844name = "gix-filter"
845version = "0.32.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "6644fb2ef97928c278675b239f366b457103d7e436f811d27331a8daf212759c"
848dependencies = [
849 "bstr",
850 "encoding_rs",
851 "gix-attributes",
852 "gix-command",
853 "gix-hash",
854 "gix-object",
855 "gix-packetline",
856 "gix-path",
857 "gix-quote",
858 "gix-trace",
859 "gix-utils",
860 "smallvec",
861 "thiserror",
862]
863
864[[package]]
865name = "gix-fs"
866version = "0.21.2"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe"
869dependencies = [
870 "bstr",
871 "fastrand",
872 "gix-features",
873 "gix-path",
874 "gix-utils",
875 "thiserror",
876]
877
878[[package]]
879name = "gix-glob"
880version = "0.26.1"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756"
883dependencies = [
884 "bitflags",
885 "bstr",
886 "gix-features",
887 "gix-path",
888]
889
890[[package]]
891name = "gix-hash"
892version = "0.25.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce"
895dependencies = [
896 "faster-hex",
897 "gix-features",
898 "sha1-checked",
899 "thiserror",
900]
901
902[[package]]
903name = "gix-hashtable"
904version = "0.15.2"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "7e261d54091f0d1c729bc83f54548c071bdec60a697de1e58e88bdfd7a99d24e"
907dependencies = [
908 "gix-hash",
909 "hashbrown 0.17.1",
910 "parking_lot",
911]
912
913[[package]]
914name = "gix-ignore"
915version = "0.21.1"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d"
918dependencies = [
919 "bstr",
920 "gix-glob",
921 "gix-path",
922 "gix-trace",
923 "unicode-bom",
924]
925
926[[package]]
927name = "gix-imara-diff"
928version = "0.2.3"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "b305d85504de270ad3525d726a6b69cc59ee7b2269b014387651107ab9f0755b"
931dependencies = [
932 "bstr",
933 "hashbrown 0.17.1",
934]
935
936[[package]]
937name = "gix-index"
938version = "0.53.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "36d45f82ec5a4d7542ea595e9ad16e03e26c8cb4f221e5bc9fcdcf469f63a681"
941dependencies = [
942 "bitflags",
943 "bstr",
944 "filetime",
945 "fnv",
946 "gix-bitmap",
947 "gix-features",
948 "gix-fs",
949 "gix-hash",
950 "gix-lock",
951 "gix-object",
952 "gix-traverse",
953 "gix-utils",
954 "gix-validate",
955 "hashbrown 0.17.1",
956 "itoa",
957 "libc",
958 "memmap2",
959 "rustix 1.1.4",
960 "smallvec",
961 "thiserror",
962]
963
964[[package]]
965name = "gix-lock"
966version = "23.0.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c"
969dependencies = [
970 "gix-tempfile",
971 "gix-utils",
972 "thiserror",
973]
974
975[[package]]
976name = "gix-object"
977version = "0.62.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "019b38afc3eac1e41f9fe09a327664b313ba4a120fa5f40e3678795d0e42783e"
980dependencies = [
981 "bstr",
982 "gix-actor",
983 "gix-date",
984 "gix-features",
985 "gix-hash",
986 "gix-hashtable",
987 "gix-utils",
988 "gix-validate",
989 "itoa",
990 "smallvec",
991 "thiserror",
992]
993
994[[package]]
995name = "gix-odb"
996version = "0.82.0"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "7fadc59f6fa0f9dd445eceee61060a2b59ca557f48da9fc677f567db535b782a"
999dependencies = [
1000 "arc-swap",
1001 "gix-features",
1002 "gix-fs",
1003 "gix-hash",
1004 "gix-hashtable",
1005 "gix-object",
1006 "gix-pack",
1007 "gix-path",
1008 "gix-quote",
1009 "memmap2",
1010 "parking_lot",
1011 "tempfile",
1012 "thiserror",
1013]
1014
1015[[package]]
1016name = "gix-pack"
1017version = "0.72.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "ca3e7f1726cd2c0cd1cf1fc20be8a8e623f0b163f1f8d6fc836cfb9bc8cd758b"
1020dependencies = [
1021 "clru",
1022 "gix-chunk",
1023 "gix-error",
1024 "gix-features",
1025 "gix-hash",
1026 "gix-hashtable",
1027 "gix-object",
1028 "gix-path",
1029 "memmap2",
1030 "smallvec",
1031 "thiserror",
1032 "uluru",
1033]
1034
1035[[package]]
1036name = "gix-packetline"
1037version = "0.21.5"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7"
1040dependencies = [
1041 "bstr",
1042 "faster-hex",
1043 "gix-trace",
1044 "thiserror",
1045]
1046
1047[[package]]
1048name = "gix-path"
1049version = "0.12.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6"
1052dependencies = [
1053 "bstr",
1054 "gix-trace",
1055 "gix-validate",
1056 "thiserror",
1057]
1058
1059[[package]]
1060name = "gix-pathspec"
1061version = "0.18.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f"
1064dependencies = [
1065 "bitflags",
1066 "bstr",
1067 "gix-attributes",
1068 "gix-config-value",
1069 "gix-glob",
1070 "gix-path",
1071 "thiserror",
1072]
1073
1074[[package]]
1075name = "gix-protocol"
1076version = "0.63.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "978468bae4ea2df20c72db3b20d0bdb548a0c1090b85a83643b553e6e0e041f2"
1079dependencies = [
1080 "bstr",
1081 "gix-date",
1082 "gix-features",
1083 "gix-hash",
1084 "gix-ref",
1085 "gix-shallow",
1086 "gix-transport",
1087 "gix-utils",
1088 "maybe-async",
1089 "nonempty",
1090 "thiserror",
1091]
1092
1093[[package]]
1094name = "gix-quote"
1095version = "0.7.2"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef"
1098dependencies = [
1099 "bstr",
1100 "gix-error",
1101 "gix-utils",
1102]
1103
1104[[package]]
1105name = "gix-ref"
1106version = "0.65.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "9bbfbce1dfd7d7f8469ddef6d3518376aff664348f153cbe0fc3e58ef993d24e"
1109dependencies = [
1110 "gix-actor",
1111 "gix-features",
1112 "gix-fs",
1113 "gix-hash",
1114 "gix-lock",
1115 "gix-object",
1116 "gix-path",
1117 "gix-tempfile",
1118 "gix-utils",
1119 "gix-validate",
1120 "memmap2",
1121 "thiserror",
1122]
1123
1124[[package]]
1125name = "gix-refspec"
1126version = "0.43.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "7bc36a4fb1a1540b59cf2da498783080743fa274b02a3f19ca444fc4015a9d4f"
1129dependencies = [
1130 "bstr",
1131 "gix-error",
1132 "gix-glob",
1133 "gix-hash",
1134 "gix-revision",
1135 "gix-validate",
1136 "smallvec",
1137 "thiserror",
1138]
1139
1140[[package]]
1141name = "gix-revision"
1142version = "0.47.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "885075c3c21eb9c06e0be3b3728ba5932c04e1c1011dcee7c81801980e3e986f"
1145dependencies = [
1146 "bstr",
1147 "gix-commitgraph",
1148 "gix-date",
1149 "gix-error",
1150 "gix-hash",
1151 "gix-object",
1152 "gix-revwalk",
1153 "nonempty",
1154]
1155
1156[[package]]
1157name = "gix-revwalk"
1158version = "0.33.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "8f11fe7ca2585193d3d70bbe0be175a2008d883a704cc7a55e454e113e689455"
1161dependencies = [
1162 "gix-commitgraph",
1163 "gix-date",
1164 "gix-error",
1165 "gix-hash",
1166 "gix-hashtable",
1167 "gix-object",
1168 "smallvec",
1169 "thiserror",
1170]
1171
1172[[package]]
1173name = "gix-sec"
1174version = "0.14.1"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3"
1177dependencies = [
1178 "bitflags",
1179 "gix-path",
1180 "libc",
1181 "windows-sys 0.61.2",
1182]
1183
1184[[package]]
1185name = "gix-shallow"
1186version = "0.12.1"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97"
1189dependencies = [
1190 "bstr",
1191 "gix-hash",
1192 "gix-lock",
1193 "nonempty",
1194 "thiserror",
1195]
1196
1197[[package]]
1198name = "gix-status"
1199version = "0.32.0"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "aec3293f75db1212f99217832cbc70c30faeb95cefc97c7f1a17fd3bcf13a72e"
1202dependencies = [
1203 "bstr",
1204 "filetime",
1205 "gix-diff",
1206 "gix-dir",
1207 "gix-features",
1208 "gix-filter",
1209 "gix-fs",
1210 "gix-hash",
1211 "gix-index",
1212 "gix-object",
1213 "gix-path",
1214 "gix-pathspec",
1215 "gix-worktree",
1216 "portable-atomic",
1217 "thiserror",
1218]
1219
1220[[package]]
1221name = "gix-submodule"
1222version = "0.32.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "a7f9f594f7cbda0b38ba6b633b3e9a7b7901acdc5d27bc186a16633800cd1ac8"
1225dependencies = [
1226 "bstr",
1227 "gix-config",
1228 "gix-path",
1229 "gix-pathspec",
1230 "gix-refspec",
1231 "gix-url",
1232 "thiserror",
1233]
1234
1235[[package]]
1236name = "gix-tempfile"
1237version = "23.0.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "27850097e1ff9515f46a0dad0f5f9c9d020e972727772dabab9450690c4adb22"
1240dependencies = [
1241 "dashmap",
1242 "gix-fs",
1243 "libc",
1244 "parking_lot",
1245 "tempfile",
1246]
1247
1248[[package]]
1249name = "gix-trace"
1250version = "0.1.20"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678"
1253
1254[[package]]
1255name = "gix-transport"
1256version = "0.57.2"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "186874f7ad1fb2f9a2f2aa9c2dabc7f9dd087bef74c1a0eee2b4a9cf0248fcb3"
1259dependencies = [
1260 "bstr",
1261 "gix-command",
1262 "gix-features",
1263 "gix-packetline",
1264 "gix-quote",
1265 "gix-sec",
1266 "gix-url",
1267 "thiserror",
1268]
1269
1270[[package]]
1271name = "gix-traverse"
1272version = "0.59.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "5062cca8f2977565bbaf666ec31dbdb9bc9d9293beb65f9bec52e6c1121b62a1"
1275dependencies = [
1276 "bitflags",
1277 "gix-commitgraph",
1278 "gix-date",
1279 "gix-hash",
1280 "gix-hashtable",
1281 "gix-object",
1282 "gix-revwalk",
1283 "smallvec",
1284 "thiserror",
1285]
1286
1287[[package]]
1288name = "gix-url"
1289version = "0.36.1"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2"
1292dependencies = [
1293 "bstr",
1294 "gix-path",
1295 "percent-encoding",
1296 "thiserror",
1297]
1298
1299[[package]]
1300name = "gix-utils"
1301version = "0.3.3"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771"
1304dependencies = [
1305 "bstr",
1306 "fastrand",
1307 "unicode-normalization",
1308]
1309
1310[[package]]
1311name = "gix-validate"
1312version = "0.11.2"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3"
1315dependencies = [
1316 "bstr",
1317]
1318
1319[[package]]
1320name = "gix-worktree"
1321version = "0.54.0"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "92399ed66f259592050c6ed9dc80105e095a2f8e87e6b83d98aa2e21d8e27036"
1324dependencies = [
1325 "bstr",
1326 "gix-attributes",
1327 "gix-fs",
1328 "gix-glob",
1329 "gix-hash",
1330 "gix-ignore",
1331 "gix-index",
1332 "gix-object",
1333 "gix-path",
1334 "gix-validate",
1335]
1336
1337[[package]]
1338name = "gix-worktree-stream"
1339version = "0.34.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "55f3a878c89a05470ad98c644b0015777c530da24854dd29e41fe4f41176840f"
1342dependencies = [
1343 "gix-attributes",
1344 "gix-error",
1345 "gix-features",
1346 "gix-filter",
1347 "gix-fs",
1348 "gix-hash",
1349 "gix-object",
1350 "gix-path",
1351 "gix-traverse",
1352 "parking_lot",
1353]
1354
1355[[package]]
1356name = "globset"
1357version = "0.4.18"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
1360dependencies = [
1361 "aho-corasick",
1362 "bstr",
1363 "log",
1364 "regex-automata",
1365 "regex-syntax",
1366]
1367
1368[[package]]
1369name = "grep-matcher"
1370version = "0.1.8"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "36d7b71093325ab22d780b40d7df3066ae4aebb518ba719d38c697a8228a8023"
1373dependencies = [
1374 "memchr",
1375]
1376
1377[[package]]
1378name = "grep-regex"
1379version = "0.1.14"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "0ce0c256c3ad82bcc07b812c15a45ec1d398122e8e15124f96695234db7112ef"
1382dependencies = [
1383 "bstr",
1384 "grep-matcher",
1385 "log",
1386 "regex-automata",
1387 "regex-syntax",
1388]
1389
1390[[package]]
1391name = "grep-searcher"
1392version = "0.1.16"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "ac63295322dc48ebb20a25348147905d816318888e64f531bfc2a2bc0577dc34"
1395dependencies = [
1396 "bstr",
1397 "encoding_rs",
1398 "encoding_rs_io",
1399 "grep-matcher",
1400 "log",
1401 "memchr",
1402 "memmap2",
1403]
1404
1405[[package]]
1406name = "half"
1407version = "2.7.1"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1410dependencies = [
1411 "cfg-if",
1412 "crunchy",
1413 "zerocopy",
1414]
1415
1416[[package]]
1417name = "hash32"
1418version = "0.3.1"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
1421dependencies = [
1422 "byteorder",
1423]
1424
1425[[package]]
1426name = "hashbrown"
1427version = "0.14.5"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1430
1431[[package]]
1432name = "hashbrown"
1433version = "0.15.5"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1436dependencies = [
1437 "allocator-api2",
1438 "equivalent",
1439 "foldhash 0.1.5",
1440]
1441
1442[[package]]
1443name = "hashbrown"
1444version = "0.17.1"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1447dependencies = [
1448 "allocator-api2",
1449 "equivalent",
1450 "foldhash 0.2.0",
1451]
1452
1453[[package]]
1454name = "heapless"
1455version = "0.8.0"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
1458dependencies = [
1459 "hash32",
1460 "stable_deref_trait",
1461]
1462
1463[[package]]
1464name = "heck"
1465version = "0.5.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1468
1469[[package]]
1470name = "helix-core"
1471version = "25.7.1"
1472dependencies = [
1473 "anyhow",
1474 "arc-swap",
1475 "bitflags",
1476 "chrono",
1477 "encoding_rs",
1478 "foldhash 0.2.0",
1479 "globset",
1480 "helix-loader",
1481 "helix-parsec",
1482 "helix-stdx",
1483 "imara-diff",
1484 "indoc",
1485 "log",
1486 "nucleo",
1487 "once_cell",
1488 "parking_lot",
1489 "quickcheck",
1490 "regex",
1491 "regex-cursor",
1492 "ropey",
1493 "serde",
1494 "serde_json",
1495 "slotmap",
1496 "smallvec",
1497 "smartstring",
1498 "textwrap",
1499 "toml",
1500 "tree-house",
1501 "unicode-general-category",
1502 "unicode-segmentation",
1503 "unicode-width 0.1.12",
1504]
1505
1506[[package]]
1507name = "helix-dap"
1508version = "25.7.1"
1509dependencies = [
1510 "anyhow",
1511 "futures-executor",
1512 "futures-util",
1513 "helix-core",
1514 "helix-dap-types",
1515 "helix-stdx",
1516 "log",
1517 "serde",
1518 "serde_json",
1519 "slotmap",
1520 "sonic-rs",
1521 "thiserror",
1522 "tokio",
1523 "tokio-stream",
1524]
1525
1526[[package]]
1527name = "helix-dap-types"
1528version = "25.7.1"
1529dependencies = [
1530 "serde",
1531 "serde_json",
1532]
1533
1534[[package]]
1535name = "helix-event"
1536version = "25.7.1"
1537dependencies = [
1538 "anyhow",
1539 "foldhash 0.2.0",
1540 "futures-executor",
1541 "hashbrown 0.17.1",
1542 "log",
1543 "once_cell",
1544 "parking_lot",
1545 "tokio",
1546]
1547
1548[[package]]
1549name = "helix-loader"
1550version = "25.7.1"
1551dependencies = [
1552 "anyhow",
1553 "cc",
1554 "etcetera",
1555 "globset",
1556 "helix-stdx",
1557 "log",
1558 "once_cell",
1559 "parking_lot",
1560 "serde",
1561 "sha2",
1562 "tempfile",
1563 "threadpool",
1564 "toml",
1565 "tree-house",
1566]
1567
1568[[package]]
1569name = "helix-lsp"
1570version = "25.7.1"
1571dependencies = [
1572 "anyhow",
1573 "arc-swap",
1574 "futures-executor",
1575 "futures-util",
1576 "globset",
1577 "helix-core",
1578 "helix-loader",
1579 "helix-lsp-types",
1580 "helix-stdx",
1581 "log",
1582 "parking_lot",
1583 "serde",
1584 "serde_json",
1585 "slotmap",
1586 "sonic-rs",
1587 "thiserror",
1588 "tokio",
1589 "tokio-stream",
1590]
1591
1592[[package]]
1593name = "helix-lsp-types"
1594version = "0.95.1"
1595dependencies = [
1596 "bitflags",
1597 "helix-stdx",
1598 "serde",
1599 "serde_json",
1600]
1601
1602[[package]]
1603name = "helix-parsec"
1604version = "25.7.1"
1605
1606[[package]]
1607name = "helix-stdx"
1608version = "25.7.1"
1609dependencies = [
1610 "bitflags",
1611 "dunce",
1612 "etcetera",
1613 "once_cell",
1614 "percent-encoding",
1615 "regex-automata",
1616 "regex-cursor",
1617 "ropey",
1618 "rustix 1.1.4",
1619 "serde",
1620 "serde_json",
1621 "tempfile",
1622 "unicode-segmentation",
1623 "which",
1624 "windows-sys 0.61.2",
1625]
1626
1627[[package]]
1628name = "helix-term"
1629version = "25.7.1"
1630dependencies = [
1631 "anyhow",
1632 "arc-swap",
1633 "crossterm",
1634 "dashmap",
1635 "futures-util",
1636 "grep-matcher",
1637 "grep-regex",
1638 "grep-searcher",
1639 "helix-core",
1640 "helix-dap",
1641 "helix-event",
1642 "helix-loader",
1643 "helix-lsp",
1644 "helix-stdx",
1645 "helix-tui",
1646 "helix-vcs",
1647 "helix-view",
1648 "ignore",
1649 "indexmap",
1650 "indoc",
1651 "libc",
1652 "log",
1653 "nucleo",
1654 "once_cell",
1655 "open",
1656 "parking_lot",
1657 "pulldown-cmark",
1658 "same-file",
1659 "serde",
1660 "serde_json",
1661 "signal-hook 0.4.4",
1662 "signal-hook-tokio",
1663 "smallvec",
1664 "tempfile",
1665 "termina",
1666 "termini",
1667 "thiserror",
1668 "tokio",
1669 "tokio-stream",
1670 "toml",
1671]
1672
1673[[package]]
1674name = "helix-tui"
1675version = "25.7.1"
1676dependencies = [
1677 "arrayvec",
1678 "bitflags",
1679 "cassowary",
1680 "crossterm",
1681 "helix-core",
1682 "helix-view",
1683 "log",
1684 "once_cell",
1685 "termina",
1686 "termini",
1687 "unicode-segmentation",
1688]
1689
1690[[package]]
1691name = "helix-vcs"
1692version = "25.7.1"
1693dependencies = [
1694 "anyhow",
1695 "arc-swap",
1696 "gix",
1697 "helix-core",
1698 "helix-event",
1699 "imara-diff",
1700 "log",
1701 "memchr",
1702 "parking_lot",
1703 "tempfile",
1704 "tokio",
1705]
1706
1707[[package]]
1708name = "helix-view"
1709version = "25.7.1"
1710dependencies = [
1711 "anyhow",
1712 "arc-swap",
1713 "bitflags",
1714 "chardetng",
1715 "clipboard-win",
1716 "criterion",
1717 "crossterm",
1718 "foldhash 0.2.0",
1719 "futures-util",
1720 "helix-core",
1721 "helix-dap",
1722 "helix-event",
1723 "helix-loader",
1724 "helix-lsp",
1725 "helix-stdx",
1726 "helix-tui",
1727 "helix-vcs",
1728 "kstring",
1729 "libc",
1730 "log",
1731 "once_cell",
1732 "parking_lot",
1733 "quickcheck",
1734 "rustix 1.1.4",
1735 "serde",
1736 "serde_json",
1737 "slotmap",
1738 "tempfile",
1739 "termina",
1740 "thiserror",
1741 "tokio",
1742 "tokio-stream",
1743 "toml",
1744]
1745
1746[[package]]
1747name = "hermit-abi"
1748version = "0.3.9"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1751
1752[[package]]
1753name = "home"
1754version = "0.5.9"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1757dependencies = [
1758 "windows-sys 0.52.0",
1759]
1760
1761[[package]]
1762name = "id-arena"
1763version = "2.3.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1766
1767[[package]]
1768name = "ignore"
1769version = "0.4.27"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "fe112b004901c62c2faa11f4f75e9864e0cc5af8da71c9115d184a3aa888749f"
1772dependencies = [
1773 "crossbeam-deque",
1774 "globset",
1775 "log",
1776 "memchr",
1777 "regex-automata",
1778 "same-file",
1779 "walkdir",
1780 "winapi-util",
1781]
1782
1783[[package]]
1784name = "imara-diff"
1785version = "0.2.0"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c"
1788dependencies = [
1789 "hashbrown 0.15.5",
1790 "memchr",
1791]
1792
1793[[package]]
1794name = "indexmap"
1795version = "2.14.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1798dependencies = [
1799 "equivalent",
1800 "hashbrown 0.17.1",
1801 "serde",
1802 "serde_core",
1803]
1804
1805[[package]]
1806name = "indoc"
1807version = "2.0.7"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1810dependencies = [
1811 "rustversion",
1812]
1813
1814[[package]]
1815name = "is-docker"
1816version = "0.2.0"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
1819dependencies = [
1820 "once_cell",
1821]
1822
1823[[package]]
1824name = "is-wsl"
1825version = "0.4.0"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
1828dependencies = [
1829 "is-docker",
1830 "once_cell",
1831]
1832
1833[[package]]
1834name = "itertools"
1835version = "0.13.0"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1838dependencies = [
1839 "either",
1840]
1841
1842[[package]]
1843name = "itoa"
1844version = "1.0.17"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1847
1848[[package]]
1849name = "jiff"
1850version = "0.2.27"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "392c70591e8749fe235ddaf513e6f58b26bce3dcc16524cecc8936f75afa161e"
1853dependencies = [
1854 "jiff-static",
1855 "jiff-tzdb-platform",
1856 "log",
1857 "portable-atomic",
1858 "portable-atomic-util",
1859 "serde_core",
1860 "windows-link",
1861]
1862
1863[[package]]
1864name = "jiff-static"
1865version = "0.2.27"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "47b605b0c050d845fc355bb11eb3f9a8deddc218ea60c76e61aa1f2adfb2c96a"
1868dependencies = [
1869 "proc-macro2",
1870 "quote",
1871 "syn",
1872]
1873
1874[[package]]
1875name = "jiff-tzdb"
1876version = "0.1.4"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
1879
1880[[package]]
1881name = "jiff-tzdb-platform"
1882version = "0.1.3"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1885dependencies = [
1886 "jiff-tzdb",
1887]
1888
1889[[package]]
1890name = "js-sys"
1891version = "0.3.80"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e"
1894dependencies = [
1895 "once_cell",
1896 "wasm-bindgen",
1897]
1898
1899[[package]]
1900name = "kstring"
1901version = "2.0.2"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
1904dependencies = [
1905 "static_assertions",
1906]
1907
1908[[package]]
1909name = "leb128fmt"
1910version = "0.1.0"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1913
1914[[package]]
1915name = "libc"
1916version = "0.2.186"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1919
1920[[package]]
1921name = "libloading"
1922version = "0.8.7"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
1925dependencies = [
1926 "cfg-if",
1927 "windows-targets 0.53.2",
1928]
1929
1930[[package]]
1931name = "linux-raw-sys"
1932version = "0.4.15"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1935
1936[[package]]
1937name = "linux-raw-sys"
1938version = "0.12.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1941
1942[[package]]
1943name = "lock_api"
1944version = "0.4.14"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1947dependencies = [
1948 "scopeguard",
1949]
1950
1951[[package]]
1952name = "log"
1953version = "0.4.33"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1956
1957[[package]]
1958name = "maybe-async"
1959version = "0.2.11"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
1962dependencies = [
1963 "proc-macro2",
1964 "quote",
1965 "syn",
1966]
1967
1968[[package]]
1969name = "memchr"
1970version = "2.7.4"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1973
1974[[package]]
1975name = "memmap2"
1976version = "0.9.10"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1979dependencies = [
1980 "libc",
1981]
1982
1983[[package]]
1984name = "mio"
1985version = "1.0.2"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
1988dependencies = [
1989 "hermit-abi",
1990 "libc",
1991 "log",
1992 "wasi 0.11.0+wasi-snapshot-preview1",
1993 "windows-sys 0.52.0",
1994]
1995
1996[[package]]
1997name = "munge"
1998version = "0.4.6"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "d7feb0b48aa0a25f9fe0899482c6e1379ee7a11b24a53073eacdecb9adb6dc60"
2001dependencies = [
2002 "munge_macro",
2003]
2004
2005[[package]]
2006name = "munge_macro"
2007version = "0.4.6"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "f2e3795a5d2da581a8b252fec6022eee01aea10161a4d1bf237d4cbe47f7e988"
2010dependencies = [
2011 "proc-macro2",
2012 "quote",
2013 "syn",
2014]
2015
2016[[package]]
2017name = "nonempty"
2018version = "0.12.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
2021
2022[[package]]
2023name = "nucleo"
2024version = "0.5.0"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
2027dependencies = [
2028 "nucleo-matcher",
2029 "parking_lot",
2030 "rayon",
2031]
2032
2033[[package]]
2034name = "nucleo-matcher"
2035version = "0.3.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
2038dependencies = [
2039 "memchr",
2040 "unicode-segmentation",
2041]
2042
2043[[package]]
2044name = "num-traits"
2045version = "0.2.19"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2048dependencies = [
2049 "autocfg",
2050]
2051
2052[[package]]
2053name = "num_cpus"
2054version = "1.16.0"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2057dependencies = [
2058 "hermit-abi",
2059 "libc",
2060]
2061
2062[[package]]
2063name = "once_cell"
2064version = "1.21.4"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2067
2068[[package]]
2069name = "oorandom"
2070version = "11.1.5"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
2073
2074[[package]]
2075name = "open"
2076version = "5.3.6"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "cd8d3b65c44123a56e0133d2cd06ce4361bd3ca99d41198b2f25e3c3db9b8b4a"
2079dependencies = [
2080 "is-wsl",
2081 "libc",
2082]
2083
2084[[package]]
2085name = "page_size"
2086version = "0.6.0"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
2089dependencies = [
2090 "libc",
2091 "winapi",
2092]
2093
2094[[package]]
2095name = "parking_lot"
2096version = "0.12.5"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2099dependencies = [
2100 "lock_api",
2101 "parking_lot_core",
2102]
2103
2104[[package]]
2105name = "parking_lot_core"
2106version = "0.9.12"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2109dependencies = [
2110 "cfg-if",
2111 "libc",
2112 "redox_syscall",
2113 "smallvec",
2114 "windows-link",
2115]
2116
2117[[package]]
2118name = "percent-encoding"
2119version = "2.3.2"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2122
2123[[package]]
2124name = "pin-project-lite"
2125version = "0.2.14"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2128
2129[[package]]
2130name = "portable-atomic"
2131version = "1.11.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2134
2135[[package]]
2136name = "portable-atomic-util"
2137version = "0.2.4"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
2140dependencies = [
2141 "portable-atomic",
2142]
2143
2144[[package]]
2145name = "prettyplease"
2146version = "0.2.34"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55"
2149dependencies = [
2150 "proc-macro2",
2151 "syn",
2152]
2153
2154[[package]]
2155name = "proc-macro2"
2156version = "1.0.95"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2159dependencies = [
2160 "unicode-ident",
2161]
2162
2163[[package]]
2164name = "prodash"
2165version = "31.0.0"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
2168dependencies = [
2169 "parking_lot",
2170]
2171
2172[[package]]
2173name = "ptr_meta"
2174version = "0.3.0"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90"
2177dependencies = [
2178 "ptr_meta_derive",
2179]
2180
2181[[package]]
2182name = "ptr_meta_derive"
2183version = "0.3.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1"
2186dependencies = [
2187 "proc-macro2",
2188 "quote",
2189 "syn",
2190]
2191
2192[[package]]
2193name = "pulldown-cmark"
2194version = "0.13.4"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
2197dependencies = [
2198 "bitflags",
2199 "memchr",
2200 "unicase",
2201]
2202
2203[[package]]
2204name = "quickcheck"
2205version = "1.1.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b"
2208dependencies = [
2209 "rand",
2210]
2211
2212[[package]]
2213name = "quote"
2214version = "1.0.40"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2217dependencies = [
2218 "proc-macro2",
2219]
2220
2221[[package]]
2222name = "r-efi"
2223version = "5.3.0"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2226
2227[[package]]
2228name = "rancor"
2229version = "0.1.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947"
2232dependencies = [
2233 "ptr_meta",
2234]
2235
2236[[package]]
2237name = "rand"
2238version = "0.10.1"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
2241dependencies = [
2242 "getrandom 0.4.1",
2243 "rand_core",
2244]
2245
2246[[package]]
2247name = "rand_core"
2248version = "0.10.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2251
2252[[package]]
2253name = "rayon"
2254version = "1.10.0"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2257dependencies = [
2258 "either",
2259 "rayon-core",
2260]
2261
2262[[package]]
2263name = "rayon-core"
2264version = "1.12.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2267dependencies = [
2268 "crossbeam-deque",
2269 "crossbeam-utils",
2270]
2271
2272[[package]]
2273name = "redox_syscall"
2274version = "0.5.3"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2277dependencies = [
2278 "bitflags",
2279]
2280
2281[[package]]
2282name = "ref-cast"
2283version = "1.0.24"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
2286dependencies = [
2287 "ref-cast-impl",
2288]
2289
2290[[package]]
2291name = "ref-cast-impl"
2292version = "1.0.24"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
2295dependencies = [
2296 "proc-macro2",
2297 "quote",
2298 "syn",
2299]
2300
2301[[package]]
2302name = "regex"
2303version = "1.12.4"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2306dependencies = [
2307 "aho-corasick",
2308 "memchr",
2309 "regex-automata",
2310 "regex-syntax",
2311]
2312
2313[[package]]
2314name = "regex-automata"
2315version = "0.4.14"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2318dependencies = [
2319 "aho-corasick",
2320 "memchr",
2321 "regex-syntax",
2322]
2323
2324[[package]]
2325name = "regex-cursor"
2326version = "0.1.5"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "0497c781d2f982ae8284d2932aee6a877e58a4541daa5e8fadc18cc75c23a61d"
2329dependencies = [
2330 "log",
2331 "memchr",
2332 "regex-automata",
2333 "regex-syntax",
2334 "ropey",
2335]
2336
2337[[package]]
2338name = "regex-syntax"
2339version = "0.8.11"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2342
2343[[package]]
2344name = "rend"
2345version = "0.5.2"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215"
2348
2349[[package]]
2350name = "rkyv"
2351version = "0.8.16"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3"
2354dependencies = [
2355 "bytes",
2356 "hashbrown 0.17.1",
2357 "indexmap",
2358 "munge",
2359 "ptr_meta",
2360 "rancor",
2361 "rend",
2362 "rkyv_derive",
2363 "tinyvec",
2364 "uuid",
2365]
2366
2367[[package]]
2368name = "rkyv_derive"
2369version = "0.8.16"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6"
2372dependencies = [
2373 "proc-macro2",
2374 "quote",
2375 "syn",
2376]
2377
2378[[package]]
2379name = "ropey"
2380version = "1.6.1"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
2383dependencies = [
2384 "smallvec",
2385 "str_indices",
2386]
2387
2388[[package]]
2389name = "rustix"
2390version = "0.38.44"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2393dependencies = [
2394 "bitflags",
2395 "errno",
2396 "libc",
2397 "linux-raw-sys 0.4.15",
2398 "windows-sys 0.59.0",
2399]
2400
2401[[package]]
2402name = "rustix"
2403version = "1.1.4"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2406dependencies = [
2407 "bitflags",
2408 "errno",
2409 "libc",
2410 "linux-raw-sys 0.12.1",
2411 "windows-sys 0.61.2",
2412]
2413
2414[[package]]
2415name = "rustversion"
2416version = "1.0.22"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2419
2420[[package]]
2421name = "same-file"
2422version = "1.0.6"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2425dependencies = [
2426 "winapi-util",
2427]
2428
2429[[package]]
2430name = "scopeguard"
2431version = "1.2.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2434
2435[[package]]
2436name = "semver"
2437version = "1.0.27"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2440
2441[[package]]
2442name = "serde"
2443version = "1.0.228"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2446dependencies = [
2447 "serde_core",
2448 "serde_derive",
2449]
2450
2451[[package]]
2452name = "serde_core"
2453version = "1.0.228"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2456dependencies = [
2457 "serde_derive",
2458]
2459
2460[[package]]
2461name = "serde_derive"
2462version = "1.0.228"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2465dependencies = [
2466 "proc-macro2",
2467 "quote",
2468 "syn",
2469]
2470
2471[[package]]
2472name = "serde_json"
2473version = "1.0.150"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2476dependencies = [
2477 "itoa",
2478 "memchr",
2479 "serde",
2480 "serde_core",
2481 "zmij",
2482]
2483
2484[[package]]
2485name = "serde_spanned"
2486version = "1.1.1"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2489dependencies = [
2490 "serde_core",
2491]
2492
2493[[package]]
2494name = "sha1"
2495version = "0.10.6"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2498dependencies = [
2499 "cfg-if",
2500 "cpufeatures",
2501 "digest",
2502]
2503
2504[[package]]
2505name = "sha1-checked"
2506version = "0.10.0"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
2509dependencies = [
2510 "digest",
2511 "sha1",
2512]
2513
2514[[package]]
2515name = "sha2"
2516version = "0.10.9"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2519dependencies = [
2520 "cfg-if",
2521 "cpufeatures",
2522 "digest",
2523]
2524
2525[[package]]
2526name = "shell-words"
2527version = "1.1.0"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2530
2531[[package]]
2532name = "shlex"
2533version = "2.0.1"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2536
2537[[package]]
2538name = "signal-hook"
2539version = "0.3.18"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
2542dependencies = [
2543 "libc",
2544 "signal-hook-registry",
2545]
2546
2547[[package]]
2548name = "signal-hook"
2549version = "0.4.4"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
2552dependencies = [
2553 "libc",
2554 "signal-hook-registry",
2555]
2556
2557[[package]]
2558name = "signal-hook-mio"
2559version = "0.2.4"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
2562dependencies = [
2563 "libc",
2564 "mio",
2565 "signal-hook 0.3.18",
2566]
2567
2568[[package]]
2569name = "signal-hook-registry"
2570version = "1.4.2"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2573dependencies = [
2574 "libc",
2575]
2576
2577[[package]]
2578name = "signal-hook-tokio"
2579version = "0.4.0"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "e513e435a8898a0002270f29d0a708b7879708fb5c4d00e46983ca2d2d378cf0"
2582dependencies = [
2583 "futures-core",
2584 "libc",
2585 "signal-hook 0.4.4",
2586 "tokio",
2587]
2588
2589[[package]]
2590name = "simdutf8"
2591version = "0.1.5"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2594
2595[[package]]
2596name = "slab"
2597version = "0.4.9"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2600dependencies = [
2601 "autocfg",
2602]
2603
2604[[package]]
2605name = "slotmap"
2606version = "1.1.1"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
2609dependencies = [
2610 "version_check",
2611]
2612
2613[[package]]
2614name = "smallvec"
2615version = "1.15.2"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2618
2619[[package]]
2620name = "smartstring"
2621version = "1.0.1"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
2624dependencies = [
2625 "autocfg",
2626 "static_assertions",
2627 "version_check",
2628]
2629
2630[[package]]
2631name = "smawk"
2632version = "0.3.2"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2635
2636[[package]]
2637name = "socket2"
2638version = "0.6.0"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2641dependencies = [
2642 "libc",
2643 "windows-sys 0.59.0",
2644]
2645
2646[[package]]
2647name = "sonic-number"
2648version = "0.1.0"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "a8a74044c092f4f43ca7a6cfd62854cf9fb5ac8502b131347c990bf22bef1dfe"
2651dependencies = [
2652 "cfg-if",
2653]
2654
2655[[package]]
2656name = "sonic-rs"
2657version = "0.5.8"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "d971cc77a245ccf1756dbd1a87c3e7f709c0191464096510d43eec056d0f2c4f"
2660dependencies = [
2661 "ahash",
2662 "bumpalo",
2663 "bytes",
2664 "cfg-if",
2665 "faststr",
2666 "itoa",
2667 "ref-cast",
2668 "serde",
2669 "simdutf8",
2670 "sonic-number",
2671 "sonic-simd",
2672 "thiserror",
2673 "zmij",
2674]
2675
2676[[package]]
2677name = "sonic-simd"
2678version = "0.1.1"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "b421f7b6aa4a5de8f685aaf398dfaa828346ee639d2b1c1061ab43d40baa6223"
2681dependencies = [
2682 "cfg-if",
2683]
2684
2685[[package]]
2686name = "stable_deref_trait"
2687version = "1.2.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2690
2691[[package]]
2692name = "static_assertions"
2693version = "1.1.0"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2696
2697[[package]]
2698name = "str_indices"
2699version = "0.4.3"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c"
2702
2703[[package]]
2704name = "syn"
2705version = "2.0.101"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
2708dependencies = [
2709 "proc-macro2",
2710 "quote",
2711 "unicode-ident",
2712]
2713
2714[[package]]
2715name = "tempfile"
2716version = "3.27.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2719dependencies = [
2720 "fastrand",
2721 "getrandom 0.4.1",
2722 "once_cell",
2723 "rustix 1.1.4",
2724 "windows-sys 0.61.2",
2725]
2726
2727[[package]]
2728name = "termina"
2729version = "0.3.3"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e"
2732dependencies = [
2733 "bitflags",
2734 "futures-core",
2735 "parking_lot",
2736 "rustix 1.1.4",
2737 "signal-hook 0.3.18",
2738 "windows-sys 0.61.2",
2739]
2740
2741[[package]]
2742name = "termini"
2743version = "1.0.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "2ad441d87dd98bc5eeb31cf2fb7e4839968763006b478efb38668a3bf9da0d59"
2746dependencies = [
2747 "home",
2748]
2749
2750[[package]]
2751name = "textwrap"
2752version = "0.16.2"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
2755dependencies = [
2756 "smawk",
2757 "unicode-linebreak",
2758 "unicode-width 0.2.0",
2759]
2760
2761[[package]]
2762name = "thiserror"
2763version = "2.0.18"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2766dependencies = [
2767 "thiserror-impl",
2768]
2769
2770[[package]]
2771name = "thiserror-impl"
2772version = "2.0.18"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2775dependencies = [
2776 "proc-macro2",
2777 "quote",
2778 "syn",
2779]
2780
2781[[package]]
2782name = "threadpool"
2783version = "1.8.1"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2786dependencies = [
2787 "num_cpus",
2788]
2789
2790[[package]]
2791name = "tinytemplate"
2792version = "1.2.1"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2795dependencies = [
2796 "serde",
2797 "serde_json",
2798]
2799
2800[[package]]
2801name = "tinyvec"
2802version = "1.8.0"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2805dependencies = [
2806 "tinyvec_macros",
2807]
2808
2809[[package]]
2810name = "tinyvec_macros"
2811version = "0.1.1"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2814
2815[[package]]
2816name = "tokio"
2817version = "1.50.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2820dependencies = [
2821 "bytes",
2822 "libc",
2823 "mio",
2824 "parking_lot",
2825 "pin-project-lite",
2826 "signal-hook-registry",
2827 "socket2",
2828 "tokio-macros",
2829 "windows-sys 0.61.2",
2830]
2831
2832[[package]]
2833name = "tokio-macros"
2834version = "2.6.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2837dependencies = [
2838 "proc-macro2",
2839 "quote",
2840 "syn",
2841]
2842
2843[[package]]
2844name = "tokio-stream"
2845version = "0.1.18"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2848dependencies = [
2849 "futures-core",
2850 "pin-project-lite",
2851 "tokio",
2852]
2853
2854[[package]]
2855name = "toml"
2856version = "1.1.2+spec-1.1.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
2859dependencies = [
2860 "indexmap",
2861 "serde_core",
2862 "serde_spanned",
2863 "toml_datetime",
2864 "toml_parser",
2865 "toml_writer",
2866 "winnow",
2867]
2868
2869[[package]]
2870name = "toml_datetime"
2871version = "1.1.1+spec-1.1.0"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2874dependencies = [
2875 "serde_core",
2876]
2877
2878[[package]]
2879name = "toml_parser"
2880version = "1.1.2+spec-1.1.0"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2883dependencies = [
2884 "winnow",
2885]
2886
2887[[package]]
2888name = "toml_writer"
2889version = "1.1.1+spec-1.1.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2892
2893[[package]]
2894name = "tree-house"
2895version = "0.4.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "333476442882205ab249a8ced263ae53db3d0797c727cc3424836a6fb221d7b1"
2898dependencies = [
2899 "arc-swap",
2900 "hashbrown 0.15.5",
2901 "kstring",
2902 "once_cell",
2903 "regex",
2904 "regex-cursor",
2905 "ropey",
2906 "slab",
2907 "tree-house-bindings",
2908]
2909
2910[[package]]
2911name = "tree-house-bindings"
2912version = "0.3.2"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "6f5d0eed0db98578618e598b8f6f413f7c172bade1f12f8242d71c38dd5deb0f"
2915dependencies = [
2916 "cc",
2917 "libloading",
2918 "regex-cursor",
2919 "ropey",
2920 "thiserror",
2921]
2922
2923[[package]]
2924name = "typenum"
2925version = "1.18.0"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2928
2929[[package]]
2930name = "uluru"
2931version = "3.1.0"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
2934dependencies = [
2935 "arrayvec",
2936]
2937
2938[[package]]
2939name = "unicase"
2940version = "2.7.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2943dependencies = [
2944 "version_check",
2945]
2946
2947[[package]]
2948name = "unicode-bom"
2949version = "2.0.3"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2952
2953[[package]]
2954name = "unicode-general-category"
2955version = "1.1.0"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
2958
2959[[package]]
2960name = "unicode-ident"
2961version = "1.0.12"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2964
2965[[package]]
2966name = "unicode-linebreak"
2967version = "0.1.5"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2970
2971[[package]]
2972name = "unicode-normalization"
2973version = "0.1.23"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2976dependencies = [
2977 "tinyvec",
2978]
2979
2980[[package]]
2981name = "unicode-segmentation"
2982version = "1.13.3"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
2985
2986[[package]]
2987name = "unicode-width"
2988version = "0.1.12"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2991
2992[[package]]
2993name = "unicode-width"
2994version = "0.2.0"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2997
2998[[package]]
2999name = "unicode-xid"
3000version = "0.2.6"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3003
3004[[package]]
3005name = "uuid"
3006version = "1.18.1"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
3009dependencies = [
3010 "js-sys",
3011 "wasm-bindgen",
3012]
3013
3014[[package]]
3015name = "version_check"
3016version = "0.9.5"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3019
3020[[package]]
3021name = "walkdir"
3022version = "2.5.0"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3025dependencies = [
3026 "same-file",
3027 "winapi-util",
3028]
3029
3030[[package]]
3031name = "wasi"
3032version = "0.11.0+wasi-snapshot-preview1"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3035
3036[[package]]
3037name = "wasi"
3038version = "0.13.3+wasi-0.2.2"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
3041dependencies = [
3042 "wit-bindgen-rt",
3043]
3044
3045[[package]]
3046name = "wasip2"
3047version = "1.0.2+wasi-0.2.9"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3050dependencies = [
3051 "wit-bindgen",
3052]
3053
3054[[package]]
3055name = "wasip3"
3056version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3059dependencies = [
3060 "wit-bindgen",
3061]
3062
3063[[package]]
3064name = "wasm-bindgen"
3065version = "0.2.103"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819"
3068dependencies = [
3069 "cfg-if",
3070 "once_cell",
3071 "rustversion",
3072 "wasm-bindgen-macro",
3073 "wasm-bindgen-shared",
3074]
3075
3076[[package]]
3077name = "wasm-bindgen-backend"
3078version = "0.2.103"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c"
3081dependencies = [
3082 "bumpalo",
3083 "log",
3084 "proc-macro2",
3085 "quote",
3086 "syn",
3087 "wasm-bindgen-shared",
3088]
3089
3090[[package]]
3091name = "wasm-bindgen-macro"
3092version = "0.2.103"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0"
3095dependencies = [
3096 "quote",
3097 "wasm-bindgen-macro-support",
3098]
3099
3100[[package]]
3101name = "wasm-bindgen-macro-support"
3102version = "0.2.103"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32"
3105dependencies = [
3106 "proc-macro2",
3107 "quote",
3108 "syn",
3109 "wasm-bindgen-backend",
3110 "wasm-bindgen-shared",
3111]
3112
3113[[package]]
3114name = "wasm-bindgen-shared"
3115version = "0.2.103"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf"
3118dependencies = [
3119 "unicode-ident",
3120]
3121
3122[[package]]
3123name = "wasm-encoder"
3124version = "0.244.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3127dependencies = [
3128 "leb128fmt",
3129 "wasmparser",
3130]
3131
3132[[package]]
3133name = "wasm-metadata"
3134version = "0.244.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3137dependencies = [
3138 "anyhow",
3139 "indexmap",
3140 "wasm-encoder",
3141 "wasmparser",
3142]
3143
3144[[package]]
3145name = "wasmparser"
3146version = "0.244.0"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3149dependencies = [
3150 "bitflags",
3151 "hashbrown 0.15.5",
3152 "indexmap",
3153 "semver",
3154]
3155
3156[[package]]
3157name = "which"
3158version = "8.0.4"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248"
3161dependencies = [
3162 "libc",
3163]
3164
3165[[package]]
3166name = "winapi"
3167version = "0.3.9"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3170dependencies = [
3171 "winapi-i686-pc-windows-gnu",
3172 "winapi-x86_64-pc-windows-gnu",
3173]
3174
3175[[package]]
3176name = "winapi-i686-pc-windows-gnu"
3177version = "0.4.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3180
3181[[package]]
3182name = "winapi-util"
3183version = "0.1.9"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3186dependencies = [
3187 "windows-sys 0.59.0",
3188]
3189
3190[[package]]
3191name = "winapi-x86_64-pc-windows-gnu"
3192version = "0.4.0"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3195
3196[[package]]
3197name = "windows-link"
3198version = "0.2.1"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3201
3202[[package]]
3203name = "windows-sys"
3204version = "0.52.0"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3207dependencies = [
3208 "windows-targets 0.52.6",
3209]
3210
3211[[package]]
3212name = "windows-sys"
3213version = "0.59.0"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3216dependencies = [
3217 "windows-targets 0.52.6",
3218]
3219
3220[[package]]
3221name = "windows-sys"
3222version = "0.61.2"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3225dependencies = [
3226 "windows-link",
3227]
3228
3229[[package]]
3230name = "windows-targets"
3231version = "0.52.6"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3234dependencies = [
3235 "windows_aarch64_gnullvm 0.52.6",
3236 "windows_aarch64_msvc 0.52.6",
3237 "windows_i686_gnu 0.52.6",
3238 "windows_i686_gnullvm 0.52.6",
3239 "windows_i686_msvc 0.52.6",
3240 "windows_x86_64_gnu 0.52.6",
3241 "windows_x86_64_gnullvm 0.52.6",
3242 "windows_x86_64_msvc 0.52.6",
3243]
3244
3245[[package]]
3246name = "windows-targets"
3247version = "0.53.2"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3250dependencies = [
3251 "windows_aarch64_gnullvm 0.53.0",
3252 "windows_aarch64_msvc 0.53.0",
3253 "windows_i686_gnu 0.53.0",
3254 "windows_i686_gnullvm 0.53.0",
3255 "windows_i686_msvc 0.53.0",
3256 "windows_x86_64_gnu 0.53.0",
3257 "windows_x86_64_gnullvm 0.53.0",
3258 "windows_x86_64_msvc 0.53.0",
3259]
3260
3261[[package]]
3262name = "windows_aarch64_gnullvm"
3263version = "0.52.6"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3266
3267[[package]]
3268name = "windows_aarch64_gnullvm"
3269version = "0.53.0"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3272
3273[[package]]
3274name = "windows_aarch64_msvc"
3275version = "0.52.6"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3278
3279[[package]]
3280name = "windows_aarch64_msvc"
3281version = "0.53.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3284
3285[[package]]
3286name = "windows_i686_gnu"
3287version = "0.52.6"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3290
3291[[package]]
3292name = "windows_i686_gnu"
3293version = "0.53.0"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3296
3297[[package]]
3298name = "windows_i686_gnullvm"
3299version = "0.52.6"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3302
3303[[package]]
3304name = "windows_i686_gnullvm"
3305version = "0.53.0"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3308
3309[[package]]
3310name = "windows_i686_msvc"
3311version = "0.52.6"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3314
3315[[package]]
3316name = "windows_i686_msvc"
3317version = "0.53.0"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3320
3321[[package]]
3322name = "windows_x86_64_gnu"
3323version = "0.52.6"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3326
3327[[package]]
3328name = "windows_x86_64_gnu"
3329version = "0.53.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3332
3333[[package]]
3334name = "windows_x86_64_gnullvm"
3335version = "0.52.6"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3338
3339[[package]]
3340name = "windows_x86_64_gnullvm"
3341version = "0.53.0"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3344
3345[[package]]
3346name = "windows_x86_64_msvc"
3347version = "0.52.6"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3350
3351[[package]]
3352name = "windows_x86_64_msvc"
3353version = "0.53.0"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3356
3357[[package]]
3358name = "winnow"
3359version = "1.0.0"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
3362
3363[[package]]
3364name = "wit-bindgen"
3365version = "0.51.0"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3368dependencies = [
3369 "wit-bindgen-rust-macro",
3370]
3371
3372[[package]]
3373name = "wit-bindgen-core"
3374version = "0.51.0"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3377dependencies = [
3378 "anyhow",
3379 "heck",
3380 "wit-parser",
3381]
3382
3383[[package]]
3384name = "wit-bindgen-rt"
3385version = "0.33.0"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
3388dependencies = [
3389 "bitflags",
3390]
3391
3392[[package]]
3393name = "wit-bindgen-rust"
3394version = "0.51.0"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3397dependencies = [
3398 "anyhow",
3399 "heck",
3400 "indexmap",
3401 "prettyplease",
3402 "syn",
3403 "wasm-metadata",
3404 "wit-bindgen-core",
3405 "wit-component",
3406]
3407
3408[[package]]
3409name = "wit-bindgen-rust-macro"
3410version = "0.51.0"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3413dependencies = [
3414 "anyhow",
3415 "prettyplease",
3416 "proc-macro2",
3417 "quote",
3418 "syn",
3419 "wit-bindgen-core",
3420 "wit-bindgen-rust",
3421]
3422
3423[[package]]
3424name = "wit-component"
3425version = "0.244.0"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3428dependencies = [
3429 "anyhow",
3430 "bitflags",
3431 "indexmap",
3432 "log",
3433 "serde",
3434 "serde_derive",
3435 "serde_json",
3436 "wasm-encoder",
3437 "wasm-metadata",
3438 "wasmparser",
3439 "wit-parser",
3440]
3441
3442[[package]]
3443name = "wit-parser"
3444version = "0.244.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3447dependencies = [
3448 "anyhow",
3449 "id-arena",
3450 "indexmap",
3451 "log",
3452 "semver",
3453 "serde",
3454 "serde_derive",
3455 "serde_json",
3456 "unicode-xid",
3457 "wasmparser",
3458]
3459
3460[[package]]
3461name = "xtask"
3462version = "25.7.1"
3463dependencies = [
3464 "helix-core",
3465 "helix-loader",
3466 "helix-stdx",
3467 "helix-term",
3468 "helix-view",
3469 "ropey",
3470 "toml",
3471]
3472
3473[[package]]
3474name = "zerocopy"
3475version = "0.8.27"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3478dependencies = [
3479 "zerocopy-derive",
3480]
3481
3482[[package]]
3483name = "zerocopy-derive"
3484version = "0.8.27"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3487dependencies = [
3488 "proc-macro2",
3489 "quote",
3490 "syn",
3491]
3492
3493[[package]]
3494name = "zlib-rs"
3495version = "0.6.3"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
3498
3499[[package]]
3500name = "zmij"
3501version = "1.0.2"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d"