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