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