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