forked from
ptr.pet/faunu
endpoint 2.0
dysnomia.ptr.pet
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.25.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.1"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
38
39[[package]]
40name = "aho-corasick"
41version = "1.1.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
44dependencies = [
45 "memchr",
46]
47
48[[package]]
49name = "aliasable"
50version = "0.1.3"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
53
54[[package]]
55name = "alloc-no-stdlib"
56version = "2.0.4"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
59
60[[package]]
61name = "alloc-stdlib"
62version = "0.2.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
65dependencies = [
66 "alloc-no-stdlib",
67]
68
69[[package]]
70name = "allocator-api2"
71version = "0.2.21"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
74
75[[package]]
76name = "alphanumeric-sort"
77version = "1.5.5"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "774ffdfeac16e9b4d75e41225dc2545d9c2082a0634b5d7f6f70e168546eecb1"
80
81[[package]]
82name = "android_system_properties"
83version = "0.1.5"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
86dependencies = [
87 "libc",
88]
89
90[[package]]
91name = "ansi-str"
92version = "0.9.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "060de1453b69f46304b28274f382132f4e72c55637cf362920926a70d090890d"
95dependencies = [
96 "ansitok",
97]
98
99[[package]]
100name = "ansi_term"
101version = "0.12.1"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
104dependencies = [
105 "winapi",
106]
107
108[[package]]
109name = "ansitok"
110version = "0.3.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "c0a8acea8c2f1c60f0a92a8cd26bf96ca97db56f10bbcab238bbe0cceba659ee"
113dependencies = [
114 "nom",
115 "vte",
116]
117
118[[package]]
119name = "anstream"
120version = "0.6.21"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
123dependencies = [
124 "anstyle",
125 "anstyle-parse",
126 "anstyle-query",
127 "anstyle-wincon",
128 "colorchoice",
129 "is_terminal_polyfill",
130 "utf8parse",
131]
132
133[[package]]
134name = "anstyle"
135version = "1.0.13"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
138
139[[package]]
140name = "anstyle-parse"
141version = "0.2.7"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
144dependencies = [
145 "utf8parse",
146]
147
148[[package]]
149name = "anstyle-query"
150version = "1.1.5"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
153dependencies = [
154 "windows-sys 0.61.2",
155]
156
157[[package]]
158name = "anstyle-wincon"
159version = "3.0.11"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
162dependencies = [
163 "anstyle",
164 "once_cell_polyfill",
165 "windows-sys 0.61.2",
166]
167
168[[package]]
169name = "anyhow"
170version = "1.0.100"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
173
174[[package]]
175name = "arbitrary"
176version = "1.4.2"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
179dependencies = [
180 "derive_arbitrary",
181]
182
183[[package]]
184name = "arrayvec"
185version = "0.7.6"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
188
189[[package]]
190name = "async-compression"
191version = "0.4.36"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37"
194dependencies = [
195 "compression-codecs",
196 "compression-core",
197 "futures-core",
198 "pin-project-lite",
199 "tokio",
200]
201
202[[package]]
203name = "async-lock"
204version = "3.4.1"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
207dependencies = [
208 "event-listener",
209 "event-listener-strategy",
210 "pin-project-lite",
211]
212
213[[package]]
214name = "atoi_simd"
215version = "0.16.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf"
218dependencies = [
219 "debug_unsafe",
220]
221
222[[package]]
223name = "atomic-polyfill"
224version = "1.0.3"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
227dependencies = [
228 "critical-section",
229]
230
231[[package]]
232name = "atomic-waker"
233version = "1.1.2"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
236
237[[package]]
238name = "autocfg"
239version = "1.5.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
242
243[[package]]
244name = "backtrace"
245version = "0.3.76"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
248dependencies = [
249 "addr2line",
250 "cfg-if",
251 "libc",
252 "miniz_oxide",
253 "object",
254 "rustc-demangle",
255 "windows-link 0.2.1",
256]
257
258[[package]]
259name = "backtrace-ext"
260version = "0.2.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
263dependencies = [
264 "backtrace",
265]
266
267[[package]]
268name = "base-x"
269version = "0.2.11"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
272
273[[package]]
274name = "base16ct"
275version = "0.2.0"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
278
279[[package]]
280name = "base256emoji"
281version = "1.0.2"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
284dependencies = [
285 "const-str",
286 "match-lookup",
287]
288
289[[package]]
290name = "base64"
291version = "0.22.1"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
294
295[[package]]
296name = "base64ct"
297version = "1.8.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
300
301[[package]]
302name = "bindgen"
303version = "0.72.1"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
306dependencies = [
307 "bitflags",
308 "cexpr",
309 "clang-sys",
310 "itertools 0.13.0",
311 "proc-macro2",
312 "quote",
313 "regex",
314 "rustc-hash",
315 "shlex",
316 "syn 2.0.111",
317]
318
319[[package]]
320name = "bit-set"
321version = "0.8.0"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
324dependencies = [
325 "bit-vec",
326]
327
328[[package]]
329name = "bit-vec"
330version = "0.8.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
333
334[[package]]
335name = "bitflags"
336version = "2.10.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
339
340[[package]]
341name = "block-buffer"
342version = "0.10.4"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
345dependencies = [
346 "generic-array",
347]
348
349[[package]]
350name = "bon"
351version = "3.8.1"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
354dependencies = [
355 "bon-macros",
356 "rustversion",
357]
358
359[[package]]
360name = "bon-macros"
361version = "3.8.1"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
364dependencies = [
365 "darling",
366 "ident_case",
367 "prettyplease",
368 "proc-macro2",
369 "quote",
370 "rustversion",
371 "syn 2.0.111",
372]
373
374[[package]]
375name = "borsh"
376version = "1.6.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
379dependencies = [
380 "cfg_aliases",
381]
382
383[[package]]
384name = "bracoxide"
385version = "0.1.7"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "f5a4d25760c1b6f53db7257292236bc20da1215a1004ee330b37976eeac3af31"
388
389[[package]]
390name = "brotli"
391version = "8.0.2"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
394dependencies = [
395 "alloc-no-stdlib",
396 "alloc-stdlib",
397 "brotli-decompressor",
398]
399
400[[package]]
401name = "brotli-decompressor"
402version = "5.0.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
405dependencies = [
406 "alloc-no-stdlib",
407 "alloc-stdlib",
408]
409
410[[package]]
411name = "btree-range-map"
412version = "0.7.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
415dependencies = [
416 "btree-slab",
417 "cc-traits",
418 "range-traits",
419 "serde",
420 "slab",
421]
422
423[[package]]
424name = "btree-slab"
425version = "0.6.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
428dependencies = [
429 "cc-traits",
430 "slab",
431 "smallvec",
432]
433
434[[package]]
435name = "buf-trait"
436version = "0.4.1"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "21eaafc770e8c073d6c3facafe7617e774305d4954aa6351b9c452eb37ee17b4"
439dependencies = [
440 "zerocopy 0.7.35",
441]
442
443[[package]]
444name = "bumpalo"
445version = "3.19.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
448
449[[package]]
450name = "bytecount"
451version = "0.6.9"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
454
455[[package]]
456name = "byteorder"
457version = "1.5.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
460
461[[package]]
462name = "bytes"
463version = "1.11.0"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
466dependencies = [
467 "serde",
468]
469
470[[package]]
471name = "bytesize"
472version = "2.3.1"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
475
476[[package]]
477name = "byteyarn"
478version = "0.5.1"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "b93e51d26468a15ea59f8525e0c13dc405db43e644a0b1e6d44346c72cf4cf7b"
481dependencies = [
482 "buf-trait",
483]
484
485[[package]]
486name = "calamine"
487version = "0.28.0"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "15e02a18e79de779a78b0a6ec84a3deed1ff0607dd970a11369f993263f99f1a"
490dependencies = [
491 "atoi_simd",
492 "byteorder",
493 "chrono",
494 "codepage",
495 "encoding_rs",
496 "fast-float2",
497 "log",
498 "quick-xml 0.37.5",
499 "serde",
500 "zip",
501]
502
503[[package]]
504name = "castaway"
505version = "0.2.4"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
508dependencies = [
509 "rustversion",
510]
511
512[[package]]
513name = "cbor4ii"
514version = "0.2.14"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
517dependencies = [
518 "serde",
519]
520
521[[package]]
522name = "cc"
523version = "1.2.49"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
526dependencies = [
527 "find-msvc-tools",
528 "shlex",
529]
530
531[[package]]
532name = "cc-traits"
533version = "2.0.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
536dependencies = [
537 "slab",
538]
539
540[[package]]
541name = "cexpr"
542version = "0.6.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
545dependencies = [
546 "nom",
547]
548
549[[package]]
550name = "cfg-if"
551version = "1.0.4"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
554
555[[package]]
556name = "cfg_aliases"
557version = "0.2.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
560
561[[package]]
562name = "chardetng"
563version = "0.1.17"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
566dependencies = [
567 "cfg-if",
568 "encoding_rs",
569 "memchr",
570]
571
572[[package]]
573name = "chrono"
574version = "0.4.42"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
577dependencies = [
578 "iana-time-zone",
579 "js-sys",
580 "num-traits",
581 "pure-rust-locales",
582 "serde",
583 "wasm-bindgen",
584 "windows-link 0.2.1",
585]
586
587[[package]]
588name = "chrono-humanize"
589version = "0.2.3"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b"
592dependencies = [
593 "chrono",
594]
595
596[[package]]
597name = "chrono-tz"
598version = "0.10.4"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
601dependencies = [
602 "chrono",
603 "phf 0.12.1",
604]
605
606[[package]]
607name = "ciborium"
608version = "0.2.2"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
611dependencies = [
612 "ciborium-io",
613 "ciborium-ll",
614 "serde",
615]
616
617[[package]]
618name = "ciborium-io"
619version = "0.2.2"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
622
623[[package]]
624name = "ciborium-ll"
625version = "0.2.2"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
628dependencies = [
629 "ciborium-io",
630 "half",
631]
632
633[[package]]
634name = "cid"
635version = "0.11.1"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
638dependencies = [
639 "core2",
640 "multibase",
641 "multihash",
642 "serde",
643 "serde_bytes",
644 "unsigned-varint 0.8.0",
645]
646
647[[package]]
648name = "clang-sys"
649version = "1.8.1"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
652dependencies = [
653 "glob",
654 "libc",
655 "libloading",
656]
657
658[[package]]
659name = "clap"
660version = "4.5.53"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
663dependencies = [
664 "clap_builder",
665]
666
667[[package]]
668name = "clap_builder"
669version = "4.5.53"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
672dependencies = [
673 "anstream",
674 "anstyle",
675 "clap_lex",
676 "strsim",
677 "terminal_size",
678]
679
680[[package]]
681name = "clap_lex"
682version = "0.7.6"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
685
686[[package]]
687name = "cobs"
688version = "0.3.0"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
691dependencies = [
692 "thiserror 2.0.17",
693]
694
695[[package]]
696name = "codepage"
697version = "0.1.2"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4"
700dependencies = [
701 "encoding_rs",
702]
703
704[[package]]
705name = "colorchoice"
706version = "1.0.4"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
709
710[[package]]
711name = "compression-codecs"
712version = "0.4.35"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2"
715dependencies = [
716 "compression-core",
717 "flate2",
718 "memchr",
719]
720
721[[package]]
722name = "compression-core"
723version = "0.4.31"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
726
727[[package]]
728name = "concurrent-queue"
729version = "2.5.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
732dependencies = [
733 "crossbeam-utils",
734]
735
736[[package]]
737name = "console"
738version = "0.15.11"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
741dependencies = [
742 "encode_unicode",
743 "libc",
744 "once_cell",
745 "unicode-width 0.2.2",
746 "windows-sys 0.59.0",
747]
748
749[[package]]
750name = "console"
751version = "0.16.1"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
754dependencies = [
755 "encode_unicode",
756 "libc",
757 "once_cell",
758 "unicode-width 0.2.2",
759 "windows-sys 0.61.2",
760]
761
762[[package]]
763name = "console_error_panic_hook"
764version = "0.1.7"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
767dependencies = [
768 "cfg-if",
769 "wasm-bindgen",
770]
771
772[[package]]
773name = "const-oid"
774version = "0.9.6"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
777
778[[package]]
779name = "const-str"
780version = "0.4.3"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
783
784[[package]]
785name = "const_format"
786version = "0.2.35"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
789dependencies = [
790 "const_format_proc_macros",
791]
792
793[[package]]
794name = "const_format_proc_macros"
795version = "0.2.34"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
798dependencies = [
799 "proc-macro2",
800 "quote",
801 "unicode-xid",
802]
803
804[[package]]
805name = "cordyceps"
806version = "0.3.4"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
809dependencies = [
810 "loom",
811 "tracing",
812]
813
814[[package]]
815name = "core-foundation"
816version = "0.9.4"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
819dependencies = [
820 "core-foundation-sys",
821 "libc",
822]
823
824[[package]]
825name = "core-foundation-sys"
826version = "0.8.7"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
829
830[[package]]
831name = "core2"
832version = "0.4.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
835dependencies = [
836 "memchr",
837]
838
839[[package]]
840name = "cpufeatures"
841version = "0.2.17"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
844dependencies = [
845 "libc",
846]
847
848[[package]]
849name = "crc32fast"
850version = "1.5.0"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
853dependencies = [
854 "cfg-if",
855]
856
857[[package]]
858name = "critical-section"
859version = "1.2.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
862
863[[package]]
864name = "crossbeam-channel"
865version = "0.5.15"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
868dependencies = [
869 "crossbeam-utils",
870]
871
872[[package]]
873name = "crossbeam-deque"
874version = "0.8.6"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
877dependencies = [
878 "crossbeam-epoch",
879 "crossbeam-utils",
880]
881
882[[package]]
883name = "crossbeam-epoch"
884version = "0.9.18"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
887dependencies = [
888 "crossbeam-utils",
889]
890
891[[package]]
892name = "crossbeam-utils"
893version = "0.8.21"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
896
897[[package]]
898name = "crossterm_winapi"
899version = "0.9.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
902dependencies = [
903 "winapi",
904]
905
906[[package]]
907name = "crunchy"
908version = "0.2.4"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
911
912[[package]]
913name = "crypto-bigint"
914version = "0.5.5"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
917dependencies = [
918 "generic-array",
919 "rand_core 0.6.4",
920 "subtle",
921 "zeroize",
922]
923
924[[package]]
925name = "crypto-common"
926version = "0.1.6"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
929dependencies = [
930 "generic-array",
931 "typenum",
932]
933
934[[package]]
935name = "csv"
936version = "1.4.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
939dependencies = [
940 "csv-core",
941 "itoa",
942 "ryu",
943 "serde_core",
944]
945
946[[package]]
947name = "csv-core"
948version = "0.1.13"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
951dependencies = [
952 "memchr",
953]
954
955[[package]]
956name = "curve25519-dalek"
957version = "4.1.3"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
960dependencies = [
961 "cfg-if",
962 "cpufeatures",
963 "curve25519-dalek-derive",
964 "digest",
965 "fiat-crypto",
966 "rustc_version",
967 "subtle",
968 "zeroize",
969]
970
971[[package]]
972name = "curve25519-dalek-derive"
973version = "0.1.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
976dependencies = [
977 "proc-macro2",
978 "quote",
979 "syn 2.0.111",
980]
981
982[[package]]
983name = "darling"
984version = "0.21.3"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
987dependencies = [
988 "darling_core",
989 "darling_macro",
990]
991
992[[package]]
993name = "darling_core"
994version = "0.21.3"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
997dependencies = [
998 "fnv",
999 "ident_case",
1000 "proc-macro2",
1001 "quote",
1002 "strsim",
1003 "syn 2.0.111",
1004]
1005
1006[[package]]
1007name = "darling_macro"
1008version = "0.21.3"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1011dependencies = [
1012 "darling_core",
1013 "quote",
1014 "syn 2.0.111",
1015]
1016
1017[[package]]
1018name = "dashmap"
1019version = "6.1.0"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1022dependencies = [
1023 "cfg-if",
1024 "crossbeam-utils",
1025 "hashbrown 0.14.5",
1026 "lock_api",
1027 "once_cell",
1028 "parking_lot_core",
1029]
1030
1031[[package]]
1032name = "data-encoding"
1033version = "2.9.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1036
1037[[package]]
1038name = "data-encoding-macro"
1039version = "0.1.18"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1042dependencies = [
1043 "data-encoding",
1044 "data-encoding-macro-internal",
1045]
1046
1047[[package]]
1048name = "data-encoding-macro-internal"
1049version = "0.1.16"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1052dependencies = [
1053 "data-encoding",
1054 "syn 2.0.111",
1055]
1056
1057[[package]]
1058name = "debug_unsafe"
1059version = "0.1.3"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b"
1062
1063[[package]]
1064name = "der"
1065version = "0.7.10"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1068dependencies = [
1069 "const-oid",
1070 "pem-rfc7468",
1071 "zeroize",
1072]
1073
1074[[package]]
1075name = "deranged"
1076version = "0.5.5"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
1079dependencies = [
1080 "powerfmt",
1081 "serde_core",
1082]
1083
1084[[package]]
1085name = "derive_arbitrary"
1086version = "1.4.2"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1089dependencies = [
1090 "proc-macro2",
1091 "quote",
1092 "syn 2.0.111",
1093]
1094
1095[[package]]
1096name = "derive_more"
1097version = "1.0.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1100dependencies = [
1101 "derive_more-impl",
1102]
1103
1104[[package]]
1105name = "derive_more-impl"
1106version = "1.0.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1109dependencies = [
1110 "proc-macro2",
1111 "quote",
1112 "syn 2.0.111",
1113 "unicode-xid",
1114]
1115
1116[[package]]
1117name = "devicons"
1118version = "0.6.12"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "830e47e2f330cf4fdd5a958dcef921b9523ffc21ab6713aa5e77ba2cce03904b"
1121dependencies = [
1122 "lazy_static",
1123]
1124
1125[[package]]
1126name = "dialoguer"
1127version = "0.11.0"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
1130dependencies = [
1131 "console 0.15.11",
1132 "fuzzy-matcher",
1133 "shell-words",
1134 "thiserror 1.0.69",
1135]
1136
1137[[package]]
1138name = "diatomic-waker"
1139version = "0.2.3"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1142
1143[[package]]
1144name = "digest"
1145version = "0.10.7"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1148dependencies = [
1149 "block-buffer",
1150 "const-oid",
1151 "crypto-common",
1152 "subtle",
1153]
1154
1155[[package]]
1156name = "dirs"
1157version = "6.0.0"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1160dependencies = [
1161 "dirs-sys",
1162]
1163
1164[[package]]
1165name = "dirs-sys"
1166version = "0.5.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1169dependencies = [
1170 "libc",
1171 "option-ext",
1172 "redox_users",
1173 "windows-sys 0.61.2",
1174]
1175
1176[[package]]
1177name = "displaydoc"
1178version = "0.2.5"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1181dependencies = [
1182 "proc-macro2",
1183 "quote",
1184 "syn 2.0.111",
1185]
1186
1187[[package]]
1188name = "dtparse"
1189version = "2.0.1"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "23fb403c0926d35af2cc54d961bc2696a10d40725c08360ef69db04a4c201fd7"
1192dependencies = [
1193 "chrono",
1194 "lazy_static",
1195 "num-traits",
1196 "rust_decimal",
1197]
1198
1199[[package]]
1200name = "dyn-clone"
1201version = "1.0.20"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1204
1205[[package]]
1206name = "ecdsa"
1207version = "0.16.9"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1210dependencies = [
1211 "der",
1212 "digest",
1213 "elliptic-curve",
1214 "rfc6979",
1215 "signature",
1216 "spki",
1217]
1218
1219[[package]]
1220name = "ed25519"
1221version = "2.2.3"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1224dependencies = [
1225 "pkcs8",
1226 "signature",
1227]
1228
1229[[package]]
1230name = "ed25519-dalek"
1231version = "2.2.0"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
1234dependencies = [
1235 "curve25519-dalek",
1236 "ed25519",
1237 "rand_core 0.6.4",
1238 "serde",
1239 "sha2",
1240 "subtle",
1241 "zeroize",
1242]
1243
1244[[package]]
1245name = "either"
1246version = "1.15.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1249
1250[[package]]
1251name = "elliptic-curve"
1252version = "0.13.8"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1255dependencies = [
1256 "base16ct",
1257 "crypto-bigint",
1258 "digest",
1259 "ff",
1260 "generic-array",
1261 "group",
1262 "pem-rfc7468",
1263 "pkcs8",
1264 "rand_core 0.6.4",
1265 "sec1",
1266 "subtle",
1267 "zeroize",
1268]
1269
1270[[package]]
1271name = "embedded-io"
1272version = "0.4.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1275
1276[[package]]
1277name = "embedded-io"
1278version = "0.6.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1281
1282[[package]]
1283name = "encode_unicode"
1284version = "1.0.0"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
1287
1288[[package]]
1289name = "encoding_rs"
1290version = "0.8.35"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1293dependencies = [
1294 "cfg-if",
1295]
1296
1297[[package]]
1298name = "equivalent"
1299version = "1.0.2"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1302
1303[[package]]
1304name = "erased-serde"
1305version = "0.4.9"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
1308dependencies = [
1309 "serde",
1310 "serde_core",
1311 "typeid",
1312]
1313
1314[[package]]
1315name = "errno"
1316version = "0.3.14"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1319dependencies = [
1320 "libc",
1321 "windows-sys 0.61.2",
1322]
1323
1324[[package]]
1325name = "event-listener"
1326version = "5.4.1"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1329dependencies = [
1330 "concurrent-queue",
1331 "parking",
1332 "pin-project-lite",
1333]
1334
1335[[package]]
1336name = "event-listener-strategy"
1337version = "0.5.4"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1340dependencies = [
1341 "event-listener",
1342 "pin-project-lite",
1343]
1344
1345[[package]]
1346name = "fancy-regex"
1347version = "0.16.2"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
1350dependencies = [
1351 "bit-set",
1352 "regex-automata",
1353 "regex-syntax",
1354]
1355
1356[[package]]
1357name = "fast-float2"
1358version = "0.2.3"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
1361
1362[[package]]
1363name = "fastrand"
1364version = "2.3.0"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1367
1368[[package]]
1369name = "faunu"
1370version = "0.1.0"
1371dependencies = [
1372 "ansi_term",
1373 "anyhow",
1374 "async-lock",
1375 "console_error_panic_hook",
1376 "futures",
1377 "getrandom 0.3.4",
1378 "jacquard",
1379 "jacquard-repo",
1380 "js-sys",
1381 "miette",
1382 "nu-cmd-base",
1383 "nu-cmd-extra",
1384 "nu-cmd-lang",
1385 "nu-command",
1386 "nu-engine",
1387 "nu-parser",
1388 "nu-path",
1389 "nu-protocol",
1390 "rapidhash",
1391 "reqwest",
1392 "scc",
1393 "serde",
1394 "serde_ipld_dagcbor",
1395 "serde_json",
1396 "url",
1397 "vfs",
1398 "wasm-bindgen",
1399 "wasm-bindgen-futures",
1400 "web-sys",
1401]
1402
1403[[package]]
1404name = "ff"
1405version = "0.13.1"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1408dependencies = [
1409 "rand_core 0.6.4",
1410 "subtle",
1411]
1412
1413[[package]]
1414name = "fiat-crypto"
1415version = "0.2.9"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1418
1419[[package]]
1420name = "filesize"
1421version = "0.2.0"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "12d741e2415d4e2e5bd1c1d00409d1a8865a57892c2d689b504365655d237d43"
1424dependencies = [
1425 "winapi",
1426]
1427
1428[[package]]
1429name = "filetime"
1430version = "0.2.26"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1433dependencies = [
1434 "cfg-if",
1435 "libc",
1436 "libredox",
1437 "windows-sys 0.60.2",
1438]
1439
1440[[package]]
1441name = "find-msvc-tools"
1442version = "0.1.5"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
1445
1446[[package]]
1447name = "flate2"
1448version = "1.1.5"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1451dependencies = [
1452 "crc32fast",
1453 "libz-rs-sys",
1454 "miniz_oxide",
1455]
1456
1457[[package]]
1458name = "fluent"
1459version = "0.17.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477"
1462dependencies = [
1463 "fluent-bundle",
1464 "unic-langid",
1465]
1466
1467[[package]]
1468name = "fluent-bundle"
1469version = "0.16.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4"
1472dependencies = [
1473 "fluent-langneg",
1474 "fluent-syntax",
1475 "intl-memoizer",
1476 "intl_pluralrules",
1477 "rustc-hash",
1478 "self_cell",
1479 "smallvec",
1480 "unic-langid",
1481]
1482
1483[[package]]
1484name = "fluent-langneg"
1485version = "0.13.1"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0"
1488dependencies = [
1489 "unic-langid",
1490]
1491
1492[[package]]
1493name = "fluent-syntax"
1494version = "0.12.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
1497dependencies = [
1498 "memchr",
1499 "thiserror 2.0.17",
1500]
1501
1502[[package]]
1503name = "fnv"
1504version = "1.0.7"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1507
1508[[package]]
1509name = "foldhash"
1510version = "0.1.5"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1513
1514[[package]]
1515name = "form_urlencoded"
1516version = "1.2.2"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1519dependencies = [
1520 "percent-encoding",
1521]
1522
1523[[package]]
1524name = "futf"
1525version = "0.1.5"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1528dependencies = [
1529 "mac",
1530 "new_debug_unreachable",
1531]
1532
1533[[package]]
1534name = "futures"
1535version = "0.3.31"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1538dependencies = [
1539 "futures-channel",
1540 "futures-core",
1541 "futures-executor",
1542 "futures-io",
1543 "futures-sink",
1544 "futures-task",
1545 "futures-util",
1546]
1547
1548[[package]]
1549name = "futures-buffered"
1550version = "0.2.12"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
1553dependencies = [
1554 "cordyceps",
1555 "diatomic-waker",
1556 "futures-core",
1557 "pin-project-lite",
1558 "spin 0.10.0",
1559]
1560
1561[[package]]
1562name = "futures-channel"
1563version = "0.3.31"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1566dependencies = [
1567 "futures-core",
1568 "futures-sink",
1569]
1570
1571[[package]]
1572name = "futures-core"
1573version = "0.3.31"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1576
1577[[package]]
1578name = "futures-executor"
1579version = "0.3.31"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1582dependencies = [
1583 "futures-core",
1584 "futures-task",
1585 "futures-util",
1586]
1587
1588[[package]]
1589name = "futures-io"
1590version = "0.3.31"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1593
1594[[package]]
1595name = "futures-lite"
1596version = "2.6.1"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1599dependencies = [
1600 "fastrand",
1601 "futures-core",
1602 "futures-io",
1603 "parking",
1604 "pin-project-lite",
1605]
1606
1607[[package]]
1608name = "futures-macro"
1609version = "0.3.31"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1612dependencies = [
1613 "proc-macro2",
1614 "quote",
1615 "syn 2.0.111",
1616]
1617
1618[[package]]
1619name = "futures-sink"
1620version = "0.3.31"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1623
1624[[package]]
1625name = "futures-task"
1626version = "0.3.31"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1629
1630[[package]]
1631name = "futures-util"
1632version = "0.3.31"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1635dependencies = [
1636 "futures-channel",
1637 "futures-core",
1638 "futures-io",
1639 "futures-macro",
1640 "futures-sink",
1641 "futures-task",
1642 "memchr",
1643 "pin-project-lite",
1644 "pin-utils",
1645 "slab",
1646]
1647
1648[[package]]
1649name = "fuzzy-matcher"
1650version = "0.3.7"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
1653dependencies = [
1654 "thread_local",
1655]
1656
1657[[package]]
1658name = "generator"
1659version = "0.8.7"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
1662dependencies = [
1663 "cc",
1664 "cfg-if",
1665 "libc",
1666 "log",
1667 "rustversion",
1668 "windows 0.61.3",
1669]
1670
1671[[package]]
1672name = "generic-array"
1673version = "0.14.9"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1676dependencies = [
1677 "typenum",
1678 "version_check",
1679 "zeroize",
1680]
1681
1682[[package]]
1683name = "getrandom"
1684version = "0.2.16"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1687dependencies = [
1688 "cfg-if",
1689 "js-sys",
1690 "libc",
1691 "wasi",
1692 "wasm-bindgen",
1693]
1694
1695[[package]]
1696name = "getrandom"
1697version = "0.3.4"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1700dependencies = [
1701 "cfg-if",
1702 "js-sys",
1703 "libc",
1704 "r-efi",
1705 "wasip2",
1706 "wasm-bindgen",
1707]
1708
1709[[package]]
1710name = "gimli"
1711version = "0.32.3"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1714
1715[[package]]
1716name = "glob"
1717version = "0.3.3"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1720
1721[[package]]
1722name = "gloo-storage"
1723version = "0.3.0"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
1726dependencies = [
1727 "gloo-utils",
1728 "js-sys",
1729 "serde",
1730 "serde_json",
1731 "thiserror 1.0.69",
1732 "wasm-bindgen",
1733 "web-sys",
1734]
1735
1736[[package]]
1737name = "gloo-utils"
1738version = "0.2.0"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
1741dependencies = [
1742 "js-sys",
1743 "serde",
1744 "serde_json",
1745 "wasm-bindgen",
1746 "web-sys",
1747]
1748
1749[[package]]
1750name = "group"
1751version = "0.13.0"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1754dependencies = [
1755 "ff",
1756 "rand_core 0.6.4",
1757 "subtle",
1758]
1759
1760[[package]]
1761name = "h2"
1762version = "0.4.12"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1765dependencies = [
1766 "atomic-waker",
1767 "bytes",
1768 "fnv",
1769 "futures-core",
1770 "futures-sink",
1771 "http",
1772 "indexmap 2.12.1",
1773 "slab",
1774 "tokio",
1775 "tokio-util",
1776 "tracing",
1777]
1778
1779[[package]]
1780name = "half"
1781version = "2.7.1"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1784dependencies = [
1785 "cfg-if",
1786 "crunchy",
1787 "zerocopy 0.8.31",
1788]
1789
1790[[package]]
1791name = "hash32"
1792version = "0.2.1"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1795dependencies = [
1796 "byteorder",
1797]
1798
1799[[package]]
1800name = "hashbrown"
1801version = "0.12.3"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1804
1805[[package]]
1806name = "hashbrown"
1807version = "0.14.5"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1810
1811[[package]]
1812name = "hashbrown"
1813version = "0.15.5"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1816dependencies = [
1817 "allocator-api2",
1818 "equivalent",
1819 "foldhash",
1820]
1821
1822[[package]]
1823name = "hashbrown"
1824version = "0.16.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1827
1828[[package]]
1829name = "heapless"
1830version = "0.7.17"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1833dependencies = [
1834 "atomic-polyfill",
1835 "hash32",
1836 "rustc_version",
1837 "serde",
1838 "spin 0.9.8",
1839 "stable_deref_trait",
1840]
1841
1842[[package]]
1843name = "heck"
1844version = "0.4.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1847
1848[[package]]
1849name = "heck"
1850version = "0.5.0"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1853
1854[[package]]
1855name = "hex"
1856version = "0.4.3"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1859
1860[[package]]
1861name = "hex_fmt"
1862version = "0.3.0"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1865
1866[[package]]
1867name = "hmac"
1868version = "0.12.1"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1871dependencies = [
1872 "digest",
1873]
1874
1875[[package]]
1876name = "html5ever"
1877version = "0.27.0"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1880dependencies = [
1881 "log",
1882 "mac",
1883 "markup5ever",
1884 "proc-macro2",
1885 "quote",
1886 "syn 2.0.111",
1887]
1888
1889[[package]]
1890name = "http"
1891version = "1.4.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1894dependencies = [
1895 "bytes",
1896 "itoa",
1897]
1898
1899[[package]]
1900name = "http-body"
1901version = "1.0.1"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1904dependencies = [
1905 "bytes",
1906 "http",
1907]
1908
1909[[package]]
1910name = "http-body-util"
1911version = "0.1.3"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1914dependencies = [
1915 "bytes",
1916 "futures-core",
1917 "http",
1918 "http-body",
1919 "pin-project-lite",
1920]
1921
1922[[package]]
1923name = "httparse"
1924version = "1.10.1"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1927
1928[[package]]
1929name = "human-date-parser"
1930version = "0.3.1"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "406f83c56de4b2c9183be52ae9a4fefa22c0e0c3d3d7ef80be26eaee11c7110e"
1933dependencies = [
1934 "chrono",
1935 "pest",
1936 "pest_consume",
1937 "pest_derive",
1938 "thiserror 1.0.69",
1939]
1940
1941[[package]]
1942name = "hyper"
1943version = "1.8.1"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1946dependencies = [
1947 "atomic-waker",
1948 "bytes",
1949 "futures-channel",
1950 "futures-core",
1951 "h2",
1952 "http",
1953 "http-body",
1954 "httparse",
1955 "itoa",
1956 "pin-project-lite",
1957 "pin-utils",
1958 "smallvec",
1959 "tokio",
1960 "want",
1961]
1962
1963[[package]]
1964name = "hyper-rustls"
1965version = "0.27.7"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1968dependencies = [
1969 "http",
1970 "hyper",
1971 "hyper-util",
1972 "rustls",
1973 "rustls-pki-types",
1974 "tokio",
1975 "tokio-rustls",
1976 "tower-service",
1977 "webpki-roots",
1978]
1979
1980[[package]]
1981name = "hyper-util"
1982version = "0.1.19"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1985dependencies = [
1986 "base64",
1987 "bytes",
1988 "futures-channel",
1989 "futures-core",
1990 "futures-util",
1991 "http",
1992 "http-body",
1993 "hyper",
1994 "ipnet",
1995 "libc",
1996 "percent-encoding",
1997 "pin-project-lite",
1998 "socket2",
1999 "system-configuration",
2000 "tokio",
2001 "tower-service",
2002 "tracing",
2003 "windows-registry",
2004]
2005
2006[[package]]
2007name = "iana-time-zone"
2008version = "0.1.64"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2011dependencies = [
2012 "android_system_properties",
2013 "core-foundation-sys",
2014 "iana-time-zone-haiku",
2015 "js-sys",
2016 "log",
2017 "wasm-bindgen",
2018 "windows-core 0.62.2",
2019]
2020
2021[[package]]
2022name = "iana-time-zone-haiku"
2023version = "0.1.2"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2026dependencies = [
2027 "cc",
2028]
2029
2030[[package]]
2031name = "icu_collections"
2032version = "2.1.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2035dependencies = [
2036 "displaydoc",
2037 "potential_utf",
2038 "yoke",
2039 "zerofrom",
2040 "zerovec",
2041]
2042
2043[[package]]
2044name = "icu_locale_core"
2045version = "2.1.1"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2048dependencies = [
2049 "displaydoc",
2050 "litemap",
2051 "tinystr",
2052 "writeable",
2053 "zerovec",
2054]
2055
2056[[package]]
2057name = "icu_normalizer"
2058version = "2.1.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2061dependencies = [
2062 "icu_collections",
2063 "icu_normalizer_data",
2064 "icu_properties",
2065 "icu_provider",
2066 "smallvec",
2067 "zerovec",
2068]
2069
2070[[package]]
2071name = "icu_normalizer_data"
2072version = "2.1.1"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2075
2076[[package]]
2077name = "icu_properties"
2078version = "2.1.2"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
2081dependencies = [
2082 "icu_collections",
2083 "icu_locale_core",
2084 "icu_properties_data",
2085 "icu_provider",
2086 "zerotrie",
2087 "zerovec",
2088]
2089
2090[[package]]
2091name = "icu_properties_data"
2092version = "2.1.2"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
2095
2096[[package]]
2097name = "icu_provider"
2098version = "2.1.1"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2101dependencies = [
2102 "displaydoc",
2103 "icu_locale_core",
2104 "writeable",
2105 "yoke",
2106 "zerofrom",
2107 "zerotrie",
2108 "zerovec",
2109]
2110
2111[[package]]
2112name = "ident_case"
2113version = "1.0.1"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2116
2117[[package]]
2118name = "idna"
2119version = "1.1.0"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2122dependencies = [
2123 "idna_adapter",
2124 "smallvec",
2125 "utf8_iter",
2126]
2127
2128[[package]]
2129name = "idna_adapter"
2130version = "1.2.1"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2133dependencies = [
2134 "icu_normalizer",
2135 "icu_properties",
2136]
2137
2138[[package]]
2139name = "indexmap"
2140version = "1.9.3"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2143dependencies = [
2144 "autocfg",
2145 "hashbrown 0.12.3",
2146 "serde",
2147]
2148
2149[[package]]
2150name = "indexmap"
2151version = "2.12.1"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
2154dependencies = [
2155 "equivalent",
2156 "hashbrown 0.16.1",
2157 "serde",
2158 "serde_core",
2159]
2160
2161[[package]]
2162name = "indicatif"
2163version = "0.18.3"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
2166dependencies = [
2167 "console 0.16.1",
2168 "portable-atomic",
2169 "unicode-width 0.2.2",
2170 "unit-prefix",
2171 "web-time",
2172]
2173
2174[[package]]
2175name = "indoc"
2176version = "2.0.7"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
2179dependencies = [
2180 "rustversion",
2181]
2182
2183[[package]]
2184name = "intl-memoizer"
2185version = "0.5.3"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f"
2188dependencies = [
2189 "type-map",
2190 "unic-langid",
2191]
2192
2193[[package]]
2194name = "intl_pluralrules"
2195version = "7.0.2"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
2198dependencies = [
2199 "unic-langid",
2200]
2201
2202[[package]]
2203name = "inventory"
2204version = "0.3.21"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
2207dependencies = [
2208 "rustversion",
2209]
2210
2211[[package]]
2212name = "ipld-core"
2213version = "0.4.2"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
2216dependencies = [
2217 "cid",
2218 "serde",
2219 "serde_bytes",
2220]
2221
2222[[package]]
2223name = "ipnet"
2224version = "2.11.0"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2227
2228[[package]]
2229name = "iri-string"
2230version = "0.7.9"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
2233dependencies = [
2234 "memchr",
2235 "serde",
2236]
2237
2238[[package]]
2239name = "iroh-car"
2240version = "0.5.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
2243dependencies = [
2244 "anyhow",
2245 "cid",
2246 "futures",
2247 "serde",
2248 "serde_ipld_dagcbor",
2249 "thiserror 1.0.69",
2250 "tokio",
2251 "unsigned-varint 0.7.2",
2252]
2253
2254[[package]]
2255name = "is_ci"
2256version = "1.2.0"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2259
2260[[package]]
2261name = "is_debug"
2262version = "1.1.0"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407"
2265
2266[[package]]
2267name = "is_terminal_polyfill"
2268version = "1.70.2"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
2271
2272[[package]]
2273name = "itertools"
2274version = "0.11.0"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2277dependencies = [
2278 "either",
2279]
2280
2281[[package]]
2282name = "itertools"
2283version = "0.13.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2286dependencies = [
2287 "either",
2288]
2289
2290[[package]]
2291name = "itertools"
2292version = "0.14.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2295dependencies = [
2296 "either",
2297]
2298
2299[[package]]
2300name = "itoa"
2301version = "1.0.15"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2304
2305[[package]]
2306name = "jacquard"
2307version = "0.9.4"
2308source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2309dependencies = [
2310 "bytes",
2311 "getrandom 0.2.16",
2312 "gloo-storage",
2313 "http",
2314 "jacquard-api",
2315 "jacquard-common",
2316 "jacquard-identity",
2317 "jacquard-oauth",
2318 "jose-jwk",
2319 "miette",
2320 "regex",
2321 "regex-lite",
2322 "reqwest",
2323 "ring",
2324 "serde",
2325 "serde_html_form",
2326 "serde_json",
2327 "smol_str",
2328 "thiserror 2.0.17",
2329 "tokio",
2330 "trait-variant",
2331 "url",
2332 "webpage",
2333]
2334
2335[[package]]
2336name = "jacquard-api"
2337version = "0.9.2"
2338source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2339dependencies = [
2340 "bon",
2341 "bytes",
2342 "jacquard-common",
2343 "jacquard-derive",
2344 "jacquard-lexicon",
2345 "miette",
2346 "rustversion",
2347 "serde",
2348 "serde_bytes",
2349 "serde_ipld_dagcbor",
2350 "thiserror 2.0.17",
2351 "unicode-segmentation",
2352]
2353
2354[[package]]
2355name = "jacquard-common"
2356version = "0.9.2"
2357source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2358dependencies = [
2359 "base64",
2360 "bon",
2361 "bytes",
2362 "chrono",
2363 "cid",
2364 "ed25519-dalek",
2365 "getrandom 0.2.16",
2366 "getrandom 0.3.4",
2367 "http",
2368 "ipld-core",
2369 "k256",
2370 "langtag",
2371 "miette",
2372 "multibase",
2373 "multihash",
2374 "ouroboros",
2375 "p256",
2376 "postcard",
2377 "rand 0.9.2",
2378 "regex",
2379 "regex-lite",
2380 "reqwest",
2381 "ring",
2382 "serde",
2383 "serde_bytes",
2384 "serde_html_form",
2385 "serde_ipld_dagcbor",
2386 "serde_json",
2387 "signature",
2388 "smol_str",
2389 "thiserror 2.0.17",
2390 "tokio",
2391 "tokio-util",
2392 "trait-variant",
2393 "url",
2394]
2395
2396[[package]]
2397name = "jacquard-derive"
2398version = "0.9.4"
2399source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2400dependencies = [
2401 "heck 0.5.0",
2402 "jacquard-lexicon",
2403 "proc-macro2",
2404 "quote",
2405 "syn 2.0.111",
2406]
2407
2408[[package]]
2409name = "jacquard-identity"
2410version = "0.9.2"
2411source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2412dependencies = [
2413 "bon",
2414 "bytes",
2415 "http",
2416 "jacquard-api",
2417 "jacquard-common",
2418 "jacquard-lexicon",
2419 "miette",
2420 "mini-moka",
2421 "n0-future",
2422 "percent-encoding",
2423 "reqwest",
2424 "ring",
2425 "serde",
2426 "serde_html_form",
2427 "serde_json",
2428 "thiserror 2.0.17",
2429 "tokio",
2430 "trait-variant",
2431 "url",
2432 "urlencoding",
2433]
2434
2435[[package]]
2436name = "jacquard-lexicon"
2437version = "0.9.2"
2438source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2439dependencies = [
2440 "cid",
2441 "dashmap",
2442 "heck 0.5.0",
2443 "inventory",
2444 "jacquard-common",
2445 "miette",
2446 "multihash",
2447 "prettyplease",
2448 "proc-macro2",
2449 "quote",
2450 "serde",
2451 "serde_ipld_dagcbor",
2452 "serde_json",
2453 "serde_repr",
2454 "serde_with",
2455 "sha2",
2456 "syn 2.0.111",
2457 "thiserror 2.0.17",
2458 "unicode-segmentation",
2459]
2460
2461[[package]]
2462name = "jacquard-oauth"
2463version = "0.9.2"
2464source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2465dependencies = [
2466 "base64",
2467 "bytes",
2468 "chrono",
2469 "dashmap",
2470 "elliptic-curve",
2471 "http",
2472 "jacquard-common",
2473 "jacquard-identity",
2474 "jose-jwa",
2475 "jose-jwk",
2476 "miette",
2477 "p256",
2478 "rand 0.8.5",
2479 "ring",
2480 "serde",
2481 "serde_html_form",
2482 "serde_json",
2483 "sha2",
2484 "smol_str",
2485 "thiserror 2.0.17",
2486 "tokio",
2487 "trait-variant",
2488 "url",
2489]
2490
2491[[package]]
2492name = "jacquard-repo"
2493version = "0.9.4"
2494source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2495dependencies = [
2496 "bytes",
2497 "cid",
2498 "ed25519-dalek",
2499 "iroh-car",
2500 "jacquard-common",
2501 "jacquard-derive",
2502 "k256",
2503 "miette",
2504 "multihash",
2505 "n0-future",
2506 "p256",
2507 "serde",
2508 "serde_bytes",
2509 "serde_ipld_dagcbor",
2510 "sha2",
2511 "smol_str",
2512 "thiserror 2.0.17",
2513 "tokio",
2514 "trait-variant",
2515]
2516
2517[[package]]
2518name = "jose-b64"
2519version = "0.1.2"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2522dependencies = [
2523 "base64ct",
2524 "serde",
2525 "subtle",
2526 "zeroize",
2527]
2528
2529[[package]]
2530name = "jose-jwa"
2531version = "0.1.2"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2534dependencies = [
2535 "serde",
2536]
2537
2538[[package]]
2539name = "jose-jwk"
2540version = "0.1.2"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2543dependencies = [
2544 "jose-b64",
2545 "jose-jwa",
2546 "p256",
2547 "p384",
2548 "rsa",
2549 "serde",
2550 "zeroize",
2551]
2552
2553[[package]]
2554name = "js-sys"
2555version = "0.3.81"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2558dependencies = [
2559 "once_cell",
2560 "wasm-bindgen",
2561]
2562
2563[[package]]
2564name = "k256"
2565version = "0.13.4"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2568dependencies = [
2569 "cfg-if",
2570 "ecdsa",
2571 "elliptic-curve",
2572 "once_cell",
2573 "sha2",
2574 "signature",
2575]
2576
2577[[package]]
2578name = "langtag"
2579version = "0.4.0"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2582dependencies = [
2583 "serde",
2584 "static-regular-grammar",
2585 "thiserror 1.0.69",
2586]
2587
2588[[package]]
2589name = "lazy_static"
2590version = "1.5.0"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2593dependencies = [
2594 "spin 0.9.8",
2595]
2596
2597[[package]]
2598name = "lean_string"
2599version = "0.5.1"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "962df00ba70ac8d5ca5c064e17e5c3d090c087fd8d21aa45096c716b169da514"
2602dependencies = [
2603 "castaway",
2604 "itoa",
2605 "ryu",
2606 "serde",
2607]
2608
2609[[package]]
2610name = "libc"
2611version = "0.2.178"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
2614
2615[[package]]
2616name = "libloading"
2617version = "0.8.9"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2620dependencies = [
2621 "cfg-if",
2622 "windows-link 0.2.1",
2623]
2624
2625[[package]]
2626name = "libm"
2627version = "0.2.15"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2630
2631[[package]]
2632name = "libproc"
2633version = "0.14.11"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757"
2636dependencies = [
2637 "bindgen",
2638 "errno",
2639 "libc",
2640]
2641
2642[[package]]
2643name = "libredox"
2644version = "0.1.10"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2647dependencies = [
2648 "bitflags",
2649 "libc",
2650 "redox_syscall",
2651]
2652
2653[[package]]
2654name = "libz-rs-sys"
2655version = "0.5.4"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "15413ef615ad868d4d65dce091cb233b229419c7c0c4bcaa746c0901c49ff39c"
2658dependencies = [
2659 "zlib-rs",
2660]
2661
2662[[package]]
2663name = "linked-hash-map"
2664version = "0.5.6"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2667dependencies = [
2668 "serde",
2669]
2670
2671[[package]]
2672name = "linux-raw-sys"
2673version = "0.4.15"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2676
2677[[package]]
2678name = "linux-raw-sys"
2679version = "0.11.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2682
2683[[package]]
2684name = "litemap"
2685version = "0.8.1"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2688
2689[[package]]
2690name = "lock_api"
2691version = "0.4.14"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2694dependencies = [
2695 "scopeguard",
2696]
2697
2698[[package]]
2699name = "log"
2700version = "0.4.29"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2703
2704[[package]]
2705name = "loom"
2706version = "0.7.2"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2709dependencies = [
2710 "cfg-if",
2711 "generator",
2712 "scoped-tls",
2713 "tracing",
2714 "tracing-subscriber",
2715]
2716
2717[[package]]
2718name = "lru"
2719version = "0.12.5"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2722dependencies = [
2723 "hashbrown 0.15.5",
2724]
2725
2726[[package]]
2727name = "lru-slab"
2728version = "0.1.2"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2731
2732[[package]]
2733name = "lscolors"
2734version = "0.20.0"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab"
2737dependencies = [
2738 "aho-corasick",
2739 "nu-ansi-term",
2740]
2741
2742[[package]]
2743name = "mac"
2744version = "0.1.1"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2747
2748[[package]]
2749name = "mach2"
2750version = "0.4.3"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
2753dependencies = [
2754 "libc",
2755]
2756
2757[[package]]
2758name = "markup5ever"
2759version = "0.12.1"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2762dependencies = [
2763 "log",
2764 "phf 0.11.3",
2765 "phf_codegen",
2766 "string_cache",
2767 "string_cache_codegen",
2768 "tendril",
2769]
2770
2771[[package]]
2772name = "markup5ever_rcdom"
2773version = "0.3.0"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
2776dependencies = [
2777 "html5ever",
2778 "markup5ever",
2779 "tendril",
2780 "xml5ever",
2781]
2782
2783[[package]]
2784name = "match-lookup"
2785version = "0.1.1"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2788dependencies = [
2789 "proc-macro2",
2790 "quote",
2791 "syn 1.0.109",
2792]
2793
2794[[package]]
2795name = "matchers"
2796version = "0.2.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2799dependencies = [
2800 "regex-automata",
2801]
2802
2803[[package]]
2804name = "md-5"
2805version = "0.10.6"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2808dependencies = [
2809 "cfg-if",
2810 "digest",
2811]
2812
2813[[package]]
2814name = "memchr"
2815version = "2.7.6"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2818
2819[[package]]
2820name = "memoffset"
2821version = "0.9.1"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2824dependencies = [
2825 "autocfg",
2826]
2827
2828[[package]]
2829name = "miette"
2830version = "7.6.0"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2833dependencies = [
2834 "backtrace",
2835 "backtrace-ext",
2836 "cfg-if",
2837 "miette-derive",
2838 "owo-colors",
2839 "supports-color",
2840 "supports-hyperlinks",
2841 "supports-unicode",
2842 "terminal_size",
2843 "textwrap",
2844 "unicode-width 0.1.14",
2845]
2846
2847[[package]]
2848name = "miette-derive"
2849version = "7.6.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2852dependencies = [
2853 "proc-macro2",
2854 "quote",
2855 "syn 2.0.111",
2856]
2857
2858[[package]]
2859name = "mime"
2860version = "0.3.17"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2863
2864[[package]]
2865name = "mime_guess"
2866version = "2.0.5"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2869dependencies = [
2870 "mime",
2871 "unicase",
2872]
2873
2874[[package]]
2875name = "mini-moka"
2876version = "0.10.99"
2877source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d"
2878dependencies = [
2879 "crossbeam-channel",
2880 "crossbeam-utils",
2881 "dashmap",
2882 "smallvec",
2883 "tagptr",
2884 "triomphe",
2885 "web-time",
2886]
2887
2888[[package]]
2889name = "minimal-lexical"
2890version = "0.2.1"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2893
2894[[package]]
2895name = "miniz_oxide"
2896version = "0.8.9"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2899dependencies = [
2900 "adler2",
2901 "simd-adler32",
2902]
2903
2904[[package]]
2905name = "mio"
2906version = "1.1.1"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2909dependencies = [
2910 "libc",
2911 "wasi",
2912 "windows-sys 0.61.2",
2913]
2914
2915[[package]]
2916name = "multibase"
2917version = "0.9.2"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2920dependencies = [
2921 "base-x",
2922 "base256emoji",
2923 "data-encoding",
2924 "data-encoding-macro",
2925]
2926
2927[[package]]
2928name = "multihash"
2929version = "0.19.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2932dependencies = [
2933 "core2",
2934 "serde",
2935 "unsigned-varint 0.8.0",
2936]
2937
2938[[package]]
2939name = "n0-future"
2940version = "0.1.3"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2943dependencies = [
2944 "cfg_aliases",
2945 "derive_more",
2946 "futures-buffered",
2947 "futures-lite",
2948 "futures-util",
2949 "js-sys",
2950 "pin-project",
2951 "send_wrapper",
2952 "tokio",
2953 "tokio-util",
2954 "wasm-bindgen",
2955 "wasm-bindgen-futures",
2956 "web-time",
2957]
2958
2959[[package]]
2960name = "new_debug_unreachable"
2961version = "1.0.6"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2964
2965[[package]]
2966name = "nix"
2967version = "0.30.1"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2970dependencies = [
2971 "bitflags",
2972 "cfg-if",
2973 "cfg_aliases",
2974 "libc",
2975]
2976
2977[[package]]
2978name = "nom"
2979version = "7.1.3"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2982dependencies = [
2983 "memchr",
2984 "minimal-lexical",
2985]
2986
2987[[package]]
2988name = "ntapi"
2989version = "0.4.1"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2992dependencies = [
2993 "winapi",
2994]
2995
2996[[package]]
2997name = "nu-ansi-term"
2998version = "0.50.3"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3001dependencies = [
3002 "windows-sys 0.61.2",
3003]
3004
3005[[package]]
3006name = "nu-cmd-base"
3007version = "0.109.2"
3008source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3009dependencies = [
3010 "indexmap 2.12.1",
3011 "miette",
3012 "nu-engine",
3013 "nu-parser",
3014 "nu-path",
3015 "nu-protocol",
3016]
3017
3018[[package]]
3019name = "nu-cmd-extra"
3020version = "0.109.2"
3021source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3022dependencies = [
3023 "fancy-regex",
3024 "heck 0.5.0",
3025 "itertools 0.14.0",
3026 "mime",
3027 "nu-ansi-term",
3028 "nu-cmd-base",
3029 "nu-engine",
3030 "nu-json",
3031 "nu-parser",
3032 "nu-pretty-hex",
3033 "nu-protocol",
3034 "nu-utils",
3035 "num-traits",
3036 "rust-embed",
3037 "serde",
3038 "serde_urlencoded",
3039 "v_htmlescape",
3040]
3041
3042[[package]]
3043name = "nu-cmd-lang"
3044version = "0.109.2"
3045source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3046dependencies = [
3047 "itertools 0.14.0",
3048 "nu-cmd-base",
3049 "nu-engine",
3050 "nu-experimental",
3051 "nu-parser",
3052 "nu-protocol",
3053 "nu-utils",
3054 "shadow-rs",
3055]
3056
3057[[package]]
3058name = "nu-color-config"
3059version = "0.109.2"
3060source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3061dependencies = [
3062 "nu-ansi-term",
3063 "nu-engine",
3064 "nu-json",
3065 "nu-protocol",
3066 "serde",
3067]
3068
3069[[package]]
3070name = "nu-command"
3071version = "0.109.2"
3072source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3073dependencies = [
3074 "alphanumeric-sort",
3075 "base64",
3076 "bracoxide",
3077 "brotli",
3078 "byteorder",
3079 "bytesize",
3080 "calamine",
3081 "chardetng",
3082 "chrono",
3083 "chrono-humanize",
3084 "chrono-tz",
3085 "csv",
3086 "data-encoding",
3087 "devicons",
3088 "dialoguer",
3089 "digest",
3090 "dtparse",
3091 "encoding_rs",
3092 "fancy-regex",
3093 "filesize",
3094 "filetime",
3095 "fuzzy-matcher",
3096 "http",
3097 "human-date-parser",
3098 "indexmap 2.12.1",
3099 "indicatif",
3100 "itertools 0.14.0",
3101 "log",
3102 "lscolors",
3103 "md-5",
3104 "mime",
3105 "mime_guess",
3106 "nix",
3107 "nu-ansi-term",
3108 "nu-cmd-base",
3109 "nu-color-config",
3110 "nu-engine",
3111 "nu-experimental",
3112 "nu-glob",
3113 "nu-json",
3114 "nu-parser",
3115 "nu-path",
3116 "nu-pretty-hex",
3117 "nu-protocol",
3118 "nu-system",
3119 "nu-table",
3120 "nu-term-grid",
3121 "nu-utils",
3122 "num-format",
3123 "num-traits",
3124 "nuon",
3125 "oem_cp",
3126 "pathdiff",
3127 "percent-encoding",
3128 "print-positions",
3129 "procfs",
3130 "quick-xml 0.38.4",
3131 "rayon",
3132 "rmp",
3133 "roxmltree",
3134 "scopeguard",
3135 "serde",
3136 "serde_json",
3137 "serde_urlencoded",
3138 "serde_yaml",
3139 "sha2",
3140 "strum",
3141 "sysinfo",
3142 "tabled",
3143 "titlecase",
3144 "toml",
3145 "uds_windows",
3146 "umask",
3147 "unicode-segmentation",
3148 "unicode-width 0.2.2",
3149 "url",
3150 "uucore",
3151 "v_htmlescape",
3152 "wax",
3153 "web-time",
3154 "windows 0.62.2",
3155 "winreg",
3156]
3157
3158[[package]]
3159name = "nu-derive-value"
3160version = "0.109.2"
3161source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3162dependencies = [
3163 "heck 0.5.0",
3164 "proc-macro-error2",
3165 "proc-macro2",
3166 "quote",
3167 "syn 2.0.111",
3168]
3169
3170[[package]]
3171name = "nu-engine"
3172version = "0.109.2"
3173source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3174dependencies = [
3175 "fancy-regex",
3176 "log",
3177 "nu-experimental",
3178 "nu-glob",
3179 "nu-path",
3180 "nu-protocol",
3181 "nu-utils",
3182]
3183
3184[[package]]
3185name = "nu-experimental"
3186version = "0.109.2"
3187source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3188dependencies = [
3189 "itertools 0.14.0",
3190 "thiserror 2.0.17",
3191]
3192
3193[[package]]
3194name = "nu-glob"
3195version = "0.109.2"
3196source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3197
3198[[package]]
3199name = "nu-json"
3200version = "0.109.2"
3201source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3202dependencies = [
3203 "linked-hash-map",
3204 "nu-utils",
3205 "num-traits",
3206 "serde",
3207 "serde_json",
3208]
3209
3210[[package]]
3211name = "nu-parser"
3212version = "0.109.2"
3213source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3214dependencies = [
3215 "bytesize",
3216 "chrono",
3217 "itertools 0.14.0",
3218 "log",
3219 "nu-engine",
3220 "nu-path",
3221 "nu-protocol",
3222 "nu-utils",
3223 "serde_json",
3224]
3225
3226[[package]]
3227name = "nu-path"
3228version = "0.109.2"
3229source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3230dependencies = [
3231 "dirs",
3232 "omnipath",
3233 "pwd",
3234 "ref-cast",
3235]
3236
3237[[package]]
3238name = "nu-pretty-hex"
3239version = "0.109.2"
3240source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3241dependencies = [
3242 "nu-ansi-term",
3243]
3244
3245[[package]]
3246name = "nu-protocol"
3247version = "0.109.2"
3248source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3249dependencies = [
3250 "bytes",
3251 "chrono",
3252 "chrono-humanize",
3253 "dirs",
3254 "dirs-sys",
3255 "fancy-regex",
3256 "heck 0.5.0",
3257 "indexmap 2.12.1",
3258 "log",
3259 "lru",
3260 "memchr",
3261 "miette",
3262 "nix",
3263 "nu-derive-value",
3264 "nu-experimental",
3265 "nu-glob",
3266 "nu-path",
3267 "nu-system",
3268 "nu-utils",
3269 "num-format",
3270 "serde",
3271 "serde_json",
3272 "strum",
3273 "strum_macros",
3274 "thiserror 2.0.17",
3275 "typetag",
3276 "web-time",
3277 "windows 0.62.2",
3278 "windows-sys 0.61.2",
3279]
3280
3281[[package]]
3282name = "nu-system"
3283version = "0.109.2"
3284source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3285dependencies = [
3286 "chrono",
3287 "itertools 0.14.0",
3288 "libc",
3289 "libproc",
3290 "log",
3291 "mach2",
3292 "nix",
3293 "ntapi",
3294 "procfs",
3295 "sysinfo",
3296 "web-time",
3297 "windows 0.62.2",
3298]
3299
3300[[package]]
3301name = "nu-table"
3302version = "0.109.2"
3303source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3304dependencies = [
3305 "fancy-regex",
3306 "nu-ansi-term",
3307 "nu-color-config",
3308 "nu-engine",
3309 "nu-protocol",
3310 "nu-utils",
3311 "tabled",
3312]
3313
3314[[package]]
3315name = "nu-term-grid"
3316version = "0.109.2"
3317source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3318dependencies = [
3319 "nu-utils",
3320 "unicode-width 0.2.2",
3321]
3322
3323[[package]]
3324name = "nu-utils"
3325version = "0.109.2"
3326source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3327dependencies = [
3328 "byteyarn",
3329 "crossterm_winapi",
3330 "fancy-regex",
3331 "lean_string",
3332 "log",
3333 "lscolors",
3334 "memchr",
3335 "nix",
3336 "num-format",
3337 "serde",
3338 "serde_json",
3339 "strip-ansi-escapes",
3340 "sys-locale",
3341 "unicase",
3342]
3343
3344[[package]]
3345name = "num-bigint-dig"
3346version = "0.8.6"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
3349dependencies = [
3350 "lazy_static",
3351 "libm",
3352 "num-integer",
3353 "num-iter",
3354 "num-traits",
3355 "rand 0.8.5",
3356 "smallvec",
3357 "zeroize",
3358]
3359
3360[[package]]
3361name = "num-conv"
3362version = "0.1.0"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3365
3366[[package]]
3367name = "num-format"
3368version = "0.4.4"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
3371dependencies = [
3372 "arrayvec",
3373 "itoa",
3374]
3375
3376[[package]]
3377name = "num-integer"
3378version = "0.1.46"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3381dependencies = [
3382 "num-traits",
3383]
3384
3385[[package]]
3386name = "num-iter"
3387version = "0.1.45"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3390dependencies = [
3391 "autocfg",
3392 "num-integer",
3393 "num-traits",
3394]
3395
3396[[package]]
3397name = "num-traits"
3398version = "0.2.19"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3401dependencies = [
3402 "autocfg",
3403 "libm",
3404]
3405
3406[[package]]
3407name = "num_threads"
3408version = "0.1.7"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3411dependencies = [
3412 "libc",
3413]
3414
3415[[package]]
3416name = "nuon"
3417version = "0.109.2"
3418source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0"
3419dependencies = [
3420 "nu-engine",
3421 "nu-parser",
3422 "nu-protocol",
3423 "nu-utils",
3424]
3425
3426[[package]]
3427name = "objc2-core-foundation"
3428version = "0.3.2"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3431dependencies = [
3432 "bitflags",
3433]
3434
3435[[package]]
3436name = "objc2-io-kit"
3437version = "0.3.2"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
3440dependencies = [
3441 "libc",
3442 "objc2-core-foundation",
3443]
3444
3445[[package]]
3446name = "object"
3447version = "0.37.3"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3450dependencies = [
3451 "memchr",
3452]
3453
3454[[package]]
3455name = "oem_cp"
3456version = "2.1.1"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "a4b91a3be3b523e58bd7a9d839b0bf65720331db50ddfba5ace0680f8c6f58a1"
3459dependencies = [
3460 "phf 0.11.3",
3461]
3462
3463[[package]]
3464name = "omnipath"
3465version = "0.1.6"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575"
3468
3469[[package]]
3470name = "once_cell"
3471version = "1.21.3"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3474
3475[[package]]
3476name = "once_cell_polyfill"
3477version = "1.70.2"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3480
3481[[package]]
3482name = "option-ext"
3483version = "0.2.0"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3486
3487[[package]]
3488name = "os_display"
3489version = "0.1.4"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f"
3492dependencies = [
3493 "unicode-width 0.2.2",
3494]
3495
3496[[package]]
3497name = "ouroboros"
3498version = "0.18.5"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3501dependencies = [
3502 "aliasable",
3503 "ouroboros_macro",
3504 "static_assertions",
3505]
3506
3507[[package]]
3508name = "ouroboros_macro"
3509version = "0.18.5"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3512dependencies = [
3513 "heck 0.4.1",
3514 "proc-macro2",
3515 "proc-macro2-diagnostics",
3516 "quote",
3517 "syn 2.0.111",
3518]
3519
3520[[package]]
3521name = "owo-colors"
3522version = "4.2.3"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
3525
3526[[package]]
3527name = "p256"
3528version = "0.13.2"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3531dependencies = [
3532 "ecdsa",
3533 "elliptic-curve",
3534 "primeorder",
3535 "sha2",
3536]
3537
3538[[package]]
3539name = "p384"
3540version = "0.13.1"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3543dependencies = [
3544 "elliptic-curve",
3545 "primeorder",
3546]
3547
3548[[package]]
3549name = "papergrid"
3550version = "0.17.0"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1"
3553dependencies = [
3554 "ansi-str",
3555 "ansitok",
3556 "bytecount",
3557 "fnv",
3558 "unicode-width 0.2.2",
3559]
3560
3561[[package]]
3562name = "parking"
3563version = "2.2.1"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3566
3567[[package]]
3568name = "parking_lot"
3569version = "0.12.5"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3572dependencies = [
3573 "lock_api",
3574 "parking_lot_core",
3575]
3576
3577[[package]]
3578name = "parking_lot_core"
3579version = "0.9.12"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3582dependencies = [
3583 "cfg-if",
3584 "libc",
3585 "redox_syscall",
3586 "smallvec",
3587 "windows-link 0.2.1",
3588]
3589
3590[[package]]
3591name = "paste"
3592version = "1.0.15"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3595
3596[[package]]
3597name = "pathdiff"
3598version = "0.2.3"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
3601
3602[[package]]
3603name = "pem-rfc7468"
3604version = "0.7.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3607dependencies = [
3608 "base64ct",
3609]
3610
3611[[package]]
3612name = "percent-encoding"
3613version = "2.3.2"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3616
3617[[package]]
3618name = "pest"
3619version = "2.8.4"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
3622dependencies = [
3623 "memchr",
3624 "ucd-trie",
3625]
3626
3627[[package]]
3628name = "pest_consume"
3629version = "1.1.3"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "79447402d15d18e7142e14c72f2e63fa3d155be1bc5b70b3ccbb610ac55f536b"
3632dependencies = [
3633 "pest",
3634 "pest_consume_macros",
3635 "pest_derive",
3636]
3637
3638[[package]]
3639name = "pest_consume_macros"
3640version = "1.1.0"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "9d8630a7a899cb344ec1c16ba0a6b24240029af34bdc0a21f84e411d7f793f29"
3643dependencies = [
3644 "proc-macro2",
3645 "quote",
3646 "syn 1.0.109",
3647]
3648
3649[[package]]
3650name = "pest_derive"
3651version = "2.8.4"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
3654dependencies = [
3655 "pest",
3656 "pest_generator",
3657]
3658
3659[[package]]
3660name = "pest_generator"
3661version = "2.8.4"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
3664dependencies = [
3665 "pest",
3666 "pest_meta",
3667 "proc-macro2",
3668 "quote",
3669 "syn 2.0.111",
3670]
3671
3672[[package]]
3673name = "pest_meta"
3674version = "2.8.4"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
3677dependencies = [
3678 "pest",
3679 "sha2",
3680]
3681
3682[[package]]
3683name = "phf"
3684version = "0.11.3"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3687dependencies = [
3688 "phf_shared 0.11.3",
3689]
3690
3691[[package]]
3692name = "phf"
3693version = "0.12.1"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
3696dependencies = [
3697 "phf_shared 0.12.1",
3698]
3699
3700[[package]]
3701name = "phf"
3702version = "0.13.1"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
3705dependencies = [
3706 "phf_shared 0.13.1",
3707 "serde",
3708]
3709
3710[[package]]
3711name = "phf_codegen"
3712version = "0.11.3"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3715dependencies = [
3716 "phf_generator",
3717 "phf_shared 0.11.3",
3718]
3719
3720[[package]]
3721name = "phf_generator"
3722version = "0.11.3"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3725dependencies = [
3726 "phf_shared 0.11.3",
3727 "rand 0.8.5",
3728]
3729
3730[[package]]
3731name = "phf_shared"
3732version = "0.11.3"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3735dependencies = [
3736 "siphasher",
3737]
3738
3739[[package]]
3740name = "phf_shared"
3741version = "0.12.1"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
3744dependencies = [
3745 "siphasher",
3746]
3747
3748[[package]]
3749name = "phf_shared"
3750version = "0.13.1"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
3753dependencies = [
3754 "siphasher",
3755]
3756
3757[[package]]
3758name = "pin-project"
3759version = "1.1.10"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3762dependencies = [
3763 "pin-project-internal",
3764]
3765
3766[[package]]
3767name = "pin-project-internal"
3768version = "1.1.10"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3771dependencies = [
3772 "proc-macro2",
3773 "quote",
3774 "syn 2.0.111",
3775]
3776
3777[[package]]
3778name = "pin-project-lite"
3779version = "0.2.16"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3782
3783[[package]]
3784name = "pin-utils"
3785version = "0.1.0"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3788
3789[[package]]
3790name = "pkcs1"
3791version = "0.7.5"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3794dependencies = [
3795 "der",
3796 "pkcs8",
3797 "spki",
3798]
3799
3800[[package]]
3801name = "pkcs8"
3802version = "0.10.2"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3805dependencies = [
3806 "der",
3807 "spki",
3808]
3809
3810[[package]]
3811name = "pori"
3812version = "0.0.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
3815dependencies = [
3816 "nom",
3817]
3818
3819[[package]]
3820name = "portable-atomic"
3821version = "1.11.1"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3824
3825[[package]]
3826name = "postcard"
3827version = "1.1.3"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
3830dependencies = [
3831 "cobs",
3832 "embedded-io 0.4.0",
3833 "embedded-io 0.6.1",
3834 "heapless",
3835 "serde",
3836]
3837
3838[[package]]
3839name = "potential_utf"
3840version = "0.1.4"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3843dependencies = [
3844 "zerovec",
3845]
3846
3847[[package]]
3848name = "powerfmt"
3849version = "0.2.0"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3852
3853[[package]]
3854name = "ppv-lite86"
3855version = "0.2.21"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3858dependencies = [
3859 "zerocopy 0.8.31",
3860]
3861
3862[[package]]
3863name = "precomputed-hash"
3864version = "0.1.1"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3867
3868[[package]]
3869name = "prettyplease"
3870version = "0.2.37"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3873dependencies = [
3874 "proc-macro2",
3875 "syn 2.0.111",
3876]
3877
3878[[package]]
3879name = "primeorder"
3880version = "0.13.6"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3883dependencies = [
3884 "elliptic-curve",
3885]
3886
3887[[package]]
3888name = "print-positions"
3889version = "0.6.1"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "1df593470e3ef502e48cb0cfc9a3a61e5f61e967b78e1ed35a67ac615cfbd208"
3892dependencies = [
3893 "unicode-segmentation",
3894]
3895
3896[[package]]
3897name = "proc-macro-error"
3898version = "1.0.4"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3901dependencies = [
3902 "proc-macro-error-attr",
3903 "proc-macro2",
3904 "quote",
3905 "syn 1.0.109",
3906 "version_check",
3907]
3908
3909[[package]]
3910name = "proc-macro-error-attr"
3911version = "1.0.4"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3914dependencies = [
3915 "proc-macro2",
3916 "quote",
3917 "version_check",
3918]
3919
3920[[package]]
3921name = "proc-macro-error-attr2"
3922version = "2.0.0"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
3925dependencies = [
3926 "proc-macro2",
3927 "quote",
3928]
3929
3930[[package]]
3931name = "proc-macro-error2"
3932version = "2.0.1"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
3935dependencies = [
3936 "proc-macro-error-attr2",
3937 "proc-macro2",
3938 "quote",
3939 "syn 2.0.111",
3940]
3941
3942[[package]]
3943name = "proc-macro2"
3944version = "1.0.103"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
3947dependencies = [
3948 "unicode-ident",
3949]
3950
3951[[package]]
3952name = "proc-macro2-diagnostics"
3953version = "0.10.1"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3956dependencies = [
3957 "proc-macro2",
3958 "quote",
3959 "syn 2.0.111",
3960 "version_check",
3961 "yansi",
3962]
3963
3964[[package]]
3965name = "procfs"
3966version = "0.17.0"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
3969dependencies = [
3970 "bitflags",
3971 "chrono",
3972 "flate2",
3973 "hex",
3974 "procfs-core",
3975 "rustix 0.38.44",
3976]
3977
3978[[package]]
3979name = "procfs-core"
3980version = "0.17.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
3983dependencies = [
3984 "bitflags",
3985 "chrono",
3986 "hex",
3987]
3988
3989[[package]]
3990name = "pure-rust-locales"
3991version = "0.8.2"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d"
3994
3995[[package]]
3996name = "pwd"
3997version = "1.4.0"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2"
4000dependencies = [
4001 "libc",
4002 "thiserror 1.0.69",
4003]
4004
4005[[package]]
4006name = "quick-xml"
4007version = "0.37.5"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
4010dependencies = [
4011 "encoding_rs",
4012 "memchr",
4013]
4014
4015[[package]]
4016name = "quick-xml"
4017version = "0.38.4"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
4020dependencies = [
4021 "memchr",
4022]
4023
4024[[package]]
4025name = "quinn"
4026version = "0.11.9"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4029dependencies = [
4030 "bytes",
4031 "cfg_aliases",
4032 "pin-project-lite",
4033 "quinn-proto",
4034 "quinn-udp",
4035 "rustc-hash",
4036 "rustls",
4037 "socket2",
4038 "thiserror 2.0.17",
4039 "tokio",
4040 "tracing",
4041 "web-time",
4042]
4043
4044[[package]]
4045name = "quinn-proto"
4046version = "0.11.13"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
4049dependencies = [
4050 "bytes",
4051 "getrandom 0.3.4",
4052 "lru-slab",
4053 "rand 0.9.2",
4054 "ring",
4055 "rustc-hash",
4056 "rustls",
4057 "rustls-pki-types",
4058 "slab",
4059 "thiserror 2.0.17",
4060 "tinyvec",
4061 "tracing",
4062 "web-time",
4063]
4064
4065[[package]]
4066name = "quinn-udp"
4067version = "0.5.14"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
4070dependencies = [
4071 "cfg_aliases",
4072 "libc",
4073 "once_cell",
4074 "socket2",
4075 "tracing",
4076 "windows-sys 0.60.2",
4077]
4078
4079[[package]]
4080name = "quote"
4081version = "1.0.42"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
4084dependencies = [
4085 "proc-macro2",
4086]
4087
4088[[package]]
4089name = "r-efi"
4090version = "5.3.0"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4093
4094[[package]]
4095name = "rand"
4096version = "0.8.5"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4099dependencies = [
4100 "libc",
4101 "rand_chacha 0.3.1",
4102 "rand_core 0.6.4",
4103]
4104
4105[[package]]
4106name = "rand"
4107version = "0.9.2"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4110dependencies = [
4111 "rand_chacha 0.9.0",
4112 "rand_core 0.9.3",
4113]
4114
4115[[package]]
4116name = "rand_chacha"
4117version = "0.3.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4120dependencies = [
4121 "ppv-lite86",
4122 "rand_core 0.6.4",
4123]
4124
4125[[package]]
4126name = "rand_chacha"
4127version = "0.9.0"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4130dependencies = [
4131 "ppv-lite86",
4132 "rand_core 0.9.3",
4133]
4134
4135[[package]]
4136name = "rand_core"
4137version = "0.6.4"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4140dependencies = [
4141 "getrandom 0.2.16",
4142]
4143
4144[[package]]
4145name = "rand_core"
4146version = "0.9.3"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4149dependencies = [
4150 "getrandom 0.3.4",
4151]
4152
4153[[package]]
4154name = "range-traits"
4155version = "0.3.2"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
4158
4159[[package]]
4160name = "rapidhash"
4161version = "4.1.1"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "d8e65c75143ce5d47c55b510297eeb1182f3c739b6043c537670e9fc18612dae"
4164dependencies = [
4165 "rustversion",
4166]
4167
4168[[package]]
4169name = "rayon"
4170version = "1.11.0"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
4173dependencies = [
4174 "either",
4175 "rayon-core",
4176]
4177
4178[[package]]
4179name = "rayon-core"
4180version = "1.13.0"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
4183dependencies = [
4184 "crossbeam-deque",
4185 "crossbeam-utils",
4186]
4187
4188[[package]]
4189name = "redox_syscall"
4190version = "0.5.18"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4193dependencies = [
4194 "bitflags",
4195]
4196
4197[[package]]
4198name = "redox_users"
4199version = "0.5.2"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
4202dependencies = [
4203 "getrandom 0.2.16",
4204 "libredox",
4205 "thiserror 2.0.17",
4206]
4207
4208[[package]]
4209name = "ref-cast"
4210version = "1.0.25"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4213dependencies = [
4214 "ref-cast-impl",
4215]
4216
4217[[package]]
4218name = "ref-cast-impl"
4219version = "1.0.25"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4222dependencies = [
4223 "proc-macro2",
4224 "quote",
4225 "syn 2.0.111",
4226]
4227
4228[[package]]
4229name = "regex"
4230version = "1.12.2"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
4233dependencies = [
4234 "aho-corasick",
4235 "memchr",
4236 "regex-automata",
4237 "regex-syntax",
4238]
4239
4240[[package]]
4241name = "regex-automata"
4242version = "0.4.13"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
4245dependencies = [
4246 "aho-corasick",
4247 "memchr",
4248 "regex-syntax",
4249]
4250
4251[[package]]
4252name = "regex-lite"
4253version = "0.1.8"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
4256
4257[[package]]
4258name = "regex-syntax"
4259version = "0.8.8"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
4262
4263[[package]]
4264name = "reqwest"
4265version = "0.12.26"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
4268dependencies = [
4269 "base64",
4270 "bytes",
4271 "encoding_rs",
4272 "futures-core",
4273 "h2",
4274 "http",
4275 "http-body",
4276 "http-body-util",
4277 "hyper",
4278 "hyper-rustls",
4279 "hyper-util",
4280 "js-sys",
4281 "log",
4282 "mime",
4283 "percent-encoding",
4284 "pin-project-lite",
4285 "quinn",
4286 "rustls",
4287 "rustls-pki-types",
4288 "serde",
4289 "serde_json",
4290 "serde_urlencoded",
4291 "sync_wrapper",
4292 "tokio",
4293 "tokio-rustls",
4294 "tower",
4295 "tower-http",
4296 "tower-service",
4297 "url",
4298 "wasm-bindgen",
4299 "wasm-bindgen-futures",
4300 "web-sys",
4301 "webpki-roots",
4302]
4303
4304[[package]]
4305name = "rfc6979"
4306version = "0.4.0"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4309dependencies = [
4310 "hmac",
4311 "subtle",
4312]
4313
4314[[package]]
4315name = "ring"
4316version = "0.17.14"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4319dependencies = [
4320 "cc",
4321 "cfg-if",
4322 "getrandom 0.2.16",
4323 "libc",
4324 "untrusted",
4325 "windows-sys 0.52.0",
4326]
4327
4328[[package]]
4329name = "rmp"
4330version = "0.8.14"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
4333dependencies = [
4334 "byteorder",
4335 "num-traits",
4336 "paste",
4337]
4338
4339[[package]]
4340name = "roxmltree"
4341version = "0.20.0"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
4344
4345[[package]]
4346name = "rsa"
4347version = "0.9.9"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
4350dependencies = [
4351 "const-oid",
4352 "digest",
4353 "num-bigint-dig",
4354 "num-integer",
4355 "num-traits",
4356 "pkcs1",
4357 "pkcs8",
4358 "rand_core 0.6.4",
4359 "signature",
4360 "spki",
4361 "subtle",
4362 "zeroize",
4363]
4364
4365[[package]]
4366name = "rust-embed"
4367version = "8.9.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
4370dependencies = [
4371 "rust-embed-impl",
4372 "rust-embed-utils",
4373 "walkdir",
4374]
4375
4376[[package]]
4377name = "rust-embed-impl"
4378version = "8.9.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
4381dependencies = [
4382 "proc-macro2",
4383 "quote",
4384 "rust-embed-utils",
4385 "syn 2.0.111",
4386 "walkdir",
4387]
4388
4389[[package]]
4390name = "rust-embed-utils"
4391version = "8.9.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
4394dependencies = [
4395 "sha2",
4396 "walkdir",
4397]
4398
4399[[package]]
4400name = "rust_decimal"
4401version = "1.39.0"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
4404dependencies = [
4405 "arrayvec",
4406 "num-traits",
4407]
4408
4409[[package]]
4410name = "rustc-demangle"
4411version = "0.1.26"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
4414
4415[[package]]
4416name = "rustc-hash"
4417version = "2.1.1"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4420
4421[[package]]
4422name = "rustc_version"
4423version = "0.4.1"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4426dependencies = [
4427 "semver",
4428]
4429
4430[[package]]
4431name = "rustix"
4432version = "0.38.44"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4435dependencies = [
4436 "bitflags",
4437 "errno",
4438 "libc",
4439 "linux-raw-sys 0.4.15",
4440 "windows-sys 0.59.0",
4441]
4442
4443[[package]]
4444name = "rustix"
4445version = "1.1.2"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
4448dependencies = [
4449 "bitflags",
4450 "errno",
4451 "libc",
4452 "linux-raw-sys 0.11.0",
4453 "windows-sys 0.61.2",
4454]
4455
4456[[package]]
4457name = "rustls"
4458version = "0.23.35"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
4461dependencies = [
4462 "once_cell",
4463 "ring",
4464 "rustls-pki-types",
4465 "rustls-webpki",
4466 "subtle",
4467 "zeroize",
4468]
4469
4470[[package]]
4471name = "rustls-pki-types"
4472version = "1.13.1"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
4475dependencies = [
4476 "web-time",
4477 "zeroize",
4478]
4479
4480[[package]]
4481name = "rustls-webpki"
4482version = "0.103.8"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
4485dependencies = [
4486 "ring",
4487 "rustls-pki-types",
4488 "untrusted",
4489]
4490
4491[[package]]
4492name = "rustversion"
4493version = "1.0.22"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4496
4497[[package]]
4498name = "ryu"
4499version = "1.0.20"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4502
4503[[package]]
4504name = "saa"
4505version = "5.4.0"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "3192d99ee2f69effeacef86c9fa80e75b6604e2a5d3ade6856d206b519521e53"
4508
4509[[package]]
4510name = "same-file"
4511version = "1.0.6"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4514dependencies = [
4515 "winapi-util",
4516]
4517
4518[[package]]
4519name = "scc"
4520version = "3.4.6"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "0b6f8686af8563182fc6b63ab7bd7b5cad8f40fbe660675627caedc6c073eca8"
4523dependencies = [
4524 "saa",
4525 "sdd",
4526]
4527
4528[[package]]
4529name = "schemars"
4530version = "0.9.0"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
4533dependencies = [
4534 "dyn-clone",
4535 "ref-cast",
4536 "serde",
4537 "serde_json",
4538]
4539
4540[[package]]
4541name = "schemars"
4542version = "1.1.0"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
4545dependencies = [
4546 "dyn-clone",
4547 "ref-cast",
4548 "serde",
4549 "serde_json",
4550]
4551
4552[[package]]
4553name = "scoped-tls"
4554version = "1.0.1"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4557
4558[[package]]
4559name = "scopeguard"
4560version = "1.2.0"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4563
4564[[package]]
4565name = "sdd"
4566version = "4.5.0"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "7168ecf885fdd3920ade15d50189593b076e1d060b60406a745766380195d65a"
4569
4570[[package]]
4571name = "sec1"
4572version = "0.7.3"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4575dependencies = [
4576 "base16ct",
4577 "der",
4578 "generic-array",
4579 "pkcs8",
4580 "subtle",
4581 "zeroize",
4582]
4583
4584[[package]]
4585name = "self_cell"
4586version = "1.2.1"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33"
4589
4590[[package]]
4591name = "semver"
4592version = "1.0.27"
4593source = "registry+https://github.com/rust-lang/crates.io-index"
4594checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4595
4596[[package]]
4597name = "send_wrapper"
4598version = "0.6.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4601
4602[[package]]
4603name = "serde"
4604version = "1.0.228"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4607dependencies = [
4608 "serde_core",
4609 "serde_derive",
4610]
4611
4612[[package]]
4613name = "serde_bytes"
4614version = "0.11.19"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4617dependencies = [
4618 "serde",
4619 "serde_core",
4620]
4621
4622[[package]]
4623name = "serde_core"
4624version = "1.0.228"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4627dependencies = [
4628 "serde_derive",
4629]
4630
4631[[package]]
4632name = "serde_derive"
4633version = "1.0.228"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4636dependencies = [
4637 "proc-macro2",
4638 "quote",
4639 "syn 2.0.111",
4640]
4641
4642[[package]]
4643name = "serde_html_form"
4644version = "0.2.8"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
4647dependencies = [
4648 "form_urlencoded",
4649 "indexmap 2.12.1",
4650 "itoa",
4651 "ryu",
4652 "serde_core",
4653]
4654
4655[[package]]
4656name = "serde_ipld_dagcbor"
4657version = "0.6.4"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4660dependencies = [
4661 "cbor4ii",
4662 "ipld-core",
4663 "scopeguard",
4664 "serde",
4665]
4666
4667[[package]]
4668name = "serde_json"
4669version = "1.0.145"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4672dependencies = [
4673 "indexmap 2.12.1",
4674 "itoa",
4675 "memchr",
4676 "ryu",
4677 "serde",
4678 "serde_core",
4679]
4680
4681[[package]]
4682name = "serde_repr"
4683version = "0.1.20"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4686dependencies = [
4687 "proc-macro2",
4688 "quote",
4689 "syn 2.0.111",
4690]
4691
4692[[package]]
4693name = "serde_spanned"
4694version = "0.6.9"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4697dependencies = [
4698 "serde",
4699]
4700
4701[[package]]
4702name = "serde_urlencoded"
4703version = "0.7.1"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4706dependencies = [
4707 "form_urlencoded",
4708 "itoa",
4709 "ryu",
4710 "serde",
4711]
4712
4713[[package]]
4714name = "serde_with"
4715version = "3.16.1"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
4718dependencies = [
4719 "base64",
4720 "chrono",
4721 "hex",
4722 "indexmap 1.9.3",
4723 "indexmap 2.12.1",
4724 "schemars 0.9.0",
4725 "schemars 1.1.0",
4726 "serde_core",
4727 "serde_json",
4728 "serde_with_macros",
4729 "time",
4730]
4731
4732[[package]]
4733name = "serde_with_macros"
4734version = "3.16.1"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
4737dependencies = [
4738 "darling",
4739 "proc-macro2",
4740 "quote",
4741 "syn 2.0.111",
4742]
4743
4744[[package]]
4745name = "serde_yaml"
4746version = "0.9.34+deprecated"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
4749dependencies = [
4750 "indexmap 2.12.1",
4751 "itoa",
4752 "ryu",
4753 "serde",
4754 "unsafe-libyaml",
4755]
4756
4757[[package]]
4758name = "sha2"
4759version = "0.10.9"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4762dependencies = [
4763 "cfg-if",
4764 "cpufeatures",
4765 "digest",
4766]
4767
4768[[package]]
4769name = "shadow-rs"
4770version = "1.4.0"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "72d18183cef626bce22836103349c7050d73db799be0171386b80947d157ae32"
4773dependencies = [
4774 "const_format",
4775 "is_debug",
4776 "time",
4777 "tzdb",
4778]
4779
4780[[package]]
4781name = "sharded-slab"
4782version = "0.1.7"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4785dependencies = [
4786 "lazy_static",
4787]
4788
4789[[package]]
4790name = "shell-words"
4791version = "1.1.1"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
4794
4795[[package]]
4796name = "shlex"
4797version = "1.3.0"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4800
4801[[package]]
4802name = "signature"
4803version = "2.2.0"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4806dependencies = [
4807 "digest",
4808 "rand_core 0.6.4",
4809]
4810
4811[[package]]
4812name = "simd-adler32"
4813version = "0.3.8"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
4816
4817[[package]]
4818name = "siphasher"
4819version = "1.0.1"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4822
4823[[package]]
4824name = "slab"
4825version = "0.4.11"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4828
4829[[package]]
4830name = "smallvec"
4831version = "1.15.1"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4834
4835[[package]]
4836name = "smol_str"
4837version = "0.3.4"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
4840dependencies = [
4841 "borsh",
4842 "serde_core",
4843]
4844
4845[[package]]
4846name = "socket2"
4847version = "0.6.1"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
4850dependencies = [
4851 "libc",
4852 "windows-sys 0.60.2",
4853]
4854
4855[[package]]
4856name = "spin"
4857version = "0.9.8"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4860dependencies = [
4861 "lock_api",
4862]
4863
4864[[package]]
4865name = "spin"
4866version = "0.10.0"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
4869
4870[[package]]
4871name = "spki"
4872version = "0.7.3"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4875dependencies = [
4876 "base64ct",
4877 "der",
4878]
4879
4880[[package]]
4881name = "stable_deref_trait"
4882version = "1.2.1"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4885
4886[[package]]
4887name = "static-regular-grammar"
4888version = "2.0.2"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
4891dependencies = [
4892 "abnf",
4893 "btree-range-map",
4894 "ciborium",
4895 "hex_fmt",
4896 "indoc",
4897 "proc-macro-error",
4898 "proc-macro2",
4899 "quote",
4900 "serde",
4901 "sha2",
4902 "syn 2.0.111",
4903 "thiserror 1.0.69",
4904]
4905
4906[[package]]
4907name = "static_assertions"
4908version = "1.1.0"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4911
4912[[package]]
4913name = "string_cache"
4914version = "0.8.9"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
4917dependencies = [
4918 "new_debug_unreachable",
4919 "parking_lot",
4920 "phf_shared 0.11.3",
4921 "precomputed-hash",
4922 "serde",
4923]
4924
4925[[package]]
4926name = "string_cache_codegen"
4927version = "0.5.4"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
4930dependencies = [
4931 "phf_generator",
4932 "phf_shared 0.11.3",
4933 "proc-macro2",
4934 "quote",
4935]
4936
4937[[package]]
4938name = "strip-ansi-escapes"
4939version = "0.2.1"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
4942dependencies = [
4943 "vte",
4944]
4945
4946[[package]]
4947name = "strsim"
4948version = "0.11.1"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4951
4952[[package]]
4953name = "strum"
4954version = "0.26.3"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
4957
4958[[package]]
4959name = "strum_macros"
4960version = "0.27.2"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
4963dependencies = [
4964 "heck 0.5.0",
4965 "proc-macro2",
4966 "quote",
4967 "syn 2.0.111",
4968]
4969
4970[[package]]
4971name = "subtle"
4972version = "2.6.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4975
4976[[package]]
4977name = "supports-color"
4978version = "3.0.2"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
4981dependencies = [
4982 "is_ci",
4983]
4984
4985[[package]]
4986name = "supports-hyperlinks"
4987version = "3.1.0"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
4990
4991[[package]]
4992name = "supports-unicode"
4993version = "3.0.0"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
4996
4997[[package]]
4998name = "syn"
4999version = "1.0.109"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5002dependencies = [
5003 "proc-macro2",
5004 "quote",
5005 "unicode-ident",
5006]
5007
5008[[package]]
5009name = "syn"
5010version = "2.0.111"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
5013dependencies = [
5014 "proc-macro2",
5015 "quote",
5016 "unicode-ident",
5017]
5018
5019[[package]]
5020name = "sync_wrapper"
5021version = "1.0.2"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5024dependencies = [
5025 "futures-core",
5026]
5027
5028[[package]]
5029name = "synstructure"
5030version = "0.13.2"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5033dependencies = [
5034 "proc-macro2",
5035 "quote",
5036 "syn 2.0.111",
5037]
5038
5039[[package]]
5040name = "sys-locale"
5041version = "0.3.2"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
5044dependencies = [
5045 "libc",
5046]
5047
5048[[package]]
5049name = "sysinfo"
5050version = "0.37.2"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
5053dependencies = [
5054 "libc",
5055 "memchr",
5056 "ntapi",
5057 "objc2-core-foundation",
5058 "objc2-io-kit",
5059 "windows 0.61.3",
5060]
5061
5062[[package]]
5063name = "system-configuration"
5064version = "0.6.1"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5067dependencies = [
5068 "bitflags",
5069 "core-foundation",
5070 "system-configuration-sys",
5071]
5072
5073[[package]]
5074name = "system-configuration-sys"
5075version = "0.6.0"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5078dependencies = [
5079 "core-foundation-sys",
5080 "libc",
5081]
5082
5083[[package]]
5084name = "tabled"
5085version = "0.20.0"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d"
5088dependencies = [
5089 "ansi-str",
5090 "ansitok",
5091 "papergrid",
5092 "testing_table",
5093]
5094
5095[[package]]
5096name = "tagptr"
5097version = "0.2.0"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5100
5101[[package]]
5102name = "tempfile"
5103version = "3.23.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
5106dependencies = [
5107 "fastrand",
5108 "getrandom 0.3.4",
5109 "once_cell",
5110 "rustix 1.1.2",
5111 "windows-sys 0.61.2",
5112]
5113
5114[[package]]
5115name = "tendril"
5116version = "0.4.3"
5117source = "registry+https://github.com/rust-lang/crates.io-index"
5118checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5119dependencies = [
5120 "futf",
5121 "mac",
5122 "utf-8",
5123]
5124
5125[[package]]
5126name = "terminal_size"
5127version = "0.4.3"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
5130dependencies = [
5131 "rustix 1.1.2",
5132 "windows-sys 0.60.2",
5133]
5134
5135[[package]]
5136name = "testing_table"
5137version = "0.3.0"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc"
5140dependencies = [
5141 "ansitok",
5142 "unicode-width 0.2.2",
5143]
5144
5145[[package]]
5146name = "textwrap"
5147version = "0.16.2"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
5150dependencies = [
5151 "unicode-linebreak",
5152 "unicode-width 0.2.2",
5153]
5154
5155[[package]]
5156name = "thiserror"
5157version = "1.0.69"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5160dependencies = [
5161 "thiserror-impl 1.0.69",
5162]
5163
5164[[package]]
5165name = "thiserror"
5166version = "2.0.17"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
5169dependencies = [
5170 "thiserror-impl 2.0.17",
5171]
5172
5173[[package]]
5174name = "thiserror-impl"
5175version = "1.0.69"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5178dependencies = [
5179 "proc-macro2",
5180 "quote",
5181 "syn 2.0.111",
5182]
5183
5184[[package]]
5185name = "thiserror-impl"
5186version = "2.0.17"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
5189dependencies = [
5190 "proc-macro2",
5191 "quote",
5192 "syn 2.0.111",
5193]
5194
5195[[package]]
5196name = "thread_local"
5197version = "1.1.9"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5200dependencies = [
5201 "cfg-if",
5202]
5203
5204[[package]]
5205name = "time"
5206version = "0.3.44"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
5209dependencies = [
5210 "deranged",
5211 "itoa",
5212 "libc",
5213 "num-conv",
5214 "num_threads",
5215 "powerfmt",
5216 "serde",
5217 "time-core",
5218 "time-macros",
5219]
5220
5221[[package]]
5222name = "time-core"
5223version = "0.1.6"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
5226
5227[[package]]
5228name = "time-macros"
5229version = "0.2.24"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
5232dependencies = [
5233 "num-conv",
5234 "time-core",
5235]
5236
5237[[package]]
5238name = "tinystr"
5239version = "0.8.2"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
5242dependencies = [
5243 "displaydoc",
5244 "serde_core",
5245 "zerovec",
5246]
5247
5248[[package]]
5249name = "tinyvec"
5250version = "1.10.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5253dependencies = [
5254 "tinyvec_macros",
5255]
5256
5257[[package]]
5258name = "tinyvec_macros"
5259version = "0.1.1"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5262
5263[[package]]
5264name = "titlecase"
5265version = "3.6.0"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "eb567088a91d59b492520c8149e2be5ce10d5deb2d9a383f3378df3259679d40"
5268dependencies = [
5269 "regex",
5270]
5271
5272[[package]]
5273name = "tokio"
5274version = "1.48.0"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
5277dependencies = [
5278 "bytes",
5279 "libc",
5280 "mio",
5281 "pin-project-lite",
5282 "socket2",
5283 "tokio-macros",
5284 "windows-sys 0.61.2",
5285]
5286
5287[[package]]
5288name = "tokio-macros"
5289version = "2.6.0"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
5292dependencies = [
5293 "proc-macro2",
5294 "quote",
5295 "syn 2.0.111",
5296]
5297
5298[[package]]
5299name = "tokio-rustls"
5300version = "0.26.4"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5303dependencies = [
5304 "rustls",
5305 "tokio",
5306]
5307
5308[[package]]
5309name = "tokio-util"
5310version = "0.7.17"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
5313dependencies = [
5314 "bytes",
5315 "futures-core",
5316 "futures-sink",
5317 "futures-util",
5318 "pin-project-lite",
5319 "tokio",
5320]
5321
5322[[package]]
5323name = "toml"
5324version = "0.8.23"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
5327dependencies = [
5328 "indexmap 2.12.1",
5329 "serde",
5330 "serde_spanned",
5331 "toml_datetime",
5332 "toml_edit",
5333]
5334
5335[[package]]
5336name = "toml_datetime"
5337version = "0.6.11"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
5340dependencies = [
5341 "serde",
5342]
5343
5344[[package]]
5345name = "toml_edit"
5346version = "0.22.27"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
5349dependencies = [
5350 "indexmap 2.12.1",
5351 "serde",
5352 "serde_spanned",
5353 "toml_datetime",
5354 "toml_write",
5355 "winnow",
5356]
5357
5358[[package]]
5359name = "toml_write"
5360version = "0.1.2"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
5363
5364[[package]]
5365name = "tower"
5366version = "0.5.2"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5369dependencies = [
5370 "futures-core",
5371 "futures-util",
5372 "pin-project-lite",
5373 "sync_wrapper",
5374 "tokio",
5375 "tower-layer",
5376 "tower-service",
5377]
5378
5379[[package]]
5380name = "tower-http"
5381version = "0.6.8"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
5384dependencies = [
5385 "async-compression",
5386 "bitflags",
5387 "bytes",
5388 "futures-core",
5389 "futures-util",
5390 "http",
5391 "http-body",
5392 "http-body-util",
5393 "iri-string",
5394 "pin-project-lite",
5395 "tokio",
5396 "tokio-util",
5397 "tower",
5398 "tower-layer",
5399 "tower-service",
5400]
5401
5402[[package]]
5403name = "tower-layer"
5404version = "0.3.3"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5407
5408[[package]]
5409name = "tower-service"
5410version = "0.3.3"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5413
5414[[package]]
5415name = "tracing"
5416version = "0.1.43"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
5419dependencies = [
5420 "pin-project-lite",
5421 "tracing-attributes",
5422 "tracing-core",
5423]
5424
5425[[package]]
5426name = "tracing-attributes"
5427version = "0.1.31"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5430dependencies = [
5431 "proc-macro2",
5432 "quote",
5433 "syn 2.0.111",
5434]
5435
5436[[package]]
5437name = "tracing-core"
5438version = "0.1.35"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
5441dependencies = [
5442 "once_cell",
5443 "valuable",
5444]
5445
5446[[package]]
5447name = "tracing-log"
5448version = "0.2.0"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5451dependencies = [
5452 "log",
5453 "once_cell",
5454 "tracing-core",
5455]
5456
5457[[package]]
5458name = "tracing-subscriber"
5459version = "0.3.22"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
5462dependencies = [
5463 "matchers",
5464 "nu-ansi-term",
5465 "once_cell",
5466 "regex-automata",
5467 "sharded-slab",
5468 "smallvec",
5469 "thread_local",
5470 "tracing",
5471 "tracing-core",
5472 "tracing-log",
5473]
5474
5475[[package]]
5476name = "trait-variant"
5477version = "0.1.2"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5480dependencies = [
5481 "proc-macro2",
5482 "quote",
5483 "syn 2.0.111",
5484]
5485
5486[[package]]
5487name = "triomphe"
5488version = "0.1.15"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
5491
5492[[package]]
5493name = "try-lock"
5494version = "0.2.5"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5497
5498[[package]]
5499name = "type-map"
5500version = "0.5.1"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
5503dependencies = [
5504 "rustc-hash",
5505]
5506
5507[[package]]
5508name = "typeid"
5509version = "1.0.3"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5512
5513[[package]]
5514name = "typenum"
5515version = "1.19.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5518
5519[[package]]
5520name = "typetag"
5521version = "0.2.21"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
5524dependencies = [
5525 "erased-serde",
5526 "inventory",
5527 "once_cell",
5528 "serde",
5529 "typetag-impl",
5530]
5531
5532[[package]]
5533name = "typetag-impl"
5534version = "0.2.21"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
5537dependencies = [
5538 "proc-macro2",
5539 "quote",
5540 "syn 2.0.111",
5541]
5542
5543[[package]]
5544name = "tz-rs"
5545version = "0.7.1"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "14eff19b8dc1ace5bf7e4d920b2628ae3837f422ff42210cb1567cbf68b5accf"
5548
5549[[package]]
5550name = "tzdb"
5551version = "0.7.3"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "56d4e985b6dda743ae7fd4140c28105316ffd75bc58258ee6cc12934e3eb7a0c"
5554dependencies = [
5555 "iana-time-zone",
5556 "tz-rs",
5557 "tzdb_data",
5558]
5559
5560[[package]]
5561name = "tzdb_data"
5562version = "0.2.3"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "42302a846dea7ab786f42dc5f519387069045acff793e1178d9368414168fe95"
5565dependencies = [
5566 "tz-rs",
5567]
5568
5569[[package]]
5570name = "ucd-trie"
5571version = "0.1.7"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
5574
5575[[package]]
5576name = "uds_windows"
5577version = "1.1.0"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
5580dependencies = [
5581 "memoffset",
5582 "tempfile",
5583 "winapi",
5584]
5585
5586[[package]]
5587name = "umask"
5588version = "2.1.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "ec9a46c2549e35c054e0ffe281a3a6ec0007793db4df106604d37ed3f4d73d1c"
5591dependencies = [
5592 "thiserror 1.0.69",
5593]
5594
5595[[package]]
5596name = "unic-langid"
5597version = "0.9.6"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05"
5600dependencies = [
5601 "unic-langid-impl",
5602]
5603
5604[[package]]
5605name = "unic-langid-impl"
5606version = "0.9.6"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658"
5609dependencies = [
5610 "tinystr",
5611]
5612
5613[[package]]
5614name = "unicase"
5615version = "2.8.1"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5618
5619[[package]]
5620name = "unicode-ident"
5621version = "1.0.22"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
5624
5625[[package]]
5626name = "unicode-linebreak"
5627version = "0.1.5"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
5630
5631[[package]]
5632name = "unicode-segmentation"
5633version = "1.12.0"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5636
5637[[package]]
5638name = "unicode-width"
5639version = "0.1.14"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5642
5643[[package]]
5644name = "unicode-width"
5645version = "0.2.2"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
5648
5649[[package]]
5650name = "unicode-xid"
5651version = "0.2.6"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5654
5655[[package]]
5656name = "unit-prefix"
5657version = "0.5.2"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
5660
5661[[package]]
5662name = "unsafe-libyaml"
5663version = "0.2.11"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
5666
5667[[package]]
5668name = "unsigned-varint"
5669version = "0.7.2"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
5672
5673[[package]]
5674name = "unsigned-varint"
5675version = "0.8.0"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5678
5679[[package]]
5680name = "untrusted"
5681version = "0.9.0"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5684
5685[[package]]
5686name = "url"
5687version = "2.5.7"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5690dependencies = [
5691 "form_urlencoded",
5692 "idna",
5693 "percent-encoding",
5694 "serde",
5695]
5696
5697[[package]]
5698name = "urlencoding"
5699version = "2.1.3"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5702
5703[[package]]
5704name = "utf-8"
5705version = "0.7.6"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5708
5709[[package]]
5710name = "utf8_iter"
5711version = "1.0.4"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5714
5715[[package]]
5716name = "utf8parse"
5717version = "0.2.2"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5720
5721[[package]]
5722name = "uucore"
5723version = "0.5.0"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "b5eddd390f3fdef74f104a948559e6de29203f60f8f563c8c9f528cd4c88ee78"
5726dependencies = [
5727 "clap",
5728 "fluent",
5729 "fluent-bundle",
5730 "fluent-syntax",
5731 "libc",
5732 "nix",
5733 "os_display",
5734 "phf 0.13.1",
5735 "thiserror 2.0.17",
5736 "unic-langid",
5737 "uucore_procs",
5738 "wild",
5739]
5740
5741[[package]]
5742name = "uucore_procs"
5743version = "0.5.0"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "47148309a1f7a989d165dabbbc7f2bf156d7ff6affe7d69c1c5bfb822e663ae6"
5746dependencies = [
5747 "proc-macro2",
5748 "quote",
5749]
5750
5751[[package]]
5752name = "v_htmlescape"
5753version = "0.15.8"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
5756
5757[[package]]
5758name = "valuable"
5759version = "0.1.1"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5762
5763[[package]]
5764name = "version_check"
5765version = "0.9.5"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5768
5769[[package]]
5770name = "vfs"
5771version = "0.12.1"
5772source = "git+https://github.com/landaire/rust-vfs?branch=fix%2Fwasm#c4341e8e7c16a019c1a1415fc8a413bf883a08d5"
5773dependencies = [
5774 "filetime",
5775]
5776
5777[[package]]
5778name = "vte"
5779version = "0.14.1"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
5782dependencies = [
5783 "arrayvec",
5784 "memchr",
5785]
5786
5787[[package]]
5788name = "walkdir"
5789version = "2.5.0"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5792dependencies = [
5793 "same-file",
5794 "winapi-util",
5795]
5796
5797[[package]]
5798name = "want"
5799version = "0.3.1"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5802dependencies = [
5803 "try-lock",
5804]
5805
5806[[package]]
5807name = "wasi"
5808version = "0.11.1+wasi-snapshot-preview1"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5811
5812[[package]]
5813name = "wasip2"
5814version = "1.0.1+wasi-0.2.4"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5817dependencies = [
5818 "wit-bindgen",
5819]
5820
5821[[package]]
5822name = "wasm-bindgen"
5823version = "0.2.104"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5826dependencies = [
5827 "cfg-if",
5828 "once_cell",
5829 "rustversion",
5830 "wasm-bindgen-macro",
5831 "wasm-bindgen-shared",
5832]
5833
5834[[package]]
5835name = "wasm-bindgen-backend"
5836version = "0.2.104"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5839dependencies = [
5840 "bumpalo",
5841 "log",
5842 "proc-macro2",
5843 "quote",
5844 "syn 2.0.111",
5845 "wasm-bindgen-shared",
5846]
5847
5848[[package]]
5849name = "wasm-bindgen-futures"
5850version = "0.4.54"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
5853dependencies = [
5854 "cfg-if",
5855 "js-sys",
5856 "once_cell",
5857 "wasm-bindgen",
5858 "web-sys",
5859]
5860
5861[[package]]
5862name = "wasm-bindgen-macro"
5863version = "0.2.104"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5866dependencies = [
5867 "quote",
5868 "wasm-bindgen-macro-support",
5869]
5870
5871[[package]]
5872name = "wasm-bindgen-macro-support"
5873version = "0.2.104"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5876dependencies = [
5877 "proc-macro2",
5878 "quote",
5879 "syn 2.0.111",
5880 "wasm-bindgen-backend",
5881 "wasm-bindgen-shared",
5882]
5883
5884[[package]]
5885name = "wasm-bindgen-shared"
5886version = "0.2.104"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5889dependencies = [
5890 "unicode-ident",
5891]
5892
5893[[package]]
5894name = "wax"
5895version = "0.6.0"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "8d12a78aa0bab22d2f26ed1a96df7ab58e8a93506a3e20adb47c51a93b4e1357"
5898dependencies = [
5899 "const_format",
5900 "itertools 0.11.0",
5901 "nom",
5902 "pori",
5903 "regex",
5904 "thiserror 1.0.69",
5905 "walkdir",
5906]
5907
5908[[package]]
5909name = "web-sys"
5910version = "0.3.81"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5913dependencies = [
5914 "js-sys",
5915 "wasm-bindgen",
5916]
5917
5918[[package]]
5919name = "web-time"
5920version = "1.1.0"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5923dependencies = [
5924 "js-sys",
5925 "wasm-bindgen",
5926]
5927
5928[[package]]
5929name = "webpage"
5930version = "2.0.1"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
5933dependencies = [
5934 "html5ever",
5935 "markup5ever_rcdom",
5936 "serde_json",
5937 "url",
5938]
5939
5940[[package]]
5941name = "webpki-roots"
5942version = "1.0.4"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
5945dependencies = [
5946 "rustls-pki-types",
5947]
5948
5949[[package]]
5950name = "wild"
5951version = "2.2.1"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
5954dependencies = [
5955 "glob",
5956]
5957
5958[[package]]
5959name = "winapi"
5960version = "0.3.9"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5963dependencies = [
5964 "winapi-i686-pc-windows-gnu",
5965 "winapi-x86_64-pc-windows-gnu",
5966]
5967
5968[[package]]
5969name = "winapi-i686-pc-windows-gnu"
5970version = "0.4.0"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5973
5974[[package]]
5975name = "winapi-util"
5976version = "0.1.11"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5979dependencies = [
5980 "windows-sys 0.61.2",
5981]
5982
5983[[package]]
5984name = "winapi-x86_64-pc-windows-gnu"
5985version = "0.4.0"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5988
5989[[package]]
5990name = "windows"
5991version = "0.61.3"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5994dependencies = [
5995 "windows-collections 0.2.0",
5996 "windows-core 0.61.2",
5997 "windows-future 0.2.1",
5998 "windows-link 0.1.3",
5999 "windows-numerics 0.2.0",
6000]
6001
6002[[package]]
6003name = "windows"
6004version = "0.62.2"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
6007dependencies = [
6008 "windows-collections 0.3.2",
6009 "windows-core 0.62.2",
6010 "windows-future 0.3.2",
6011 "windows-numerics 0.3.1",
6012]
6013
6014[[package]]
6015name = "windows-collections"
6016version = "0.2.0"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
6019dependencies = [
6020 "windows-core 0.61.2",
6021]
6022
6023[[package]]
6024name = "windows-collections"
6025version = "0.3.2"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
6028dependencies = [
6029 "windows-core 0.62.2",
6030]
6031
6032[[package]]
6033name = "windows-core"
6034version = "0.61.2"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6037dependencies = [
6038 "windows-implement",
6039 "windows-interface",
6040 "windows-link 0.1.3",
6041 "windows-result 0.3.4",
6042 "windows-strings 0.4.2",
6043]
6044
6045[[package]]
6046name = "windows-core"
6047version = "0.62.2"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6050dependencies = [
6051 "windows-implement",
6052 "windows-interface",
6053 "windows-link 0.2.1",
6054 "windows-result 0.4.1",
6055 "windows-strings 0.5.1",
6056]
6057
6058[[package]]
6059name = "windows-future"
6060version = "0.2.1"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
6063dependencies = [
6064 "windows-core 0.61.2",
6065 "windows-link 0.1.3",
6066 "windows-threading 0.1.0",
6067]
6068
6069[[package]]
6070name = "windows-future"
6071version = "0.3.2"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
6074dependencies = [
6075 "windows-core 0.62.2",
6076 "windows-link 0.2.1",
6077 "windows-threading 0.2.1",
6078]
6079
6080[[package]]
6081name = "windows-implement"
6082version = "0.60.2"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6085dependencies = [
6086 "proc-macro2",
6087 "quote",
6088 "syn 2.0.111",
6089]
6090
6091[[package]]
6092name = "windows-interface"
6093version = "0.59.3"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6096dependencies = [
6097 "proc-macro2",
6098 "quote",
6099 "syn 2.0.111",
6100]
6101
6102[[package]]
6103name = "windows-link"
6104version = "0.1.3"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
6107
6108[[package]]
6109name = "windows-link"
6110version = "0.2.1"
6111source = "registry+https://github.com/rust-lang/crates.io-index"
6112checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6113
6114[[package]]
6115name = "windows-numerics"
6116version = "0.2.0"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
6119dependencies = [
6120 "windows-core 0.61.2",
6121 "windows-link 0.1.3",
6122]
6123
6124[[package]]
6125name = "windows-numerics"
6126version = "0.3.1"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
6129dependencies = [
6130 "windows-core 0.62.2",
6131 "windows-link 0.2.1",
6132]
6133
6134[[package]]
6135name = "windows-registry"
6136version = "0.6.1"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
6139dependencies = [
6140 "windows-link 0.2.1",
6141 "windows-result 0.4.1",
6142 "windows-strings 0.5.1",
6143]
6144
6145[[package]]
6146name = "windows-result"
6147version = "0.3.4"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6150dependencies = [
6151 "windows-link 0.1.3",
6152]
6153
6154[[package]]
6155name = "windows-result"
6156version = "0.4.1"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6159dependencies = [
6160 "windows-link 0.2.1",
6161]
6162
6163[[package]]
6164name = "windows-strings"
6165version = "0.4.2"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6168dependencies = [
6169 "windows-link 0.1.3",
6170]
6171
6172[[package]]
6173name = "windows-strings"
6174version = "0.5.1"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6177dependencies = [
6178 "windows-link 0.2.1",
6179]
6180
6181[[package]]
6182name = "windows-sys"
6183version = "0.48.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6186dependencies = [
6187 "windows-targets 0.48.5",
6188]
6189
6190[[package]]
6191name = "windows-sys"
6192version = "0.52.0"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6195dependencies = [
6196 "windows-targets 0.52.6",
6197]
6198
6199[[package]]
6200name = "windows-sys"
6201version = "0.59.0"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6204dependencies = [
6205 "windows-targets 0.52.6",
6206]
6207
6208[[package]]
6209name = "windows-sys"
6210version = "0.60.2"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6213dependencies = [
6214 "windows-targets 0.53.5",
6215]
6216
6217[[package]]
6218name = "windows-sys"
6219version = "0.61.2"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6222dependencies = [
6223 "windows-link 0.2.1",
6224]
6225
6226[[package]]
6227name = "windows-targets"
6228version = "0.48.5"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6231dependencies = [
6232 "windows_aarch64_gnullvm 0.48.5",
6233 "windows_aarch64_msvc 0.48.5",
6234 "windows_i686_gnu 0.48.5",
6235 "windows_i686_msvc 0.48.5",
6236 "windows_x86_64_gnu 0.48.5",
6237 "windows_x86_64_gnullvm 0.48.5",
6238 "windows_x86_64_msvc 0.48.5",
6239]
6240
6241[[package]]
6242name = "windows-targets"
6243version = "0.52.6"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6246dependencies = [
6247 "windows_aarch64_gnullvm 0.52.6",
6248 "windows_aarch64_msvc 0.52.6",
6249 "windows_i686_gnu 0.52.6",
6250 "windows_i686_gnullvm 0.52.6",
6251 "windows_i686_msvc 0.52.6",
6252 "windows_x86_64_gnu 0.52.6",
6253 "windows_x86_64_gnullvm 0.52.6",
6254 "windows_x86_64_msvc 0.52.6",
6255]
6256
6257[[package]]
6258name = "windows-targets"
6259version = "0.53.5"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6262dependencies = [
6263 "windows-link 0.2.1",
6264 "windows_aarch64_gnullvm 0.53.1",
6265 "windows_aarch64_msvc 0.53.1",
6266 "windows_i686_gnu 0.53.1",
6267 "windows_i686_gnullvm 0.53.1",
6268 "windows_i686_msvc 0.53.1",
6269 "windows_x86_64_gnu 0.53.1",
6270 "windows_x86_64_gnullvm 0.53.1",
6271 "windows_x86_64_msvc 0.53.1",
6272]
6273
6274[[package]]
6275name = "windows-threading"
6276version = "0.1.0"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
6279dependencies = [
6280 "windows-link 0.1.3",
6281]
6282
6283[[package]]
6284name = "windows-threading"
6285version = "0.2.1"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
6288dependencies = [
6289 "windows-link 0.2.1",
6290]
6291
6292[[package]]
6293name = "windows_aarch64_gnullvm"
6294version = "0.48.5"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6297
6298[[package]]
6299name = "windows_aarch64_gnullvm"
6300version = "0.52.6"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6303
6304[[package]]
6305name = "windows_aarch64_gnullvm"
6306version = "0.53.1"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
6309
6310[[package]]
6311name = "windows_aarch64_msvc"
6312version = "0.48.5"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6315
6316[[package]]
6317name = "windows_aarch64_msvc"
6318version = "0.52.6"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6321
6322[[package]]
6323name = "windows_aarch64_msvc"
6324version = "0.53.1"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
6327
6328[[package]]
6329name = "windows_i686_gnu"
6330version = "0.48.5"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6333
6334[[package]]
6335name = "windows_i686_gnu"
6336version = "0.52.6"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6339
6340[[package]]
6341name = "windows_i686_gnu"
6342version = "0.53.1"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6345
6346[[package]]
6347name = "windows_i686_gnullvm"
6348version = "0.52.6"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6351
6352[[package]]
6353name = "windows_i686_gnullvm"
6354version = "0.53.1"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6357
6358[[package]]
6359name = "windows_i686_msvc"
6360version = "0.48.5"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6363
6364[[package]]
6365name = "windows_i686_msvc"
6366version = "0.52.6"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6369
6370[[package]]
6371name = "windows_i686_msvc"
6372version = "0.53.1"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6375
6376[[package]]
6377name = "windows_x86_64_gnu"
6378version = "0.48.5"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6381
6382[[package]]
6383name = "windows_x86_64_gnu"
6384version = "0.52.6"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6387
6388[[package]]
6389name = "windows_x86_64_gnu"
6390version = "0.53.1"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6393
6394[[package]]
6395name = "windows_x86_64_gnullvm"
6396version = "0.48.5"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6399
6400[[package]]
6401name = "windows_x86_64_gnullvm"
6402version = "0.52.6"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6405
6406[[package]]
6407name = "windows_x86_64_gnullvm"
6408version = "0.53.1"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6411
6412[[package]]
6413name = "windows_x86_64_msvc"
6414version = "0.48.5"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6417
6418[[package]]
6419name = "windows_x86_64_msvc"
6420version = "0.52.6"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6423
6424[[package]]
6425name = "windows_x86_64_msvc"
6426version = "0.53.1"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6429
6430[[package]]
6431name = "winnow"
6432version = "0.7.14"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
6435dependencies = [
6436 "memchr",
6437]
6438
6439[[package]]
6440name = "winreg"
6441version = "0.52.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
6444dependencies = [
6445 "cfg-if",
6446 "windows-sys 0.48.0",
6447]
6448
6449[[package]]
6450name = "wit-bindgen"
6451version = "0.46.0"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6454
6455[[package]]
6456name = "writeable"
6457version = "0.6.2"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
6460
6461[[package]]
6462name = "xml5ever"
6463version = "0.18.1"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
6466dependencies = [
6467 "log",
6468 "mac",
6469 "markup5ever",
6470]
6471
6472[[package]]
6473name = "yansi"
6474version = "1.0.1"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
6477
6478[[package]]
6479name = "yoke"
6480version = "0.8.1"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
6483dependencies = [
6484 "stable_deref_trait",
6485 "yoke-derive",
6486 "zerofrom",
6487]
6488
6489[[package]]
6490name = "yoke-derive"
6491version = "0.8.1"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
6494dependencies = [
6495 "proc-macro2",
6496 "quote",
6497 "syn 2.0.111",
6498 "synstructure",
6499]
6500
6501[[package]]
6502name = "zerocopy"
6503version = "0.7.35"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
6506dependencies = [
6507 "byteorder",
6508 "zerocopy-derive 0.7.35",
6509]
6510
6511[[package]]
6512name = "zerocopy"
6513version = "0.8.31"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
6516dependencies = [
6517 "zerocopy-derive 0.8.31",
6518]
6519
6520[[package]]
6521name = "zerocopy-derive"
6522version = "0.7.35"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
6525dependencies = [
6526 "proc-macro2",
6527 "quote",
6528 "syn 2.0.111",
6529]
6530
6531[[package]]
6532name = "zerocopy-derive"
6533version = "0.8.31"
6534source = "registry+https://github.com/rust-lang/crates.io-index"
6535checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
6536dependencies = [
6537 "proc-macro2",
6538 "quote",
6539 "syn 2.0.111",
6540]
6541
6542[[package]]
6543name = "zerofrom"
6544version = "0.1.6"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6547dependencies = [
6548 "zerofrom-derive",
6549]
6550
6551[[package]]
6552name = "zerofrom-derive"
6553version = "0.1.6"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6556dependencies = [
6557 "proc-macro2",
6558 "quote",
6559 "syn 2.0.111",
6560 "synstructure",
6561]
6562
6563[[package]]
6564name = "zeroize"
6565version = "1.8.2"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6568dependencies = [
6569 "serde",
6570]
6571
6572[[package]]
6573name = "zerotrie"
6574version = "0.2.3"
6575source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
6577dependencies = [
6578 "displaydoc",
6579 "yoke",
6580 "zerofrom",
6581]
6582
6583[[package]]
6584name = "zerovec"
6585version = "0.11.5"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
6588dependencies = [
6589 "serde",
6590 "yoke",
6591 "zerofrom",
6592 "zerovec-derive",
6593]
6594
6595[[package]]
6596name = "zerovec-derive"
6597version = "0.11.2"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
6600dependencies = [
6601 "proc-macro2",
6602 "quote",
6603 "syn 2.0.111",
6604]
6605
6606[[package]]
6607name = "zip"
6608version = "4.6.1"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1"
6611dependencies = [
6612 "arbitrary",
6613 "crc32fast",
6614 "flate2",
6615 "indexmap 2.12.1",
6616 "memchr",
6617 "zopfli",
6618]
6619
6620[[package]]
6621name = "zlib-rs"
6622version = "0.5.4"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "51f936044d677be1a1168fae1d03b583a285a5dd9d8cbf7b24c23aa1fc775235"
6625
6626[[package]]
6627name = "zopfli"
6628version = "0.8.3"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
6631dependencies = [
6632 "bumpalo",
6633 "crc32fast",
6634 "log",
6635 "simd-adler32",
6636]