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