forked from
nonbinary.computer/jacquard
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.0"
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 "smol_str",
2462 "thiserror 2.0.18",
2463 "tokio",
2464 "tower",
2465 "tower-http",
2466 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2467 "tracing-subscriber 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
2468]
2469
2470[[package]]
2471name = "jacquard-codegen-tests"
2472version = "0.0.0"
2473dependencies = [
2474 "jacquard-common",
2475 "jacquard-derive",
2476 "jacquard-lexicon",
2477 "miette",
2478 "serde",
2479 "thiserror 2.0.18",
2480]
2481
2482[[package]]
2483name = "jacquard-common"
2484version = "0.11.0"
2485dependencies = [
2486 "base64 0.22.1",
2487 "bon",
2488 "bytes",
2489 "chrono",
2490 "ciborium",
2491 "ciborium-io",
2492 "cid",
2493 "ed25519-dalek",
2494 "fluent-uri",
2495 "futures",
2496 "futures-lite",
2497 "getrandom 0.2.17",
2498 "getrandom 0.3.4",
2499 "hashbrown 0.15.5",
2500 "http",
2501 "ipld-core",
2502 "k256",
2503 "maitake-sync 0.1.2",
2504 "miette",
2505 "multibase",
2506 "multihash",
2507 "n0-future",
2508 "ouroboros",
2509 "oxilangtag",
2510 "p256",
2511 "phf",
2512 "postcard",
2513 "rand 0.9.2",
2514 "regex",
2515 "regex-automata",
2516 "regex-lite",
2517 "reqwest",
2518 "rustversion",
2519 "serde",
2520 "serde_bytes",
2521 "serde_html_form",
2522 "serde_ipld_dagcbor",
2523 "serde_json",
2524 "signature",
2525 "smol_str",
2526 "spin 0.10.0",
2527 "thiserror 2.0.18",
2528 "tokio",
2529 "tokio-tungstenite-wasm",
2530 "tokio-util",
2531 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2532 "trait-variant",
2533 "unicode-segmentation",
2534 "zstd",
2535]
2536
2537[[package]]
2538name = "jacquard-derive"
2539version = "0.11.0"
2540dependencies = [
2541 "heck 0.5.0",
2542 "inventory",
2543 "jacquard-common",
2544 "jacquard-lexicon",
2545 "proc-macro2",
2546 "quote",
2547 "serde",
2548 "serde_json",
2549 "syn",
2550 "unicode-segmentation",
2551]
2552
2553[[package]]
2554name = "jacquard-identity"
2555version = "0.11.0"
2556dependencies = [
2557 "bon",
2558 "bytes",
2559 "hickory-resolver",
2560 "http",
2561 "jacquard-common",
2562 "jacquard-lexicon",
2563 "miette",
2564 "mini-moka-wasm",
2565 "n0-future",
2566 "reqwest",
2567 "serde",
2568 "serde_html_form",
2569 "serde_json",
2570 "thiserror 2.0.18",
2571 "tokio",
2572 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2573 "trait-variant",
2574]
2575
2576[[package]]
2577name = "jacquard-lexgen"
2578version = "0.11.0"
2579dependencies = [
2580 "clap",
2581 "clap_complete",
2582 "clap_mangen",
2583 "glob",
2584 "inventory",
2585 "jacquard-common",
2586 "jacquard-derive",
2587 "jacquard-identity",
2588 "jacquard-lexicon",
2589 "kdl",
2590 "miette",
2591 "reqwest",
2592 "serde",
2593 "serde_json",
2594 "syn",
2595 "tempfile",
2596 "thiserror 2.0.18",
2597 "tokio",
2598 "toml 0.8.23",
2599 "walkdir",
2600]
2601
2602[[package]]
2603name = "jacquard-lexicon"
2604version = "0.11.0"
2605dependencies = [
2606 "bytes",
2607 "cid",
2608 "dashmap",
2609 "heck 0.5.0",
2610 "inventory",
2611 "jacquard-common",
2612 "jacquard-derive",
2613 "miette",
2614 "multihash",
2615 "prettyplease",
2616 "proc-macro2",
2617 "quote",
2618 "serde",
2619 "serde_ipld_dagcbor",
2620 "serde_json",
2621 "serde_path_to_error",
2622 "serde_repr",
2623 "serde_with",
2624 "sha2",
2625 "syn",
2626 "tempfile",
2627 "thiserror 2.0.18",
2628 "unicode-segmentation",
2629]
2630
2631[[package]]
2632name = "jacquard-oauth"
2633version = "0.11.0"
2634dependencies = [
2635 "base64 0.22.1",
2636 "bytes",
2637 "chrono",
2638 "dashmap",
2639 "ed25519-dalek",
2640 "elliptic-curve",
2641 "http",
2642 "jacquard-common",
2643 "jacquard-identity",
2644 "jose-jwa",
2645 "jose-jwk",
2646 "k256",
2647 "miette",
2648 "n0-future",
2649 "p256",
2650 "p384",
2651 "rand 0.8.5",
2652 "rouille",
2653 "serde",
2654 "serde_html_form",
2655 "serde_json",
2656 "sha2",
2657 "smol_str",
2658 "thiserror 2.0.18",
2659 "tokio",
2660 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2661 "trait-variant",
2662 "webbrowser",
2663]
2664
2665[[package]]
2666name = "jacquard-repo"
2667version = "0.11.0"
2668dependencies = [
2669 "anyhow",
2670 "bytes",
2671 "cid",
2672 "ed25519-dalek",
2673 "hex",
2674 "iroh-car",
2675 "jacquard-api",
2676 "jacquard-common",
2677 "jacquard-derive",
2678 "k256",
2679 "miette",
2680 "multihash",
2681 "n0-future",
2682 "p256",
2683 "rand 0.8.5",
2684 "serde",
2685 "serde_bytes",
2686 "serde_ipld_dagcbor",
2687 "serde_ipld_dagjson",
2688 "serde_json",
2689 "sha2",
2690 "smol_str",
2691 "tempfile",
2692 "thiserror 2.0.18",
2693 "tokio",
2694 "trait-variant",
2695]
2696
2697[[package]]
2698name = "jni"
2699version = "0.22.4"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
2702dependencies = [
2703 "cfg-if",
2704 "combine",
2705 "jni-macros",
2706 "jni-sys",
2707 "log",
2708 "simd_cesu8",
2709 "thiserror 2.0.18",
2710 "walkdir",
2711 "windows-link",
2712]
2713
2714[[package]]
2715name = "jni-macros"
2716version = "0.22.4"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
2719dependencies = [
2720 "proc-macro2",
2721 "quote",
2722 "rustc_version",
2723 "simd_cesu8",
2724 "syn",
2725]
2726
2727[[package]]
2728name = "jni-sys"
2729version = "0.4.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
2732dependencies = [
2733 "jni-sys-macros",
2734]
2735
2736[[package]]
2737name = "jni-sys-macros"
2738version = "0.4.1"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
2741dependencies = [
2742 "quote",
2743 "syn",
2744]
2745
2746[[package]]
2747name = "jobserver"
2748version = "0.1.34"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2751dependencies = [
2752 "getrandom 0.3.4",
2753 "libc",
2754]
2755
2756[[package]]
2757name = "jose-b64"
2758version = "0.1.2"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2761dependencies = [
2762 "base64ct",
2763 "serde",
2764 "subtle",
2765 "zeroize",
2766]
2767
2768[[package]]
2769name = "jose-jwa"
2770version = "0.1.2"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2773dependencies = [
2774 "serde",
2775]
2776
2777[[package]]
2778name = "jose-jwk"
2779version = "0.1.2"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2782dependencies = [
2783 "jose-b64",
2784 "jose-jwa",
2785 "p256",
2786 "p384",
2787 "rsa",
2788 "serde",
2789 "zeroize",
2790]
2791
2792[[package]]
2793name = "jpeg-decoder"
2794version = "0.1.22"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2797
2798[[package]]
2799name = "js-sys"
2800version = "0.3.91"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
2803dependencies = [
2804 "once_cell",
2805 "wasm-bindgen",
2806]
2807
2808[[package]]
2809name = "k256"
2810version = "0.13.4"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2813dependencies = [
2814 "cfg-if",
2815 "ecdsa",
2816 "elliptic-curve",
2817 "once_cell",
2818 "sha2",
2819 "signature",
2820]
2821
2822[[package]]
2823name = "kdl"
2824version = "6.5.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e"
2827dependencies = [
2828 "miette",
2829 "num",
2830 "winnow 0.6.24",
2831]
2832
2833[[package]]
2834name = "lazy-collections"
2835version = "0.11.0"
2836dependencies = [
2837 "buffer",
2838 "bytes",
2839 "chrono",
2840 "embedded-io 0.6.1",
2841 "embedded-io-adapters",
2842 "embedded-io-async",
2843 "heapless 0.9.2",
2844 "lock_api",
2845 "loom",
2846 "maitake-sync 0.2.2",
2847 "managed",
2848 "miette",
2849 "n0-future",
2850 "pin-project",
2851 "postcard",
2852 "proptest",
2853 "serde",
2854 "serde_bytes",
2855 "tokio",
2856 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2857 "tracing 0.1.44 (git+https://github.com/tokio-rs/tracing)",
2858 "tracing-subscriber 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
2859 "tracing-subscriber 0.3.23 (git+https://github.com/tokio-rs/tracing)",
2860]
2861
2862[[package]]
2863name = "lazy_static"
2864version = "1.5.0"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2867dependencies = [
2868 "spin 0.9.8",
2869]
2870
2871[[package]]
2872name = "leb128fmt"
2873version = "0.1.0"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2876
2877[[package]]
2878name = "lebe"
2879version = "0.5.3"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
2882
2883[[package]]
2884name = "libc"
2885version = "0.2.183"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
2888
2889[[package]]
2890name = "libfuzzer-sys"
2891version = "0.4.12"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
2894dependencies = [
2895 "arbitrary",
2896 "cc",
2897]
2898
2899[[package]]
2900name = "libm"
2901version = "0.2.16"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
2904
2905[[package]]
2906name = "libredox"
2907version = "0.1.14"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
2910dependencies = [
2911 "bitflags",
2912 "libc",
2913 "plain",
2914 "redox_syscall 0.7.3",
2915]
2916
2917[[package]]
2918name = "linked-hash-map"
2919version = "0.5.6"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2922
2923[[package]]
2924name = "linux-raw-sys"
2925version = "0.4.15"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2928
2929[[package]]
2930name = "linux-raw-sys"
2931version = "0.12.1"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2934
2935[[package]]
2936name = "litemap"
2937version = "0.8.1"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2940
2941[[package]]
2942name = "lock_api"
2943version = "0.4.14"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2946dependencies = [
2947 "scopeguard",
2948]
2949
2950[[package]]
2951name = "log"
2952version = "0.4.29"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2955
2956[[package]]
2957name = "loom"
2958version = "0.7.2"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2961dependencies = [
2962 "cfg-if",
2963 "generator",
2964 "scoped-tls",
2965 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2966 "tracing-subscriber 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
2967]
2968
2969[[package]]
2970name = "loop9"
2971version = "0.1.5"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
2974dependencies = [
2975 "imgref",
2976]
2977
2978[[package]]
2979name = "lru-cache"
2980version = "0.1.2"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2983dependencies = [
2984 "linked-hash-map",
2985]
2986
2987[[package]]
2988name = "lru-slab"
2989version = "0.1.2"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2992
2993[[package]]
2994name = "mac"
2995version = "0.0.2"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "1b1db08c0d0ddbb591e65f1da58d1cefccc94a2faa0c55bf979ce215a3e04d5e"
2998
2999[[package]]
3000name = "mac"
3001version = "0.1.1"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
3004
3005[[package]]
3006name = "maitake-sync"
3007version = "0.1.2"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
3010dependencies = [
3011 "cordyceps",
3012 "loom",
3013 "mycelium-bitfield",
3014 "pin-project",
3015 "portable-atomic",
3016]
3017
3018[[package]]
3019name = "maitake-sync"
3020version = "0.2.2"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "748f86d9befd480b602c3bebc9ef30dbf2f3dfc8acc4a73d07b90f0117e6de3f"
3023dependencies = [
3024 "cordyceps",
3025 "loom",
3026 "mutex-traits",
3027 "mycelium-bitfield",
3028 "pin-project",
3029 "portable-atomic",
3030 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
3031]
3032
3033[[package]]
3034name = "managed"
3035version = "0.8.0"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
3038
3039[[package]]
3040name = "markup5ever"
3041version = "0.12.1"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
3044dependencies = [
3045 "log",
3046 "phf",
3047 "phf_codegen",
3048 "string_cache",
3049 "string_cache_codegen",
3050 "tendril",
3051]
3052
3053[[package]]
3054name = "markup5ever_rcdom"
3055version = "0.3.0"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
3058dependencies = [
3059 "html5ever",
3060 "markup5ever",
3061 "tendril",
3062 "xml5ever",
3063]
3064
3065[[package]]
3066name = "match-lookup"
3067version = "0.1.2"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
3070dependencies = [
3071 "proc-macro2",
3072 "quote",
3073 "syn",
3074]
3075
3076[[package]]
3077name = "matchers"
3078version = "0.2.0"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3081dependencies = [
3082 "regex-automata",
3083]
3084
3085[[package]]
3086name = "matchit"
3087version = "0.8.4"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3090
3091[[package]]
3092name = "maybe-rayon"
3093version = "0.1.1"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
3096dependencies = [
3097 "cfg-if",
3098 "rayon",
3099]
3100
3101[[package]]
3102name = "memchr"
3103version = "2.8.0"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
3106
3107[[package]]
3108name = "miette"
3109version = "7.6.0"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3112dependencies = [
3113 "backtrace",
3114 "backtrace-ext",
3115 "cfg-if",
3116 "miette-derive",
3117 "owo-colors",
3118 "supports-color",
3119 "supports-hyperlinks",
3120 "supports-unicode",
3121 "terminal_size",
3122 "textwrap",
3123 "unicode-width 0.1.14",
3124]
3125
3126[[package]]
3127name = "miette-derive"
3128version = "7.6.0"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3131dependencies = [
3132 "proc-macro2",
3133 "quote",
3134 "syn",
3135]
3136
3137[[package]]
3138name = "mime"
3139version = "0.3.17"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3142
3143[[package]]
3144name = "mime_guess"
3145version = "2.0.5"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3148dependencies = [
3149 "mime",
3150 "unicase",
3151]
3152
3153[[package]]
3154name = "mini-moka-wasm"
3155version = "0.10.99"
3156dependencies = [
3157 "anyhow",
3158 "crossbeam-channel",
3159 "crossbeam-utils",
3160 "dashmap",
3161 "getrandom 0.2.17",
3162 "once_cell",
3163 "smallvec",
3164 "tagptr",
3165 "triomphe",
3166 "trybuild",
3167 "wasm-bindgen-test",
3168 "web-time",
3169]
3170
3171[[package]]
3172name = "minicov"
3173version = "0.3.8"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
3176dependencies = [
3177 "cc",
3178 "walkdir",
3179]
3180
3181[[package]]
3182name = "miniz_oxide"
3183version = "0.4.4"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3186dependencies = [
3187 "adler",
3188 "autocfg",
3189]
3190
3191[[package]]
3192name = "miniz_oxide"
3193version = "0.8.9"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3196dependencies = [
3197 "adler2",
3198 "simd-adler32",
3199]
3200
3201[[package]]
3202name = "mio"
3203version = "1.1.1"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
3206dependencies = [
3207 "libc",
3208 "wasi",
3209 "windows-sys 0.61.2",
3210]
3211
3212[[package]]
3213name = "moxcms"
3214version = "0.8.1"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3217dependencies = [
3218 "num-traits",
3219 "pxfm",
3220]
3221
3222[[package]]
3223name = "multibase"
3224version = "0.9.2"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
3227dependencies = [
3228 "base-x",
3229 "base256emoji",
3230 "data-encoding",
3231 "data-encoding-macro",
3232]
3233
3234[[package]]
3235name = "multihash"
3236version = "0.19.3"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
3239dependencies = [
3240 "core2",
3241 "serde",
3242 "unsigned-varint 0.8.0",
3243]
3244
3245[[package]]
3246name = "multipart"
3247version = "0.18.0"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
3250dependencies = [
3251 "buf_redux",
3252 "httparse",
3253 "log",
3254 "mime",
3255 "mime_guess",
3256 "quick-error 1.2.3",
3257 "rand 0.8.5",
3258 "safemem",
3259 "tempfile",
3260 "twoway",
3261]
3262
3263[[package]]
3264name = "mutex-traits"
3265version = "1.0.1"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "3929f2b5633d29cf7b6624992e5f3c1e9334f1193423e12d17be4faf678cde3f"
3268
3269[[package]]
3270name = "mycelium-bitfield"
3271version = "0.1.5"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
3274
3275[[package]]
3276name = "n0-future"
3277version = "0.1.3"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
3280dependencies = [
3281 "cfg_aliases",
3282 "derive_more",
3283 "futures-buffered",
3284 "futures-lite",
3285 "futures-util",
3286 "js-sys",
3287 "pin-project",
3288 "send_wrapper",
3289 "tokio",
3290 "tokio-util",
3291 "wasm-bindgen",
3292 "wasm-bindgen-futures",
3293 "web-time",
3294]
3295
3296[[package]]
3297name = "ndk-context"
3298version = "0.1.1"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3301
3302[[package]]
3303name = "new_debug_unreachable"
3304version = "1.0.6"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3307
3308[[package]]
3309name = "nom"
3310version = "8.0.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
3313dependencies = [
3314 "memchr",
3315]
3316
3317[[package]]
3318name = "noop_proc_macro"
3319version = "0.3.0"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
3322
3323[[package]]
3324name = "nu-ansi-term"
3325version = "0.50.3"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3328dependencies = [
3329 "windows-sys 0.61.2",
3330]
3331
3332[[package]]
3333name = "num"
3334version = "0.4.3"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3337dependencies = [
3338 "num-bigint",
3339 "num-complex",
3340 "num-integer",
3341 "num-iter",
3342 "num-rational",
3343 "num-traits",
3344]
3345
3346[[package]]
3347name = "num-bigint"
3348version = "0.4.6"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3351dependencies = [
3352 "num-integer",
3353 "num-traits",
3354]
3355
3356[[package]]
3357name = "num-bigint-dig"
3358version = "0.8.6"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
3361dependencies = [
3362 "lazy_static",
3363 "libm",
3364 "num-integer",
3365 "num-iter",
3366 "num-traits",
3367 "rand 0.8.5",
3368 "smallvec",
3369 "zeroize",
3370]
3371
3372[[package]]
3373name = "num-complex"
3374version = "0.4.6"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3377dependencies = [
3378 "num-traits",
3379]
3380
3381[[package]]
3382name = "num-conv"
3383version = "0.2.0"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
3386
3387[[package]]
3388name = "num-derive"
3389version = "0.4.2"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
3392dependencies = [
3393 "proc-macro2",
3394 "quote",
3395 "syn",
3396]
3397
3398[[package]]
3399name = "num-integer"
3400version = "0.1.46"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3403dependencies = [
3404 "num-traits",
3405]
3406
3407[[package]]
3408name = "num-iter"
3409version = "0.1.45"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3412dependencies = [
3413 "autocfg",
3414 "num-integer",
3415 "num-traits",
3416]
3417
3418[[package]]
3419name = "num-rational"
3420version = "0.4.2"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3423dependencies = [
3424 "num-bigint",
3425 "num-integer",
3426 "num-traits",
3427]
3428
3429[[package]]
3430name = "num-traits"
3431version = "0.2.19"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3434dependencies = [
3435 "autocfg",
3436 "libm",
3437]
3438
3439[[package]]
3440name = "num_cpus"
3441version = "1.17.0"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3444dependencies = [
3445 "hermit-abi",
3446 "libc",
3447]
3448
3449[[package]]
3450name = "num_threads"
3451version = "0.1.7"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3454dependencies = [
3455 "libc",
3456]
3457
3458[[package]]
3459name = "objc2"
3460version = "0.6.4"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
3463dependencies = [
3464 "objc2-encode",
3465]
3466
3467[[package]]
3468name = "objc2-encode"
3469version = "4.1.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3472
3473[[package]]
3474name = "objc2-foundation"
3475version = "0.3.2"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
3478dependencies = [
3479 "bitflags",
3480 "objc2",
3481]
3482
3483[[package]]
3484name = "object"
3485version = "0.37.3"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3488dependencies = [
3489 "memchr",
3490]
3491
3492[[package]]
3493name = "once_cell"
3494version = "1.21.4"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
3497
3498[[package]]
3499name = "once_cell_polyfill"
3500version = "1.70.2"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3503
3504[[package]]
3505name = "oorandom"
3506version = "11.1.5"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
3509
3510[[package]]
3511name = "openssl-probe"
3512version = "0.2.1"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
3515
3516[[package]]
3517name = "ouroboros"
3518version = "0.18.5"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3521dependencies = [
3522 "aliasable",
3523 "ouroboros_macro",
3524 "static_assertions",
3525]
3526
3527[[package]]
3528name = "ouroboros_macro"
3529version = "0.18.5"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3532dependencies = [
3533 "heck 0.4.1",
3534 "proc-macro2",
3535 "proc-macro2-diagnostics",
3536 "quote",
3537 "syn",
3538]
3539
3540[[package]]
3541name = "owo-colors"
3542version = "4.3.0"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
3545
3546[[package]]
3547name = "oxilangtag"
3548version = "0.1.5"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
3551dependencies = [
3552 "serde",
3553]
3554
3555[[package]]
3556name = "p256"
3557version = "0.13.2"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3560dependencies = [
3561 "ecdsa",
3562 "elliptic-curve",
3563 "primeorder",
3564 "sha2",
3565]
3566
3567[[package]]
3568name = "p384"
3569version = "0.13.1"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3572dependencies = [
3573 "ecdsa",
3574 "elliptic-curve",
3575 "primeorder",
3576 "sha2",
3577]
3578
3579[[package]]
3580name = "parking"
3581version = "2.2.1"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3584
3585[[package]]
3586name = "parking_lot"
3587version = "0.12.5"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3590dependencies = [
3591 "lock_api",
3592 "parking_lot_core",
3593]
3594
3595[[package]]
3596name = "parking_lot_core"
3597version = "0.9.12"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3600dependencies = [
3601 "cfg-if",
3602 "libc",
3603 "redox_syscall 0.5.18",
3604 "smallvec",
3605 "windows-link",
3606]
3607
3608[[package]]
3609name = "paste"
3610version = "1.0.15"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3613
3614[[package]]
3615name = "pastey"
3616version = "0.1.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
3619
3620[[package]]
3621name = "pem-rfc7468"
3622version = "0.7.0"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3625dependencies = [
3626 "base64ct",
3627]
3628
3629[[package]]
3630name = "percent-encoding"
3631version = "2.3.2"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3634
3635[[package]]
3636name = "phf"
3637version = "0.11.3"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3640dependencies = [
3641 "phf_macros",
3642 "phf_shared",
3643]
3644
3645[[package]]
3646name = "phf_codegen"
3647version = "0.11.3"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3650dependencies = [
3651 "phf_generator",
3652 "phf_shared",
3653]
3654
3655[[package]]
3656name = "phf_generator"
3657version = "0.11.3"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3660dependencies = [
3661 "phf_shared",
3662 "rand 0.8.5",
3663]
3664
3665[[package]]
3666name = "phf_macros"
3667version = "0.11.3"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
3670dependencies = [
3671 "phf_generator",
3672 "phf_shared",
3673 "proc-macro2",
3674 "quote",
3675 "syn",
3676]
3677
3678[[package]]
3679name = "phf_shared"
3680version = "0.11.3"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3683dependencies = [
3684 "siphasher",
3685]
3686
3687[[package]]
3688name = "pin-project"
3689version = "1.1.11"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
3692dependencies = [
3693 "pin-project-internal",
3694]
3695
3696[[package]]
3697name = "pin-project-internal"
3698version = "1.1.11"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
3701dependencies = [
3702 "proc-macro2",
3703 "quote",
3704 "syn",
3705]
3706
3707[[package]]
3708name = "pin-project-lite"
3709version = "0.2.17"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
3712
3713[[package]]
3714name = "pin-utils"
3715version = "0.1.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3718
3719[[package]]
3720name = "pkcs1"
3721version = "0.7.5"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3724dependencies = [
3725 "der",
3726 "pkcs8",
3727 "spki",
3728]
3729
3730[[package]]
3731name = "pkcs8"
3732version = "0.10.2"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3735dependencies = [
3736 "der",
3737 "spki",
3738]
3739
3740[[package]]
3741name = "pkg-config"
3742version = "0.3.32"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3745
3746[[package]]
3747name = "plain"
3748version = "0.2.3"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
3751
3752[[package]]
3753name = "png"
3754version = "0.18.1"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
3757dependencies = [
3758 "bitflags",
3759 "crc32fast",
3760 "fdeflate",
3761 "flate2",
3762 "miniz_oxide 0.8.9",
3763]
3764
3765[[package]]
3766name = "portable-atomic"
3767version = "1.13.1"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
3770
3771[[package]]
3772name = "postcard"
3773version = "1.1.3"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
3776dependencies = [
3777 "cobs",
3778 "embedded-io 0.4.0",
3779 "embedded-io 0.6.1",
3780 "heapless 0.7.17",
3781 "serde",
3782]
3783
3784[[package]]
3785name = "potential_utf"
3786version = "0.1.4"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3789dependencies = [
3790 "zerovec",
3791]
3792
3793[[package]]
3794name = "powerfmt"
3795version = "0.2.0"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3798
3799[[package]]
3800name = "ppv-lite86"
3801version = "0.2.21"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3804dependencies = [
3805 "zerocopy",
3806]
3807
3808[[package]]
3809name = "precomputed-hash"
3810version = "0.1.1"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3813
3814[[package]]
3815name = "pretty_assertions"
3816version = "1.4.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
3819dependencies = [
3820 "diff",
3821 "yansi",
3822]
3823
3824[[package]]
3825name = "prettyplease"
3826version = "0.2.37"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3829dependencies = [
3830 "proc-macro2",
3831 "syn",
3832]
3833
3834[[package]]
3835name = "primeorder"
3836version = "0.13.6"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3839dependencies = [
3840 "elliptic-curve",
3841]
3842
3843[[package]]
3844name = "proc-macro2"
3845version = "1.0.106"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
3848dependencies = [
3849 "unicode-ident",
3850]
3851
3852[[package]]
3853name = "proc-macro2-diagnostics"
3854version = "0.10.1"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3857dependencies = [
3858 "proc-macro2",
3859 "quote",
3860 "syn",
3861 "version_check",
3862 "yansi",
3863]
3864
3865[[package]]
3866name = "profiling"
3867version = "1.0.17"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
3870dependencies = [
3871 "profiling-procmacros",
3872]
3873
3874[[package]]
3875name = "profiling-procmacros"
3876version = "1.0.17"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
3879dependencies = [
3880 "quote",
3881 "syn",
3882]
3883
3884[[package]]
3885name = "proptest"
3886version = "1.10.0"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
3889dependencies = [
3890 "bit-set",
3891 "bit-vec",
3892 "bitflags",
3893 "num-traits",
3894 "rand 0.9.2",
3895 "rand_chacha 0.9.0",
3896 "rand_xorshift",
3897 "regex-syntax",
3898 "rusty-fork",
3899 "tempfile",
3900 "unarray",
3901]
3902
3903[[package]]
3904name = "pxfm"
3905version = "0.1.28"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d"
3908
3909[[package]]
3910name = "qoi"
3911version = "0.4.1"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
3914dependencies = [
3915 "bytemuck",
3916]
3917
3918[[package]]
3919name = "quick-error"
3920version = "1.2.3"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3923
3924[[package]]
3925name = "quick-error"
3926version = "2.0.1"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3929
3930[[package]]
3931name = "quinn"
3932version = "0.11.9"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3935dependencies = [
3936 "bytes",
3937 "cfg_aliases",
3938 "pin-project-lite",
3939 "quinn-proto",
3940 "quinn-udp",
3941 "rustc-hash",
3942 "rustls",
3943 "socket2 0.6.3",
3944 "thiserror 2.0.18",
3945 "tokio",
3946 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
3947 "web-time",
3948]
3949
3950[[package]]
3951name = "quinn-proto"
3952version = "0.11.14"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
3955dependencies = [
3956 "bytes",
3957 "getrandom 0.3.4",
3958 "lru-slab",
3959 "rand 0.9.2",
3960 "ring",
3961 "rustc-hash",
3962 "rustls",
3963 "rustls-pki-types",
3964 "slab",
3965 "thiserror 2.0.18",
3966 "tinyvec",
3967 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
3968 "web-time",
3969]
3970
3971[[package]]
3972name = "quinn-udp"
3973version = "0.5.14"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3976dependencies = [
3977 "cfg_aliases",
3978 "libc",
3979 "once_cell",
3980 "socket2 0.6.3",
3981 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
3982 "windows-sys 0.60.2",
3983]
3984
3985[[package]]
3986name = "quote"
3987version = "1.0.45"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
3990dependencies = [
3991 "proc-macro2",
3992]
3993
3994[[package]]
3995name = "r-efi"
3996version = "5.3.0"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3999
4000[[package]]
4001name = "r-efi"
4002version = "6.0.0"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
4005
4006[[package]]
4007name = "rand"
4008version = "0.8.5"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4011dependencies = [
4012 "libc",
4013 "rand_chacha 0.3.1",
4014 "rand_core 0.6.4",
4015]
4016
4017[[package]]
4018name = "rand"
4019version = "0.9.2"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4022dependencies = [
4023 "rand_chacha 0.9.0",
4024 "rand_core 0.9.5",
4025]
4026
4027[[package]]
4028name = "rand_chacha"
4029version = "0.3.1"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4032dependencies = [
4033 "ppv-lite86",
4034 "rand_core 0.6.4",
4035]
4036
4037[[package]]
4038name = "rand_chacha"
4039version = "0.9.0"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4042dependencies = [
4043 "ppv-lite86",
4044 "rand_core 0.9.5",
4045]
4046
4047[[package]]
4048name = "rand_core"
4049version = "0.6.4"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4052dependencies = [
4053 "getrandom 0.2.17",
4054]
4055
4056[[package]]
4057name = "rand_core"
4058version = "0.9.5"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
4061dependencies = [
4062 "getrandom 0.3.4",
4063]
4064
4065[[package]]
4066name = "rand_xorshift"
4067version = "0.4.0"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
4070dependencies = [
4071 "rand_core 0.9.5",
4072]
4073
4074[[package]]
4075name = "rav1e"
4076version = "0.8.1"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
4079dependencies = [
4080 "aligned-vec",
4081 "arbitrary",
4082 "arg_enum_proc_macro",
4083 "arrayvec 0.7.6",
4084 "av-scenechange",
4085 "av1-grain",
4086 "bitstream-io",
4087 "built",
4088 "cfg-if",
4089 "interpolate_name",
4090 "itertools",
4091 "libc",
4092 "libfuzzer-sys",
4093 "log",
4094 "maybe-rayon",
4095 "new_debug_unreachable",
4096 "noop_proc_macro",
4097 "num-derive",
4098 "num-traits",
4099 "paste",
4100 "profiling",
4101 "rand 0.9.2",
4102 "rand_chacha 0.9.0",
4103 "simd_helpers",
4104 "thiserror 2.0.18",
4105 "v_frame",
4106 "wasm-bindgen",
4107]
4108
4109[[package]]
4110name = "ravif"
4111version = "0.13.0"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
4114dependencies = [
4115 "avif-serialize",
4116 "imgref",
4117 "loop9",
4118 "quick-error 2.0.1",
4119 "rav1e",
4120 "rayon",
4121 "rgb",
4122]
4123
4124[[package]]
4125name = "rayon"
4126version = "1.11.0"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
4129dependencies = [
4130 "either",
4131 "rayon-core",
4132]
4133
4134[[package]]
4135name = "rayon-core"
4136version = "1.13.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
4139dependencies = [
4140 "crossbeam-deque",
4141 "crossbeam-utils",
4142]
4143
4144[[package]]
4145name = "redox_syscall"
4146version = "0.5.18"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4149dependencies = [
4150 "bitflags",
4151]
4152
4153[[package]]
4154name = "redox_syscall"
4155version = "0.7.3"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
4158dependencies = [
4159 "bitflags",
4160]
4161
4162[[package]]
4163name = "ref-cast"
4164version = "1.0.25"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4167dependencies = [
4168 "ref-cast-impl",
4169]
4170
4171[[package]]
4172name = "ref-cast-impl"
4173version = "1.0.25"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4176dependencies = [
4177 "proc-macro2",
4178 "quote",
4179 "syn",
4180]
4181
4182[[package]]
4183name = "regex"
4184version = "1.12.3"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
4187dependencies = [
4188 "aho-corasick",
4189 "memchr",
4190 "regex-automata",
4191 "regex-syntax",
4192]
4193
4194[[package]]
4195name = "regex-automata"
4196version = "0.4.14"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
4199dependencies = [
4200 "aho-corasick",
4201 "memchr",
4202 "regex-syntax",
4203]
4204
4205[[package]]
4206name = "regex-lite"
4207version = "0.1.9"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
4210
4211[[package]]
4212name = "regex-syntax"
4213version = "0.8.10"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
4216
4217[[package]]
4218name = "reqwest"
4219version = "0.12.28"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
4222dependencies = [
4223 "base64 0.22.1",
4224 "bytes",
4225 "encoding_rs",
4226 "futures-core",
4227 "futures-util",
4228 "h2",
4229 "http",
4230 "http-body",
4231 "http-body-util",
4232 "hyper",
4233 "hyper-rustls",
4234 "hyper-util",
4235 "js-sys",
4236 "log",
4237 "mime",
4238 "percent-encoding",
4239 "pin-project-lite",
4240 "quinn",
4241 "rustls",
4242 "rustls-pki-types",
4243 "serde",
4244 "serde_json",
4245 "serde_urlencoded",
4246 "sync_wrapper",
4247 "tokio",
4248 "tokio-rustls",
4249 "tokio-util",
4250 "tower",
4251 "tower-http",
4252 "tower-service",
4253 "url",
4254 "wasm-bindgen",
4255 "wasm-bindgen-futures",
4256 "wasm-streams",
4257 "web-sys",
4258 "webpki-roots",
4259]
4260
4261[[package]]
4262name = "reserve-port"
4263version = "2.4.0"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "94070964579245eb2f76e62a7668fe87bd9969ed6c41256f3bf614e3323dd3cc"
4266dependencies = [
4267 "thiserror 2.0.18",
4268]
4269
4270[[package]]
4271name = "resolv-conf"
4272version = "0.7.6"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
4275
4276[[package]]
4277name = "rfc6979"
4278version = "0.4.0"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4281dependencies = [
4282 "hmac",
4283 "subtle",
4284]
4285
4286[[package]]
4287name = "rgb"
4288version = "0.8.53"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
4291dependencies = [
4292 "bytemuck",
4293]
4294
4295[[package]]
4296name = "ring"
4297version = "0.17.14"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4300dependencies = [
4301 "cc",
4302 "cfg-if",
4303 "getrandom 0.2.17",
4304 "libc",
4305 "untrusted",
4306 "windows-sys 0.52.0",
4307]
4308
4309[[package]]
4310name = "roff"
4311version = "1.1.0"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "dbf2048e0e979efb2ca7b91c4f1a8d77c91853e9b987c94c555668a8994915ad"
4314
4315[[package]]
4316name = "rouille"
4317version = "3.6.2"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
4320dependencies = [
4321 "base64 0.13.1",
4322 "brotli",
4323 "chrono",
4324 "deflate",
4325 "filetime",
4326 "multipart",
4327 "percent-encoding",
4328 "rand 0.8.5",
4329 "serde",
4330 "serde_derive",
4331 "serde_json",
4332 "sha1_smol",
4333 "threadpool",
4334 "time",
4335 "tiny_http",
4336 "url",
4337]
4338
4339[[package]]
4340name = "rsa"
4341version = "0.9.10"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
4344dependencies = [
4345 "const-oid",
4346 "digest",
4347 "num-bigint-dig",
4348 "num-integer",
4349 "num-traits",
4350 "pkcs1",
4351 "pkcs8",
4352 "rand_core 0.6.4",
4353 "signature",
4354 "spki",
4355 "subtle",
4356 "zeroize",
4357]
4358
4359[[package]]
4360name = "rust-multipart-rfc7578_2"
4361version = "0.8.0"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "c839d037155ebc06a571e305af66ff9fd9063a6e662447051737e1ac75beea41"
4364dependencies = [
4365 "bytes",
4366 "futures-core",
4367 "futures-util",
4368 "http",
4369 "mime",
4370 "rand 0.9.2",
4371 "thiserror 2.0.18",
4372]
4373
4374[[package]]
4375name = "rustc-demangle"
4376version = "0.1.27"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
4379
4380[[package]]
4381name = "rustc-hash"
4382version = "2.1.1"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4385
4386[[package]]
4387name = "rustc_version"
4388version = "0.4.1"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4391dependencies = [
4392 "semver",
4393]
4394
4395[[package]]
4396name = "rustix"
4397version = "0.38.44"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4400dependencies = [
4401 "bitflags",
4402 "errno",
4403 "libc",
4404 "linux-raw-sys 0.4.15",
4405 "windows-sys 0.59.0",
4406]
4407
4408[[package]]
4409name = "rustix"
4410version = "1.1.4"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
4413dependencies = [
4414 "bitflags",
4415 "errno",
4416 "libc",
4417 "linux-raw-sys 0.12.1",
4418 "windows-sys 0.61.2",
4419]
4420
4421[[package]]
4422name = "rustls"
4423version = "0.23.37"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
4426dependencies = [
4427 "once_cell",
4428 "ring",
4429 "rustls-pki-types",
4430 "rustls-webpki",
4431 "subtle",
4432 "zeroize",
4433]
4434
4435[[package]]
4436name = "rustls-native-certs"
4437version = "0.8.3"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
4440dependencies = [
4441 "openssl-probe",
4442 "rustls-pki-types",
4443 "schannel",
4444 "security-framework",
4445]
4446
4447[[package]]
4448name = "rustls-pki-types"
4449version = "1.14.0"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
4452dependencies = [
4453 "web-time",
4454 "zeroize",
4455]
4456
4457[[package]]
4458name = "rustls-webpki"
4459version = "0.103.9"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
4462dependencies = [
4463 "ring",
4464 "rustls-pki-types",
4465 "untrusted",
4466]
4467
4468[[package]]
4469name = "rustversion"
4470version = "1.0.22"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4473
4474[[package]]
4475name = "rusty-fork"
4476version = "0.3.1"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
4479dependencies = [
4480 "fnv",
4481 "quick-error 1.2.3",
4482 "tempfile",
4483 "wait-timeout",
4484]
4485
4486[[package]]
4487name = "ryu"
4488version = "1.0.23"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
4491
4492[[package]]
4493name = "safemem"
4494version = "0.3.3"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
4497
4498[[package]]
4499name = "same-file"
4500version = "1.0.6"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4503dependencies = [
4504 "winapi-util",
4505]
4506
4507[[package]]
4508name = "schannel"
4509version = "0.1.29"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
4512dependencies = [
4513 "windows-sys 0.61.2",
4514]
4515
4516[[package]]
4517name = "scoped-tls"
4518version = "1.0.1"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4521
4522[[package]]
4523name = "scopeguard"
4524version = "1.2.0"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4527
4528[[package]]
4529name = "sec1"
4530version = "0.7.3"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4533dependencies = [
4534 "base16ct",
4535 "der",
4536 "generic-array",
4537 "pkcs8",
4538 "subtle",
4539 "zeroize",
4540]
4541
4542[[package]]
4543name = "security-framework"
4544version = "3.7.0"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
4547dependencies = [
4548 "bitflags",
4549 "core-foundation 0.10.1",
4550 "core-foundation-sys",
4551 "libc",
4552 "security-framework-sys",
4553]
4554
4555[[package]]
4556name = "security-framework-sys"
4557version = "2.17.0"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
4560dependencies = [
4561 "core-foundation-sys",
4562 "libc",
4563]
4564
4565[[package]]
4566name = "semver"
4567version = "1.0.27"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4570
4571[[package]]
4572name = "send_wrapper"
4573version = "0.6.0"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4576
4577[[package]]
4578name = "serde"
4579version = "1.0.228"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4582dependencies = [
4583 "serde_core",
4584 "serde_derive",
4585]
4586
4587[[package]]
4588name = "serde_bytes"
4589version = "0.11.19"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4592dependencies = [
4593 "serde",
4594 "serde_core",
4595]
4596
4597[[package]]
4598name = "serde_core"
4599version = "1.0.228"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4602dependencies = [
4603 "serde_derive",
4604]
4605
4606[[package]]
4607name = "serde_derive"
4608version = "1.0.228"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4611dependencies = [
4612 "proc-macro2",
4613 "quote",
4614 "syn",
4615]
4616
4617[[package]]
4618name = "serde_html_form"
4619version = "0.3.2"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
4622dependencies = [
4623 "form_urlencoded",
4624 "indexmap",
4625 "itoa",
4626 "serde_core",
4627]
4628
4629[[package]]
4630name = "serde_ipld_dagcbor"
4631version = "0.6.4"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4634dependencies = [
4635 "cbor4ii",
4636 "ipld-core",
4637 "scopeguard",
4638 "serde",
4639]
4640
4641[[package]]
4642name = "serde_ipld_dagjson"
4643version = "0.2.1"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "82d2d9d1f29999ee9a3d774fe2a5db4cc199da5178d0350f5e4482ea04252aee"
4646dependencies = [
4647 "ipld-core",
4648 "serde",
4649 "serde_json",
4650]
4651
4652[[package]]
4653name = "serde_json"
4654version = "1.0.149"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
4657dependencies = [
4658 "indexmap",
4659 "itoa",
4660 "memchr",
4661 "serde",
4662 "serde_core",
4663 "zmij",
4664]
4665
4666[[package]]
4667name = "serde_path_to_error"
4668version = "0.1.20"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4671dependencies = [
4672 "itoa",
4673 "serde",
4674 "serde_core",
4675]
4676
4677[[package]]
4678name = "serde_repr"
4679version = "0.1.20"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4682dependencies = [
4683 "proc-macro2",
4684 "quote",
4685 "syn",
4686]
4687
4688[[package]]
4689name = "serde_spanned"
4690version = "0.6.9"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4693dependencies = [
4694 "serde",
4695]
4696
4697[[package]]
4698name = "serde_spanned"
4699version = "1.0.4"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
4702dependencies = [
4703 "serde_core",
4704]
4705
4706[[package]]
4707name = "serde_urlencoded"
4708version = "0.7.1"
4709source = "registry+https://github.com/rust-lang/crates.io-index"
4710checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4711dependencies = [
4712 "form_urlencoded",
4713 "itoa",
4714 "ryu",
4715 "serde",
4716]
4717
4718[[package]]
4719name = "serde_with"
4720version = "3.18.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
4723dependencies = [
4724 "base64 0.22.1",
4725 "chrono",
4726 "hex",
4727 "serde_core",
4728 "serde_json",
4729 "serde_with_macros",
4730 "time",
4731]
4732
4733[[package]]
4734name = "serde_with_macros"
4735version = "3.18.0"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
4738dependencies = [
4739 "darling",
4740 "proc-macro2",
4741 "quote",
4742 "syn",
4743]
4744
4745[[package]]
4746name = "sha1"
4747version = "0.10.6"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4750dependencies = [
4751 "cfg-if",
4752 "cpufeatures",
4753 "digest",
4754]
4755
4756[[package]]
4757name = "sha1_smol"
4758version = "1.0.1"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
4761
4762[[package]]
4763name = "sha2"
4764version = "0.10.9"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4767dependencies = [
4768 "cfg-if",
4769 "cpufeatures",
4770 "digest",
4771]
4772
4773[[package]]
4774name = "sharded-slab"
4775version = "0.1.7"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4778dependencies = [
4779 "lazy_static",
4780]
4781
4782[[package]]
4783name = "shlex"
4784version = "1.3.0"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4787
4788[[package]]
4789name = "signal-hook-registry"
4790version = "1.4.8"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
4793dependencies = [
4794 "errno",
4795 "libc",
4796]
4797
4798[[package]]
4799name = "signature"
4800version = "2.2.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4803dependencies = [
4804 "digest",
4805 "rand_core 0.6.4",
4806]
4807
4808[[package]]
4809name = "simd-adler32"
4810version = "0.3.8"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
4813
4814[[package]]
4815name = "simd_cesu8"
4816version = "1.1.1"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
4819dependencies = [
4820 "rustc_version",
4821 "simdutf8",
4822]
4823
4824[[package]]
4825name = "simd_helpers"
4826version = "0.1.0"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
4829dependencies = [
4830 "quote",
4831]
4832
4833[[package]]
4834name = "simdutf8"
4835version = "0.1.5"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
4838
4839[[package]]
4840name = "siphasher"
4841version = "1.0.2"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
4844
4845[[package]]
4846name = "slab"
4847version = "0.4.12"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
4850
4851[[package]]
4852name = "smallvec"
4853version = "1.15.1"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4856
4857[[package]]
4858name = "smol_str"
4859version = "0.3.6"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
4862dependencies = [
4863 "borsh",
4864 "serde_core",
4865]
4866
4867[[package]]
4868name = "socket2"
4869version = "0.5.10"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4872dependencies = [
4873 "libc",
4874 "windows-sys 0.52.0",
4875]
4876
4877[[package]]
4878name = "socket2"
4879version = "0.6.3"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
4882dependencies = [
4883 "libc",
4884 "windows-sys 0.61.2",
4885]
4886
4887[[package]]
4888name = "spin"
4889version = "0.9.8"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4892dependencies = [
4893 "lock_api",
4894]
4895
4896[[package]]
4897name = "spin"
4898version = "0.10.0"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
4901
4902[[package]]
4903name = "spki"
4904version = "0.7.3"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4907dependencies = [
4908 "base64ct",
4909 "der",
4910]
4911
4912[[package]]
4913name = "stable_deref_trait"
4914version = "1.2.1"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4917
4918[[package]]
4919name = "static_assertions"
4920version = "1.1.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4923
4924[[package]]
4925name = "string_cache"
4926version = "0.8.9"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
4929dependencies = [
4930 "new_debug_unreachable",
4931 "parking_lot",
4932 "phf_shared",
4933 "precomputed-hash",
4934 "serde",
4935]
4936
4937[[package]]
4938name = "string_cache_codegen"
4939version = "0.5.4"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
4942dependencies = [
4943 "phf_generator",
4944 "phf_shared",
4945 "proc-macro2",
4946 "quote",
4947]
4948
4949[[package]]
4950name = "strsim"
4951version = "0.11.1"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4954
4955[[package]]
4956name = "subtle"
4957version = "2.6.1"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4960
4961[[package]]
4962name = "supports-color"
4963version = "3.0.2"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
4966dependencies = [
4967 "is_ci",
4968]
4969
4970[[package]]
4971name = "supports-hyperlinks"
4972version = "3.2.0"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
4975
4976[[package]]
4977name = "supports-unicode"
4978version = "3.0.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
4981
4982[[package]]
4983name = "syn"
4984version = "2.0.117"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
4987dependencies = [
4988 "proc-macro2",
4989 "quote",
4990 "unicode-ident",
4991]
4992
4993[[package]]
4994name = "sync_wrapper"
4995version = "1.0.2"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4998dependencies = [
4999 "futures-core",
5000]
5001
5002[[package]]
5003name = "synstructure"
5004version = "0.13.2"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5007dependencies = [
5008 "proc-macro2",
5009 "quote",
5010 "syn",
5011]
5012
5013[[package]]
5014name = "system-configuration"
5015version = "0.7.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
5018dependencies = [
5019 "bitflags",
5020 "core-foundation 0.9.4",
5021 "system-configuration-sys",
5022]
5023
5024[[package]]
5025name = "system-configuration-sys"
5026version = "0.6.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5029dependencies = [
5030 "core-foundation-sys",
5031 "libc",
5032]
5033
5034[[package]]
5035name = "tagptr"
5036version = "0.2.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5039
5040[[package]]
5041name = "target-triple"
5042version = "1.0.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b"
5045
5046[[package]]
5047name = "tempfile"
5048version = "3.27.0"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
5051dependencies = [
5052 "fastrand",
5053 "getrandom 0.4.2",
5054 "once_cell",
5055 "rustix 1.1.4",
5056 "windows-sys 0.61.2",
5057]
5058
5059[[package]]
5060name = "tendril"
5061version = "0.4.3"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5064dependencies = [
5065 "futf",
5066 "mac 0.1.1",
5067 "utf-8",
5068]
5069
5070[[package]]
5071name = "termcolor"
5072version = "1.4.1"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
5075dependencies = [
5076 "winapi-util",
5077]
5078
5079[[package]]
5080name = "terminal_size"
5081version = "0.4.3"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
5084dependencies = [
5085 "rustix 1.1.4",
5086 "windows-sys 0.60.2",
5087]
5088
5089[[package]]
5090name = "textwrap"
5091version = "0.16.2"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
5094dependencies = [
5095 "unicode-linebreak",
5096 "unicode-width 0.2.2",
5097]
5098
5099[[package]]
5100name = "thiserror"
5101version = "1.0.69"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5104dependencies = [
5105 "thiserror-impl 1.0.69",
5106]
5107
5108[[package]]
5109name = "thiserror"
5110version = "2.0.18"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
5113dependencies = [
5114 "thiserror-impl 2.0.18",
5115]
5116
5117[[package]]
5118name = "thiserror-impl"
5119version = "1.0.69"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5122dependencies = [
5123 "proc-macro2",
5124 "quote",
5125 "syn",
5126]
5127
5128[[package]]
5129name = "thiserror-impl"
5130version = "2.0.18"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
5133dependencies = [
5134 "proc-macro2",
5135 "quote",
5136 "syn",
5137]
5138
5139[[package]]
5140name = "thread_local"
5141version = "1.1.9"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5144dependencies = [
5145 "cfg-if",
5146]
5147
5148[[package]]
5149name = "threadpool"
5150version = "1.8.1"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5153dependencies = [
5154 "num_cpus",
5155]
5156
5157[[package]]
5158name = "tiff"
5159version = "0.6.1"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
5162dependencies = [
5163 "jpeg-decoder",
5164 "miniz_oxide 0.4.4",
5165 "weezl",
5166]
5167
5168[[package]]
5169name = "tiff"
5170version = "0.11.3"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
5173dependencies = [
5174 "fax",
5175 "flate2",
5176 "half",
5177 "quick-error 2.0.1",
5178 "weezl",
5179 "zune-jpeg",
5180]
5181
5182[[package]]
5183name = "time"
5184version = "0.3.47"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
5187dependencies = [
5188 "deranged",
5189 "itoa",
5190 "libc",
5191 "num-conv",
5192 "num_threads",
5193 "powerfmt",
5194 "serde_core",
5195 "time-core",
5196 "time-macros",
5197]
5198
5199[[package]]
5200name = "time-core"
5201version = "0.1.8"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
5204
5205[[package]]
5206name = "time-macros"
5207version = "0.2.27"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
5210dependencies = [
5211 "num-conv",
5212 "time-core",
5213]
5214
5215[[package]]
5216name = "tiny_http"
5217version = "0.12.0"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
5220dependencies = [
5221 "ascii",
5222 "chunked_transfer",
5223 "httpdate",
5224 "log",
5225]
5226
5227[[package]]
5228name = "tinystr"
5229version = "0.8.2"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
5232dependencies = [
5233 "displaydoc",
5234 "zerovec",
5235]
5236
5237[[package]]
5238name = "tinyvec"
5239version = "1.11.0"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
5242dependencies = [
5243 "tinyvec_macros",
5244]
5245
5246[[package]]
5247name = "tinyvec_macros"
5248version = "0.1.1"
5249source = "registry+https://github.com/rust-lang/crates.io-index"
5250checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5251
5252[[package]]
5253name = "tokio"
5254version = "1.50.0"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
5257dependencies = [
5258 "bytes",
5259 "libc",
5260 "mio",
5261 "parking_lot",
5262 "pin-project-lite",
5263 "signal-hook-registry",
5264 "socket2 0.6.3",
5265 "tokio-macros",
5266 "windows-sys 0.61.2",
5267]
5268
5269[[package]]
5270name = "tokio-macros"
5271version = "2.6.1"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
5274dependencies = [
5275 "proc-macro2",
5276 "quote",
5277 "syn",
5278]
5279
5280[[package]]
5281name = "tokio-rustls"
5282version = "0.26.4"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5285dependencies = [
5286 "rustls",
5287 "tokio",
5288]
5289
5290[[package]]
5291name = "tokio-tungstenite"
5292version = "0.24.0"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
5295dependencies = [
5296 "futures-util",
5297 "log",
5298 "rustls",
5299 "rustls-native-certs",
5300 "rustls-pki-types",
5301 "tokio",
5302 "tokio-rustls",
5303 "tungstenite",
5304]
5305
5306[[package]]
5307name = "tokio-tungstenite-wasm"
5308version = "0.4.0"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
5311dependencies = [
5312 "futures-channel",
5313 "futures-util",
5314 "http",
5315 "httparse",
5316 "js-sys",
5317 "rustls",
5318 "thiserror 1.0.69",
5319 "tokio",
5320 "tokio-tungstenite",
5321 "wasm-bindgen",
5322 "web-sys",
5323]
5324
5325[[package]]
5326name = "tokio-util"
5327version = "0.7.18"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
5330dependencies = [
5331 "bytes",
5332 "futures-core",
5333 "futures-sink",
5334 "futures-util",
5335 "pin-project-lite",
5336 "tokio",
5337]
5338
5339[[package]]
5340name = "toml"
5341version = "0.8.23"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
5344dependencies = [
5345 "serde",
5346 "serde_spanned 0.6.9",
5347 "toml_datetime 0.6.11",
5348 "toml_edit",
5349]
5350
5351[[package]]
5352name = "toml"
5353version = "1.0.7+spec-1.1.0"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96"
5356dependencies = [
5357 "indexmap",
5358 "serde_core",
5359 "serde_spanned 1.0.4",
5360 "toml_datetime 1.0.1+spec-1.1.0",
5361 "toml_parser",
5362 "toml_writer",
5363 "winnow 1.0.0",
5364]
5365
5366[[package]]
5367name = "toml_datetime"
5368version = "0.6.11"
5369source = "registry+https://github.com/rust-lang/crates.io-index"
5370checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
5371dependencies = [
5372 "serde",
5373]
5374
5375[[package]]
5376name = "toml_datetime"
5377version = "1.0.1+spec-1.1.0"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9"
5380dependencies = [
5381 "serde_core",
5382]
5383
5384[[package]]
5385name = "toml_edit"
5386version = "0.22.27"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
5389dependencies = [
5390 "indexmap",
5391 "serde",
5392 "serde_spanned 0.6.9",
5393 "toml_datetime 0.6.11",
5394 "toml_write",
5395 "winnow 0.7.15",
5396]
5397
5398[[package]]
5399name = "toml_parser"
5400version = "1.0.10+spec-1.1.0"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420"
5403dependencies = [
5404 "winnow 1.0.0",
5405]
5406
5407[[package]]
5408name = "toml_write"
5409version = "0.1.2"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
5412
5413[[package]]
5414name = "toml_writer"
5415version = "1.0.7+spec-1.1.0"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d"
5418
5419[[package]]
5420name = "tower"
5421version = "0.5.3"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
5424dependencies = [
5425 "futures-core",
5426 "futures-util",
5427 "pin-project-lite",
5428 "sync_wrapper",
5429 "tokio",
5430 "tower-layer",
5431 "tower-service",
5432 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
5433]
5434
5435[[package]]
5436name = "tower-http"
5437version = "0.6.8"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
5440dependencies = [
5441 "async-compression",
5442 "bitflags",
5443 "bytes",
5444 "futures-core",
5445 "futures-util",
5446 "http",
5447 "http-body",
5448 "http-body-util",
5449 "iri-string",
5450 "pin-project-lite",
5451 "tokio",
5452 "tokio-util",
5453 "tower",
5454 "tower-layer",
5455 "tower-service",
5456 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
5457]
5458
5459[[package]]
5460name = "tower-layer"
5461version = "0.3.3"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5464
5465[[package]]
5466name = "tower-service"
5467version = "0.3.3"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5470
5471[[package]]
5472name = "tracing"
5473version = "0.1.44"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
5476dependencies = [
5477 "log",
5478 "pin-project-lite",
5479 "tracing-attributes 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
5480 "tracing-core 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
5481]
5482
5483[[package]]
5484name = "tracing"
5485version = "0.1.44"
5486source = "git+https://github.com/tokio-rs/tracing#54ede4d5d85a536aed5485c5213011d9ec961935"
5487dependencies = [
5488 "pin-project-lite",
5489 "tracing-attributes 0.1.31 (git+https://github.com/tokio-rs/tracing)",
5490 "tracing-core 0.1.36 (git+https://github.com/tokio-rs/tracing)",
5491]
5492
5493[[package]]
5494name = "tracing-attributes"
5495version = "0.1.31"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5498dependencies = [
5499 "proc-macro2",
5500 "quote",
5501 "syn",
5502]
5503
5504[[package]]
5505name = "tracing-attributes"
5506version = "0.1.31"
5507source = "git+https://github.com/tokio-rs/tracing#54ede4d5d85a536aed5485c5213011d9ec961935"
5508dependencies = [
5509 "proc-macro2",
5510 "quote",
5511 "syn",
5512]
5513
5514[[package]]
5515name = "tracing-core"
5516version = "0.1.36"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
5519dependencies = [
5520 "once_cell",
5521 "valuable",
5522]
5523
5524[[package]]
5525name = "tracing-core"
5526version = "0.1.36"
5527source = "git+https://github.com/tokio-rs/tracing#54ede4d5d85a536aed5485c5213011d9ec961935"
5528dependencies = [
5529 "valuable",
5530]
5531
5532[[package]]
5533name = "tracing-log"
5534version = "0.2.0"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5537dependencies = [
5538 "log",
5539 "once_cell",
5540 "tracing-core 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
5541]
5542
5543[[package]]
5544name = "tracing-log"
5545version = "0.2.0"
5546source = "git+https://github.com/tokio-rs/tracing#54ede4d5d85a536aed5485c5213011d9ec961935"
5547dependencies = [
5548 "log",
5549 "once_cell",
5550 "tracing-core 0.1.36 (git+https://github.com/tokio-rs/tracing)",
5551]
5552
5553[[package]]
5554name = "tracing-subscriber"
5555version = "0.3.23"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
5558dependencies = [
5559 "matchers",
5560 "nu-ansi-term",
5561 "once_cell",
5562 "regex-automata",
5563 "sharded-slab",
5564 "smallvec",
5565 "thread_local",
5566 "time",
5567 "tracing 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
5568 "tracing-core 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
5569 "tracing-log 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
5570]
5571
5572[[package]]
5573name = "tracing-subscriber"
5574version = "0.3.23"
5575source = "git+https://github.com/tokio-rs/tracing#54ede4d5d85a536aed5485c5213011d9ec961935"
5576dependencies = [
5577 "matchers",
5578 "nu-ansi-term",
5579 "once_cell",
5580 "regex-automata",
5581 "sharded-slab",
5582 "smallvec",
5583 "thread_local",
5584 "tracing 0.1.44 (git+https://github.com/tokio-rs/tracing)",
5585 "tracing-core 0.1.36 (git+https://github.com/tokio-rs/tracing)",
5586 "tracing-log 0.2.0 (git+https://github.com/tokio-rs/tracing)",
5587]
5588
5589[[package]]
5590name = "trait-variant"
5591version = "0.1.2"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5594dependencies = [
5595 "proc-macro2",
5596 "quote",
5597 "syn",
5598]
5599
5600[[package]]
5601name = "triomphe"
5602version = "0.1.15"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
5605
5606[[package]]
5607name = "try-lock"
5608version = "0.2.5"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5611
5612[[package]]
5613name = "trybuild"
5614version = "1.0.116"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "47c635f0191bd3a2941013e5062667100969f8c4e9cd787c14f977265d73616e"
5617dependencies = [
5618 "glob",
5619 "serde",
5620 "serde_derive",
5621 "serde_json",
5622 "target-triple",
5623 "termcolor",
5624 "toml 1.0.7+spec-1.1.0",
5625]
5626
5627[[package]]
5628name = "tungstenite"
5629version = "0.24.0"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
5632dependencies = [
5633 "byteorder",
5634 "bytes",
5635 "data-encoding",
5636 "http",
5637 "httparse",
5638 "log",
5639 "rand 0.8.5",
5640 "rustls",
5641 "rustls-pki-types",
5642 "sha1",
5643 "thiserror 1.0.69",
5644 "utf-8",
5645]
5646
5647[[package]]
5648name = "twoway"
5649version = "0.1.8"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
5652dependencies = [
5653 "memchr",
5654]
5655
5656[[package]]
5657name = "typeid"
5658version = "1.0.3"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5661
5662[[package]]
5663name = "typenum"
5664version = "1.19.0"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5667
5668[[package]]
5669name = "typetag"
5670version = "0.2.21"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
5673dependencies = [
5674 "erased-serde",
5675 "inventory",
5676 "once_cell",
5677 "serde",
5678 "typetag-impl",
5679]
5680
5681[[package]]
5682name = "typetag-impl"
5683version = "0.2.21"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
5686dependencies = [
5687 "proc-macro2",
5688 "quote",
5689 "syn",
5690]
5691
5692[[package]]
5693name = "unarray"
5694version = "0.1.4"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
5697
5698[[package]]
5699name = "unicase"
5700version = "2.9.0"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
5703
5704[[package]]
5705name = "unicode-ident"
5706version = "1.0.24"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
5709
5710[[package]]
5711name = "unicode-linebreak"
5712version = "0.1.5"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
5715
5716[[package]]
5717name = "unicode-segmentation"
5718version = "1.12.0"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5721
5722[[package]]
5723name = "unicode-width"
5724version = "0.1.14"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5727
5728[[package]]
5729name = "unicode-width"
5730version = "0.2.2"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
5733
5734[[package]]
5735name = "unicode-xid"
5736version = "0.2.6"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5739
5740[[package]]
5741name = "unsigned-varint"
5742version = "0.7.2"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
5745
5746[[package]]
5747name = "unsigned-varint"
5748version = "0.8.0"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5751
5752[[package]]
5753name = "untrusted"
5754version = "0.9.0"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5757
5758[[package]]
5759name = "url"
5760version = "2.5.8"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
5763dependencies = [
5764 "form_urlencoded",
5765 "idna",
5766 "percent-encoding",
5767 "serde",
5768]
5769
5770[[package]]
5771name = "utf-8"
5772version = "0.7.6"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5775
5776[[package]]
5777name = "utf8_iter"
5778version = "1.0.4"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5781
5782[[package]]
5783name = "utf8parse"
5784version = "0.2.2"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5787
5788[[package]]
5789name = "uuid"
5790version = "1.22.0"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
5793dependencies = [
5794 "js-sys",
5795 "wasm-bindgen",
5796]
5797
5798[[package]]
5799name = "v_frame"
5800version = "0.3.9"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
5803dependencies = [
5804 "aligned-vec",
5805 "num-traits",
5806 "wasm-bindgen",
5807]
5808
5809[[package]]
5810name = "valuable"
5811version = "0.1.1"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5814
5815[[package]]
5816name = "version_check"
5817version = "0.9.5"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5820
5821[[package]]
5822name = "viuer"
5823version = "0.9.2"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "0ae7c6870b98c838123f22cac9a594cbe2d74ea48d79271c08f8c9e680b40fac"
5826dependencies = [
5827 "ansi_colours",
5828 "base64 0.22.1",
5829 "console",
5830 "crossterm",
5831 "image",
5832 "lazy_static",
5833 "tempfile",
5834 "termcolor",
5835]
5836
5837[[package]]
5838name = "wait-timeout"
5839version = "0.2.1"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
5842dependencies = [
5843 "libc",
5844]
5845
5846[[package]]
5847name = "walkdir"
5848version = "2.5.0"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5851dependencies = [
5852 "same-file",
5853 "winapi-util",
5854]
5855
5856[[package]]
5857name = "want"
5858version = "0.3.1"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5861dependencies = [
5862 "try-lock",
5863]
5864
5865[[package]]
5866name = "wasi"
5867version = "0.11.1+wasi-snapshot-preview1"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5870
5871[[package]]
5872name = "wasip2"
5873version = "1.0.2+wasi-0.2.9"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
5876dependencies = [
5877 "wit-bindgen",
5878]
5879
5880[[package]]
5881name = "wasip3"
5882version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
5885dependencies = [
5886 "wit-bindgen",
5887]
5888
5889[[package]]
5890name = "wasm-bindgen"
5891version = "0.2.114"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
5894dependencies = [
5895 "cfg-if",
5896 "once_cell",
5897 "rustversion",
5898 "wasm-bindgen-macro",
5899 "wasm-bindgen-shared",
5900]
5901
5902[[package]]
5903name = "wasm-bindgen-futures"
5904version = "0.4.64"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
5907dependencies = [
5908 "cfg-if",
5909 "futures-util",
5910 "js-sys",
5911 "once_cell",
5912 "wasm-bindgen",
5913 "web-sys",
5914]
5915
5916[[package]]
5917name = "wasm-bindgen-macro"
5918version = "0.2.114"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
5921dependencies = [
5922 "quote",
5923 "wasm-bindgen-macro-support",
5924]
5925
5926[[package]]
5927name = "wasm-bindgen-macro-support"
5928version = "0.2.114"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
5931dependencies = [
5932 "bumpalo",
5933 "proc-macro2",
5934 "quote",
5935 "syn",
5936 "wasm-bindgen-shared",
5937]
5938
5939[[package]]
5940name = "wasm-bindgen-shared"
5941version = "0.2.114"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
5944dependencies = [
5945 "unicode-ident",
5946]
5947
5948[[package]]
5949name = "wasm-bindgen-test"
5950version = "0.3.64"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "6311c867385cc7d5602463b31825d454d0837a3aba7cdb5e56d5201792a3f7fe"
5953dependencies = [
5954 "async-trait",
5955 "cast",
5956 "js-sys",
5957 "libm",
5958 "minicov",
5959 "nu-ansi-term",
5960 "num-traits",
5961 "oorandom",
5962 "serde",
5963 "serde_json",
5964 "wasm-bindgen",
5965 "wasm-bindgen-futures",
5966 "wasm-bindgen-test-macro",
5967 "wasm-bindgen-test-shared",
5968]
5969
5970[[package]]
5971name = "wasm-bindgen-test-macro"
5972version = "0.3.64"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "67008cdde4769831958536b0f11b3bdd0380bde882be17fff9c2f34bb4549abd"
5975dependencies = [
5976 "proc-macro2",
5977 "quote",
5978 "syn",
5979]
5980
5981[[package]]
5982name = "wasm-bindgen-test-shared"
5983version = "0.2.114"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "cfe29135b180b72b04c74aa97b2b4a2ef275161eff9a6c7955ea9eaedc7e1d4e"
5986
5987[[package]]
5988name = "wasm-encoder"
5989version = "0.244.0"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
5992dependencies = [
5993 "leb128fmt",
5994 "wasmparser",
5995]
5996
5997[[package]]
5998name = "wasm-metadata"
5999version = "0.244.0"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
6002dependencies = [
6003 "anyhow",
6004 "indexmap",
6005 "wasm-encoder",
6006 "wasmparser",
6007]
6008
6009[[package]]
6010name = "wasm-streams"
6011version = "0.4.2"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
6014dependencies = [
6015 "futures-util",
6016 "js-sys",
6017 "wasm-bindgen",
6018 "wasm-bindgen-futures",
6019 "web-sys",
6020]
6021
6022[[package]]
6023name = "wasmparser"
6024version = "0.244.0"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
6027dependencies = [
6028 "bitflags",
6029 "hashbrown 0.15.5",
6030 "indexmap",
6031 "semver",
6032]
6033
6034[[package]]
6035name = "web-sys"
6036version = "0.3.91"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
6039dependencies = [
6040 "js-sys",
6041 "wasm-bindgen",
6042]
6043
6044[[package]]
6045name = "web-time"
6046version = "1.1.0"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6049dependencies = [
6050 "js-sys",
6051 "wasm-bindgen",
6052]
6053
6054[[package]]
6055name = "webbrowser"
6056version = "1.2.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "fe985f41e291eecef5e5c0770a18d28390addb03331c043964d9e916453d6f16"
6059dependencies = [
6060 "core-foundation 0.10.1",
6061 "jni",
6062 "log",
6063 "ndk-context",
6064 "objc2",
6065 "objc2-foundation",
6066 "url",
6067 "web-sys",
6068]
6069
6070[[package]]
6071name = "webpage"
6072version = "2.0.1"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
6075dependencies = [
6076 "html5ever",
6077 "markup5ever_rcdom",
6078 "serde_json",
6079 "url",
6080]
6081
6082[[package]]
6083name = "webpki-roots"
6084version = "1.0.6"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
6087dependencies = [
6088 "rustls-pki-types",
6089]
6090
6091[[package]]
6092name = "weezl"
6093version = "0.1.12"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
6096
6097[[package]]
6098name = "widestring"
6099version = "1.2.1"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
6102
6103[[package]]
6104name = "winapi"
6105version = "0.3.9"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6108dependencies = [
6109 "winapi-i686-pc-windows-gnu",
6110 "winapi-x86_64-pc-windows-gnu",
6111]
6112
6113[[package]]
6114name = "winapi-i686-pc-windows-gnu"
6115version = "0.4.0"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6118
6119[[package]]
6120name = "winapi-util"
6121version = "0.1.11"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6124dependencies = [
6125 "windows-sys 0.61.2",
6126]
6127
6128[[package]]
6129name = "winapi-x86_64-pc-windows-gnu"
6130version = "0.4.0"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6133
6134[[package]]
6135name = "windows-core"
6136version = "0.62.2"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6139dependencies = [
6140 "windows-implement",
6141 "windows-interface",
6142 "windows-link",
6143 "windows-result",
6144 "windows-strings",
6145]
6146
6147[[package]]
6148name = "windows-implement"
6149version = "0.60.2"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6152dependencies = [
6153 "proc-macro2",
6154 "quote",
6155 "syn",
6156]
6157
6158[[package]]
6159name = "windows-interface"
6160version = "0.59.3"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6163dependencies = [
6164 "proc-macro2",
6165 "quote",
6166 "syn",
6167]
6168
6169[[package]]
6170name = "windows-link"
6171version = "0.2.1"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6174
6175[[package]]
6176name = "windows-registry"
6177version = "0.6.1"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
6180dependencies = [
6181 "windows-link",
6182 "windows-result",
6183 "windows-strings",
6184]
6185
6186[[package]]
6187name = "windows-result"
6188version = "0.4.1"
6189source = "registry+https://github.com/rust-lang/crates.io-index"
6190checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6191dependencies = [
6192 "windows-link",
6193]
6194
6195[[package]]
6196name = "windows-strings"
6197version = "0.5.1"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6200dependencies = [
6201 "windows-link",
6202]
6203
6204[[package]]
6205name = "windows-sys"
6206version = "0.48.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6209dependencies = [
6210 "windows-targets 0.48.5",
6211]
6212
6213[[package]]
6214name = "windows-sys"
6215version = "0.52.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6218dependencies = [
6219 "windows-targets 0.52.6",
6220]
6221
6222[[package]]
6223name = "windows-sys"
6224version = "0.59.0"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6227dependencies = [
6228 "windows-targets 0.52.6",
6229]
6230
6231[[package]]
6232name = "windows-sys"
6233version = "0.60.2"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6236dependencies = [
6237 "windows-targets 0.53.5",
6238]
6239
6240[[package]]
6241name = "windows-sys"
6242version = "0.61.2"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6245dependencies = [
6246 "windows-link",
6247]
6248
6249[[package]]
6250name = "windows-targets"
6251version = "0.48.5"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6254dependencies = [
6255 "windows_aarch64_gnullvm 0.48.5",
6256 "windows_aarch64_msvc 0.48.5",
6257 "windows_i686_gnu 0.48.5",
6258 "windows_i686_msvc 0.48.5",
6259 "windows_x86_64_gnu 0.48.5",
6260 "windows_x86_64_gnullvm 0.48.5",
6261 "windows_x86_64_msvc 0.48.5",
6262]
6263
6264[[package]]
6265name = "windows-targets"
6266version = "0.52.6"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6269dependencies = [
6270 "windows_aarch64_gnullvm 0.52.6",
6271 "windows_aarch64_msvc 0.52.6",
6272 "windows_i686_gnu 0.52.6",
6273 "windows_i686_gnullvm 0.52.6",
6274 "windows_i686_msvc 0.52.6",
6275 "windows_x86_64_gnu 0.52.6",
6276 "windows_x86_64_gnullvm 0.52.6",
6277 "windows_x86_64_msvc 0.52.6",
6278]
6279
6280[[package]]
6281name = "windows-targets"
6282version = "0.53.5"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6285dependencies = [
6286 "windows-link",
6287 "windows_aarch64_gnullvm 0.53.1",
6288 "windows_aarch64_msvc 0.53.1",
6289 "windows_i686_gnu 0.53.1",
6290 "windows_i686_gnullvm 0.53.1",
6291 "windows_i686_msvc 0.53.1",
6292 "windows_x86_64_gnu 0.53.1",
6293 "windows_x86_64_gnullvm 0.53.1",
6294 "windows_x86_64_msvc 0.53.1",
6295]
6296
6297[[package]]
6298name = "windows_aarch64_gnullvm"
6299version = "0.48.5"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6302
6303[[package]]
6304name = "windows_aarch64_gnullvm"
6305version = "0.52.6"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6308
6309[[package]]
6310name = "windows_aarch64_gnullvm"
6311version = "0.53.1"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
6314
6315[[package]]
6316name = "windows_aarch64_msvc"
6317version = "0.48.5"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6320
6321[[package]]
6322name = "windows_aarch64_msvc"
6323version = "0.52.6"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6326
6327[[package]]
6328name = "windows_aarch64_msvc"
6329version = "0.53.1"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
6332
6333[[package]]
6334name = "windows_i686_gnu"
6335version = "0.48.5"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6338
6339[[package]]
6340name = "windows_i686_gnu"
6341version = "0.52.6"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6344
6345[[package]]
6346name = "windows_i686_gnu"
6347version = "0.53.1"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6350
6351[[package]]
6352name = "windows_i686_gnullvm"
6353version = "0.52.6"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6356
6357[[package]]
6358name = "windows_i686_gnullvm"
6359version = "0.53.1"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6362
6363[[package]]
6364name = "windows_i686_msvc"
6365version = "0.48.5"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6368
6369[[package]]
6370name = "windows_i686_msvc"
6371version = "0.52.6"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6374
6375[[package]]
6376name = "windows_i686_msvc"
6377version = "0.53.1"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6380
6381[[package]]
6382name = "windows_x86_64_gnu"
6383version = "0.48.5"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6386
6387[[package]]
6388name = "windows_x86_64_gnu"
6389version = "0.52.6"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6392
6393[[package]]
6394name = "windows_x86_64_gnu"
6395version = "0.53.1"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6398
6399[[package]]
6400name = "windows_x86_64_gnullvm"
6401version = "0.48.5"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6404
6405[[package]]
6406name = "windows_x86_64_gnullvm"
6407version = "0.52.6"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6410
6411[[package]]
6412name = "windows_x86_64_gnullvm"
6413version = "0.53.1"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6416
6417[[package]]
6418name = "windows_x86_64_msvc"
6419version = "0.48.5"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6422
6423[[package]]
6424name = "windows_x86_64_msvc"
6425version = "0.52.6"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6428
6429[[package]]
6430name = "windows_x86_64_msvc"
6431version = "0.53.1"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6434
6435[[package]]
6436name = "winnow"
6437version = "0.6.24"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
6440dependencies = [
6441 "memchr",
6442]
6443
6444[[package]]
6445name = "winnow"
6446version = "0.7.15"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
6449dependencies = [
6450 "memchr",
6451]
6452
6453[[package]]
6454name = "winnow"
6455version = "1.0.0"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
6458
6459[[package]]
6460name = "winreg"
6461version = "0.50.0"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6464dependencies = [
6465 "cfg-if",
6466 "windows-sys 0.48.0",
6467]
6468
6469[[package]]
6470name = "wit-bindgen"
6471version = "0.51.0"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
6474dependencies = [
6475 "wit-bindgen-rust-macro",
6476]
6477
6478[[package]]
6479name = "wit-bindgen-core"
6480version = "0.51.0"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
6483dependencies = [
6484 "anyhow",
6485 "heck 0.5.0",
6486 "wit-parser",
6487]
6488
6489[[package]]
6490name = "wit-bindgen-rust"
6491version = "0.51.0"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
6494dependencies = [
6495 "anyhow",
6496 "heck 0.5.0",
6497 "indexmap",
6498 "prettyplease",
6499 "syn",
6500 "wasm-metadata",
6501 "wit-bindgen-core",
6502 "wit-component",
6503]
6504
6505[[package]]
6506name = "wit-bindgen-rust-macro"
6507version = "0.51.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
6510dependencies = [
6511 "anyhow",
6512 "prettyplease",
6513 "proc-macro2",
6514 "quote",
6515 "syn",
6516 "wit-bindgen-core",
6517 "wit-bindgen-rust",
6518]
6519
6520[[package]]
6521name = "wit-component"
6522version = "0.244.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
6525dependencies = [
6526 "anyhow",
6527 "bitflags",
6528 "indexmap",
6529 "log",
6530 "serde",
6531 "serde_derive",
6532 "serde_json",
6533 "wasm-encoder",
6534 "wasm-metadata",
6535 "wasmparser",
6536 "wit-parser",
6537]
6538
6539[[package]]
6540name = "wit-parser"
6541version = "0.244.0"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
6544dependencies = [
6545 "anyhow",
6546 "id-arena",
6547 "indexmap",
6548 "log",
6549 "semver",
6550 "serde",
6551 "serde_derive",
6552 "serde_json",
6553 "unicode-xid",
6554 "wasmparser",
6555]
6556
6557[[package]]
6558name = "writeable"
6559version = "0.6.2"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
6562
6563[[package]]
6564name = "xml5ever"
6565version = "0.18.1"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
6568dependencies = [
6569 "log",
6570 "mac 0.1.1",
6571 "markup5ever",
6572]
6573
6574[[package]]
6575name = "y4m"
6576version = "0.8.0"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
6579
6580[[package]]
6581name = "yansi"
6582version = "1.0.1"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
6585
6586[[package]]
6587name = "yoke"
6588version = "0.8.1"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
6591dependencies = [
6592 "stable_deref_trait",
6593 "yoke-derive",
6594 "zerofrom",
6595]
6596
6597[[package]]
6598name = "yoke-derive"
6599version = "0.8.1"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
6602dependencies = [
6603 "proc-macro2",
6604 "quote",
6605 "syn",
6606 "synstructure",
6607]
6608
6609[[package]]
6610name = "zerocopy"
6611version = "0.8.47"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
6614dependencies = [
6615 "zerocopy-derive",
6616]
6617
6618[[package]]
6619name = "zerocopy-derive"
6620version = "0.8.47"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
6623dependencies = [
6624 "proc-macro2",
6625 "quote",
6626 "syn",
6627]
6628
6629[[package]]
6630name = "zerofrom"
6631version = "0.1.6"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6634dependencies = [
6635 "zerofrom-derive",
6636]
6637
6638[[package]]
6639name = "zerofrom-derive"
6640version = "0.1.6"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6643dependencies = [
6644 "proc-macro2",
6645 "quote",
6646 "syn",
6647 "synstructure",
6648]
6649
6650[[package]]
6651name = "zeroize"
6652version = "1.8.2"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6655dependencies = [
6656 "serde",
6657]
6658
6659[[package]]
6660name = "zerotrie"
6661version = "0.2.3"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
6664dependencies = [
6665 "displaydoc",
6666 "yoke",
6667 "zerofrom",
6668]
6669
6670[[package]]
6671name = "zerovec"
6672version = "0.11.5"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
6675dependencies = [
6676 "yoke",
6677 "zerofrom",
6678 "zerovec-derive",
6679]
6680
6681[[package]]
6682name = "zerovec-derive"
6683version = "0.11.2"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
6686dependencies = [
6687 "proc-macro2",
6688 "quote",
6689 "syn",
6690]
6691
6692[[package]]
6693name = "zmij"
6694version = "1.0.21"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
6697
6698[[package]]
6699name = "zstd"
6700version = "0.13.3"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
6703dependencies = [
6704 "zstd-safe",
6705]
6706
6707[[package]]
6708name = "zstd-safe"
6709version = "7.2.4"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
6712dependencies = [
6713 "zstd-sys",
6714]
6715
6716[[package]]
6717name = "zstd-sys"
6718version = "2.0.16+zstd.1.5.7"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
6721dependencies = [
6722 "cc",
6723 "pkg-config",
6724]
6725
6726[[package]]
6727name = "zune-core"
6728version = "0.5.1"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
6731
6732[[package]]
6733name = "zune-inflate"
6734version = "0.2.54"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
6737dependencies = [
6738 "simd-adler32",
6739]
6740
6741[[package]]
6742name = "zune-jpeg"
6743version = "0.5.13"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "ec5f41c76397b7da451efd19915684f727d7e1d516384ca6bd0ec43ec94de23c"
6746dependencies = [
6747 "zune-core",
6748]