ive harnessed the harness
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "android_system_properties"
22version = "0.1.5"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25dependencies = [
26 "libc",
27]
28
29[[package]]
30name = "anyhow"
31version = "1.0.102"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
34
35[[package]]
36name = "atomic"
37version = "0.6.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
40dependencies = [
41 "bytemuck",
42]
43
44[[package]]
45name = "atomic-waker"
46version = "1.1.2"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
49
50[[package]]
51name = "autocfg"
52version = "1.5.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
55
56[[package]]
57name = "aws-lc-rs"
58version = "1.16.2"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
61dependencies = [
62 "aws-lc-sys",
63 "zeroize",
64]
65
66[[package]]
67name = "aws-lc-sys"
68version = "0.39.1"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
71dependencies = [
72 "cc",
73 "cmake",
74 "dunce",
75 "fs_extra",
76]
77
78[[package]]
79name = "base64"
80version = "0.22.1"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
83
84[[package]]
85name = "bit-set"
86version = "0.5.3"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
89dependencies = [
90 "bit-vec",
91]
92
93[[package]]
94name = "bit-vec"
95version = "0.6.3"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
98
99[[package]]
100name = "bitflags"
101version = "1.3.2"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
104
105[[package]]
106name = "bitflags"
107version = "2.11.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
110
111[[package]]
112name = "block-buffer"
113version = "0.10.4"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
116dependencies = [
117 "generic-array",
118]
119
120[[package]]
121name = "bumpalo"
122version = "3.20.2"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
125
126[[package]]
127name = "bytemuck"
128version = "1.25.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
131
132[[package]]
133name = "bytes"
134version = "1.11.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
137
138[[package]]
139name = "castaway"
140version = "0.2.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
143dependencies = [
144 "rustversion",
145]
146
147[[package]]
148name = "cc"
149version = "1.2.59"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
152dependencies = [
153 "find-msvc-tools",
154 "jobserver",
155 "libc",
156 "shlex",
157]
158
159[[package]]
160name = "cesu8"
161version = "1.1.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
164
165[[package]]
166name = "cfg-if"
167version = "1.0.4"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
170
171[[package]]
172name = "cfg_aliases"
173version = "0.2.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
176
177[[package]]
178name = "chrono"
179version = "0.4.44"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
182dependencies = [
183 "iana-time-zone",
184 "js-sys",
185 "num-traits",
186 "wasm-bindgen",
187 "windows-link",
188]
189
190[[package]]
191name = "cmake"
192version = "0.1.58"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
195dependencies = [
196 "cc",
197]
198
199[[package]]
200name = "combine"
201version = "4.6.7"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
204dependencies = [
205 "bytes",
206 "memchr",
207]
208
209[[package]]
210name = "compact_str"
211version = "0.9.0"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
214dependencies = [
215 "castaway",
216 "cfg-if",
217 "itoa",
218 "rustversion",
219 "ryu",
220 "static_assertions",
221]
222
223[[package]]
224name = "convert_case"
225version = "0.10.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
228dependencies = [
229 "unicode-segmentation",
230]
231
232[[package]]
233name = "core-foundation"
234version = "0.9.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
237dependencies = [
238 "core-foundation-sys",
239 "libc",
240]
241
242[[package]]
243name = "core-foundation"
244version = "0.10.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
247dependencies = [
248 "core-foundation-sys",
249 "libc",
250]
251
252[[package]]
253name = "core-foundation-sys"
254version = "0.8.7"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
257
258[[package]]
259name = "cpufeatures"
260version = "0.2.17"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
263dependencies = [
264 "libc",
265]
266
267[[package]]
268name = "crossterm"
269version = "0.29.0"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
272dependencies = [
273 "bitflags 2.11.0",
274 "crossterm_winapi",
275 "derive_more",
276 "document-features",
277 "futures-core",
278 "mio",
279 "parking_lot",
280 "rustix",
281 "signal-hook",
282 "signal-hook-mio",
283 "winapi",
284]
285
286[[package]]
287name = "crossterm_winapi"
288version = "0.9.1"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
291dependencies = [
292 "winapi",
293]
294
295[[package]]
296name = "crypto-common"
297version = "0.1.7"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
300dependencies = [
301 "generic-array",
302 "typenum",
303]
304
305[[package]]
306name = "csscolorparser"
307version = "0.6.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
310dependencies = [
311 "lab",
312 "phf",
313]
314
315[[package]]
316name = "darling"
317version = "0.23.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
320dependencies = [
321 "darling_core",
322 "darling_macro",
323]
324
325[[package]]
326name = "darling_core"
327version = "0.23.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
330dependencies = [
331 "ident_case",
332 "proc-macro2",
333 "quote",
334 "strsim",
335 "syn 2.0.117",
336]
337
338[[package]]
339name = "darling_macro"
340version = "0.23.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
343dependencies = [
344 "darling_core",
345 "quote",
346 "syn 2.0.117",
347]
348
349[[package]]
350name = "deltae"
351version = "0.3.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
354
355[[package]]
356name = "deranged"
357version = "0.5.8"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
360dependencies = [
361 "powerfmt",
362]
363
364[[package]]
365name = "derive_more"
366version = "2.1.1"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
369dependencies = [
370 "derive_more-impl",
371]
372
373[[package]]
374name = "derive_more-impl"
375version = "2.1.1"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
378dependencies = [
379 "convert_case",
380 "proc-macro2",
381 "quote",
382 "rustc_version",
383 "syn 2.0.117",
384]
385
386[[package]]
387name = "digest"
388version = "0.10.7"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
391dependencies = [
392 "block-buffer",
393 "crypto-common",
394]
395
396[[package]]
397name = "dirs"
398version = "5.0.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
401dependencies = [
402 "dirs-sys",
403]
404
405[[package]]
406name = "dirs-sys"
407version = "0.4.1"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
410dependencies = [
411 "libc",
412 "option-ext",
413 "redox_users",
414 "windows-sys 0.48.0",
415]
416
417[[package]]
418name = "displaydoc"
419version = "0.2.5"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
422dependencies = [
423 "proc-macro2",
424 "quote",
425 "syn 2.0.117",
426]
427
428[[package]]
429name = "document-features"
430version = "0.2.12"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
433dependencies = [
434 "litrs",
435]
436
437[[package]]
438name = "dunce"
439version = "1.0.5"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
442
443[[package]]
444name = "either"
445version = "1.15.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
448
449[[package]]
450name = "encoding_rs"
451version = "0.8.35"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
454dependencies = [
455 "cfg-if",
456]
457
458[[package]]
459name = "equivalent"
460version = "1.0.2"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
463
464[[package]]
465name = "errno"
466version = "0.3.14"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
469dependencies = [
470 "libc",
471 "windows-sys 0.61.2",
472]
473
474[[package]]
475name = "euclid"
476version = "0.22.14"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
479dependencies = [
480 "num-traits",
481]
482
483[[package]]
484name = "fallible-iterator"
485version = "0.3.0"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
488
489[[package]]
490name = "fallible-streaming-iterator"
491version = "0.1.9"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
494
495[[package]]
496name = "fancy-regex"
497version = "0.11.0"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
500dependencies = [
501 "bit-set",
502 "regex",
503]
504
505[[package]]
506name = "fastrand"
507version = "2.4.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
510
511[[package]]
512name = "filedescriptor"
513version = "0.8.3"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
516dependencies = [
517 "libc",
518 "thiserror 1.0.69",
519 "winapi",
520]
521
522[[package]]
523name = "find-msvc-tools"
524version = "0.1.9"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
527
528[[package]]
529name = "finl_unicode"
530version = "1.4.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
533
534[[package]]
535name = "fixedbitset"
536version = "0.4.2"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
539
540[[package]]
541name = "fnv"
542version = "1.0.7"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
545
546[[package]]
547name = "foldhash"
548version = "0.1.5"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
551
552[[package]]
553name = "foldhash"
554version = "0.2.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
557
558[[package]]
559name = "form_urlencoded"
560version = "1.2.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
563dependencies = [
564 "percent-encoding",
565]
566
567[[package]]
568name = "fs_extra"
569version = "1.3.0"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
572
573[[package]]
574name = "futures"
575version = "0.3.32"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
578dependencies = [
579 "futures-channel",
580 "futures-core",
581 "futures-executor",
582 "futures-io",
583 "futures-sink",
584 "futures-task",
585 "futures-util",
586]
587
588[[package]]
589name = "futures-channel"
590version = "0.3.32"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
593dependencies = [
594 "futures-core",
595 "futures-sink",
596]
597
598[[package]]
599name = "futures-core"
600version = "0.3.32"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
603
604[[package]]
605name = "futures-executor"
606version = "0.3.32"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
609dependencies = [
610 "futures-core",
611 "futures-task",
612 "futures-util",
613]
614
615[[package]]
616name = "futures-io"
617version = "0.3.32"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
620
621[[package]]
622name = "futures-macro"
623version = "0.3.32"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
626dependencies = [
627 "proc-macro2",
628 "quote",
629 "syn 2.0.117",
630]
631
632[[package]]
633name = "futures-sink"
634version = "0.3.32"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
637
638[[package]]
639name = "futures-task"
640version = "0.3.32"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
643
644[[package]]
645name = "futures-util"
646version = "0.3.32"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
649dependencies = [
650 "futures-channel",
651 "futures-core",
652 "futures-io",
653 "futures-macro",
654 "futures-sink",
655 "futures-task",
656 "memchr",
657 "pin-project-lite",
658 "slab",
659]
660
661[[package]]
662name = "generic-array"
663version = "0.14.7"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
666dependencies = [
667 "typenum",
668 "version_check",
669]
670
671[[package]]
672name = "getrandom"
673version = "0.2.17"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
676dependencies = [
677 "cfg-if",
678 "js-sys",
679 "libc",
680 "wasi",
681 "wasm-bindgen",
682]
683
684[[package]]
685name = "getrandom"
686version = "0.3.4"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
689dependencies = [
690 "cfg-if",
691 "js-sys",
692 "libc",
693 "r-efi 5.3.0",
694 "wasip2",
695 "wasm-bindgen",
696]
697
698[[package]]
699name = "getrandom"
700version = "0.4.2"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
703dependencies = [
704 "cfg-if",
705 "libc",
706 "r-efi 6.0.0",
707 "wasip2",
708 "wasip3",
709]
710
711[[package]]
712name = "h2"
713version = "0.4.13"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
716dependencies = [
717 "atomic-waker",
718 "bytes",
719 "fnv",
720 "futures-core",
721 "futures-sink",
722 "http",
723 "indexmap",
724 "slab",
725 "tokio",
726 "tokio-util",
727 "tracing",
728]
729
730[[package]]
731name = "hashbrown"
732version = "0.15.5"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
735dependencies = [
736 "foldhash 0.1.5",
737]
738
739[[package]]
740name = "hashbrown"
741version = "0.16.1"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
744dependencies = [
745 "allocator-api2",
746 "equivalent",
747 "foldhash 0.2.0",
748]
749
750[[package]]
751name = "hashlink"
752version = "0.11.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230"
755dependencies = [
756 "hashbrown 0.16.1",
757]
758
759[[package]]
760name = "heck"
761version = "0.5.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
764
765[[package]]
766name = "hex"
767version = "0.4.3"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
770
771[[package]]
772name = "http"
773version = "1.4.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
776dependencies = [
777 "bytes",
778 "itoa",
779]
780
781[[package]]
782name = "http-body"
783version = "1.0.1"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
786dependencies = [
787 "bytes",
788 "http",
789]
790
791[[package]]
792name = "http-body-util"
793version = "0.1.3"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
796dependencies = [
797 "bytes",
798 "futures-core",
799 "http",
800 "http-body",
801 "pin-project-lite",
802]
803
804[[package]]
805name = "httparse"
806version = "1.10.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
809
810[[package]]
811name = "hyper"
812version = "1.9.0"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
815dependencies = [
816 "atomic-waker",
817 "bytes",
818 "futures-channel",
819 "futures-core",
820 "h2",
821 "http",
822 "http-body",
823 "httparse",
824 "itoa",
825 "pin-project-lite",
826 "smallvec",
827 "tokio",
828 "want",
829]
830
831[[package]]
832name = "hyper-rustls"
833version = "0.27.7"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
836dependencies = [
837 "http",
838 "hyper",
839 "hyper-util",
840 "rustls",
841 "rustls-pki-types",
842 "tokio",
843 "tokio-rustls",
844 "tower-service",
845]
846
847[[package]]
848name = "hyper-util"
849version = "0.1.20"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
852dependencies = [
853 "base64",
854 "bytes",
855 "futures-channel",
856 "futures-util",
857 "http",
858 "http-body",
859 "hyper",
860 "ipnet",
861 "libc",
862 "percent-encoding",
863 "pin-project-lite",
864 "socket2",
865 "system-configuration",
866 "tokio",
867 "tower-service",
868 "tracing",
869 "windows-registry",
870]
871
872[[package]]
873name = "iana-time-zone"
874version = "0.1.65"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
877dependencies = [
878 "android_system_properties",
879 "core-foundation-sys",
880 "iana-time-zone-haiku",
881 "js-sys",
882 "log",
883 "wasm-bindgen",
884 "windows-core",
885]
886
887[[package]]
888name = "iana-time-zone-haiku"
889version = "0.1.2"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
892dependencies = [
893 "cc",
894]
895
896[[package]]
897name = "icu_collections"
898version = "2.2.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
901dependencies = [
902 "displaydoc",
903 "potential_utf",
904 "utf8_iter",
905 "yoke",
906 "zerofrom",
907 "zerovec",
908]
909
910[[package]]
911name = "icu_locale_core"
912version = "2.2.0"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
915dependencies = [
916 "displaydoc",
917 "litemap",
918 "tinystr",
919 "writeable",
920 "zerovec",
921]
922
923[[package]]
924name = "icu_normalizer"
925version = "2.2.0"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
928dependencies = [
929 "icu_collections",
930 "icu_normalizer_data",
931 "icu_properties",
932 "icu_provider",
933 "smallvec",
934 "zerovec",
935]
936
937[[package]]
938name = "icu_normalizer_data"
939version = "2.2.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
942
943[[package]]
944name = "icu_properties"
945version = "2.2.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
948dependencies = [
949 "icu_collections",
950 "icu_locale_core",
951 "icu_properties_data",
952 "icu_provider",
953 "zerotrie",
954 "zerovec",
955]
956
957[[package]]
958name = "icu_properties_data"
959version = "2.2.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
962
963[[package]]
964name = "icu_provider"
965version = "2.2.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
968dependencies = [
969 "displaydoc",
970 "icu_locale_core",
971 "writeable",
972 "yoke",
973 "zerofrom",
974 "zerotrie",
975 "zerovec",
976]
977
978[[package]]
979name = "id-arena"
980version = "2.3.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
983
984[[package]]
985name = "ident_case"
986version = "1.0.1"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
989
990[[package]]
991name = "idna"
992version = "1.1.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
995dependencies = [
996 "idna_adapter",
997 "smallvec",
998 "utf8_iter",
999]
1000
1001[[package]]
1002name = "idna_adapter"
1003version = "1.2.1"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1006dependencies = [
1007 "icu_normalizer",
1008 "icu_properties",
1009]
1010
1011[[package]]
1012name = "indexmap"
1013version = "2.13.1"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
1016dependencies = [
1017 "equivalent",
1018 "hashbrown 0.16.1",
1019 "serde",
1020 "serde_core",
1021]
1022
1023[[package]]
1024name = "indoc"
1025version = "2.0.7"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1028dependencies = [
1029 "rustversion",
1030]
1031
1032[[package]]
1033name = "instability"
1034version = "0.3.12"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
1037dependencies = [
1038 "darling",
1039 "indoc",
1040 "proc-macro2",
1041 "quote",
1042 "syn 2.0.117",
1043]
1044
1045[[package]]
1046name = "ipnet"
1047version = "2.12.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1050
1051[[package]]
1052name = "iri-string"
1053version = "0.7.12"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1056dependencies = [
1057 "memchr",
1058 "serde",
1059]
1060
1061[[package]]
1062name = "itertools"
1063version = "0.14.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1066dependencies = [
1067 "either",
1068]
1069
1070[[package]]
1071name = "itoa"
1072version = "1.0.18"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1075
1076[[package]]
1077name = "jni"
1078version = "0.21.1"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1081dependencies = [
1082 "cesu8",
1083 "cfg-if",
1084 "combine",
1085 "jni-sys 0.3.1",
1086 "log",
1087 "thiserror 1.0.69",
1088 "walkdir",
1089 "windows-sys 0.45.0",
1090]
1091
1092[[package]]
1093name = "jni-sys"
1094version = "0.3.1"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1097dependencies = [
1098 "jni-sys 0.4.1",
1099]
1100
1101[[package]]
1102name = "jni-sys"
1103version = "0.4.1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1106dependencies = [
1107 "jni-sys-macros",
1108]
1109
1110[[package]]
1111name = "jni-sys-macros"
1112version = "0.4.1"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1115dependencies = [
1116 "quote",
1117 "syn 2.0.117",
1118]
1119
1120[[package]]
1121name = "jobserver"
1122version = "0.1.34"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1125dependencies = [
1126 "getrandom 0.3.4",
1127 "libc",
1128]
1129
1130[[package]]
1131name = "js-sys"
1132version = "0.3.94"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
1135dependencies = [
1136 "cfg-if",
1137 "futures-util",
1138 "once_cell",
1139 "wasm-bindgen",
1140]
1141
1142[[package]]
1143name = "kasuari"
1144version = "0.4.12"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899"
1147dependencies = [
1148 "hashbrown 0.16.1",
1149 "portable-atomic",
1150 "thiserror 2.0.18",
1151]
1152
1153[[package]]
1154name = "klbr-bench"
1155version = "0.1.0"
1156dependencies = [
1157 "anyhow",
1158 "klbr-core",
1159 "serde",
1160 "serde_json",
1161 "tempfile",
1162 "tokio",
1163 "unicode-segmentation",
1164]
1165
1166[[package]]
1167name = "klbr-core"
1168version = "0.1.0"
1169dependencies = [
1170 "anyhow",
1171 "chrono",
1172 "dirs",
1173 "futures",
1174 "reqwest",
1175 "rusqlite",
1176 "serde",
1177 "serde_json",
1178 "sqlite-vec",
1179 "tempfile",
1180 "tokio",
1181 "tracing",
1182 "tracing-subscriber",
1183]
1184
1185[[package]]
1186name = "klbr-daemon"
1187version = "0.1.0"
1188dependencies = [
1189 "anyhow",
1190 "klbr-core",
1191 "klbr-ipc",
1192 "serde_json",
1193 "tokio",
1194 "tracing",
1195 "tracing-subscriber",
1196]
1197
1198[[package]]
1199name = "klbr-ipc"
1200version = "0.1.0"
1201dependencies = [
1202 "dirs",
1203 "serde",
1204 "serde_json",
1205]
1206
1207[[package]]
1208name = "klbr-tui"
1209version = "0.1.0"
1210dependencies = [
1211 "anyhow",
1212 "crossterm",
1213 "futures",
1214 "klbr-ipc",
1215 "ratatui",
1216 "serde_json",
1217 "tokio",
1218 "tracing",
1219 "tui-scrollview",
1220]
1221
1222[[package]]
1223name = "lab"
1224version = "0.11.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
1227
1228[[package]]
1229name = "lazy_static"
1230version = "1.5.0"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1233
1234[[package]]
1235name = "leb128fmt"
1236version = "0.1.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1239
1240[[package]]
1241name = "libc"
1242version = "0.2.184"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
1245
1246[[package]]
1247name = "libredox"
1248version = "0.1.15"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
1251dependencies = [
1252 "libc",
1253]
1254
1255[[package]]
1256name = "libsqlite3-sys"
1257version = "0.37.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
1260dependencies = [
1261 "cc",
1262 "pkg-config",
1263 "vcpkg",
1264]
1265
1266[[package]]
1267name = "line-clipping"
1268version = "0.3.7"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "3f50e8f47623268b5407192d26876c4d7f89d686ca130fdc53bced4814cd29f8"
1271dependencies = [
1272 "bitflags 2.11.0",
1273]
1274
1275[[package]]
1276name = "linux-raw-sys"
1277version = "0.12.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1280
1281[[package]]
1282name = "litemap"
1283version = "0.8.2"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1286
1287[[package]]
1288name = "litrs"
1289version = "1.0.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1292
1293[[package]]
1294name = "lock_api"
1295version = "0.4.14"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1298dependencies = [
1299 "scopeguard",
1300]
1301
1302[[package]]
1303name = "log"
1304version = "0.4.29"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1307
1308[[package]]
1309name = "lru"
1310version = "0.16.3"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
1313dependencies = [
1314 "hashbrown 0.16.1",
1315]
1316
1317[[package]]
1318name = "lru-slab"
1319version = "0.1.2"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1322
1323[[package]]
1324name = "mac_address"
1325version = "1.1.8"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303"
1328dependencies = [
1329 "nix",
1330 "winapi",
1331]
1332
1333[[package]]
1334name = "memchr"
1335version = "2.8.0"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1338
1339[[package]]
1340name = "memmem"
1341version = "0.1.1"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
1344
1345[[package]]
1346name = "memoffset"
1347version = "0.9.1"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1350dependencies = [
1351 "autocfg",
1352]
1353
1354[[package]]
1355name = "mime"
1356version = "0.3.17"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1359
1360[[package]]
1361name = "minimal-lexical"
1362version = "0.2.1"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1365
1366[[package]]
1367name = "mio"
1368version = "1.2.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1371dependencies = [
1372 "libc",
1373 "log",
1374 "wasi",
1375 "windows-sys 0.61.2",
1376]
1377
1378[[package]]
1379name = "nix"
1380version = "0.29.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1383dependencies = [
1384 "bitflags 2.11.0",
1385 "cfg-if",
1386 "cfg_aliases",
1387 "libc",
1388 "memoffset",
1389]
1390
1391[[package]]
1392name = "nom"
1393version = "7.1.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1396dependencies = [
1397 "memchr",
1398 "minimal-lexical",
1399]
1400
1401[[package]]
1402name = "nu-ansi-term"
1403version = "0.50.3"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1406dependencies = [
1407 "windows-sys 0.61.2",
1408]
1409
1410[[package]]
1411name = "num-conv"
1412version = "0.2.1"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1415
1416[[package]]
1417name = "num-derive"
1418version = "0.4.2"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1421dependencies = [
1422 "proc-macro2",
1423 "quote",
1424 "syn 2.0.117",
1425]
1426
1427[[package]]
1428name = "num-traits"
1429version = "0.2.19"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1432dependencies = [
1433 "autocfg",
1434]
1435
1436[[package]]
1437name = "num_threads"
1438version = "0.1.7"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1441dependencies = [
1442 "libc",
1443]
1444
1445[[package]]
1446name = "once_cell"
1447version = "1.21.4"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1450
1451[[package]]
1452name = "openssl-probe"
1453version = "0.2.1"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1456
1457[[package]]
1458name = "option-ext"
1459version = "0.2.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1462
1463[[package]]
1464name = "ordered-float"
1465version = "4.6.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1468dependencies = [
1469 "num-traits",
1470]
1471
1472[[package]]
1473name = "parking_lot"
1474version = "0.12.5"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1477dependencies = [
1478 "lock_api",
1479 "parking_lot_core",
1480]
1481
1482[[package]]
1483name = "parking_lot_core"
1484version = "0.9.12"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1487dependencies = [
1488 "cfg-if",
1489 "libc",
1490 "redox_syscall",
1491 "smallvec",
1492 "windows-link",
1493]
1494
1495[[package]]
1496name = "percent-encoding"
1497version = "2.3.2"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1500
1501[[package]]
1502name = "pest"
1503version = "2.8.6"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
1506dependencies = [
1507 "memchr",
1508 "ucd-trie",
1509]
1510
1511[[package]]
1512name = "pest_derive"
1513version = "2.8.6"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
1516dependencies = [
1517 "pest",
1518 "pest_generator",
1519]
1520
1521[[package]]
1522name = "pest_generator"
1523version = "2.8.6"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
1526dependencies = [
1527 "pest",
1528 "pest_meta",
1529 "proc-macro2",
1530 "quote",
1531 "syn 2.0.117",
1532]
1533
1534[[package]]
1535name = "pest_meta"
1536version = "2.8.6"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
1539dependencies = [
1540 "pest",
1541 "sha2",
1542]
1543
1544[[package]]
1545name = "phf"
1546version = "0.11.3"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1549dependencies = [
1550 "phf_macros",
1551 "phf_shared",
1552]
1553
1554[[package]]
1555name = "phf_codegen"
1556version = "0.11.3"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1559dependencies = [
1560 "phf_generator",
1561 "phf_shared",
1562]
1563
1564[[package]]
1565name = "phf_generator"
1566version = "0.11.3"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1569dependencies = [
1570 "phf_shared",
1571 "rand 0.8.5",
1572]
1573
1574[[package]]
1575name = "phf_macros"
1576version = "0.11.3"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1579dependencies = [
1580 "phf_generator",
1581 "phf_shared",
1582 "proc-macro2",
1583 "quote",
1584 "syn 2.0.117",
1585]
1586
1587[[package]]
1588name = "phf_shared"
1589version = "0.11.3"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1592dependencies = [
1593 "siphasher",
1594]
1595
1596[[package]]
1597name = "pin-project-lite"
1598version = "0.2.17"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1601
1602[[package]]
1603name = "pkg-config"
1604version = "0.3.32"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1607
1608[[package]]
1609name = "portable-atomic"
1610version = "1.13.1"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1613
1614[[package]]
1615name = "potential_utf"
1616version = "0.1.5"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1619dependencies = [
1620 "zerovec",
1621]
1622
1623[[package]]
1624name = "powerfmt"
1625version = "0.2.0"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1628
1629[[package]]
1630name = "ppv-lite86"
1631version = "0.2.21"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1634dependencies = [
1635 "zerocopy",
1636]
1637
1638[[package]]
1639name = "prettyplease"
1640version = "0.2.37"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1643dependencies = [
1644 "proc-macro2",
1645 "syn 2.0.117",
1646]
1647
1648[[package]]
1649name = "proc-macro2"
1650version = "1.0.106"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1653dependencies = [
1654 "unicode-ident",
1655]
1656
1657[[package]]
1658name = "quinn"
1659version = "0.11.9"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1662dependencies = [
1663 "bytes",
1664 "cfg_aliases",
1665 "pin-project-lite",
1666 "quinn-proto",
1667 "quinn-udp",
1668 "rustc-hash",
1669 "rustls",
1670 "socket2",
1671 "thiserror 2.0.18",
1672 "tokio",
1673 "tracing",
1674 "web-time",
1675]
1676
1677[[package]]
1678name = "quinn-proto"
1679version = "0.11.14"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1682dependencies = [
1683 "aws-lc-rs",
1684 "bytes",
1685 "getrandom 0.3.4",
1686 "lru-slab",
1687 "rand 0.9.2",
1688 "ring",
1689 "rustc-hash",
1690 "rustls",
1691 "rustls-pki-types",
1692 "slab",
1693 "thiserror 2.0.18",
1694 "tinyvec",
1695 "tracing",
1696 "web-time",
1697]
1698
1699[[package]]
1700name = "quinn-udp"
1701version = "0.5.14"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1704dependencies = [
1705 "cfg_aliases",
1706 "libc",
1707 "once_cell",
1708 "socket2",
1709 "tracing",
1710 "windows-sys 0.59.0",
1711]
1712
1713[[package]]
1714name = "quote"
1715version = "1.0.45"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1718dependencies = [
1719 "proc-macro2",
1720]
1721
1722[[package]]
1723name = "r-efi"
1724version = "5.3.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1727
1728[[package]]
1729name = "r-efi"
1730version = "6.0.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1733
1734[[package]]
1735name = "rand"
1736version = "0.8.5"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1739dependencies = [
1740 "rand_core 0.6.4",
1741]
1742
1743[[package]]
1744name = "rand"
1745version = "0.9.2"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1748dependencies = [
1749 "rand_chacha",
1750 "rand_core 0.9.5",
1751]
1752
1753[[package]]
1754name = "rand_chacha"
1755version = "0.9.0"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1758dependencies = [
1759 "ppv-lite86",
1760 "rand_core 0.9.5",
1761]
1762
1763[[package]]
1764name = "rand_core"
1765version = "0.6.4"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1768
1769[[package]]
1770name = "rand_core"
1771version = "0.9.5"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1774dependencies = [
1775 "getrandom 0.3.4",
1776]
1777
1778[[package]]
1779name = "ratatui"
1780version = "0.30.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc"
1783dependencies = [
1784 "instability",
1785 "ratatui-core",
1786 "ratatui-crossterm",
1787 "ratatui-macros",
1788 "ratatui-termwiz",
1789 "ratatui-widgets",
1790]
1791
1792[[package]]
1793name = "ratatui-core"
1794version = "0.1.0"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293"
1797dependencies = [
1798 "bitflags 2.11.0",
1799 "compact_str",
1800 "hashbrown 0.16.1",
1801 "indoc",
1802 "itertools",
1803 "kasuari",
1804 "lru",
1805 "strum",
1806 "thiserror 2.0.18",
1807 "unicode-segmentation",
1808 "unicode-truncate",
1809 "unicode-width",
1810]
1811
1812[[package]]
1813name = "ratatui-crossterm"
1814version = "0.1.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3"
1817dependencies = [
1818 "cfg-if",
1819 "crossterm",
1820 "instability",
1821 "ratatui-core",
1822]
1823
1824[[package]]
1825name = "ratatui-macros"
1826version = "0.7.0"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4"
1829dependencies = [
1830 "ratatui-core",
1831 "ratatui-widgets",
1832]
1833
1834[[package]]
1835name = "ratatui-termwiz"
1836version = "0.1.0"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c"
1839dependencies = [
1840 "ratatui-core",
1841 "termwiz",
1842]
1843
1844[[package]]
1845name = "ratatui-widgets"
1846version = "0.3.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db"
1849dependencies = [
1850 "bitflags 2.11.0",
1851 "hashbrown 0.16.1",
1852 "indoc",
1853 "instability",
1854 "itertools",
1855 "line-clipping",
1856 "ratatui-core",
1857 "strum",
1858 "time",
1859 "unicode-segmentation",
1860 "unicode-width",
1861]
1862
1863[[package]]
1864name = "redox_syscall"
1865version = "0.5.18"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1868dependencies = [
1869 "bitflags 2.11.0",
1870]
1871
1872[[package]]
1873name = "redox_users"
1874version = "0.4.6"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1877dependencies = [
1878 "getrandom 0.2.17",
1879 "libredox",
1880 "thiserror 1.0.69",
1881]
1882
1883[[package]]
1884name = "regex"
1885version = "1.12.3"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1888dependencies = [
1889 "aho-corasick",
1890 "memchr",
1891 "regex-automata",
1892 "regex-syntax",
1893]
1894
1895[[package]]
1896name = "regex-automata"
1897version = "0.4.14"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1900dependencies = [
1901 "aho-corasick",
1902 "memchr",
1903 "regex-syntax",
1904]
1905
1906[[package]]
1907name = "regex-syntax"
1908version = "0.8.10"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1911
1912[[package]]
1913name = "reqwest"
1914version = "0.13.2"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
1917dependencies = [
1918 "base64",
1919 "bytes",
1920 "encoding_rs",
1921 "futures-core",
1922 "futures-util",
1923 "h2",
1924 "http",
1925 "http-body",
1926 "http-body-util",
1927 "hyper",
1928 "hyper-rustls",
1929 "hyper-util",
1930 "js-sys",
1931 "log",
1932 "mime",
1933 "percent-encoding",
1934 "pin-project-lite",
1935 "quinn",
1936 "rustls",
1937 "rustls-pki-types",
1938 "rustls-platform-verifier",
1939 "serde",
1940 "serde_json",
1941 "sync_wrapper",
1942 "tokio",
1943 "tokio-rustls",
1944 "tokio-util",
1945 "tower",
1946 "tower-http",
1947 "tower-service",
1948 "url",
1949 "wasm-bindgen",
1950 "wasm-bindgen-futures",
1951 "wasm-streams",
1952 "web-sys",
1953]
1954
1955[[package]]
1956name = "ring"
1957version = "0.17.14"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1960dependencies = [
1961 "cc",
1962 "cfg-if",
1963 "getrandom 0.2.17",
1964 "libc",
1965 "untrusted",
1966 "windows-sys 0.52.0",
1967]
1968
1969[[package]]
1970name = "rsqlite-vfs"
1971version = "0.1.0"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "a8a1f2315036ef6b1fbacd1972e8ee7688030b0a2121edfc2a6550febd41574d"
1974dependencies = [
1975 "hashbrown 0.16.1",
1976 "thiserror 2.0.18",
1977]
1978
1979[[package]]
1980name = "rusqlite"
1981version = "0.39.0"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e"
1984dependencies = [
1985 "bitflags 2.11.0",
1986 "fallible-iterator",
1987 "fallible-streaming-iterator",
1988 "hashlink",
1989 "libsqlite3-sys",
1990 "smallvec",
1991 "sqlite-wasm-rs",
1992]
1993
1994[[package]]
1995name = "rustc-hash"
1996version = "2.1.2"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1999
2000[[package]]
2001name = "rustc_version"
2002version = "0.4.1"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2005dependencies = [
2006 "semver",
2007]
2008
2009[[package]]
2010name = "rustix"
2011version = "1.1.4"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2014dependencies = [
2015 "bitflags 2.11.0",
2016 "errno",
2017 "libc",
2018 "linux-raw-sys",
2019 "windows-sys 0.61.2",
2020]
2021
2022[[package]]
2023name = "rustls"
2024version = "0.23.37"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2027dependencies = [
2028 "aws-lc-rs",
2029 "once_cell",
2030 "rustls-pki-types",
2031 "rustls-webpki",
2032 "subtle",
2033 "zeroize",
2034]
2035
2036[[package]]
2037name = "rustls-native-certs"
2038version = "0.8.3"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2041dependencies = [
2042 "openssl-probe",
2043 "rustls-pki-types",
2044 "schannel",
2045 "security-framework",
2046]
2047
2048[[package]]
2049name = "rustls-pki-types"
2050version = "1.14.0"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2053dependencies = [
2054 "web-time",
2055 "zeroize",
2056]
2057
2058[[package]]
2059name = "rustls-platform-verifier"
2060version = "0.6.2"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
2063dependencies = [
2064 "core-foundation 0.10.1",
2065 "core-foundation-sys",
2066 "jni",
2067 "log",
2068 "once_cell",
2069 "rustls",
2070 "rustls-native-certs",
2071 "rustls-platform-verifier-android",
2072 "rustls-webpki",
2073 "security-framework",
2074 "security-framework-sys",
2075 "webpki-root-certs",
2076 "windows-sys 0.61.2",
2077]
2078
2079[[package]]
2080name = "rustls-platform-verifier-android"
2081version = "0.1.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2084
2085[[package]]
2086name = "rustls-webpki"
2087version = "0.103.10"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
2090dependencies = [
2091 "aws-lc-rs",
2092 "ring",
2093 "rustls-pki-types",
2094 "untrusted",
2095]
2096
2097[[package]]
2098name = "rustversion"
2099version = "1.0.22"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2102
2103[[package]]
2104name = "ryu"
2105version = "1.0.23"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2108
2109[[package]]
2110name = "same-file"
2111version = "1.0.6"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2114dependencies = [
2115 "winapi-util",
2116]
2117
2118[[package]]
2119name = "schannel"
2120version = "0.1.29"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2123dependencies = [
2124 "windows-sys 0.61.2",
2125]
2126
2127[[package]]
2128name = "scopeguard"
2129version = "1.2.0"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2132
2133[[package]]
2134name = "security-framework"
2135version = "3.7.0"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2138dependencies = [
2139 "bitflags 2.11.0",
2140 "core-foundation 0.10.1",
2141 "core-foundation-sys",
2142 "libc",
2143 "security-framework-sys",
2144]
2145
2146[[package]]
2147name = "security-framework-sys"
2148version = "2.17.0"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2151dependencies = [
2152 "core-foundation-sys",
2153 "libc",
2154]
2155
2156[[package]]
2157name = "semver"
2158version = "1.0.28"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2161
2162[[package]]
2163name = "serde"
2164version = "1.0.228"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2167dependencies = [
2168 "serde_core",
2169 "serde_derive",
2170]
2171
2172[[package]]
2173name = "serde_core"
2174version = "1.0.228"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2177dependencies = [
2178 "serde_derive",
2179]
2180
2181[[package]]
2182name = "serde_derive"
2183version = "1.0.228"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2186dependencies = [
2187 "proc-macro2",
2188 "quote",
2189 "syn 2.0.117",
2190]
2191
2192[[package]]
2193name = "serde_json"
2194version = "1.0.149"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2197dependencies = [
2198 "itoa",
2199 "memchr",
2200 "serde",
2201 "serde_core",
2202 "zmij",
2203]
2204
2205[[package]]
2206name = "sha2"
2207version = "0.10.9"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2210dependencies = [
2211 "cfg-if",
2212 "cpufeatures",
2213 "digest",
2214]
2215
2216[[package]]
2217name = "sharded-slab"
2218version = "0.1.7"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2221dependencies = [
2222 "lazy_static",
2223]
2224
2225[[package]]
2226name = "shlex"
2227version = "1.3.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2230
2231[[package]]
2232name = "signal-hook"
2233version = "0.3.18"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
2236dependencies = [
2237 "libc",
2238 "signal-hook-registry",
2239]
2240
2241[[package]]
2242name = "signal-hook-mio"
2243version = "0.2.5"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
2246dependencies = [
2247 "libc",
2248 "mio",
2249 "signal-hook",
2250]
2251
2252[[package]]
2253name = "signal-hook-registry"
2254version = "1.4.8"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2257dependencies = [
2258 "errno",
2259 "libc",
2260]
2261
2262[[package]]
2263name = "siphasher"
2264version = "1.0.2"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2267
2268[[package]]
2269name = "slab"
2270version = "0.4.12"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2273
2274[[package]]
2275name = "smallvec"
2276version = "1.15.1"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2279
2280[[package]]
2281name = "socket2"
2282version = "0.6.3"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2285dependencies = [
2286 "libc",
2287 "windows-sys 0.61.2",
2288]
2289
2290[[package]]
2291name = "sqlite-vec"
2292version = "0.1.9"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "d0ba424237a9a5db2f6071f193319e2b6a32f7f3961debb2fbbfe67067abce3f"
2295dependencies = [
2296 "cc",
2297]
2298
2299[[package]]
2300name = "sqlite-wasm-rs"
2301version = "0.5.2"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "2f4206ed3a67690b9c29b77d728f6acc3ce78f16bf846d83c94f76400320181b"
2304dependencies = [
2305 "cc",
2306 "js-sys",
2307 "rsqlite-vfs",
2308 "wasm-bindgen",
2309]
2310
2311[[package]]
2312name = "stable_deref_trait"
2313version = "1.2.1"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2316
2317[[package]]
2318name = "static_assertions"
2319version = "1.1.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2322
2323[[package]]
2324name = "strsim"
2325version = "0.11.1"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2328
2329[[package]]
2330name = "strum"
2331version = "0.27.2"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
2334dependencies = [
2335 "strum_macros",
2336]
2337
2338[[package]]
2339name = "strum_macros"
2340version = "0.27.2"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
2343dependencies = [
2344 "heck",
2345 "proc-macro2",
2346 "quote",
2347 "syn 2.0.117",
2348]
2349
2350[[package]]
2351name = "subtle"
2352version = "2.6.1"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2355
2356[[package]]
2357name = "syn"
2358version = "1.0.109"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2361dependencies = [
2362 "proc-macro2",
2363 "quote",
2364 "unicode-ident",
2365]
2366
2367[[package]]
2368name = "syn"
2369version = "2.0.117"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2372dependencies = [
2373 "proc-macro2",
2374 "quote",
2375 "unicode-ident",
2376]
2377
2378[[package]]
2379name = "sync_wrapper"
2380version = "1.0.2"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2383dependencies = [
2384 "futures-core",
2385]
2386
2387[[package]]
2388name = "synstructure"
2389version = "0.13.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2392dependencies = [
2393 "proc-macro2",
2394 "quote",
2395 "syn 2.0.117",
2396]
2397
2398[[package]]
2399name = "system-configuration"
2400version = "0.7.0"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2403dependencies = [
2404 "bitflags 2.11.0",
2405 "core-foundation 0.9.4",
2406 "system-configuration-sys",
2407]
2408
2409[[package]]
2410name = "system-configuration-sys"
2411version = "0.6.0"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2414dependencies = [
2415 "core-foundation-sys",
2416 "libc",
2417]
2418
2419[[package]]
2420name = "tempfile"
2421version = "3.27.0"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2424dependencies = [
2425 "fastrand",
2426 "getrandom 0.4.2",
2427 "once_cell",
2428 "rustix",
2429 "windows-sys 0.61.2",
2430]
2431
2432[[package]]
2433name = "terminfo"
2434version = "0.9.0"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
2437dependencies = [
2438 "fnv",
2439 "nom",
2440 "phf",
2441 "phf_codegen",
2442]
2443
2444[[package]]
2445name = "termios"
2446version = "0.3.3"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2449dependencies = [
2450 "libc",
2451]
2452
2453[[package]]
2454name = "termwiz"
2455version = "0.23.3"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
2458dependencies = [
2459 "anyhow",
2460 "base64",
2461 "bitflags 2.11.0",
2462 "fancy-regex",
2463 "filedescriptor",
2464 "finl_unicode",
2465 "fixedbitset",
2466 "hex",
2467 "lazy_static",
2468 "libc",
2469 "log",
2470 "memmem",
2471 "nix",
2472 "num-derive",
2473 "num-traits",
2474 "ordered-float",
2475 "pest",
2476 "pest_derive",
2477 "phf",
2478 "sha2",
2479 "signal-hook",
2480 "siphasher",
2481 "terminfo",
2482 "termios",
2483 "thiserror 1.0.69",
2484 "ucd-trie",
2485 "unicode-segmentation",
2486 "vtparse",
2487 "wezterm-bidi",
2488 "wezterm-blob-leases",
2489 "wezterm-color-types",
2490 "wezterm-dynamic",
2491 "wezterm-input-types",
2492 "winapi",
2493]
2494
2495[[package]]
2496name = "thiserror"
2497version = "1.0.69"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2500dependencies = [
2501 "thiserror-impl 1.0.69",
2502]
2503
2504[[package]]
2505name = "thiserror"
2506version = "2.0.18"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2509dependencies = [
2510 "thiserror-impl 2.0.18",
2511]
2512
2513[[package]]
2514name = "thiserror-impl"
2515version = "1.0.69"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2518dependencies = [
2519 "proc-macro2",
2520 "quote",
2521 "syn 2.0.117",
2522]
2523
2524[[package]]
2525name = "thiserror-impl"
2526version = "2.0.18"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2529dependencies = [
2530 "proc-macro2",
2531 "quote",
2532 "syn 2.0.117",
2533]
2534
2535[[package]]
2536name = "thread_local"
2537version = "1.1.9"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2540dependencies = [
2541 "cfg-if",
2542]
2543
2544[[package]]
2545name = "time"
2546version = "0.3.47"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2549dependencies = [
2550 "deranged",
2551 "libc",
2552 "num-conv",
2553 "num_threads",
2554 "powerfmt",
2555 "serde_core",
2556 "time-core",
2557]
2558
2559[[package]]
2560name = "time-core"
2561version = "0.1.8"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2564
2565[[package]]
2566name = "tinystr"
2567version = "0.8.3"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2570dependencies = [
2571 "displaydoc",
2572 "zerovec",
2573]
2574
2575[[package]]
2576name = "tinyvec"
2577version = "1.11.0"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2580dependencies = [
2581 "tinyvec_macros",
2582]
2583
2584[[package]]
2585name = "tinyvec_macros"
2586version = "0.1.1"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2589
2590[[package]]
2591name = "tokio"
2592version = "1.51.0"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
2595dependencies = [
2596 "bytes",
2597 "libc",
2598 "mio",
2599 "parking_lot",
2600 "pin-project-lite",
2601 "signal-hook-registry",
2602 "socket2",
2603 "tokio-macros",
2604 "windows-sys 0.61.2",
2605]
2606
2607[[package]]
2608name = "tokio-macros"
2609version = "2.7.0"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2612dependencies = [
2613 "proc-macro2",
2614 "quote",
2615 "syn 2.0.117",
2616]
2617
2618[[package]]
2619name = "tokio-rustls"
2620version = "0.26.4"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2623dependencies = [
2624 "rustls",
2625 "tokio",
2626]
2627
2628[[package]]
2629name = "tokio-util"
2630version = "0.7.18"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2633dependencies = [
2634 "bytes",
2635 "futures-core",
2636 "futures-sink",
2637 "pin-project-lite",
2638 "tokio",
2639]
2640
2641[[package]]
2642name = "tower"
2643version = "0.5.3"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2646dependencies = [
2647 "futures-core",
2648 "futures-util",
2649 "pin-project-lite",
2650 "sync_wrapper",
2651 "tokio",
2652 "tower-layer",
2653 "tower-service",
2654]
2655
2656[[package]]
2657name = "tower-http"
2658version = "0.6.8"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2661dependencies = [
2662 "bitflags 2.11.0",
2663 "bytes",
2664 "futures-util",
2665 "http",
2666 "http-body",
2667 "iri-string",
2668 "pin-project-lite",
2669 "tower",
2670 "tower-layer",
2671 "tower-service",
2672]
2673
2674[[package]]
2675name = "tower-layer"
2676version = "0.3.3"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2679
2680[[package]]
2681name = "tower-service"
2682version = "0.3.3"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2685
2686[[package]]
2687name = "tracing"
2688version = "0.1.44"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2691dependencies = [
2692 "pin-project-lite",
2693 "tracing-attributes",
2694 "tracing-core",
2695]
2696
2697[[package]]
2698name = "tracing-attributes"
2699version = "0.1.31"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2702dependencies = [
2703 "proc-macro2",
2704 "quote",
2705 "syn 2.0.117",
2706]
2707
2708[[package]]
2709name = "tracing-core"
2710version = "0.1.36"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2713dependencies = [
2714 "once_cell",
2715 "valuable",
2716]
2717
2718[[package]]
2719name = "tracing-log"
2720version = "0.2.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2723dependencies = [
2724 "log",
2725 "once_cell",
2726 "tracing-core",
2727]
2728
2729[[package]]
2730name = "tracing-subscriber"
2731version = "0.3.23"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2734dependencies = [
2735 "nu-ansi-term",
2736 "sharded-slab",
2737 "smallvec",
2738 "thread_local",
2739 "tracing-core",
2740 "tracing-log",
2741]
2742
2743[[package]]
2744name = "try-lock"
2745version = "0.2.5"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2748
2749[[package]]
2750name = "tui-scrollview"
2751version = "0.6.4"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "94a94f467c7ac7c291039b0733e3b2d379c77884e34fc27d167921fc1ab4842f"
2754dependencies = [
2755 "indoc",
2756 "ratatui-core",
2757 "ratatui-widgets",
2758]
2759
2760[[package]]
2761name = "typenum"
2762version = "1.19.0"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2765
2766[[package]]
2767name = "ucd-trie"
2768version = "0.1.7"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2771
2772[[package]]
2773name = "unicode-ident"
2774version = "1.0.24"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2777
2778[[package]]
2779name = "unicode-segmentation"
2780version = "1.13.2"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
2783
2784[[package]]
2785name = "unicode-truncate"
2786version = "2.0.1"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
2789dependencies = [
2790 "itertools",
2791 "unicode-segmentation",
2792 "unicode-width",
2793]
2794
2795[[package]]
2796name = "unicode-width"
2797version = "0.2.2"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2800
2801[[package]]
2802name = "unicode-xid"
2803version = "0.2.6"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2806
2807[[package]]
2808name = "untrusted"
2809version = "0.9.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2812
2813[[package]]
2814name = "url"
2815version = "2.5.8"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2818dependencies = [
2819 "form_urlencoded",
2820 "idna",
2821 "percent-encoding",
2822 "serde",
2823]
2824
2825[[package]]
2826name = "utf8_iter"
2827version = "1.0.4"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2830
2831[[package]]
2832name = "utf8parse"
2833version = "0.2.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2836
2837[[package]]
2838name = "uuid"
2839version = "1.23.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
2842dependencies = [
2843 "atomic",
2844 "getrandom 0.4.2",
2845 "js-sys",
2846 "wasm-bindgen",
2847]
2848
2849[[package]]
2850name = "valuable"
2851version = "0.1.1"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2854
2855[[package]]
2856name = "vcpkg"
2857version = "0.2.15"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2860
2861[[package]]
2862name = "version_check"
2863version = "0.9.5"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2866
2867[[package]]
2868name = "vtparse"
2869version = "0.6.2"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
2872dependencies = [
2873 "utf8parse",
2874]
2875
2876[[package]]
2877name = "walkdir"
2878version = "2.5.0"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2881dependencies = [
2882 "same-file",
2883 "winapi-util",
2884]
2885
2886[[package]]
2887name = "want"
2888version = "0.3.1"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2891dependencies = [
2892 "try-lock",
2893]
2894
2895[[package]]
2896name = "wasi"
2897version = "0.11.1+wasi-snapshot-preview1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2900
2901[[package]]
2902name = "wasip2"
2903version = "1.0.2+wasi-0.2.9"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2906dependencies = [
2907 "wit-bindgen",
2908]
2909
2910[[package]]
2911name = "wasip3"
2912version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2915dependencies = [
2916 "wit-bindgen",
2917]
2918
2919[[package]]
2920name = "wasm-bindgen"
2921version = "0.2.117"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
2924dependencies = [
2925 "cfg-if",
2926 "once_cell",
2927 "rustversion",
2928 "wasm-bindgen-macro",
2929 "wasm-bindgen-shared",
2930]
2931
2932[[package]]
2933name = "wasm-bindgen-futures"
2934version = "0.4.67"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
2937dependencies = [
2938 "js-sys",
2939 "wasm-bindgen",
2940]
2941
2942[[package]]
2943name = "wasm-bindgen-macro"
2944version = "0.2.117"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
2947dependencies = [
2948 "quote",
2949 "wasm-bindgen-macro-support",
2950]
2951
2952[[package]]
2953name = "wasm-bindgen-macro-support"
2954version = "0.2.117"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
2957dependencies = [
2958 "bumpalo",
2959 "proc-macro2",
2960 "quote",
2961 "syn 2.0.117",
2962 "wasm-bindgen-shared",
2963]
2964
2965[[package]]
2966name = "wasm-bindgen-shared"
2967version = "0.2.117"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
2970dependencies = [
2971 "unicode-ident",
2972]
2973
2974[[package]]
2975name = "wasm-encoder"
2976version = "0.244.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2979dependencies = [
2980 "leb128fmt",
2981 "wasmparser",
2982]
2983
2984[[package]]
2985name = "wasm-metadata"
2986version = "0.244.0"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2989dependencies = [
2990 "anyhow",
2991 "indexmap",
2992 "wasm-encoder",
2993 "wasmparser",
2994]
2995
2996[[package]]
2997name = "wasm-streams"
2998version = "0.5.0"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
3001dependencies = [
3002 "futures-util",
3003 "js-sys",
3004 "wasm-bindgen",
3005 "wasm-bindgen-futures",
3006 "web-sys",
3007]
3008
3009[[package]]
3010name = "wasmparser"
3011version = "0.244.0"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3014dependencies = [
3015 "bitflags 2.11.0",
3016 "hashbrown 0.15.5",
3017 "indexmap",
3018 "semver",
3019]
3020
3021[[package]]
3022name = "web-sys"
3023version = "0.3.94"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
3026dependencies = [
3027 "js-sys",
3028 "wasm-bindgen",
3029]
3030
3031[[package]]
3032name = "web-time"
3033version = "1.1.0"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3036dependencies = [
3037 "js-sys",
3038 "wasm-bindgen",
3039]
3040
3041[[package]]
3042name = "webpki-root-certs"
3043version = "1.0.6"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
3046dependencies = [
3047 "rustls-pki-types",
3048]
3049
3050[[package]]
3051name = "wezterm-bidi"
3052version = "0.2.3"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
3055dependencies = [
3056 "log",
3057 "wezterm-dynamic",
3058]
3059
3060[[package]]
3061name = "wezterm-blob-leases"
3062version = "0.1.1"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7"
3065dependencies = [
3066 "getrandom 0.3.4",
3067 "mac_address",
3068 "sha2",
3069 "thiserror 1.0.69",
3070 "uuid",
3071]
3072
3073[[package]]
3074name = "wezterm-color-types"
3075version = "0.3.0"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
3078dependencies = [
3079 "csscolorparser",
3080 "deltae",
3081 "lazy_static",
3082 "wezterm-dynamic",
3083]
3084
3085[[package]]
3086name = "wezterm-dynamic"
3087version = "0.2.1"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
3090dependencies = [
3091 "log",
3092 "ordered-float",
3093 "strsim",
3094 "thiserror 1.0.69",
3095 "wezterm-dynamic-derive",
3096]
3097
3098[[package]]
3099name = "wezterm-dynamic-derive"
3100version = "0.1.1"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
3103dependencies = [
3104 "proc-macro2",
3105 "quote",
3106 "syn 1.0.109",
3107]
3108
3109[[package]]
3110name = "wezterm-input-types"
3111version = "0.1.0"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
3114dependencies = [
3115 "bitflags 1.3.2",
3116 "euclid",
3117 "lazy_static",
3118 "serde",
3119 "wezterm-dynamic",
3120]
3121
3122[[package]]
3123name = "winapi"
3124version = "0.3.9"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3127dependencies = [
3128 "winapi-i686-pc-windows-gnu",
3129 "winapi-x86_64-pc-windows-gnu",
3130]
3131
3132[[package]]
3133name = "winapi-i686-pc-windows-gnu"
3134version = "0.4.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3137
3138[[package]]
3139name = "winapi-util"
3140version = "0.1.11"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3143dependencies = [
3144 "windows-sys 0.61.2",
3145]
3146
3147[[package]]
3148name = "winapi-x86_64-pc-windows-gnu"
3149version = "0.4.0"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3152
3153[[package]]
3154name = "windows-core"
3155version = "0.62.2"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3158dependencies = [
3159 "windows-implement",
3160 "windows-interface",
3161 "windows-link",
3162 "windows-result",
3163 "windows-strings",
3164]
3165
3166[[package]]
3167name = "windows-implement"
3168version = "0.60.2"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3171dependencies = [
3172 "proc-macro2",
3173 "quote",
3174 "syn 2.0.117",
3175]
3176
3177[[package]]
3178name = "windows-interface"
3179version = "0.59.3"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3182dependencies = [
3183 "proc-macro2",
3184 "quote",
3185 "syn 2.0.117",
3186]
3187
3188[[package]]
3189name = "windows-link"
3190version = "0.2.1"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3193
3194[[package]]
3195name = "windows-registry"
3196version = "0.6.1"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3199dependencies = [
3200 "windows-link",
3201 "windows-result",
3202 "windows-strings",
3203]
3204
3205[[package]]
3206name = "windows-result"
3207version = "0.4.1"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3210dependencies = [
3211 "windows-link",
3212]
3213
3214[[package]]
3215name = "windows-strings"
3216version = "0.5.1"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3219dependencies = [
3220 "windows-link",
3221]
3222
3223[[package]]
3224name = "windows-sys"
3225version = "0.45.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3228dependencies = [
3229 "windows-targets 0.42.2",
3230]
3231
3232[[package]]
3233name = "windows-sys"
3234version = "0.48.0"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3237dependencies = [
3238 "windows-targets 0.48.5",
3239]
3240
3241[[package]]
3242name = "windows-sys"
3243version = "0.52.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3246dependencies = [
3247 "windows-targets 0.52.6",
3248]
3249
3250[[package]]
3251name = "windows-sys"
3252version = "0.59.0"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3255dependencies = [
3256 "windows-targets 0.52.6",
3257]
3258
3259[[package]]
3260name = "windows-sys"
3261version = "0.61.2"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3264dependencies = [
3265 "windows-link",
3266]
3267
3268[[package]]
3269name = "windows-targets"
3270version = "0.42.2"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3273dependencies = [
3274 "windows_aarch64_gnullvm 0.42.2",
3275 "windows_aarch64_msvc 0.42.2",
3276 "windows_i686_gnu 0.42.2",
3277 "windows_i686_msvc 0.42.2",
3278 "windows_x86_64_gnu 0.42.2",
3279 "windows_x86_64_gnullvm 0.42.2",
3280 "windows_x86_64_msvc 0.42.2",
3281]
3282
3283[[package]]
3284name = "windows-targets"
3285version = "0.48.5"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3288dependencies = [
3289 "windows_aarch64_gnullvm 0.48.5",
3290 "windows_aarch64_msvc 0.48.5",
3291 "windows_i686_gnu 0.48.5",
3292 "windows_i686_msvc 0.48.5",
3293 "windows_x86_64_gnu 0.48.5",
3294 "windows_x86_64_gnullvm 0.48.5",
3295 "windows_x86_64_msvc 0.48.5",
3296]
3297
3298[[package]]
3299name = "windows-targets"
3300version = "0.52.6"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3303dependencies = [
3304 "windows_aarch64_gnullvm 0.52.6",
3305 "windows_aarch64_msvc 0.52.6",
3306 "windows_i686_gnu 0.52.6",
3307 "windows_i686_gnullvm",
3308 "windows_i686_msvc 0.52.6",
3309 "windows_x86_64_gnu 0.52.6",
3310 "windows_x86_64_gnullvm 0.52.6",
3311 "windows_x86_64_msvc 0.52.6",
3312]
3313
3314[[package]]
3315name = "windows_aarch64_gnullvm"
3316version = "0.42.2"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3319
3320[[package]]
3321name = "windows_aarch64_gnullvm"
3322version = "0.48.5"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3325
3326[[package]]
3327name = "windows_aarch64_gnullvm"
3328version = "0.52.6"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3331
3332[[package]]
3333name = "windows_aarch64_msvc"
3334version = "0.42.2"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3337
3338[[package]]
3339name = "windows_aarch64_msvc"
3340version = "0.48.5"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3343
3344[[package]]
3345name = "windows_aarch64_msvc"
3346version = "0.52.6"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3349
3350[[package]]
3351name = "windows_i686_gnu"
3352version = "0.42.2"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3355
3356[[package]]
3357name = "windows_i686_gnu"
3358version = "0.48.5"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3361
3362[[package]]
3363name = "windows_i686_gnu"
3364version = "0.52.6"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3367
3368[[package]]
3369name = "windows_i686_gnullvm"
3370version = "0.52.6"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3373
3374[[package]]
3375name = "windows_i686_msvc"
3376version = "0.42.2"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3379
3380[[package]]
3381name = "windows_i686_msvc"
3382version = "0.48.5"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3385
3386[[package]]
3387name = "windows_i686_msvc"
3388version = "0.52.6"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3391
3392[[package]]
3393name = "windows_x86_64_gnu"
3394version = "0.42.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3397
3398[[package]]
3399name = "windows_x86_64_gnu"
3400version = "0.48.5"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3403
3404[[package]]
3405name = "windows_x86_64_gnu"
3406version = "0.52.6"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3409
3410[[package]]
3411name = "windows_x86_64_gnullvm"
3412version = "0.42.2"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3415
3416[[package]]
3417name = "windows_x86_64_gnullvm"
3418version = "0.48.5"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3421
3422[[package]]
3423name = "windows_x86_64_gnullvm"
3424version = "0.52.6"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3427
3428[[package]]
3429name = "windows_x86_64_msvc"
3430version = "0.42.2"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3433
3434[[package]]
3435name = "windows_x86_64_msvc"
3436version = "0.48.5"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3439
3440[[package]]
3441name = "windows_x86_64_msvc"
3442version = "0.52.6"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3445
3446[[package]]
3447name = "wit-bindgen"
3448version = "0.51.0"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3451dependencies = [
3452 "wit-bindgen-rust-macro",
3453]
3454
3455[[package]]
3456name = "wit-bindgen-core"
3457version = "0.51.0"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3460dependencies = [
3461 "anyhow",
3462 "heck",
3463 "wit-parser",
3464]
3465
3466[[package]]
3467name = "wit-bindgen-rust"
3468version = "0.51.0"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3471dependencies = [
3472 "anyhow",
3473 "heck",
3474 "indexmap",
3475 "prettyplease",
3476 "syn 2.0.117",
3477 "wasm-metadata",
3478 "wit-bindgen-core",
3479 "wit-component",
3480]
3481
3482[[package]]
3483name = "wit-bindgen-rust-macro"
3484version = "0.51.0"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3487dependencies = [
3488 "anyhow",
3489 "prettyplease",
3490 "proc-macro2",
3491 "quote",
3492 "syn 2.0.117",
3493 "wit-bindgen-core",
3494 "wit-bindgen-rust",
3495]
3496
3497[[package]]
3498name = "wit-component"
3499version = "0.244.0"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3502dependencies = [
3503 "anyhow",
3504 "bitflags 2.11.0",
3505 "indexmap",
3506 "log",
3507 "serde",
3508 "serde_derive",
3509 "serde_json",
3510 "wasm-encoder",
3511 "wasm-metadata",
3512 "wasmparser",
3513 "wit-parser",
3514]
3515
3516[[package]]
3517name = "wit-parser"
3518version = "0.244.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3521dependencies = [
3522 "anyhow",
3523 "id-arena",
3524 "indexmap",
3525 "log",
3526 "semver",
3527 "serde",
3528 "serde_derive",
3529 "serde_json",
3530 "unicode-xid",
3531 "wasmparser",
3532]
3533
3534[[package]]
3535name = "writeable"
3536version = "0.6.3"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3539
3540[[package]]
3541name = "yoke"
3542version = "0.8.2"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3545dependencies = [
3546 "stable_deref_trait",
3547 "yoke-derive",
3548 "zerofrom",
3549]
3550
3551[[package]]
3552name = "yoke-derive"
3553version = "0.8.2"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3556dependencies = [
3557 "proc-macro2",
3558 "quote",
3559 "syn 2.0.117",
3560 "synstructure",
3561]
3562
3563[[package]]
3564name = "zerocopy"
3565version = "0.8.48"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3568dependencies = [
3569 "zerocopy-derive",
3570]
3571
3572[[package]]
3573name = "zerocopy-derive"
3574version = "0.8.48"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3577dependencies = [
3578 "proc-macro2",
3579 "quote",
3580 "syn 2.0.117",
3581]
3582
3583[[package]]
3584name = "zerofrom"
3585version = "0.1.7"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3588dependencies = [
3589 "zerofrom-derive",
3590]
3591
3592[[package]]
3593name = "zerofrom-derive"
3594version = "0.1.7"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3597dependencies = [
3598 "proc-macro2",
3599 "quote",
3600 "syn 2.0.117",
3601 "synstructure",
3602]
3603
3604[[package]]
3605name = "zeroize"
3606version = "1.8.2"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3609
3610[[package]]
3611name = "zerotrie"
3612version = "0.2.4"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3615dependencies = [
3616 "displaydoc",
3617 "yoke",
3618 "zerofrom",
3619]
3620
3621[[package]]
3622name = "zerovec"
3623version = "0.11.6"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3626dependencies = [
3627 "yoke",
3628 "zerofrom",
3629 "zerovec-derive",
3630]
3631
3632[[package]]
3633name = "zerovec-derive"
3634version = "0.11.3"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3637dependencies = [
3638 "proc-macro2",
3639 "quote",
3640 "syn 2.0.117",
3641]
3642
3643[[package]]
3644name = "zmij"
3645version = "1.0.21"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"