atproto Thingiverse but good
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aead"
22version = "0.5.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
25dependencies = [
26 "crypto-common 0.1.6",
27 "generic-array",
28]
29
30[[package]]
31name = "aes"
32version = "0.8.4"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
35dependencies = [
36 "cfg-if",
37 "cipher",
38 "cpufeatures 0.2.17",
39]
40
41[[package]]
42name = "aes-gcm"
43version = "0.10.3"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
46dependencies = [
47 "aead",
48 "aes",
49 "cipher",
50 "ctr",
51 "ghash",
52 "subtle",
53]
54
55[[package]]
56name = "ahash"
57version = "0.8.12"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
60dependencies = [
61 "cfg-if",
62 "getrandom 0.3.4",
63 "once_cell",
64 "version_check",
65 "zerocopy",
66]
67
68[[package]]
69name = "aho-corasick"
70version = "1.1.4"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
73dependencies = [
74 "memchr",
75]
76
77[[package]]
78name = "aliasable"
79version = "0.1.3"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
82
83[[package]]
84name = "aligned"
85version = "0.4.3"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
88dependencies = [
89 "as-slice",
90]
91
92[[package]]
93name = "aligned-vec"
94version = "0.6.4"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
97dependencies = [
98 "equator",
99]
100
101[[package]]
102name = "alloc-no-stdlib"
103version = "2.0.4"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
106
107[[package]]
108name = "alloc-stdlib"
109version = "0.2.4"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
112dependencies = [
113 "alloc-no-stdlib",
114]
115
116[[package]]
117name = "allocator-api2"
118version = "0.2.21"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
121
122[[package]]
123name = "allocator-api2"
124version = "0.4.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880"
127
128[[package]]
129name = "android_system_properties"
130version = "0.1.5"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
133dependencies = [
134 "libc",
135]
136
137[[package]]
138name = "anyhow"
139version = "1.0.103"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
142
143[[package]]
144name = "approx"
145version = "0.4.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
148dependencies = [
149 "num-traits",
150]
151
152[[package]]
153name = "arbitrary"
154version = "1.4.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
157dependencies = [
158 "derive_arbitrary",
159]
160
161[[package]]
162name = "arc-swap"
163version = "1.9.2"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
166dependencies = [
167 "rustversion",
168]
169
170[[package]]
171name = "arg_enum_proc_macro"
172version = "0.3.4"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
175dependencies = [
176 "proc-macro2",
177 "quote",
178 "syn 2.0.118",
179]
180
181[[package]]
182name = "arrayvec"
183version = "0.7.7"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
186
187[[package]]
188name = "as-slice"
189version = "0.2.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
192dependencies = [
193 "stable_deref_trait",
194]
195
196[[package]]
197name = "askama_escape"
198version = "0.13.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3df27b8d5ddb458c5fb1bbc1ce172d4a38c614a97d550b0ac89003897fb01de4"
201
202[[package]]
203name = "async-compression"
204version = "0.4.42"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
207dependencies = [
208 "compression-codecs",
209 "compression-core",
210 "pin-project-lite",
211 "tokio",
212]
213
214[[package]]
215name = "async-stream"
216version = "0.3.6"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
219dependencies = [
220 "async-stream-impl",
221 "futures-core",
222 "pin-project-lite",
223]
224
225[[package]]
226name = "async-stream-impl"
227version = "0.3.6"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
230dependencies = [
231 "proc-macro2",
232 "quote",
233 "syn 2.0.118",
234]
235
236[[package]]
237name = "async-trait"
238version = "0.1.89"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
241dependencies = [
242 "proc-macro2",
243 "quote",
244 "syn 2.0.118",
245]
246
247[[package]]
248name = "async-tungstenite"
249version = "0.31.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
252dependencies = [
253 "atomic-waker",
254 "futures-core",
255 "futures-io",
256 "futures-task",
257 "futures-util",
258 "log",
259 "pin-project-lite",
260 "tungstenite 0.27.0",
261]
262
263[[package]]
264name = "atk"
265version = "0.18.2"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
268dependencies = [
269 "atk-sys",
270 "glib",
271 "libc",
272]
273
274[[package]]
275name = "atk-sys"
276version = "0.18.2"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
279dependencies = [
280 "glib-sys",
281 "gobject-sys",
282 "libc",
283 "system-deps",
284]
285
286[[package]]
287name = "atoi"
288version = "2.0.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
291dependencies = [
292 "num-traits",
293]
294
295[[package]]
296name = "atomic-polyfill"
297version = "1.0.3"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
300dependencies = [
301 "critical-section",
302]
303
304[[package]]
305name = "atomic-waker"
306version = "1.1.2"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
309
310[[package]]
311name = "autocfg"
312version = "1.5.1"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
315
316[[package]]
317name = "av-scenechange"
318version = "0.14.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
321dependencies = [
322 "aligned",
323 "anyhow",
324 "arg_enum_proc_macro",
325 "arrayvec",
326 "log",
327 "num-rational",
328 "num-traits",
329 "pastey",
330 "rayon",
331 "thiserror 2.0.18",
332 "v_frame",
333 "y4m",
334]
335
336[[package]]
337name = "av1-grain"
338version = "0.2.5"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
341dependencies = [
342 "anyhow",
343 "arrayvec",
344 "log",
345 "nom",
346 "num-rational",
347 "v_frame",
348]
349
350[[package]]
351name = "avif-serialize"
352version = "0.8.9"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "e7178fe5f7d460b13895ebb9dcb28a3a6216d2df2574a0806cb51b555d297f38"
355dependencies = [
356 "arrayvec",
357]
358
359[[package]]
360name = "aws-lc-rs"
361version = "1.17.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
364dependencies = [
365 "aws-lc-sys",
366 "zeroize",
367]
368
369[[package]]
370name = "aws-lc-sys"
371version = "0.41.0"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
374dependencies = [
375 "cc",
376 "cmake",
377 "dunce",
378 "fs_extra",
379]
380
381[[package]]
382name = "axum"
383version = "0.8.9"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
386dependencies = [
387 "axum-core",
388 "axum-macros",
389 "base64 0.22.1",
390 "bytes",
391 "form_urlencoded",
392 "futures-util",
393 "http",
394 "http-body",
395 "http-body-util",
396 "hyper",
397 "hyper-util",
398 "itoa",
399 "matchit",
400 "memchr",
401 "mime",
402 "multer",
403 "percent-encoding",
404 "pin-project-lite",
405 "serde_core",
406 "serde_json",
407 "serde_path_to_error",
408 "serde_urlencoded",
409 "sha1 0.10.6",
410 "sync_wrapper",
411 "tokio",
412 "tokio-tungstenite 0.29.0",
413 "tower",
414 "tower-layer",
415 "tower-service",
416 "tracing",
417]
418
419[[package]]
420name = "axum-core"
421version = "0.5.6"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
424dependencies = [
425 "bytes",
426 "futures-core",
427 "http",
428 "http-body",
429 "http-body-util",
430 "mime",
431 "pin-project-lite",
432 "sync_wrapper",
433 "tower-layer",
434 "tower-service",
435 "tracing",
436]
437
438[[package]]
439name = "axum-extra"
440version = "0.10.3"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96"
443dependencies = [
444 "axum",
445 "axum-core",
446 "bytes",
447 "cookie",
448 "futures-util",
449 "headers",
450 "http",
451 "http-body",
452 "http-body-util",
453 "mime",
454 "pin-project-lite",
455 "rustversion",
456 "serde_core",
457 "tower-layer",
458 "tower-service",
459 "tracing",
460]
461
462[[package]]
463name = "axum-macros"
464version = "0.5.1"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca"
467dependencies = [
468 "proc-macro2",
469 "quote",
470 "syn 2.0.118",
471]
472
473[[package]]
474name = "axum-tws"
475version = "0.6.0"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "08bf5c1e7d60af9632c55c23bbfa208d0fe08aa59fcda87216c9119e30a9d6d4"
478dependencies = [
479 "axum-core",
480 "base64 0.22.1",
481 "bytes",
482 "futures-util",
483 "http",
484 "hyper",
485 "hyper-util",
486 "sha1_smol",
487 "tokio",
488 "tokio-websockets",
489]
490
491[[package]]
492name = "backtrace"
493version = "0.3.76"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
496dependencies = [
497 "addr2line",
498 "cfg-if",
499 "libc",
500 "miniz_oxide",
501 "object",
502 "rustc-demangle",
503 "windows-link 0.2.1",
504]
505
506[[package]]
507name = "backtrace-ext"
508version = "0.2.1"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
511dependencies = [
512 "backtrace",
513]
514
515[[package]]
516name = "base-x"
517version = "0.2.11"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
520
521[[package]]
522name = "base16"
523version = "0.2.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"
526
527[[package]]
528name = "base16ct"
529version = "0.2.0"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
532
533[[package]]
534name = "base256emoji"
535version = "1.0.2"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
538dependencies = [
539 "const-str 0.4.3",
540 "match-lookup",
541]
542
543[[package]]
544name = "base45"
545version = "3.2.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03"
548
549[[package]]
550name = "base64"
551version = "0.13.1"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
554
555[[package]]
556name = "base64"
557version = "0.22.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
560
561[[package]]
562name = "base64ct"
563version = "1.8.3"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
566
567[[package]]
568name = "bit_field"
569version = "0.10.3"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
572
573[[package]]
574name = "bitflags"
575version = "1.3.2"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
578
579[[package]]
580name = "bitflags"
581version = "2.13.0"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
584dependencies = [
585 "serde_core",
586]
587
588[[package]]
589name = "bitstream-io"
590version = "4.10.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f"
593dependencies = [
594 "no_std_io2",
595]
596
597[[package]]
598name = "block"
599version = "0.1.6"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
602
603[[package]]
604name = "block-buffer"
605version = "0.10.4"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
608dependencies = [
609 "generic-array",
610]
611
612[[package]]
613name = "block-buffer"
614version = "0.12.1"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
617dependencies = [
618 "hybrid-array",
619]
620
621[[package]]
622name = "block2"
623version = "0.6.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
626dependencies = [
627 "objc2",
628]
629
630[[package]]
631name = "bon"
632version = "3.9.3"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
635dependencies = [
636 "bon-macros",
637 "rustversion",
638]
639
640[[package]]
641name = "bon-macros"
642version = "3.9.3"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
645dependencies = [
646 "darling 0.23.0",
647 "ident_case",
648 "prettyplease",
649 "proc-macro2",
650 "quote",
651 "rustversion",
652 "syn 2.0.118",
653]
654
655[[package]]
656name = "borrow-or-share"
657version = "0.2.4"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
660
661[[package]]
662name = "borsh"
663version = "1.7.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
666dependencies = [
667 "bytes",
668 "cfg_aliases",
669]
670
671[[package]]
672name = "brotli"
673version = "8.0.4"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
676dependencies = [
677 "alloc-no-stdlib",
678 "alloc-stdlib",
679 "brotli-decompressor",
680]
681
682[[package]]
683name = "brotli-decompressor"
684version = "5.0.3"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
687dependencies = [
688 "alloc-no-stdlib",
689 "alloc-stdlib",
690]
691
692[[package]]
693name = "bs58"
694version = "0.5.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
697dependencies = [
698 "tinyvec",
699]
700
701[[package]]
702name = "built"
703version = "0.8.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9"
706
707[[package]]
708name = "bumpalo"
709version = "3.20.3"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
712
713[[package]]
714name = "bytemuck"
715version = "1.25.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
718
719[[package]]
720name = "byteorder"
721version = "1.5.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
724
725[[package]]
726name = "byteorder-lite"
727version = "0.1.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
730
731[[package]]
732name = "bytes"
733version = "1.12.0"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
736dependencies = [
737 "serde",
738]
739
740[[package]]
741name = "byteview"
742version = "0.10.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9"
745
746[[package]]
747name = "cairo-rs"
748version = "0.18.5"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
751dependencies = [
752 "bitflags 2.13.0",
753 "cairo-sys-rs",
754 "glib",
755 "libc",
756 "once_cell",
757 "thiserror 1.0.69",
758]
759
760[[package]]
761name = "cairo-sys-rs"
762version = "0.18.2"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
765dependencies = [
766 "glib-sys",
767 "libc",
768 "system-deps",
769]
770
771[[package]]
772name = "cast"
773version = "0.3.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
776
777[[package]]
778name = "cbor4ii"
779version = "0.2.14"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
782dependencies = [
783 "serde",
784]
785
786[[package]]
787name = "cc"
788version = "1.2.65"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
791dependencies = [
792 "find-msvc-tools",
793 "jobserver",
794 "libc",
795 "shlex",
796]
797
798[[package]]
799name = "cesu8"
800version = "1.1.0"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
803
804[[package]]
805name = "cfb"
806version = "0.7.3"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
809dependencies = [
810 "byteorder",
811 "fnv",
812 "uuid",
813]
814
815[[package]]
816name = "cfg-expr"
817version = "0.15.8"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
820dependencies = [
821 "smallvec",
822 "target-lexicon",
823]
824
825[[package]]
826name = "cfg-if"
827version = "1.0.4"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
830
831[[package]]
832name = "cfg_aliases"
833version = "0.2.1"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
836
837[[package]]
838name = "cgmath"
839version = "0.18.0"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
842dependencies = [
843 "approx",
844 "num-traits",
845]
846
847[[package]]
848name = "chacha20"
849version = "0.10.1"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
852dependencies = [
853 "cfg-if",
854 "cpufeatures 0.3.0",
855 "rand_core 0.10.1",
856]
857
858[[package]]
859name = "charset"
860version = "0.1.5"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
863dependencies = [
864 "base64 0.22.1",
865 "encoding_rs",
866]
867
868[[package]]
869name = "chrono"
870version = "0.4.45"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
873dependencies = [
874 "iana-time-zone",
875 "js-sys",
876 "num-traits",
877 "serde",
878 "wasm-bindgen",
879 "windows-link 0.2.1",
880]
881
882[[package]]
883name = "ciborium"
884version = "0.2.2"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
887dependencies = [
888 "ciborium-io",
889 "ciborium-ll",
890 "serde",
891]
892
893[[package]]
894name = "ciborium-io"
895version = "0.2.2"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
898
899[[package]]
900name = "ciborium-ll"
901version = "0.2.2"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
904dependencies = [
905 "ciborium-io",
906 "half",
907]
908
909[[package]]
910name = "cid"
911version = "0.11.3"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
914dependencies = [
915 "multibase",
916 "multihash",
917 "serde",
918 "serde_bytes",
919 "unsigned-varint 0.8.0",
920]
921
922[[package]]
923name = "cipher"
924version = "0.4.4"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
927dependencies = [
928 "crypto-common 0.1.6",
929 "inout",
930]
931
932[[package]]
933name = "cmake"
934version = "0.1.58"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
937dependencies = [
938 "cc",
939]
940
941[[package]]
942name = "cmov"
943version = "0.5.4"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
946
947[[package]]
948name = "cobs"
949version = "0.3.0"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
952dependencies = [
953 "thiserror 2.0.18",
954]
955
956[[package]]
957name = "cocoa"
958version = "0.26.1"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "ad36507aeb7e16159dfe68db81ccc27571c3ccd4b76fb2fb72fc59e7a4b1b64c"
961dependencies = [
962 "bitflags 2.13.0",
963 "block",
964 "cocoa-foundation",
965 "core-foundation 0.10.1",
966 "core-graphics 0.24.0",
967 "foreign-types 0.5.0",
968 "libc",
969 "objc",
970]
971
972[[package]]
973name = "cocoa-foundation"
974version = "0.2.1"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "81411967c50ee9a1fc11365f8c585f863a22a9697c89239c452292c40ba79b0d"
977dependencies = [
978 "bitflags 2.13.0",
979 "block",
980 "core-foundation 0.10.1",
981 "core-graphics-types",
982 "objc",
983]
984
985[[package]]
986name = "color_quant"
987version = "1.1.0"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
990
991[[package]]
992name = "combine"
993version = "4.6.7"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
996dependencies = [
997 "bytes",
998 "memchr",
999]
1000
1001[[package]]
1002name = "compare"
1003version = "0.0.6"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
1006
1007[[package]]
1008name = "compression-codecs"
1009version = "0.4.38"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
1012dependencies = [
1013 "brotli",
1014 "compression-core",
1015 "flate2",
1016 "memchr",
1017 "zstd",
1018 "zstd-safe",
1019]
1020
1021[[package]]
1022name = "compression-core"
1023version = "0.4.32"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
1026
1027[[package]]
1028name = "concurrent-queue"
1029version = "2.5.0"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1032dependencies = [
1033 "crossbeam-utils",
1034]
1035
1036[[package]]
1037name = "console_error_panic_hook"
1038version = "0.1.7"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
1041dependencies = [
1042 "cfg-if",
1043 "wasm-bindgen",
1044]
1045
1046[[package]]
1047name = "const-oid"
1048version = "0.9.6"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1051
1052[[package]]
1053name = "const-serialize"
1054version = "0.7.2"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "ad7154afa56de2f290e3c82c2c6dc4f5b282b6870903f56ef3509aba95866edc"
1057dependencies = [
1058 "const-serialize-macro 0.7.2",
1059]
1060
1061[[package]]
1062name = "const-serialize"
1063version = "0.8.0-alpha.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "9e42cd5aabba86f128b3763da1fec1491c0f728ce99245062cd49b6f9e6d235b"
1066dependencies = [
1067 "const-serialize 0.7.2",
1068 "const-serialize-macro 0.8.0-alpha.0",
1069 "serde",
1070]
1071
1072[[package]]
1073name = "const-serialize-macro"
1074version = "0.7.2"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "4f160aad86b4343e8d4e261fee9965c3005b2fd6bc117d172ab65948779e4acf"
1077dependencies = [
1078 "proc-macro2",
1079 "quote",
1080 "syn 2.0.118",
1081]
1082
1083[[package]]
1084name = "const-serialize-macro"
1085version = "0.8.0-alpha.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "42571ed01eb46d2e1adcf99c8ca576f081e46f2623d13500eba70d1d99a4c439"
1088dependencies = [
1089 "proc-macro2",
1090 "quote",
1091 "syn 2.0.118",
1092]
1093
1094[[package]]
1095name = "const-str"
1096version = "0.4.3"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1099
1100[[package]]
1101name = "const-str"
1102version = "0.7.1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160"
1105
1106[[package]]
1107name = "const_format"
1108version = "0.2.36"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
1111dependencies = [
1112 "const_format_proc_macros",
1113 "konst",
1114]
1115
1116[[package]]
1117name = "const_format_proc_macros"
1118version = "0.2.34"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
1121dependencies = [
1122 "proc-macro2",
1123 "quote",
1124 "unicode-xid",
1125]
1126
1127[[package]]
1128name = "content_disposition"
1129version = "0.4.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "ebc14a88e1463ddd193906285abe5c360c7e8564e05ccc5d501755f7fbc9ca9c"
1132dependencies = [
1133 "charset",
1134]
1135
1136[[package]]
1137name = "convert_case"
1138version = "0.4.0"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1141
1142[[package]]
1143name = "convert_case"
1144version = "0.8.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
1147dependencies = [
1148 "unicode-segmentation",
1149]
1150
1151[[package]]
1152name = "convert_case"
1153version = "0.10.0"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
1156dependencies = [
1157 "unicode-segmentation",
1158]
1159
1160[[package]]
1161name = "cookie"
1162version = "0.18.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1165dependencies = [
1166 "aes-gcm",
1167 "base64 0.22.1",
1168 "percent-encoding",
1169 "rand 0.8.6",
1170 "subtle",
1171 "time",
1172 "version_check",
1173]
1174
1175[[package]]
1176name = "cookie_store"
1177version = "0.22.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
1180dependencies = [
1181 "cookie",
1182 "document-features",
1183 "idna",
1184 "log",
1185 "publicsuffix",
1186 "serde",
1187 "serde_derive",
1188 "serde_json",
1189 "time",
1190 "url",
1191]
1192
1193[[package]]
1194name = "cordyceps"
1195version = "0.3.4"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
1198dependencies = [
1199 "loom",
1200 "tracing",
1201]
1202
1203[[package]]
1204name = "core-foundation"
1205version = "0.9.4"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1208dependencies = [
1209 "core-foundation-sys",
1210 "libc",
1211]
1212
1213[[package]]
1214name = "core-foundation"
1215version = "0.10.1"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1218dependencies = [
1219 "core-foundation-sys",
1220 "libc",
1221]
1222
1223[[package]]
1224name = "core-foundation-sys"
1225version = "0.8.7"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1228
1229[[package]]
1230name = "core-graphics"
1231version = "0.24.0"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
1234dependencies = [
1235 "bitflags 2.13.0",
1236 "core-foundation 0.10.1",
1237 "core-graphics-types",
1238 "foreign-types 0.5.0",
1239 "libc",
1240]
1241
1242[[package]]
1243name = "core-graphics"
1244version = "0.25.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
1247dependencies = [
1248 "bitflags 2.13.0",
1249 "core-foundation 0.10.1",
1250 "core-graphics-types",
1251 "foreign-types 0.5.0",
1252 "libc",
1253]
1254
1255[[package]]
1256name = "core-graphics-types"
1257version = "0.2.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
1260dependencies = [
1261 "bitflags 2.13.0",
1262 "core-foundation 0.10.1",
1263 "libc",
1264]
1265
1266[[package]]
1267name = "cpufeatures"
1268version = "0.2.17"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1271dependencies = [
1272 "libc",
1273]
1274
1275[[package]]
1276name = "cpufeatures"
1277version = "0.3.0"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1280dependencies = [
1281 "libc",
1282]
1283
1284[[package]]
1285name = "crc"
1286version = "3.4.0"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
1289dependencies = [
1290 "crc-catalog",
1291]
1292
1293[[package]]
1294name = "crc-catalog"
1295version = "2.5.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
1298
1299[[package]]
1300name = "crc32fast"
1301version = "1.5.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1304dependencies = [
1305 "cfg-if",
1306]
1307
1308[[package]]
1309name = "critical-section"
1310version = "1.2.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1313
1314[[package]]
1315name = "crossbeam-channel"
1316version = "0.5.15"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1319dependencies = [
1320 "crossbeam-utils",
1321]
1322
1323[[package]]
1324name = "crossbeam-deque"
1325version = "0.8.6"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1328dependencies = [
1329 "crossbeam-epoch",
1330 "crossbeam-utils",
1331]
1332
1333[[package]]
1334name = "crossbeam-epoch"
1335version = "0.9.18"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1338dependencies = [
1339 "crossbeam-utils",
1340]
1341
1342[[package]]
1343name = "crossbeam-queue"
1344version = "0.3.12"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1347dependencies = [
1348 "crossbeam-utils",
1349]
1350
1351[[package]]
1352name = "crossbeam-skiplist"
1353version = "0.1.3"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
1356dependencies = [
1357 "crossbeam-epoch",
1358 "crossbeam-utils",
1359]
1360
1361[[package]]
1362name = "crossbeam-utils"
1363version = "0.8.21"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1366
1367[[package]]
1368name = "crunchy"
1369version = "0.2.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1372
1373[[package]]
1374name = "crypto-bigint"
1375version = "0.5.5"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1378dependencies = [
1379 "generic-array",
1380 "rand_core 0.6.4",
1381 "subtle",
1382 "zeroize",
1383]
1384
1385[[package]]
1386name = "crypto-common"
1387version = "0.1.6"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1390dependencies = [
1391 "generic-array",
1392 "rand_core 0.6.4",
1393 "typenum",
1394]
1395
1396[[package]]
1397name = "crypto-common"
1398version = "0.2.2"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1401dependencies = [
1402 "hybrid-array",
1403]
1404
1405[[package]]
1406name = "cssparser"
1407version = "0.29.6"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
1410dependencies = [
1411 "cssparser-macros",
1412 "dtoa-short",
1413 "itoa",
1414 "matches",
1415 "phf 0.10.1",
1416 "proc-macro2",
1417 "quote",
1418 "smallvec",
1419 "syn 1.0.109",
1420]
1421
1422[[package]]
1423name = "cssparser-macros"
1424version = "0.6.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1427dependencies = [
1428 "quote",
1429 "syn 2.0.118",
1430]
1431
1432[[package]]
1433name = "ctr"
1434version = "0.9.2"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1437dependencies = [
1438 "cipher",
1439]
1440
1441[[package]]
1442name = "ctutils"
1443version = "0.4.2"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1446dependencies = [
1447 "cmov",
1448]
1449
1450[[package]]
1451name = "curve25519-dalek"
1452version = "4.1.3"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
1455dependencies = [
1456 "cfg-if",
1457 "cpufeatures 0.2.17",
1458 "curve25519-dalek-derive",
1459 "digest 0.10.7",
1460 "fiat-crypto",
1461 "rustc_version",
1462 "subtle",
1463 "zeroize",
1464]
1465
1466[[package]]
1467name = "curve25519-dalek-derive"
1468version = "0.1.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1471dependencies = [
1472 "proc-macro2",
1473 "quote",
1474 "syn 2.0.118",
1475]
1476
1477[[package]]
1478name = "darling"
1479version = "0.21.3"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1482dependencies = [
1483 "darling_core 0.21.3",
1484 "darling_macro 0.21.3",
1485]
1486
1487[[package]]
1488name = "darling"
1489version = "0.23.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1492dependencies = [
1493 "darling_core 0.23.0",
1494 "darling_macro 0.23.0",
1495]
1496
1497[[package]]
1498name = "darling_core"
1499version = "0.21.3"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1502dependencies = [
1503 "fnv",
1504 "ident_case",
1505 "proc-macro2",
1506 "quote",
1507 "syn 2.0.118",
1508]
1509
1510[[package]]
1511name = "darling_core"
1512version = "0.23.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1515dependencies = [
1516 "ident_case",
1517 "proc-macro2",
1518 "quote",
1519 "strsim",
1520 "syn 2.0.118",
1521]
1522
1523[[package]]
1524name = "darling_macro"
1525version = "0.21.3"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1528dependencies = [
1529 "darling_core 0.21.3",
1530 "quote",
1531 "syn 2.0.118",
1532]
1533
1534[[package]]
1535name = "darling_macro"
1536version = "0.23.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1539dependencies = [
1540 "darling_core 0.23.0",
1541 "quote",
1542 "syn 2.0.118",
1543]
1544
1545[[package]]
1546name = "dashmap"
1547version = "6.2.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
1550dependencies = [
1551 "cfg-if",
1552 "crossbeam-utils",
1553 "hashbrown 0.14.5",
1554 "lock_api",
1555 "once_cell",
1556 "parking_lot_core",
1557]
1558
1559[[package]]
1560name = "data-encoding"
1561version = "2.11.0"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1564
1565[[package]]
1566name = "data-encoding-macro"
1567version = "0.1.20"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
1570dependencies = [
1571 "data-encoding",
1572 "data-encoding-macro-internal",
1573]
1574
1575[[package]]
1576name = "data-encoding-macro-internal"
1577version = "0.1.18"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
1580dependencies = [
1581 "data-encoding",
1582 "syn 2.0.118",
1583]
1584
1585[[package]]
1586name = "data-url"
1587version = "0.3.2"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
1590
1591[[package]]
1592name = "der"
1593version = "0.7.10"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1596dependencies = [
1597 "const-oid",
1598 "pem-rfc7468",
1599 "zeroize",
1600]
1601
1602[[package]]
1603name = "deranged"
1604version = "0.5.8"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1607
1608[[package]]
1609name = "derive_arbitrary"
1610version = "1.4.2"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1613dependencies = [
1614 "proc-macro2",
1615 "quote",
1616 "syn 2.0.118",
1617]
1618
1619[[package]]
1620name = "derive_more"
1621version = "0.99.20"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
1624dependencies = [
1625 "convert_case 0.4.0",
1626 "proc-macro2",
1627 "quote",
1628 "rustc_version",
1629 "syn 2.0.118",
1630]
1631
1632[[package]]
1633name = "derive_more"
1634version = "1.0.0"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1637dependencies = [
1638 "derive_more-impl 1.0.0",
1639]
1640
1641[[package]]
1642name = "derive_more"
1643version = "2.1.1"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1646dependencies = [
1647 "derive_more-impl 2.1.1",
1648]
1649
1650[[package]]
1651name = "derive_more-impl"
1652version = "1.0.0"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1655dependencies = [
1656 "proc-macro2",
1657 "quote",
1658 "syn 2.0.118",
1659 "unicode-xid",
1660]
1661
1662[[package]]
1663name = "derive_more-impl"
1664version = "2.1.1"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1667dependencies = [
1668 "convert_case 0.10.0",
1669 "proc-macro2",
1670 "quote",
1671 "rustc_version",
1672 "syn 2.0.118",
1673 "unicode-xid",
1674]
1675
1676[[package]]
1677name = "diatomic-waker"
1678version = "0.2.3"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1681
1682[[package]]
1683name = "digest"
1684version = "0.10.7"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1687dependencies = [
1688 "block-buffer 0.10.4",
1689 "const-oid",
1690 "crypto-common 0.1.6",
1691 "subtle",
1692]
1693
1694[[package]]
1695name = "digest"
1696version = "0.11.3"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
1699dependencies = [
1700 "block-buffer 0.12.1",
1701 "crypto-common 0.2.2",
1702 "ctutils",
1703]
1704
1705[[package]]
1706name = "dioxus"
1707version = "0.7.9"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "7c01ecf7ddbae18a419ad3d83c486101a85ffc5740ea09cdd0f09a30dc12170d"
1710dependencies = [
1711 "dioxus-asset-resolver",
1712 "dioxus-cli-config",
1713 "dioxus-config-macro",
1714 "dioxus-config-macros",
1715 "dioxus-core",
1716 "dioxus-core-macro",
1717 "dioxus-desktop",
1718 "dioxus-devtools",
1719 "dioxus-document",
1720 "dioxus-fullstack",
1721 "dioxus-fullstack-macro",
1722 "dioxus-history",
1723 "dioxus-hooks",
1724 "dioxus-html",
1725 "dioxus-liveview",
1726 "dioxus-logger",
1727 "dioxus-router",
1728 "dioxus-server",
1729 "dioxus-signals",
1730 "dioxus-ssr",
1731 "dioxus-stores",
1732 "dioxus-web",
1733 "manganis",
1734 "serde",
1735 "subsecond",
1736 "warnings",
1737]
1738
1739[[package]]
1740name = "dioxus-asset-resolver"
1741version = "0.7.9"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "69387edbbc60c7cb93ad96d8cc7a22b49a76e21643380b89b1c49a78d347ff60"
1744dependencies = [
1745 "dioxus-cli-config",
1746 "http",
1747 "infer",
1748 "jni 0.21.1",
1749 "js-sys",
1750 "ndk",
1751 "ndk-context",
1752 "ndk-sys",
1753 "percent-encoding",
1754 "thiserror 2.0.18",
1755 "tokio",
1756 "wasm-bindgen-futures",
1757 "web-sys",
1758]
1759
1760[[package]]
1761name = "dioxus-cli-config"
1762version = "0.7.9"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "c000f584ddf608e2b272b3074bf11512a474eeeb2eb85a1915f276ce5c4a8615"
1765dependencies = [
1766 "wasm-bindgen",
1767]
1768
1769[[package]]
1770name = "dioxus-config-macro"
1771version = "0.7.9"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "7637091592978fbfdb45a16b26bd99fd97fb1bd7e31c6a963530e00c022af321"
1774dependencies = [
1775 "proc-macro2",
1776 "quote",
1777]
1778
1779[[package]]
1780name = "dioxus-config-macros"
1781version = "0.7.9"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "54f9ed8fc1a215ad34bb8dbae42a4ea54efbcd26ca9006bbe5cca78e511bf25f"
1784
1785[[package]]
1786name = "dioxus-core"
1787version = "0.7.9"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "45887100ff0cf89abeb8b659808294fda48cd53f3b424e36407dedffcfea830b"
1790dependencies = [
1791 "anyhow",
1792 "const_format",
1793 "dioxus-core-types",
1794 "futures-channel",
1795 "futures-util",
1796 "generational-box",
1797 "longest-increasing-subsequence",
1798 "rustc-hash 2.1.2",
1799 "rustversion",
1800 "serde",
1801 "slab",
1802 "slotmap",
1803 "subsecond",
1804 "tracing",
1805]
1806
1807[[package]]
1808name = "dioxus-core-macro"
1809version = "0.7.9"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "370c63663dff0f24df5dfea643ca239283542c6b228a302f69b32e1d36762b7f"
1812dependencies = [
1813 "convert_case 0.8.0",
1814 "dioxus-rsx",
1815 "proc-macro2",
1816 "quote",
1817 "syn 2.0.118",
1818]
1819
1820[[package]]
1821name = "dioxus-core-types"
1822version = "0.7.9"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "36963eab106b169737762f9cd5ee5fd97f585989dcb2d8e30a596e97a6999009"
1825
1826[[package]]
1827name = "dioxus-desktop"
1828version = "0.7.9"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "662cd78c73ca3f17346adbf2d64757df40dd0ce20536c05123097fd31828d2bd"
1831dependencies = [
1832 "anyhow",
1833 "async-trait",
1834 "base64 0.22.1",
1835 "bytes",
1836 "cocoa",
1837 "core-foundation 0.10.1",
1838 "dioxus-asset-resolver",
1839 "dioxus-cli-config",
1840 "dioxus-core",
1841 "dioxus-devtools",
1842 "dioxus-document",
1843 "dioxus-history",
1844 "dioxus-hooks",
1845 "dioxus-html",
1846 "dioxus-interpreter-js",
1847 "dioxus-signals",
1848 "dunce",
1849 "futures-channel",
1850 "futures-util",
1851 "generational-box",
1852 "global-hotkey",
1853 "image",
1854 "infer",
1855 "jni 0.21.1",
1856 "lazy-js-bundle",
1857 "libc",
1858 "muda",
1859 "ndk",
1860 "ndk-context",
1861 "ndk-sys",
1862 "objc",
1863 "objc_id",
1864 "percent-encoding",
1865 "rand 0.9.4",
1866 "rfd",
1867 "rustc-hash 2.1.2",
1868 "serde",
1869 "serde_json",
1870 "signal-hook",
1871 "slab",
1872 "subtle",
1873 "tao",
1874 "thiserror 2.0.18",
1875 "tokio",
1876 "tracing",
1877 "tray-icon",
1878 "tungstenite 0.28.0",
1879 "webbrowser",
1880 "wry",
1881]
1882
1883[[package]]
1884name = "dioxus-devtools"
1885version = "0.7.9"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "2349cedbdf1b429df1f1bea61fdee0ad3dae7b2548eedfbeca82710122a57da0"
1888dependencies = [
1889 "dioxus-cli-config",
1890 "dioxus-core",
1891 "dioxus-devtools-types",
1892 "dioxus-signals",
1893 "futures-channel",
1894 "futures-util",
1895 "serde",
1896 "serde_json",
1897 "subsecond",
1898 "thiserror 2.0.18",
1899 "tracing",
1900 "tungstenite 0.28.0",
1901]
1902
1903[[package]]
1904name = "dioxus-devtools-types"
1905version = "0.7.9"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "0ab9b0f7565d1916b70915f59b89ea8054ef0a9d67a364a32bbee68ef5f3818d"
1908dependencies = [
1909 "dioxus-core",
1910 "serde",
1911 "subsecond-types",
1912]
1913
1914[[package]]
1915name = "dioxus-document"
1916version = "0.7.9"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "37e3a5bec7ffc999ff23446a487eb5cd86111d1574a23533dd3f8b3c69a53a22"
1919dependencies = [
1920 "dioxus-core",
1921 "dioxus-core-macro",
1922 "dioxus-core-types",
1923 "dioxus-html",
1924 "futures-channel",
1925 "futures-util",
1926 "generational-box",
1927 "lazy-js-bundle",
1928 "serde",
1929 "serde_json",
1930 "tracing",
1931]
1932
1933[[package]]
1934name = "dioxus-fullstack"
1935version = "0.7.9"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "37f0558edb88af5ad47275ae36a7f06317163ba482db377c26d7d8590b5cd0f6"
1938dependencies = [
1939 "anyhow",
1940 "async-stream",
1941 "async-tungstenite",
1942 "axum",
1943 "axum-core",
1944 "axum-extra",
1945 "base64 0.22.1",
1946 "bytes",
1947 "ciborium",
1948 "const-str 0.7.1",
1949 "const_format",
1950 "content_disposition",
1951 "derive_more 2.1.1",
1952 "dioxus-asset-resolver",
1953 "dioxus-cli-config",
1954 "dioxus-core",
1955 "dioxus-fullstack-core",
1956 "dioxus-fullstack-macro",
1957 "dioxus-hooks",
1958 "dioxus-html",
1959 "dioxus-signals",
1960 "form_urlencoded",
1961 "futures",
1962 "futures-channel",
1963 "futures-util",
1964 "gloo-net",
1965 "headers",
1966 "http",
1967 "http-body",
1968 "http-body-util",
1969 "inventory",
1970 "js-sys",
1971 "mime",
1972 "pin-project",
1973 "reqwest",
1974 "rustversion",
1975 "send_wrapper",
1976 "serde",
1977 "serde_json",
1978 "serde_qs",
1979 "serde_urlencoded",
1980 "thiserror 2.0.18",
1981 "tokio",
1982 "tokio-stream",
1983 "tokio-tungstenite 0.28.0",
1984 "tokio-util",
1985 "tower",
1986 "tower-http",
1987 "tower-layer",
1988 "tracing",
1989 "tungstenite 0.27.0",
1990 "url",
1991 "wasm-bindgen",
1992 "wasm-bindgen-futures",
1993 "wasm-streams",
1994 "web-sys",
1995 "xxhash-rust",
1996]
1997
1998[[package]]
1999name = "dioxus-fullstack-core"
2000version = "0.7.9"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "cc634b28b4b1e3eab1e8df4f98510e2d2fa39d686321467f977213155e86ed2b"
2003dependencies = [
2004 "anyhow",
2005 "axum-core",
2006 "base64 0.22.1",
2007 "ciborium",
2008 "dioxus-core",
2009 "dioxus-document",
2010 "dioxus-history",
2011 "dioxus-hooks",
2012 "dioxus-signals",
2013 "futures-channel",
2014 "futures-util",
2015 "generational-box",
2016 "http",
2017 "inventory",
2018 "parking_lot",
2019 "serde",
2020 "serde_json",
2021 "thiserror 2.0.18",
2022 "tokio",
2023 "tracing",
2024]
2025
2026[[package]]
2027name = "dioxus-fullstack-macro"
2028version = "0.7.9"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "85a8fe7da549859fae00c7f4bf11a2aab734ae7ef6f98f280dce9bea1f3326ec"
2031dependencies = [
2032 "const_format",
2033 "convert_case 0.8.0",
2034 "proc-macro2",
2035 "quote",
2036 "syn 2.0.118",
2037 "xxhash-rust",
2038]
2039
2040[[package]]
2041name = "dioxus-history"
2042version = "0.7.9"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "1a15232302d1933015fcf2d6fe9e286ad36f6e9c205a546089a0f326023bb0d2"
2045dependencies = [
2046 "dioxus-core",
2047 "tracing",
2048]
2049
2050[[package]]
2051name = "dioxus-hooks"
2052version = "0.7.9"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "4534f91cf6305204b948bdec130076ac9ecc7c22faab29475b76870558bf73ea"
2055dependencies = [
2056 "dioxus-core",
2057 "dioxus-signals",
2058 "futures-channel",
2059 "futures-util",
2060 "generational-box",
2061 "rustversion",
2062 "slab",
2063 "tracing",
2064]
2065
2066[[package]]
2067name = "dioxus-html"
2068version = "0.7.9"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "e03d6ad4040b667f2b2eefcb678840e630938c09bf9ec39b04ea4d1d96d90d44"
2071dependencies = [
2072 "async-trait",
2073 "bytes",
2074 "dioxus-core",
2075 "dioxus-core-macro",
2076 "dioxus-core-types",
2077 "dioxus-hooks",
2078 "dioxus-html-internal-macro",
2079 "enumset",
2080 "euclid",
2081 "futures-channel",
2082 "futures-util",
2083 "generational-box",
2084 "keyboard-types",
2085 "lazy-js-bundle",
2086 "rustversion",
2087 "serde",
2088 "serde_json",
2089 "serde_repr",
2090 "tracing",
2091]
2092
2093[[package]]
2094name = "dioxus-html-internal-macro"
2095version = "0.7.9"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "584e2772127ab00f0d5e1d4d9795f39fecebc828ece0b7a02349d438bc1b1ce7"
2098dependencies = [
2099 "convert_case 0.8.0",
2100 "proc-macro2",
2101 "quote",
2102 "syn 2.0.118",
2103]
2104
2105[[package]]
2106name = "dioxus-interpreter-js"
2107version = "0.7.9"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "11999d6eb5bb179a9512dad30e5de408aab66f2cb65de9098c9fbe02927e2978"
2110dependencies = [
2111 "dioxus-core",
2112 "dioxus-core-types",
2113 "dioxus-html",
2114 "js-sys",
2115 "lazy-js-bundle",
2116 "rustc-hash 2.1.2",
2117 "serde",
2118 "sledgehammer_bindgen",
2119 "sledgehammer_utils",
2120 "wasm-bindgen",
2121 "wasm-bindgen-futures",
2122 "web-sys",
2123]
2124
2125[[package]]
2126name = "dioxus-liveview"
2127version = "0.7.9"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "7344b8f174967c7d2f6ad0103d680ab57daea83ebe3368f7f011c402fd6aaf77"
2130dependencies = [
2131 "axum",
2132 "dioxus-cli-config",
2133 "dioxus-core",
2134 "dioxus-devtools",
2135 "dioxus-document",
2136 "dioxus-history",
2137 "dioxus-html",
2138 "dioxus-interpreter-js",
2139 "futures-channel",
2140 "futures-util",
2141 "generational-box",
2142 "rustc-hash 2.1.2",
2143 "serde",
2144 "serde_json",
2145 "slab",
2146 "thiserror 2.0.18",
2147 "tokio",
2148 "tokio-stream",
2149 "tokio-util",
2150 "tracing",
2151]
2152
2153[[package]]
2154name = "dioxus-logger"
2155version = "0.7.9"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "a28ccdfe36d2cb830a2784e40f7e6f7199805a2c6da99bd65b1ca308f11aed28"
2158dependencies = [
2159 "dioxus-cli-config",
2160 "tracing",
2161 "tracing-subscriber",
2162 "tracing-wasm",
2163]
2164
2165[[package]]
2166name = "dioxus-router"
2167version = "0.7.9"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "38e47f62d680429badfcb99bf5dec17ee92b0cb9623f264e36bc003a1359bfdc"
2170dependencies = [
2171 "dioxus-cli-config",
2172 "dioxus-core",
2173 "dioxus-core-macro",
2174 "dioxus-fullstack-core",
2175 "dioxus-history",
2176 "dioxus-hooks",
2177 "dioxus-html",
2178 "dioxus-router-macro",
2179 "dioxus-signals",
2180 "percent-encoding",
2181 "rustversion",
2182 "tracing",
2183 "url",
2184]
2185
2186[[package]]
2187name = "dioxus-router-macro"
2188version = "0.7.9"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "6f83fb667d27e256f8c9eca49963fbace66a8722cb64ee15a10ffc97d092357e"
2191dependencies = [
2192 "base16",
2193 "digest 0.10.7",
2194 "proc-macro2",
2195 "quote",
2196 "sha2 0.10.9",
2197 "slab",
2198 "syn 2.0.118",
2199]
2200
2201[[package]]
2202name = "dioxus-rsx"
2203version = "0.7.9"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "2106afda239a4c7c22ffa1ca19117011225fc1c735c139c0a5b765996aa8bb1d"
2206dependencies = [
2207 "proc-macro2",
2208 "proc-macro2-diagnostics",
2209 "quote",
2210 "rustversion",
2211 "syn 2.0.118",
2212]
2213
2214[[package]]
2215name = "dioxus-sdk"
2216version = "0.7.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "79a653986dc3151f00a2be4cf04f83ec6c2af24b600ab926d5fcbcd159c6dadf"
2219dependencies = [
2220 "dioxus-sdk-time",
2221]
2222
2223[[package]]
2224name = "dioxus-sdk-time"
2225version = "0.7.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "80c25ae93a3f72e734873b97fbd09d9b1b6adff97205fb0ffd8543e3564fb78e"
2228dependencies = [
2229 "dioxus",
2230 "futures",
2231 "gloo-timers",
2232 "tokio",
2233]
2234
2235[[package]]
2236name = "dioxus-server"
2237version = "0.7.9"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "b5ba2095c16f847d3f680a94cc9b0637d190aace651ecfad0feda180da13634b"
2240dependencies = [
2241 "anyhow",
2242 "async-trait",
2243 "axum",
2244 "base64 0.22.1",
2245 "bytes",
2246 "chrono",
2247 "ciborium",
2248 "dashmap",
2249 "dioxus-cli-config",
2250 "dioxus-core",
2251 "dioxus-core-macro",
2252 "dioxus-devtools",
2253 "dioxus-document",
2254 "dioxus-fullstack-core",
2255 "dioxus-history",
2256 "dioxus-hooks",
2257 "dioxus-html",
2258 "dioxus-interpreter-js",
2259 "dioxus-logger",
2260 "dioxus-router",
2261 "dioxus-signals",
2262 "dioxus-ssr",
2263 "enumset",
2264 "futures",
2265 "futures-channel",
2266 "futures-util",
2267 "generational-box",
2268 "http",
2269 "http-body-util",
2270 "hyper",
2271 "hyper-util",
2272 "inventory",
2273 "lru",
2274 "parking_lot",
2275 "pin-project",
2276 "rustc-hash 2.1.2",
2277 "serde",
2278 "serde_json",
2279 "serde_qs",
2280 "subsecond",
2281 "thiserror 2.0.18",
2282 "tokio",
2283 "tokio-tungstenite 0.28.0",
2284 "tokio-util",
2285 "tower",
2286 "tower-http",
2287 "tracing",
2288 "tracing-futures",
2289 "url",
2290 "walkdir",
2291]
2292
2293[[package]]
2294name = "dioxus-signals"
2295version = "0.7.9"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "3705754f5e043deec9fc7af0d159f18e5b21c02c47d255c7e477f31368f0b6d2"
2298dependencies = [
2299 "dioxus-core",
2300 "futures-channel",
2301 "futures-util",
2302 "generational-box",
2303 "parking_lot",
2304 "rustc-hash 2.1.2",
2305 "tracing",
2306 "warnings",
2307]
2308
2309[[package]]
2310name = "dioxus-ssr"
2311version = "0.7.9"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "d261c5c9907b84fb1ed52f59f46d68c84a4ae860a65cc5effd0cea740ee428af"
2314dependencies = [
2315 "askama_escape",
2316 "dioxus-core",
2317 "dioxus-core-types",
2318 "rustc-hash 2.1.2",
2319]
2320
2321[[package]]
2322name = "dioxus-stores"
2323version = "0.7.9"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "64bec7b21c86b1360ec965a07a53a2c96b7caee3465049e1c299a45024e87614"
2326dependencies = [
2327 "dioxus-core",
2328 "dioxus-signals",
2329 "dioxus-stores-macro",
2330 "generational-box",
2331]
2332
2333[[package]]
2334name = "dioxus-stores-macro"
2335version = "0.7.9"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "40a5875e9f890f27b1cc3e5b56c1e23601211470315a1fb8627c4ca4f3b2be9a"
2338dependencies = [
2339 "convert_case 0.8.0",
2340 "proc-macro2",
2341 "quote",
2342 "syn 2.0.118",
2343]
2344
2345[[package]]
2346name = "dioxus-web"
2347version = "0.7.9"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "bc0a0be76b404e8242a597db0fb239d05f8dee4e7856bc1fc7144f7e244822fd"
2350dependencies = [
2351 "dioxus-cli-config",
2352 "dioxus-core",
2353 "dioxus-core-types",
2354 "dioxus-devtools",
2355 "dioxus-document",
2356 "dioxus-fullstack-core",
2357 "dioxus-history",
2358 "dioxus-html",
2359 "dioxus-interpreter-js",
2360 "dioxus-signals",
2361 "futures-channel",
2362 "futures-util",
2363 "generational-box",
2364 "gloo-timers",
2365 "js-sys",
2366 "lazy-js-bundle",
2367 "rustc-hash 2.1.2",
2368 "send_wrapper",
2369 "serde",
2370 "serde-wasm-bindgen",
2371 "serde_json",
2372 "tracing",
2373 "wasm-bindgen",
2374 "wasm-bindgen-futures",
2375 "wasm-streams",
2376 "web-sys",
2377]
2378
2379[[package]]
2380name = "dirs"
2381version = "6.0.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
2384dependencies = [
2385 "dirs-sys",
2386]
2387
2388[[package]]
2389name = "dirs-sys"
2390version = "0.5.0"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
2393dependencies = [
2394 "libc",
2395 "option-ext",
2396 "redox_users",
2397 "windows-sys 0.61.2",
2398]
2399
2400[[package]]
2401name = "dispatch2"
2402version = "0.3.1"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
2405dependencies = [
2406 "bitflags 2.13.0",
2407 "block2",
2408 "libc",
2409 "objc2",
2410]
2411
2412[[package]]
2413name = "displaydoc"
2414version = "0.2.6"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
2417dependencies = [
2418 "proc-macro2",
2419 "quote",
2420 "syn 2.0.118",
2421]
2422
2423[[package]]
2424name = "dlopen2"
2425version = "0.8.2"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
2428dependencies = [
2429 "dlopen2_derive",
2430 "libc",
2431 "once_cell",
2432 "winapi",
2433]
2434
2435[[package]]
2436name = "dlopen2_derive"
2437version = "0.4.3"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
2440dependencies = [
2441 "proc-macro2",
2442 "quote",
2443 "syn 2.0.118",
2444]
2445
2446[[package]]
2447name = "document-features"
2448version = "0.2.12"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
2451dependencies = [
2452 "litrs",
2453]
2454
2455[[package]]
2456name = "dotenvy"
2457version = "0.15.7"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2460
2461[[package]]
2462name = "dpi"
2463version = "0.1.2"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
2466
2467[[package]]
2468name = "dtoa"
2469version = "1.0.11"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
2472
2473[[package]]
2474name = "dtoa-short"
2475version = "0.3.5"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
2478dependencies = [
2479 "dtoa",
2480]
2481
2482[[package]]
2483name = "dunce"
2484version = "1.0.5"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2487
2488[[package]]
2489name = "ecdsa"
2490version = "0.16.9"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2493dependencies = [
2494 "der",
2495 "digest 0.10.7",
2496 "elliptic-curve",
2497 "rfc6979",
2498 "signature",
2499 "spki",
2500]
2501
2502[[package]]
2503name = "ed25519"
2504version = "2.2.3"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2507dependencies = [
2508 "pkcs8",
2509 "signature",
2510]
2511
2512[[package]]
2513name = "ed25519-dalek"
2514version = "2.2.0"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
2517dependencies = [
2518 "curve25519-dalek",
2519 "ed25519",
2520 "rand_core 0.6.4",
2521 "serde",
2522 "sha2 0.10.9",
2523 "subtle",
2524 "zeroize",
2525]
2526
2527[[package]]
2528name = "either"
2529version = "1.16.0"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
2532dependencies = [
2533 "serde",
2534]
2535
2536[[package]]
2537name = "elliptic-curve"
2538version = "0.13.8"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2541dependencies = [
2542 "base16ct",
2543 "crypto-bigint",
2544 "digest 0.10.7",
2545 "ff",
2546 "generic-array",
2547 "group",
2548 "hkdf 0.12.4",
2549 "pem-rfc7468",
2550 "pkcs8",
2551 "rand_core 0.6.4",
2552 "sec1",
2553 "subtle",
2554 "zeroize",
2555]
2556
2557[[package]]
2558name = "embedded-io"
2559version = "0.4.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2562
2563[[package]]
2564name = "embedded-io"
2565version = "0.6.1"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2568
2569[[package]]
2570name = "encoding_rs"
2571version = "0.8.35"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2574dependencies = [
2575 "cfg-if",
2576]
2577
2578[[package]]
2579name = "enum-as-inner"
2580version = "0.6.1"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
2583dependencies = [
2584 "heck 0.5.0",
2585 "proc-macro2",
2586 "quote",
2587 "syn 2.0.118",
2588]
2589
2590[[package]]
2591name = "enum_dispatch"
2592version = "0.3.13"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
2595dependencies = [
2596 "once_cell",
2597 "proc-macro2",
2598 "quote",
2599 "syn 2.0.118",
2600]
2601
2602[[package]]
2603name = "enumset"
2604version = "1.1.13"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "839c4174b41e75c8f7306110b2c51996a293b8d1d850edd529011841d9fede7d"
2607dependencies = [
2608 "enumset_derive",
2609]
2610
2611[[package]]
2612name = "enumset_derive"
2613version = "0.15.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "4bd536557b58c682b217b8fb199afdff47cd3eff260623f19e77074eb073d63a"
2616dependencies = [
2617 "darling 0.21.3",
2618 "proc-macro2",
2619 "quote",
2620 "syn 2.0.118",
2621]
2622
2623[[package]]
2624name = "equator"
2625version = "0.4.2"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
2628dependencies = [
2629 "equator-macro",
2630]
2631
2632[[package]]
2633name = "equator-macro"
2634version = "0.4.2"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
2637dependencies = [
2638 "proc-macro2",
2639 "quote",
2640 "syn 2.0.118",
2641]
2642
2643[[package]]
2644name = "equivalent"
2645version = "1.0.2"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2648
2649[[package]]
2650name = "errno"
2651version = "0.3.14"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2654dependencies = [
2655 "libc",
2656 "windows-sys 0.61.2",
2657]
2658
2659[[package]]
2660name = "etcetera"
2661version = "0.11.0"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
2664dependencies = [
2665 "cfg-if",
2666 "windows-sys 0.61.2",
2667]
2668
2669[[package]]
2670name = "euclid"
2671version = "0.22.14"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
2674dependencies = [
2675 "num-traits",
2676 "serde",
2677]
2678
2679[[package]]
2680name = "event-listener"
2681version = "5.4.1"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2684dependencies = [
2685 "concurrent-queue",
2686 "parking",
2687 "pin-project-lite",
2688]
2689
2690[[package]]
2691name = "exr"
2692version = "1.74.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
2695dependencies = [
2696 "bit_field",
2697 "half",
2698 "lebe",
2699 "miniz_oxide",
2700 "rayon-core",
2701 "smallvec",
2702 "zune-inflate",
2703]
2704
2705[[package]]
2706name = "fastrand"
2707version = "2.4.1"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
2710
2711[[package]]
2712name = "fax"
2713version = "0.2.7"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
2716
2717[[package]]
2718name = "fdeflate"
2719version = "0.3.7"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
2722dependencies = [
2723 "simd-adler32",
2724]
2725
2726[[package]]
2727name = "ff"
2728version = "0.13.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2731dependencies = [
2732 "rand_core 0.6.4",
2733 "subtle",
2734]
2735
2736[[package]]
2737name = "fiat-crypto"
2738version = "0.2.9"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2741
2742[[package]]
2743name = "field-offset"
2744version = "0.3.6"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2747dependencies = [
2748 "memoffset",
2749 "rustc_version",
2750]
2751
2752[[package]]
2753name = "find-msvc-tools"
2754version = "0.1.9"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
2757
2758[[package]]
2759name = "fjall"
2760version = "3.1.4"
2761source = "git+https://github.com/90-008/fjall.git?rev=aee642660079ec0a0f70f2f1fb45b8fa71fa4322#aee642660079ec0a0f70f2f1fb45b8fa71fa4322"
2762dependencies = [
2763 "byteorder-lite",
2764 "byteview",
2765 "dashmap",
2766 "flume",
2767 "log",
2768 "lsm-tree",
2769 "lz4_flex",
2770 "tempfile",
2771 "xxhash-rust",
2772 "zstd",
2773]
2774
2775[[package]]
2776name = "flate2"
2777version = "1.1.4"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
2780dependencies = [
2781 "crc32fast",
2782 "libz-rs-sys",
2783 "miniz_oxide",
2784]
2785
2786[[package]]
2787name = "fluent-uri"
2788version = "0.4.1"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
2791dependencies = [
2792 "borrow-or-share",
2793 "ref-cast",
2794 "serde",
2795]
2796
2797[[package]]
2798name = "flume"
2799version = "0.12.0"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
2802dependencies = [
2803 "futures-core",
2804 "futures-sink",
2805 "spin 0.9.8",
2806]
2807
2808[[package]]
2809name = "fnv"
2810version = "1.0.7"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2813
2814[[package]]
2815name = "foldhash"
2816version = "0.1.5"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2819
2820[[package]]
2821name = "foldhash"
2822version = "0.2.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2825
2826[[package]]
2827name = "foreign-types"
2828version = "0.3.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2831dependencies = [
2832 "foreign-types-shared 0.1.1",
2833]
2834
2835[[package]]
2836name = "foreign-types"
2837version = "0.5.0"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
2840dependencies = [
2841 "foreign-types-macros",
2842 "foreign-types-shared 0.3.1",
2843]
2844
2845[[package]]
2846name = "foreign-types-macros"
2847version = "0.2.3"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2850dependencies = [
2851 "proc-macro2",
2852 "quote",
2853 "syn 2.0.118",
2854]
2855
2856[[package]]
2857name = "foreign-types-shared"
2858version = "0.1.1"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2861
2862[[package]]
2863name = "foreign-types-shared"
2864version = "0.3.1"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2867
2868[[package]]
2869name = "form_urlencoded"
2870version = "1.2.2"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2873dependencies = [
2874 "percent-encoding",
2875]
2876
2877[[package]]
2878name = "fs_extra"
2879version = "1.3.0"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2882
2883[[package]]
2884name = "futf"
2885version = "0.1.5"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2888dependencies = [
2889 "mac",
2890 "new_debug_unreachable",
2891]
2892
2893[[package]]
2894name = "futures"
2895version = "0.3.32"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
2898dependencies = [
2899 "futures-channel",
2900 "futures-core",
2901 "futures-executor",
2902 "futures-io",
2903 "futures-sink",
2904 "futures-task",
2905 "futures-util",
2906]
2907
2908[[package]]
2909name = "futures-buffered"
2910version = "0.2.13"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
2913dependencies = [
2914 "cordyceps",
2915 "diatomic-waker",
2916 "futures-core",
2917 "pin-project-lite",
2918 "spin 0.10.0",
2919]
2920
2921[[package]]
2922name = "futures-channel"
2923version = "0.3.32"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
2926dependencies = [
2927 "futures-core",
2928 "futures-sink",
2929]
2930
2931[[package]]
2932name = "futures-core"
2933version = "0.3.32"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
2936
2937[[package]]
2938name = "futures-executor"
2939version = "0.3.32"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
2942dependencies = [
2943 "futures-core",
2944 "futures-task",
2945 "futures-util",
2946]
2947
2948[[package]]
2949name = "futures-intrusive"
2950version = "0.5.0"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2953dependencies = [
2954 "futures-core",
2955 "lock_api",
2956 "parking_lot",
2957]
2958
2959[[package]]
2960name = "futures-io"
2961version = "0.3.32"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2964
2965[[package]]
2966name = "futures-lite"
2967version = "2.6.1"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2970dependencies = [
2971 "fastrand",
2972 "futures-core",
2973 "futures-io",
2974 "parking",
2975 "pin-project-lite",
2976]
2977
2978[[package]]
2979name = "futures-macro"
2980version = "0.3.32"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2983dependencies = [
2984 "proc-macro2",
2985 "quote",
2986 "syn 2.0.118",
2987]
2988
2989[[package]]
2990name = "futures-sink"
2991version = "0.3.32"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2994
2995[[package]]
2996name = "futures-task"
2997version = "0.3.32"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
3000
3001[[package]]
3002name = "futures-util"
3003version = "0.3.32"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
3006dependencies = [
3007 "futures-channel",
3008 "futures-core",
3009 "futures-io",
3010 "futures-macro",
3011 "futures-sink",
3012 "futures-task",
3013 "memchr",
3014 "pin-project-lite",
3015 "slab",
3016]
3017
3018[[package]]
3019name = "fxhash"
3020version = "0.2.1"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
3023dependencies = [
3024 "byteorder",
3025]
3026
3027[[package]]
3028name = "gdk"
3029version = "0.18.2"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
3032dependencies = [
3033 "cairo-rs",
3034 "gdk-pixbuf",
3035 "gdk-sys",
3036 "gio",
3037 "glib",
3038 "libc",
3039 "pango",
3040]
3041
3042[[package]]
3043name = "gdk-pixbuf"
3044version = "0.18.5"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
3047dependencies = [
3048 "gdk-pixbuf-sys",
3049 "gio",
3050 "glib",
3051 "libc",
3052 "once_cell",
3053]
3054
3055[[package]]
3056name = "gdk-pixbuf-sys"
3057version = "0.18.0"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
3060dependencies = [
3061 "gio-sys",
3062 "glib-sys",
3063 "gobject-sys",
3064 "libc",
3065 "system-deps",
3066]
3067
3068[[package]]
3069name = "gdk-sys"
3070version = "0.18.2"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
3073dependencies = [
3074 "cairo-sys-rs",
3075 "gdk-pixbuf-sys",
3076 "gio-sys",
3077 "glib-sys",
3078 "gobject-sys",
3079 "libc",
3080 "pango-sys",
3081 "pkg-config",
3082 "system-deps",
3083]
3084
3085[[package]]
3086name = "gdkwayland-sys"
3087version = "0.18.2"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
3090dependencies = [
3091 "gdk-sys",
3092 "glib-sys",
3093 "gobject-sys",
3094 "libc",
3095 "pkg-config",
3096 "system-deps",
3097]
3098
3099[[package]]
3100name = "gdkx11-sys"
3101version = "0.18.2"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
3104dependencies = [
3105 "gdk-sys",
3106 "glib-sys",
3107 "libc",
3108 "system-deps",
3109 "x11",
3110]
3111
3112[[package]]
3113name = "generational-box"
3114version = "0.7.9"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "8cd0d825b8d339701ad330dbcd6399519ced4d143484954daf6e3185dace4f77"
3117dependencies = [
3118 "parking_lot",
3119 "tracing",
3120]
3121
3122[[package]]
3123name = "generator"
3124version = "0.8.9"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
3127dependencies = [
3128 "cc",
3129 "cfg-if",
3130 "libc",
3131 "log",
3132 "rustversion",
3133 "windows-link 0.2.1",
3134 "windows-result 0.4.1",
3135]
3136
3137[[package]]
3138name = "generic-array"
3139version = "0.14.9"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
3142dependencies = [
3143 "typenum",
3144 "version_check",
3145 "zeroize",
3146]
3147
3148[[package]]
3149name = "gethostname"
3150version = "1.1.0"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
3153dependencies = [
3154 "rustix",
3155 "windows-link 0.2.1",
3156]
3157
3158[[package]]
3159name = "getrandom"
3160version = "0.1.16"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3163dependencies = [
3164 "cfg-if",
3165 "libc",
3166 "wasi 0.9.0+wasi-snapshot-preview1",
3167]
3168
3169[[package]]
3170name = "getrandom"
3171version = "0.2.17"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
3174dependencies = [
3175 "cfg-if",
3176 "js-sys",
3177 "libc",
3178 "wasi 0.11.1+wasi-snapshot-preview1",
3179 "wasm-bindgen",
3180]
3181
3182[[package]]
3183name = "getrandom"
3184version = "0.3.4"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
3187dependencies = [
3188 "cfg-if",
3189 "js-sys",
3190 "libc",
3191 "r-efi 5.3.0",
3192 "wasip2",
3193 "wasm-bindgen",
3194]
3195
3196[[package]]
3197name = "getrandom"
3198version = "0.4.3"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
3201dependencies = [
3202 "cfg-if",
3203 "libc",
3204 "r-efi 6.0.0",
3205 "rand_core 0.10.1",
3206]
3207
3208[[package]]
3209name = "ghash"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
3213dependencies = [
3214 "opaque-debug",
3215 "polyval",
3216]
3217
3218[[package]]
3219name = "gif"
3220version = "0.14.2"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
3223dependencies = [
3224 "color_quant",
3225 "weezl",
3226]
3227
3228[[package]]
3229name = "gimli"
3230version = "0.32.3"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
3233
3234[[package]]
3235name = "gio"
3236version = "0.18.4"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
3239dependencies = [
3240 "futures-channel",
3241 "futures-core",
3242 "futures-io",
3243 "futures-util",
3244 "gio-sys",
3245 "glib",
3246 "libc",
3247 "once_cell",
3248 "pin-project-lite",
3249 "smallvec",
3250 "thiserror 1.0.69",
3251]
3252
3253[[package]]
3254name = "gio-sys"
3255version = "0.18.1"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
3258dependencies = [
3259 "glib-sys",
3260 "gobject-sys",
3261 "libc",
3262 "system-deps",
3263 "winapi",
3264]
3265
3266[[package]]
3267name = "glib"
3268version = "0.18.5"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
3271dependencies = [
3272 "bitflags 2.13.0",
3273 "futures-channel",
3274 "futures-core",
3275 "futures-executor",
3276 "futures-task",
3277 "futures-util",
3278 "gio-sys",
3279 "glib-macros",
3280 "glib-sys",
3281 "gobject-sys",
3282 "libc",
3283 "memchr",
3284 "once_cell",
3285 "smallvec",
3286 "thiserror 1.0.69",
3287]
3288
3289[[package]]
3290name = "glib-macros"
3291version = "0.18.5"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
3294dependencies = [
3295 "heck 0.4.1",
3296 "proc-macro-crate 2.0.2",
3297 "proc-macro-error",
3298 "proc-macro2",
3299 "quote",
3300 "syn 2.0.118",
3301]
3302
3303[[package]]
3304name = "glib-sys"
3305version = "0.18.1"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
3308dependencies = [
3309 "libc",
3310 "system-deps",
3311]
3312
3313[[package]]
3314name = "glob"
3315version = "0.3.3"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
3318
3319[[package]]
3320name = "global-hotkey"
3321version = "0.7.0"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "b9247516746aa8e53411a0db9b62b0e24efbcf6a76e0ba73e5a91b512ddabed7"
3324dependencies = [
3325 "crossbeam-channel",
3326 "keyboard-types",
3327 "objc2",
3328 "objc2-app-kit",
3329 "once_cell",
3330 "thiserror 2.0.18",
3331 "windows-sys 0.59.0",
3332 "x11rb",
3333 "xkeysym",
3334]
3335
3336[[package]]
3337name = "gloo-net"
3338version = "0.6.0"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
3341dependencies = [
3342 "futures-channel",
3343 "futures-core",
3344 "futures-sink",
3345 "gloo-utils",
3346 "http",
3347 "js-sys",
3348 "pin-project",
3349 "serde",
3350 "serde_json",
3351 "thiserror 1.0.69",
3352 "wasm-bindgen",
3353 "wasm-bindgen-futures",
3354 "web-sys",
3355]
3356
3357[[package]]
3358name = "gloo-storage"
3359version = "0.3.0"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
3362dependencies = [
3363 "gloo-utils",
3364 "js-sys",
3365 "serde",
3366 "serde_json",
3367 "thiserror 1.0.69",
3368 "wasm-bindgen",
3369 "web-sys",
3370]
3371
3372[[package]]
3373name = "gloo-timers"
3374version = "0.3.0"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
3377dependencies = [
3378 "futures-channel",
3379 "futures-core",
3380 "js-sys",
3381 "wasm-bindgen",
3382]
3383
3384[[package]]
3385name = "gloo-utils"
3386version = "0.2.0"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
3389dependencies = [
3390 "js-sys",
3391 "serde",
3392 "serde_json",
3393 "wasm-bindgen",
3394 "web-sys",
3395]
3396
3397[[package]]
3398name = "glow"
3399version = "0.17.0"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
3402dependencies = [
3403 "js-sys",
3404 "slotmap",
3405 "wasm-bindgen",
3406 "web-sys",
3407]
3408
3409[[package]]
3410name = "gltf"
3411version = "1.4.1"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7"
3414dependencies = [
3415 "base64 0.13.1",
3416 "byteorder",
3417 "gltf-json",
3418 "image",
3419 "lazy_static",
3420 "serde_json",
3421 "urlencoding",
3422]
3423
3424[[package]]
3425name = "gltf-derive"
3426version = "1.4.1"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51"
3429dependencies = [
3430 "inflections",
3431 "proc-macro2",
3432 "quote",
3433 "syn 2.0.118",
3434]
3435
3436[[package]]
3437name = "gltf-json"
3438version = "1.4.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14"
3441dependencies = [
3442 "gltf-derive",
3443 "serde",
3444 "serde_derive",
3445 "serde_json",
3446]
3447
3448[[package]]
3449name = "gobject-sys"
3450version = "0.18.0"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
3453dependencies = [
3454 "glib-sys",
3455 "libc",
3456 "system-deps",
3457]
3458
3459[[package]]
3460name = "group"
3461version = "0.13.0"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
3464dependencies = [
3465 "ff",
3466 "rand_core 0.6.4",
3467 "subtle",
3468]
3469
3470[[package]]
3471name = "gtk"
3472version = "0.18.2"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
3475dependencies = [
3476 "atk",
3477 "cairo-rs",
3478 "field-offset",
3479 "futures-channel",
3480 "gdk",
3481 "gdk-pixbuf",
3482 "gio",
3483 "glib",
3484 "gtk-sys",
3485 "gtk3-macros",
3486 "libc",
3487 "pango",
3488 "pkg-config",
3489]
3490
3491[[package]]
3492name = "gtk-sys"
3493version = "0.18.2"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
3496dependencies = [
3497 "atk-sys",
3498 "cairo-sys-rs",
3499 "gdk-pixbuf-sys",
3500 "gdk-sys",
3501 "gio-sys",
3502 "glib-sys",
3503 "gobject-sys",
3504 "libc",
3505 "pango-sys",
3506 "system-deps",
3507]
3508
3509[[package]]
3510name = "gtk3-macros"
3511version = "0.18.2"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
3514dependencies = [
3515 "proc-macro-crate 1.3.1",
3516 "proc-macro-error",
3517 "proc-macro2",
3518 "quote",
3519 "syn 2.0.118",
3520]
3521
3522[[package]]
3523name = "h2"
3524version = "0.4.15"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
3527dependencies = [
3528 "atomic-waker",
3529 "bytes",
3530 "fnv",
3531 "futures-core",
3532 "futures-sink",
3533 "http",
3534 "indexmap",
3535 "slab",
3536 "tokio",
3537 "tokio-util",
3538 "tracing",
3539]
3540
3541[[package]]
3542name = "half"
3543version = "2.7.1"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
3546dependencies = [
3547 "cfg-if",
3548 "crunchy",
3549 "num-traits",
3550 "zerocopy",
3551]
3552
3553[[package]]
3554name = "hash32"
3555version = "0.2.1"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
3558dependencies = [
3559 "byteorder",
3560]
3561
3562[[package]]
3563name = "hashbrown"
3564version = "0.14.5"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
3567
3568[[package]]
3569name = "hashbrown"
3570version = "0.15.5"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
3573dependencies = [
3574 "allocator-api2 0.2.21",
3575 "equivalent",
3576 "foldhash 0.1.5",
3577]
3578
3579[[package]]
3580name = "hashbrown"
3581version = "0.16.1"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
3584dependencies = [
3585 "allocator-api2 0.2.21",
3586 "equivalent",
3587 "foldhash 0.2.0",
3588]
3589
3590[[package]]
3591name = "hashbrown"
3592version = "0.17.1"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
3595
3596[[package]]
3597name = "hashlink"
3598version = "0.11.1"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
3601dependencies = [
3602 "hashbrown 0.16.1",
3603]
3604
3605[[package]]
3606name = "headers"
3607version = "0.4.1"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
3610dependencies = [
3611 "base64 0.22.1",
3612 "bytes",
3613 "headers-core",
3614 "http",
3615 "httpdate",
3616 "mime",
3617 "sha1 0.10.6",
3618]
3619
3620[[package]]
3621name = "headers-core"
3622version = "0.3.0"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
3625dependencies = [
3626 "http",
3627]
3628
3629[[package]]
3630name = "heapless"
3631version = "0.7.17"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
3634dependencies = [
3635 "atomic-polyfill",
3636 "hash32",
3637 "rustc_version",
3638 "serde",
3639 "spin 0.9.8",
3640 "stable_deref_trait",
3641]
3642
3643[[package]]
3644name = "heck"
3645version = "0.4.1"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
3648
3649[[package]]
3650name = "heck"
3651version = "0.5.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
3654
3655[[package]]
3656name = "hex"
3657version = "0.4.3"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3660
3661[[package]]
3662name = "hickory-proto"
3663version = "0.24.4"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
3666dependencies = [
3667 "async-trait",
3668 "cfg-if",
3669 "data-encoding",
3670 "enum-as-inner",
3671 "futures-channel",
3672 "futures-io",
3673 "futures-util",
3674 "idna",
3675 "ipnet",
3676 "once_cell",
3677 "rand 0.8.6",
3678 "thiserror 1.0.69",
3679 "tinyvec",
3680 "tokio",
3681 "tracing",
3682 "url",
3683]
3684
3685[[package]]
3686name = "hickory-resolver"
3687version = "0.24.4"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
3690dependencies = [
3691 "cfg-if",
3692 "futures-util",
3693 "hickory-proto",
3694 "ipconfig",
3695 "lru-cache",
3696 "once_cell",
3697 "parking_lot",
3698 "rand 0.8.6",
3699 "resolv-conf",
3700 "smallvec",
3701 "thiserror 1.0.69",
3702 "tokio",
3703 "tracing",
3704]
3705
3706[[package]]
3707name = "hkdf"
3708version = "0.12.4"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
3711dependencies = [
3712 "hmac 0.12.1",
3713]
3714
3715[[package]]
3716name = "hkdf"
3717version = "0.13.0"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018"
3720dependencies = [
3721 "hmac 0.13.0",
3722]
3723
3724[[package]]
3725name = "hmac"
3726version = "0.12.1"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3729dependencies = [
3730 "digest 0.10.7",
3731]
3732
3733[[package]]
3734name = "hmac"
3735version = "0.13.0"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
3738dependencies = [
3739 "digest 0.11.3",
3740]
3741
3742[[package]]
3743name = "html5ever"
3744version = "0.27.0"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
3747dependencies = [
3748 "log",
3749 "mac",
3750 "markup5ever 0.12.1",
3751 "proc-macro2",
3752 "quote",
3753 "syn 2.0.118",
3754]
3755
3756[[package]]
3757name = "html5ever"
3758version = "0.29.1"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
3761dependencies = [
3762 "log",
3763 "mac",
3764 "markup5ever 0.14.1",
3765 "match_token",
3766]
3767
3768[[package]]
3769name = "http"
3770version = "1.4.2"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
3773dependencies = [
3774 "bytes",
3775 "itoa",
3776]
3777
3778[[package]]
3779name = "http-body"
3780version = "1.0.1"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
3783dependencies = [
3784 "bytes",
3785 "http",
3786]
3787
3788[[package]]
3789name = "http-body-util"
3790version = "0.1.3"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
3793dependencies = [
3794 "bytes",
3795 "futures-core",
3796 "http",
3797 "http-body",
3798 "pin-project-lite",
3799]
3800
3801[[package]]
3802name = "http-range-header"
3803version = "0.4.2"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
3806
3807[[package]]
3808name = "httparse"
3809version = "1.10.1"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
3812
3813[[package]]
3814name = "httpdate"
3815version = "1.0.3"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3818
3819[[package]]
3820name = "humantime"
3821version = "2.3.0"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
3824
3825[[package]]
3826name = "hybrid-array"
3827version = "0.4.13"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
3830dependencies = [
3831 "typenum",
3832]
3833
3834[[package]]
3835name = "hydrant"
3836version = "0.1.0"
3837source = "git+https://tangled.org/ptr.pet/hydrant?rev=1145fa1bb194372ceea81ab48b5d68d304da34ad#1145fa1bb194372ceea81ab48b5d68d304da34ad"
3838dependencies = [
3839 "ahash",
3840 "arc-swap",
3841 "axum",
3842 "axum-tws",
3843 "bytes",
3844 "chrono",
3845 "cid",
3846 "data-encoding",
3847 "fjall",
3848 "fluent-uri",
3849 "futures",
3850 "glob",
3851 "hex",
3852 "http",
3853 "humantime",
3854 "hyper",
3855 "iroh-car",
3856 "jacquard-api 0.11.1",
3857 "jacquard-common 0.11.0",
3858 "jacquard-derive 0.11.0",
3859 "jacquard-identity 0.11.0",
3860 "jacquard-repo",
3861 "lsm-tree",
3862 "miette",
3863 "mimalloc",
3864 "multibase",
3865 "nohash-hasher",
3866 "parking_lot",
3867 "rand 0.10.1",
3868 "reqwest",
3869 "rmp-serde",
3870 "rustls",
3871 "scc",
3872 "serde",
3873 "serde_bytes",
3874 "serde_ipld_dagcbor",
3875 "serde_json",
3876 "serde_urlencoded",
3877 "sha2 0.10.9",
3878 "smol_str",
3879 "socket2",
3880 "thiserror 2.0.18",
3881 "tokio",
3882 "tokio-util",
3883 "tokio-websockets",
3884 "tower-http",
3885 "tracing",
3886 "tracing-subscriber",
3887 "url",
3888]
3889
3890[[package]]
3891name = "hyper"
3892version = "1.10.1"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
3895dependencies = [
3896 "atomic-waker",
3897 "bytes",
3898 "futures-channel",
3899 "futures-core",
3900 "h2",
3901 "http",
3902 "http-body",
3903 "httparse",
3904 "httpdate",
3905 "itoa",
3906 "pin-project-lite",
3907 "smallvec",
3908 "tokio",
3909 "want",
3910]
3911
3912[[package]]
3913name = "hyper-rustls"
3914version = "0.27.9"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
3917dependencies = [
3918 "http",
3919 "hyper",
3920 "hyper-util",
3921 "rustls",
3922 "tokio",
3923 "tokio-rustls",
3924 "tower-service",
3925 "webpki-roots",
3926]
3927
3928[[package]]
3929name = "hyper-util"
3930version = "0.1.20"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
3933dependencies = [
3934 "base64 0.22.1",
3935 "bytes",
3936 "futures-channel",
3937 "futures-util",
3938 "http",
3939 "http-body",
3940 "hyper",
3941 "ipnet",
3942 "libc",
3943 "percent-encoding",
3944 "pin-project-lite",
3945 "socket2",
3946 "system-configuration",
3947 "tokio",
3948 "tower-layer",
3949 "tower-service",
3950 "tracing",
3951 "windows-registry",
3952]
3953
3954[[package]]
3955name = "iana-time-zone"
3956version = "0.1.65"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
3959dependencies = [
3960 "android_system_properties",
3961 "core-foundation-sys",
3962 "iana-time-zone-haiku",
3963 "js-sys",
3964 "log",
3965 "wasm-bindgen",
3966 "windows-core 0.62.2",
3967]
3968
3969[[package]]
3970name = "iana-time-zone-haiku"
3971version = "0.1.2"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3974dependencies = [
3975 "cc",
3976]
3977
3978[[package]]
3979name = "icu_collections"
3980version = "2.2.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
3983dependencies = [
3984 "displaydoc",
3985 "potential_utf",
3986 "utf8_iter",
3987 "yoke",
3988 "zerofrom",
3989 "zerovec",
3990]
3991
3992[[package]]
3993name = "icu_locale_core"
3994version = "2.2.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
3997dependencies = [
3998 "displaydoc",
3999 "litemap",
4000 "tinystr",
4001 "writeable",
4002 "zerovec",
4003]
4004
4005[[package]]
4006name = "icu_normalizer"
4007version = "2.2.0"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
4010dependencies = [
4011 "icu_collections",
4012 "icu_normalizer_data",
4013 "icu_properties",
4014 "icu_provider",
4015 "smallvec",
4016 "zerovec",
4017]
4018
4019[[package]]
4020name = "icu_normalizer_data"
4021version = "2.2.0"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
4024
4025[[package]]
4026name = "icu_properties"
4027version = "2.2.0"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
4030dependencies = [
4031 "icu_collections",
4032 "icu_locale_core",
4033 "icu_properties_data",
4034 "icu_provider",
4035 "zerotrie",
4036 "zerovec",
4037]
4038
4039[[package]]
4040name = "icu_properties_data"
4041version = "2.2.0"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
4044
4045[[package]]
4046name = "icu_provider"
4047version = "2.2.0"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
4050dependencies = [
4051 "displaydoc",
4052 "icu_locale_core",
4053 "writeable",
4054 "yoke",
4055 "zerofrom",
4056 "zerotrie",
4057 "zerovec",
4058]
4059
4060[[package]]
4061name = "ident_case"
4062version = "1.0.1"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
4065
4066[[package]]
4067name = "idna"
4068version = "1.1.0"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
4071dependencies = [
4072 "idna_adapter",
4073 "smallvec",
4074 "utf8_iter",
4075]
4076
4077[[package]]
4078name = "idna_adapter"
4079version = "1.2.2"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
4082dependencies = [
4083 "icu_normalizer",
4084 "icu_properties",
4085]
4086
4087[[package]]
4088name = "image"
4089version = "0.25.10"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
4092dependencies = [
4093 "bytemuck",
4094 "byteorder-lite",
4095 "color_quant",
4096 "exr",
4097 "gif",
4098 "image-webp",
4099 "moxcms",
4100 "num-traits",
4101 "png 0.18.1",
4102 "qoi",
4103 "ravif",
4104 "rayon",
4105 "rgb",
4106 "tiff",
4107 "zune-core",
4108 "zune-jpeg",
4109]
4110
4111[[package]]
4112name = "image-webp"
4113version = "0.2.4"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
4116dependencies = [
4117 "byteorder-lite",
4118 "quick-error",
4119]
4120
4121[[package]]
4122name = "imagesize"
4123version = "0.13.0"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
4126
4127[[package]]
4128name = "imgref"
4129version = "1.12.2"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "89194689a993ab15268672e99e7b0e19da2da3268ac682e8f02d29d4d1434cd7"
4132
4133[[package]]
4134name = "indexmap"
4135version = "2.14.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
4138dependencies = [
4139 "equivalent",
4140 "hashbrown 0.17.1",
4141]
4142
4143[[package]]
4144name = "infer"
4145version = "0.19.0"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
4148dependencies = [
4149 "cfb",
4150]
4151
4152[[package]]
4153name = "inflections"
4154version = "1.1.1"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
4157
4158[[package]]
4159name = "inout"
4160version = "0.1.4"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
4163dependencies = [
4164 "generic-array",
4165]
4166
4167[[package]]
4168name = "instant"
4169version = "0.1.13"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
4172dependencies = [
4173 "cfg-if",
4174]
4175
4176[[package]]
4177name = "interpolate_name"
4178version = "0.2.4"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
4181dependencies = [
4182 "proc-macro2",
4183 "quote",
4184 "syn 2.0.118",
4185]
4186
4187[[package]]
4188name = "interval-heap"
4189version = "0.0.5"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
4192dependencies = [
4193 "compare",
4194]
4195
4196[[package]]
4197name = "inventory"
4198version = "0.3.24"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
4201dependencies = [
4202 "rustversion",
4203]
4204
4205[[package]]
4206name = "ipconfig"
4207version = "0.3.4"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
4210dependencies = [
4211 "socket2",
4212 "widestring",
4213 "windows-registry",
4214 "windows-result 0.4.1",
4215 "windows-sys 0.61.2",
4216]
4217
4218[[package]]
4219name = "ipld-core"
4220version = "0.4.3"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
4223dependencies = [
4224 "cid",
4225 "serde",
4226 "serde_bytes",
4227]
4228
4229[[package]]
4230name = "ipnet"
4231version = "2.12.0"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
4234
4235[[package]]
4236name = "iroh-car"
4237version = "0.5.1"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
4240dependencies = [
4241 "anyhow",
4242 "cid",
4243 "futures",
4244 "serde",
4245 "serde_ipld_dagcbor",
4246 "thiserror 1.0.69",
4247 "tokio",
4248 "unsigned-varint 0.7.2",
4249]
4250
4251[[package]]
4252name = "is_ci"
4253version = "1.2.0"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
4256
4257[[package]]
4258name = "itertools"
4259version = "0.14.0"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
4262dependencies = [
4263 "either",
4264]
4265
4266[[package]]
4267name = "itoa"
4268version = "1.0.18"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
4271
4272[[package]]
4273name = "jacquard"
4274version = "0.12.1"
4275dependencies = [
4276 "bytes",
4277 "getrandom 0.2.17",
4278 "gloo-storage",
4279 "http",
4280 "jacquard-api 0.12.1",
4281 "jacquard-common 0.12.1",
4282 "jacquard-derive 0.12.1",
4283 "jacquard-identity 0.12.1",
4284 "jacquard-oauth",
4285 "jose-jwk",
4286 "miette",
4287 "n0-future",
4288 "regex",
4289 "regex-lite",
4290 "reqwest",
4291 "serde",
4292 "serde_html_form",
4293 "serde_json",
4294 "smol_str",
4295 "thiserror 2.0.18",
4296 "tokio",
4297 "trait-variant",
4298 "webpage",
4299]
4300
4301[[package]]
4302name = "jacquard-api"
4303version = "0.11.1"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "f4bba022e9c632f737de481d7c894b5736dd1a503362876ca4da49b9255a7e61"
4306dependencies = [
4307 "jacquard-common 0.11.0",
4308 "jacquard-derive 0.11.0",
4309 "jacquard-lexicon 0.11.1",
4310 "miette",
4311 "serde",
4312 "thiserror 2.0.18",
4313]
4314
4315[[package]]
4316name = "jacquard-api"
4317version = "0.12.1"
4318dependencies = [
4319 "jacquard-common 0.12.1",
4320 "jacquard-derive 0.12.1",
4321 "jacquard-lexicon 0.12.1",
4322 "miette",
4323 "serde",
4324 "thiserror 2.0.18",
4325]
4326
4327[[package]]
4328name = "jacquard-axum"
4329version = "0.12.1"
4330dependencies = [
4331 "axum",
4332 "axum-extra",
4333 "base64 0.22.1",
4334 "bytes",
4335 "chrono",
4336 "jacquard",
4337 "jacquard-common 0.12.1",
4338 "jacquard-derive 0.12.1",
4339 "jacquard-identity 0.12.1",
4340 "miette",
4341 "mini-moka-wasm",
4342 "multibase",
4343 "serde",
4344 "serde_html_form",
4345 "serde_json",
4346 "thiserror 2.0.18",
4347 "tokio",
4348 "tower-http",
4349 "tracing",
4350]
4351
4352[[package]]
4353name = "jacquard-common"
4354version = "0.11.0"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "9631f08f1e65d19e204bc6774d00b4e0b69fb649d7d7ac59ccf97797bd9a196e"
4357dependencies = [
4358 "base64 0.22.1",
4359 "bon",
4360 "bytes",
4361 "chrono",
4362 "ciborium",
4363 "ciborium-io",
4364 "cid",
4365 "ed25519-dalek",
4366 "fluent-uri",
4367 "futures",
4368 "getrandom 0.2.17",
4369 "getrandom 0.3.4",
4370 "hashbrown 0.15.5",
4371 "http",
4372 "ipld-core",
4373 "k256",
4374 "maitake-sync",
4375 "miette",
4376 "multibase",
4377 "multihash",
4378 "n0-future",
4379 "ouroboros",
4380 "oxilangtag",
4381 "p256",
4382 "phf 0.11.3",
4383 "postcard",
4384 "rand 0.9.4",
4385 "regex",
4386 "regex-automata",
4387 "regex-lite",
4388 "reqwest",
4389 "rustversion",
4390 "serde",
4391 "serde_bytes",
4392 "serde_html_form",
4393 "serde_ipld_dagcbor",
4394 "serde_json",
4395 "signature",
4396 "smol_str",
4397 "spin 0.10.0",
4398 "thiserror 2.0.18",
4399 "tokio",
4400 "tokio-tungstenite-wasm",
4401 "tokio-util",
4402 "tracing",
4403 "trait-variant",
4404 "unicode-segmentation",
4405]
4406
4407[[package]]
4408name = "jacquard-common"
4409version = "0.12.1"
4410dependencies = [
4411 "base64 0.22.1",
4412 "bon",
4413 "bytes",
4414 "chrono",
4415 "ciborium",
4416 "ciborium-io",
4417 "cid",
4418 "fluent-uri",
4419 "futures",
4420 "getrandom 0.2.17",
4421 "getrandom 0.3.4",
4422 "hashbrown 0.15.5",
4423 "http",
4424 "ipld-core",
4425 "k256",
4426 "maitake-sync",
4427 "miette",
4428 "multibase",
4429 "multihash",
4430 "n0-future",
4431 "oxilangtag",
4432 "p256",
4433 "phf 0.11.3",
4434 "postcard",
4435 "rand 0.9.4",
4436 "regex",
4437 "regex-automata",
4438 "regex-lite",
4439 "reqwest",
4440 "rustversion",
4441 "serde",
4442 "serde_bytes",
4443 "serde_html_form",
4444 "serde_ipld_dagcbor",
4445 "serde_json",
4446 "signature",
4447 "smol_str",
4448 "spin 0.10.0",
4449 "thiserror 2.0.18",
4450 "tokio",
4451 "tokio-tungstenite-wasm",
4452 "tokio-util",
4453 "trait-variant",
4454 "unicode-segmentation",
4455]
4456
4457[[package]]
4458name = "jacquard-derive"
4459version = "0.11.0"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "22904bd0f9a959591e14ee9e1dab91a9110209cb8b292930e584134f96a83ece"
4462dependencies = [
4463 "heck 0.5.0",
4464 "jacquard-lexicon 0.11.1",
4465 "proc-macro2",
4466 "quote",
4467 "syn 2.0.118",
4468]
4469
4470[[package]]
4471name = "jacquard-derive"
4472version = "0.12.1"
4473dependencies = [
4474 "heck 0.5.0",
4475 "jacquard-lexicon 0.12.1",
4476 "proc-macro2",
4477 "quote",
4478 "syn 2.0.118",
4479]
4480
4481[[package]]
4482name = "jacquard-identity"
4483version = "0.11.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "b84a9302ea9dd39c49d748a8eba21faf365570088571ff327ebb00117dbd65b8"
4486dependencies = [
4487 "bon",
4488 "bytes",
4489 "hickory-resolver",
4490 "http",
4491 "jacquard-common 0.11.0",
4492 "jacquard-lexicon 0.11.1",
4493 "miette",
4494 "n0-future",
4495 "reqwest",
4496 "serde",
4497 "serde_html_form",
4498 "serde_json",
4499 "thiserror 2.0.18",
4500 "tokio",
4501 "tracing",
4502 "trait-variant",
4503]
4504
4505[[package]]
4506name = "jacquard-identity"
4507version = "0.12.1"
4508dependencies = [
4509 "bon",
4510 "bytes",
4511 "http",
4512 "jacquard-common 0.12.1",
4513 "jacquard-lexicon 0.12.1",
4514 "miette",
4515 "mini-moka-wasm",
4516 "n0-future",
4517 "reqwest",
4518 "serde",
4519 "serde_html_form",
4520 "serde_json",
4521 "thiserror 2.0.18",
4522 "tokio",
4523 "trait-variant",
4524]
4525
4526[[package]]
4527name = "jacquard-lexicon"
4528version = "0.11.1"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "fd7863d4f56a49f07391b5f775e82be12e6381156642ee83574f481ca73e8b0e"
4531dependencies = [
4532 "cid",
4533 "dashmap",
4534 "heck 0.5.0",
4535 "inventory",
4536 "jacquard-common 0.11.0",
4537 "miette",
4538 "multihash",
4539 "prettyplease",
4540 "proc-macro2",
4541 "quote",
4542 "serde",
4543 "serde_ipld_dagcbor",
4544 "serde_json",
4545 "serde_path_to_error",
4546 "serde_repr",
4547 "serde_with",
4548 "sha2 0.10.9",
4549 "syn 2.0.118",
4550 "thiserror 2.0.18",
4551 "unicode-segmentation",
4552]
4553
4554[[package]]
4555name = "jacquard-lexicon"
4556version = "0.12.1"
4557dependencies = [
4558 "cid",
4559 "dashmap",
4560 "heck 0.5.0",
4561 "inventory",
4562 "jacquard-common 0.12.1",
4563 "miette",
4564 "multihash",
4565 "prettyplease",
4566 "proc-macro2",
4567 "quote",
4568 "serde",
4569 "serde_ipld_dagcbor",
4570 "serde_json",
4571 "serde_path_to_error",
4572 "serde_repr",
4573 "serde_with",
4574 "sha2 0.10.9",
4575 "syn 2.0.118",
4576 "thiserror 2.0.18",
4577 "unicode-segmentation",
4578]
4579
4580[[package]]
4581name = "jacquard-oauth"
4582version = "0.12.1"
4583dependencies = [
4584 "base64 0.22.1",
4585 "bytes",
4586 "chrono",
4587 "dashmap",
4588 "ed25519-dalek",
4589 "elliptic-curve",
4590 "http",
4591 "jacquard-common 0.12.1",
4592 "jacquard-identity 0.12.1",
4593 "jose-jwa",
4594 "jose-jwk",
4595 "k256",
4596 "miette",
4597 "mini-moka-wasm",
4598 "n0-future",
4599 "p256",
4600 "p384",
4601 "rand 0.8.6",
4602 "reqwest",
4603 "serde",
4604 "serde_html_form",
4605 "serde_json",
4606 "sha2 0.10.9",
4607 "smallvec",
4608 "smol_str",
4609 "thiserror 2.0.18",
4610 "tokio",
4611 "trait-variant",
4612]
4613
4614[[package]]
4615name = "jacquard-repo"
4616version = "0.11.0"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "b0c924640eed28b608767e034f7db741a4f3b33c4631db8defc33c5a05f4834e"
4619dependencies = [
4620 "bytes",
4621 "cid",
4622 "ed25519-dalek",
4623 "iroh-car",
4624 "jacquard-api 0.11.1",
4625 "jacquard-common 0.11.0",
4626 "jacquard-derive 0.11.0",
4627 "k256",
4628 "miette",
4629 "multihash",
4630 "n0-future",
4631 "p256",
4632 "serde",
4633 "serde_bytes",
4634 "serde_ipld_dagcbor",
4635 "sha2 0.10.9",
4636 "smol_str",
4637 "thiserror 2.0.18",
4638 "tokio",
4639 "trait-variant",
4640]
4641
4642[[package]]
4643name = "javascriptcore-rs"
4644version = "1.1.2"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
4647dependencies = [
4648 "bitflags 1.3.2",
4649 "glib",
4650 "javascriptcore-rs-sys",
4651]
4652
4653[[package]]
4654name = "javascriptcore-rs-sys"
4655version = "1.1.1"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
4658dependencies = [
4659 "glib-sys",
4660 "gobject-sys",
4661 "libc",
4662 "system-deps",
4663]
4664
4665[[package]]
4666name = "jni"
4667version = "0.21.1"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
4670dependencies = [
4671 "cesu8",
4672 "cfg-if",
4673 "combine",
4674 "jni-sys 0.3.1",
4675 "log",
4676 "thiserror 1.0.69",
4677 "walkdir",
4678 "windows-sys 0.45.0",
4679]
4680
4681[[package]]
4682name = "jni"
4683version = "0.22.4"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
4686dependencies = [
4687 "cfg-if",
4688 "combine",
4689 "jni-macros",
4690 "jni-sys 0.4.1",
4691 "log",
4692 "simd_cesu8",
4693 "thiserror 2.0.18",
4694 "walkdir",
4695 "windows-link 0.2.1",
4696]
4697
4698[[package]]
4699name = "jni-macros"
4700version = "0.22.4"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
4703dependencies = [
4704 "proc-macro2",
4705 "quote",
4706 "rustc_version",
4707 "simd_cesu8",
4708 "syn 2.0.118",
4709]
4710
4711[[package]]
4712name = "jni-sys"
4713version = "0.3.1"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
4716dependencies = [
4717 "jni-sys 0.4.1",
4718]
4719
4720[[package]]
4721name = "jni-sys"
4722version = "0.4.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
4725dependencies = [
4726 "jni-sys-macros",
4727]
4728
4729[[package]]
4730name = "jni-sys-macros"
4731version = "0.4.1"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
4734dependencies = [
4735 "quote",
4736 "syn 2.0.118",
4737]
4738
4739[[package]]
4740name = "jobserver"
4741version = "0.1.34"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
4744dependencies = [
4745 "getrandom 0.3.4",
4746 "libc",
4747]
4748
4749[[package]]
4750name = "jose-b64"
4751version = "0.1.2"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
4754dependencies = [
4755 "base64ct",
4756 "serde",
4757 "subtle",
4758 "zeroize",
4759]
4760
4761[[package]]
4762name = "jose-jwa"
4763version = "0.1.2"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
4766dependencies = [
4767 "serde",
4768]
4769
4770[[package]]
4771name = "jose-jwk"
4772version = "0.1.2"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
4775dependencies = [
4776 "jose-b64",
4777 "jose-jwa",
4778 "p256",
4779 "p384",
4780 "rsa",
4781 "serde",
4782 "zeroize",
4783]
4784
4785[[package]]
4786name = "js-sys"
4787version = "0.3.98"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
4790dependencies = [
4791 "cfg-if",
4792 "futures-util",
4793 "once_cell",
4794 "wasm-bindgen",
4795]
4796
4797[[package]]
4798name = "k256"
4799version = "0.13.4"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
4802dependencies = [
4803 "cfg-if",
4804 "ecdsa",
4805 "elliptic-curve",
4806 "once_cell",
4807 "sha2 0.10.9",
4808 "signature",
4809]
4810
4811[[package]]
4812name = "keyboard-types"
4813version = "0.7.0"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
4816dependencies = [
4817 "bitflags 2.13.0",
4818 "serde",
4819 "unicode-segmentation",
4820]
4821
4822[[package]]
4823name = "keyring"
4824version = "3.6.3"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
4827dependencies = [
4828 "log",
4829 "zeroize",
4830]
4831
4832[[package]]
4833name = "konst"
4834version = "0.2.20"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
4837dependencies = [
4838 "konst_macro_rules",
4839]
4840
4841[[package]]
4842name = "konst_macro_rules"
4843version = "0.2.19"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
4846
4847[[package]]
4848name = "kuchikiki"
4849version = "0.8.8-speedreader"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
4852dependencies = [
4853 "cssparser",
4854 "html5ever 0.29.1",
4855 "indexmap",
4856 "selectors",
4857]
4858
4859[[package]]
4860name = "lazy-js-bundle"
4861version = "0.7.9"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "ccafada6c9541db44db758619236f2748f6e1bdaa84d04ded858567cd1e89321"
4864
4865[[package]]
4866name = "lazy_static"
4867version = "1.5.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
4870dependencies = [
4871 "spin 0.9.8",
4872]
4873
4874[[package]]
4875name = "lebe"
4876version = "0.5.3"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
4879
4880[[package]]
4881name = "lib3mf"
4882version = "0.1.6"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "909b625efea54d0a560d2a1b2483cedb313f90200f7fc5e39e7e3a191b87fe6a"
4885dependencies = [
4886 "quick-xml",
4887 "thiserror 2.0.18",
4888 "urlencoding",
4889 "zip 8.6.0",
4890]
4891
4892[[package]]
4893name = "libappindicator"
4894version = "0.9.0"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
4897dependencies = [
4898 "glib",
4899 "gtk",
4900 "gtk-sys",
4901 "libappindicator-sys",
4902 "log",
4903]
4904
4905[[package]]
4906name = "libappindicator-sys"
4907version = "0.9.0"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
4910dependencies = [
4911 "gtk-sys",
4912 "libloading 0.7.4",
4913 "once_cell",
4914]
4915
4916[[package]]
4917name = "libc"
4918version = "0.2.186"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
4921
4922[[package]]
4923name = "libfuzzer-sys"
4924version = "0.4.13"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2"
4927dependencies = [
4928 "arbitrary",
4929 "cc",
4930]
4931
4932[[package]]
4933name = "libloading"
4934version = "0.7.4"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
4937dependencies = [
4938 "cfg-if",
4939 "winapi",
4940]
4941
4942[[package]]
4943name = "libloading"
4944version = "0.8.9"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
4947dependencies = [
4948 "cfg-if",
4949 "windows-link 0.2.1",
4950]
4951
4952[[package]]
4953name = "libm"
4954version = "0.2.16"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
4957
4958[[package]]
4959name = "libmimalloc-sys"
4960version = "0.1.44"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
4963dependencies = [
4964 "cc",
4965 "libc",
4966]
4967
4968[[package]]
4969name = "libredox"
4970version = "0.1.17"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
4973dependencies = [
4974 "libc",
4975]
4976
4977[[package]]
4978name = "libsqlite3-sys"
4979version = "0.37.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
4982dependencies = [
4983 "cc",
4984 "pkg-config",
4985 "vcpkg",
4986]
4987
4988[[package]]
4989name = "libxdo"
4990version = "0.6.0"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db"
4993dependencies = [
4994 "libxdo-sys",
4995]
4996
4997[[package]]
4998name = "libxdo-sys"
4999version = "0.11.0"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
5002dependencies = [
5003 "libc",
5004 "x11",
5005]
5006
5007[[package]]
5008name = "libz-rs-sys"
5009version = "0.5.5"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415"
5012dependencies = [
5013 "zlib-rs",
5014]
5015
5016[[package]]
5017name = "linked-hash-map"
5018version = "0.5.6"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
5021
5022[[package]]
5023name = "linux-raw-sys"
5024version = "0.12.1"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
5027
5028[[package]]
5029name = "litemap"
5030version = "0.8.2"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
5033
5034[[package]]
5035name = "litrs"
5036version = "1.0.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
5039
5040[[package]]
5041name = "lock_api"
5042version = "0.4.14"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
5045dependencies = [
5046 "scopeguard",
5047]
5048
5049[[package]]
5050name = "log"
5051version = "0.4.33"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
5054
5055[[package]]
5056name = "longest-increasing-subsequence"
5057version = "0.1.0"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86"
5060
5061[[package]]
5062name = "loom"
5063version = "0.7.2"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
5066dependencies = [
5067 "cfg-if",
5068 "generator",
5069 "scoped-tls",
5070 "tracing",
5071 "tracing-subscriber",
5072]
5073
5074[[package]]
5075name = "loop9"
5076version = "0.1.5"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
5079dependencies = [
5080 "imgref",
5081]
5082
5083[[package]]
5084name = "lru"
5085version = "0.16.4"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
5088dependencies = [
5089 "hashbrown 0.16.1",
5090]
5091
5092[[package]]
5093name = "lru-cache"
5094version = "0.1.2"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
5097dependencies = [
5098 "linked-hash-map",
5099]
5100
5101[[package]]
5102name = "lru-slab"
5103version = "0.1.2"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
5106
5107[[package]]
5108name = "lsm-tree"
5109version = "3.1.4"
5110source = "git+https://github.com/90-008/lsm-tree.git#bff28391c95d708c68805188c36c6654cdb7d9cd"
5111dependencies = [
5112 "byteorder-lite",
5113 "byteview",
5114 "crossbeam-skiplist",
5115 "enum_dispatch",
5116 "interval-heap",
5117 "log",
5118 "lz4_flex",
5119 "quick_cache",
5120 "rustc-hash 2.1.2",
5121 "self_cell",
5122 "sfa",
5123 "tempfile",
5124 "varint-rs",
5125 "xxhash-rust",
5126 "zstd",
5127]
5128
5129[[package]]
5130name = "lz4_flex"
5131version = "0.13.1"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
5134dependencies = [
5135 "twox-hash",
5136]
5137
5138[[package]]
5139name = "mac"
5140version = "0.1.1"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
5143
5144[[package]]
5145name = "macro-string"
5146version = "0.1.4"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
5149dependencies = [
5150 "proc-macro2",
5151 "quote",
5152 "syn 2.0.118",
5153]
5154
5155[[package]]
5156name = "maitake-sync"
5157version = "0.1.2"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
5160dependencies = [
5161 "cordyceps",
5162 "loom",
5163 "mycelium-bitfield",
5164 "pin-project",
5165 "portable-atomic",
5166]
5167
5168[[package]]
5169name = "malloc_buf"
5170version = "0.0.6"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
5173dependencies = [
5174 "libc",
5175]
5176
5177[[package]]
5178name = "manganis"
5179version = "0.7.9"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "8bfcf56309de35b48b8780ea097ace5c3b773a617b52edc49dfc9a63a7d9dc43"
5182dependencies = [
5183 "const-serialize 0.7.2",
5184 "const-serialize 0.8.0-alpha.0",
5185 "jni 0.21.1",
5186 "manganis-core",
5187 "manganis-macro",
5188 "ndk-context",
5189 "objc2",
5190 "thiserror 2.0.18",
5191]
5192
5193[[package]]
5194name = "manganis-core"
5195version = "0.7.9"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "a24d6be68f594495aea60850a284029d585d7b7839b26096c1b6d758f8518648"
5198dependencies = [
5199 "const-serialize 0.7.2",
5200 "const-serialize 0.8.0-alpha.0",
5201 "dioxus-cli-config",
5202 "dioxus-core-types",
5203 "serde",
5204 "winnow 0.7.15",
5205]
5206
5207[[package]]
5208name = "manganis-macro"
5209version = "0.7.9"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "5e782a10318d707c0833e31876ded8acf91287eee0010af8392559af614c7226"
5212dependencies = [
5213 "dunce",
5214 "macro-string",
5215 "manganis-core",
5216 "proc-macro2",
5217 "quote",
5218 "syn 2.0.118",
5219]
5220
5221[[package]]
5222name = "markup5ever"
5223version = "0.12.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
5226dependencies = [
5227 "log",
5228 "phf 0.11.3",
5229 "phf_codegen 0.11.3",
5230 "string_cache",
5231 "string_cache_codegen",
5232 "tendril",
5233]
5234
5235[[package]]
5236name = "markup5ever"
5237version = "0.14.1"
5238source = "registry+https://github.com/rust-lang/crates.io-index"
5239checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
5240dependencies = [
5241 "log",
5242 "phf 0.11.3",
5243 "phf_codegen 0.11.3",
5244 "string_cache",
5245 "string_cache_codegen",
5246 "tendril",
5247]
5248
5249[[package]]
5250name = "markup5ever_rcdom"
5251version = "0.3.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
5254dependencies = [
5255 "html5ever 0.27.0",
5256 "markup5ever 0.12.1",
5257 "tendril",
5258 "xml5ever",
5259]
5260
5261[[package]]
5262name = "match-lookup"
5263version = "0.1.2"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
5266dependencies = [
5267 "proc-macro2",
5268 "quote",
5269 "syn 2.0.118",
5270]
5271
5272[[package]]
5273name = "match_token"
5274version = "0.1.0"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
5277dependencies = [
5278 "proc-macro2",
5279 "quote",
5280 "syn 2.0.118",
5281]
5282
5283[[package]]
5284name = "matchers"
5285version = "0.2.0"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
5288dependencies = [
5289 "regex-automata",
5290]
5291
5292[[package]]
5293name = "matches"
5294version = "0.1.10"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
5297
5298[[package]]
5299name = "matchit"
5300version = "0.8.4"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
5303
5304[[package]]
5305name = "maybe-rayon"
5306version = "0.1.1"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
5309dependencies = [
5310 "cfg-if",
5311 "rayon",
5312]
5313
5314[[package]]
5315name = "md-5"
5316version = "0.11.0"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
5319dependencies = [
5320 "cfg-if",
5321 "digest 0.11.3",
5322]
5323
5324[[package]]
5325name = "memchr"
5326version = "2.8.2"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
5329
5330[[package]]
5331name = "memfd"
5332version = "0.6.5"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
5335dependencies = [
5336 "rustix",
5337]
5338
5339[[package]]
5340name = "memmap2"
5341version = "0.9.11"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
5344dependencies = [
5345 "libc",
5346]
5347
5348[[package]]
5349name = "memoffset"
5350version = "0.9.1"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
5353dependencies = [
5354 "autocfg",
5355]
5356
5357[[package]]
5358name = "miette"
5359version = "7.6.0"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
5362dependencies = [
5363 "backtrace",
5364 "backtrace-ext",
5365 "cfg-if",
5366 "miette-derive",
5367 "owo-colors",
5368 "supports-color",
5369 "supports-hyperlinks",
5370 "supports-unicode",
5371 "terminal_size",
5372 "textwrap",
5373 "unicode-width 0.1.14",
5374]
5375
5376[[package]]
5377name = "miette-derive"
5378version = "7.6.0"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
5381dependencies = [
5382 "proc-macro2",
5383 "quote",
5384 "syn 2.0.118",
5385]
5386
5387[[package]]
5388name = "mimalloc"
5389version = "0.1.48"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
5392dependencies = [
5393 "libmimalloc-sys",
5394]
5395
5396[[package]]
5397name = "mime"
5398version = "0.3.17"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5401
5402[[package]]
5403name = "mime_guess"
5404version = "2.0.5"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
5407dependencies = [
5408 "mime",
5409 "unicase",
5410]
5411
5412[[package]]
5413name = "mini-moka-wasm"
5414version = "0.10.99"
5415dependencies = [
5416 "crossbeam-channel",
5417 "crossbeam-utils",
5418 "dashmap",
5419 "smallvec",
5420 "tagptr",
5421 "triomphe",
5422]
5423
5424[[package]]
5425name = "minicov"
5426version = "0.3.8"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
5429dependencies = [
5430 "cc",
5431 "walkdir",
5432]
5433
5434[[package]]
5435name = "miniz_oxide"
5436version = "0.8.9"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
5439dependencies = [
5440 "adler2",
5441 "simd-adler32",
5442]
5443
5444[[package]]
5445name = "mio"
5446version = "1.2.1"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
5449dependencies = [
5450 "libc",
5451 "wasi 0.11.1+wasi-snapshot-preview1",
5452 "windows-sys 0.61.2",
5453]
5454
5455[[package]]
5456name = "moxcms"
5457version = "0.8.1"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
5460dependencies = [
5461 "num-traits",
5462 "pxfm",
5463]
5464
5465[[package]]
5466name = "muda"
5467version = "0.17.2"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "7c9fec5a4e89860383d778d10563a605838f8f0b2f9303868937e5ff32e86177"
5470dependencies = [
5471 "crossbeam-channel",
5472 "dpi",
5473 "gtk",
5474 "keyboard-types",
5475 "libxdo",
5476 "objc2",
5477 "objc2-app-kit",
5478 "objc2-core-foundation",
5479 "objc2-foundation",
5480 "once_cell",
5481 "png 0.17.16",
5482 "thiserror 2.0.18",
5483 "windows-sys 0.60.2",
5484]
5485
5486[[package]]
5487name = "multer"
5488version = "3.1.0"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
5491dependencies = [
5492 "bytes",
5493 "encoding_rs",
5494 "futures-util",
5495 "http",
5496 "httparse",
5497 "memchr",
5498 "mime",
5499 "spin 0.9.8",
5500 "version_check",
5501]
5502
5503[[package]]
5504name = "multibase"
5505version = "0.9.3"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6"
5508dependencies = [
5509 "base-x",
5510 "base256emoji",
5511 "base45",
5512 "data-encoding",
5513 "data-encoding-macro",
5514]
5515
5516[[package]]
5517name = "multihash"
5518version = "0.19.5"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
5521dependencies = [
5522 "serde",
5523 "unsigned-varint 0.8.0",
5524]
5525
5526[[package]]
5527name = "mycelium-bitfield"
5528version = "0.1.5"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
5531
5532[[package]]
5533name = "n0-future"
5534version = "0.1.3"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
5537dependencies = [
5538 "cfg_aliases",
5539 "derive_more 1.0.0",
5540 "futures-buffered",
5541 "futures-lite",
5542 "futures-util",
5543 "js-sys",
5544 "pin-project",
5545 "send_wrapper",
5546 "tokio",
5547 "tokio-util",
5548 "wasm-bindgen",
5549 "wasm-bindgen-futures",
5550 "web-time",
5551]
5552
5553[[package]]
5554name = "native-tls"
5555version = "0.2.18"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
5558dependencies = [
5559 "libc",
5560 "log",
5561 "openssl",
5562 "openssl-probe",
5563 "openssl-sys",
5564 "schannel",
5565 "security-framework",
5566 "security-framework-sys",
5567 "tempfile",
5568]
5569
5570[[package]]
5571name = "ndk"
5572version = "0.9.0"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
5575dependencies = [
5576 "bitflags 2.13.0",
5577 "jni-sys 0.3.1",
5578 "log",
5579 "ndk-sys",
5580 "num_enum",
5581 "raw-window-handle 0.6.2",
5582 "thiserror 1.0.69",
5583]
5584
5585[[package]]
5586name = "ndk-context"
5587version = "0.1.1"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
5590
5591[[package]]
5592name = "ndk-sys"
5593version = "0.6.0+11769913"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
5596dependencies = [
5597 "jni-sys 0.3.1",
5598]
5599
5600[[package]]
5601name = "new_debug_unreachable"
5602version = "1.0.6"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
5605
5606[[package]]
5607name = "no_std_io2"
5608version = "0.9.4"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003"
5611dependencies = [
5612 "memchr",
5613]
5614
5615[[package]]
5616name = "nodrop"
5617version = "0.1.14"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
5620
5621[[package]]
5622name = "nohash-hasher"
5623version = "0.2.0"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
5626
5627[[package]]
5628name = "nom"
5629version = "8.0.0"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
5632dependencies = [
5633 "memchr",
5634]
5635
5636[[package]]
5637name = "noop_proc_macro"
5638version = "0.3.0"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
5641
5642[[package]]
5643name = "nu-ansi-term"
5644version = "0.50.3"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5647dependencies = [
5648 "windows-sys 0.61.2",
5649]
5650
5651[[package]]
5652name = "num-bigint"
5653version = "0.4.6"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
5656dependencies = [
5657 "num-integer",
5658 "num-traits",
5659]
5660
5661[[package]]
5662name = "num-bigint-dig"
5663version = "0.8.6"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
5666dependencies = [
5667 "lazy_static",
5668 "libm",
5669 "num-integer",
5670 "num-iter",
5671 "num-traits",
5672 "rand 0.8.6",
5673 "smallvec",
5674 "zeroize",
5675]
5676
5677[[package]]
5678name = "num-conv"
5679version = "0.2.2"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
5682
5683[[package]]
5684name = "num-derive"
5685version = "0.4.2"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
5688dependencies = [
5689 "proc-macro2",
5690 "quote",
5691 "syn 2.0.118",
5692]
5693
5694[[package]]
5695name = "num-integer"
5696version = "0.1.46"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
5699dependencies = [
5700 "num-traits",
5701]
5702
5703[[package]]
5704name = "num-iter"
5705version = "0.1.45"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
5708dependencies = [
5709 "autocfg",
5710 "num-integer",
5711 "num-traits",
5712]
5713
5714[[package]]
5715name = "num-rational"
5716version = "0.4.2"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
5719dependencies = [
5720 "num-bigint",
5721 "num-integer",
5722 "num-traits",
5723]
5724
5725[[package]]
5726name = "num-traits"
5727version = "0.2.19"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
5730dependencies = [
5731 "autocfg",
5732 "libm",
5733]
5734
5735[[package]]
5736name = "num_enum"
5737version = "0.7.6"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
5740dependencies = [
5741 "num_enum_derive",
5742 "rustversion",
5743]
5744
5745[[package]]
5746name = "num_enum_derive"
5747version = "0.7.6"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
5750dependencies = [
5751 "proc-macro-crate 3.5.0",
5752 "proc-macro2",
5753 "quote",
5754 "syn 2.0.118",
5755]
5756
5757[[package]]
5758name = "objc"
5759version = "0.2.7"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
5762dependencies = [
5763 "malloc_buf",
5764]
5765
5766[[package]]
5767name = "objc2"
5768version = "0.6.4"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
5771dependencies = [
5772 "objc2-encode",
5773 "objc2-exception-helper",
5774]
5775
5776[[package]]
5777name = "objc2-app-kit"
5778version = "0.3.2"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
5781dependencies = [
5782 "bitflags 2.13.0",
5783 "block2",
5784 "objc2",
5785 "objc2-core-foundation",
5786 "objc2-foundation",
5787]
5788
5789[[package]]
5790name = "objc2-core-foundation"
5791version = "0.3.2"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
5794dependencies = [
5795 "bitflags 2.13.0",
5796 "dispatch2",
5797 "objc2",
5798]
5799
5800[[package]]
5801name = "objc2-core-graphics"
5802version = "0.3.2"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
5805dependencies = [
5806 "bitflags 2.13.0",
5807 "objc2-core-foundation",
5808]
5809
5810[[package]]
5811name = "objc2-encode"
5812version = "4.1.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
5815
5816[[package]]
5817name = "objc2-exception-helper"
5818version = "0.1.1"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
5821dependencies = [
5822 "cc",
5823]
5824
5825[[package]]
5826name = "objc2-foundation"
5827version = "0.3.2"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
5830dependencies = [
5831 "bitflags 2.13.0",
5832 "block2",
5833 "objc2",
5834 "objc2-core-foundation",
5835]
5836
5837[[package]]
5838name = "objc2-ui-kit"
5839version = "0.3.2"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
5842dependencies = [
5843 "bitflags 2.13.0",
5844 "objc2",
5845 "objc2-core-foundation",
5846 "objc2-foundation",
5847]
5848
5849[[package]]
5850name = "objc2-web-kit"
5851version = "0.3.2"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
5854dependencies = [
5855 "bitflags 2.13.0",
5856 "block2",
5857 "objc2",
5858 "objc2-app-kit",
5859 "objc2-core-foundation",
5860 "objc2-foundation",
5861]
5862
5863[[package]]
5864name = "objc_id"
5865version = "0.1.1"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
5868dependencies = [
5869 "objc",
5870]
5871
5872[[package]]
5873name = "object"
5874version = "0.37.3"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
5877dependencies = [
5878 "memchr",
5879]
5880
5881[[package]]
5882name = "once_cell"
5883version = "1.21.4"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
5886
5887[[package]]
5888name = "oorandom"
5889version = "11.1.5"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
5892
5893[[package]]
5894name = "opaque-debug"
5895version = "0.3.1"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
5898
5899[[package]]
5900name = "open-enum"
5901version = "0.5.2"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "2eb2508143a400b3361812094d987dd5adc81f0f5294a46491be648d6c94cab5"
5904dependencies = [
5905 "open-enum-derive",
5906]
5907
5908[[package]]
5909name = "open-enum-derive"
5910version = "0.5.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "8d1296fab5231654a5aec8bf9e87ba4e3938c502fc4c3c0425a00084c78944be"
5913dependencies = [
5914 "proc-macro2",
5915 "quote",
5916 "syn 2.0.118",
5917]
5918
5919[[package]]
5920name = "openssl"
5921version = "0.10.81"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
5924dependencies = [
5925 "bitflags 2.13.0",
5926 "cfg-if",
5927 "foreign-types 0.3.2",
5928 "libc",
5929 "openssl-macros",
5930 "openssl-sys",
5931]
5932
5933[[package]]
5934name = "openssl-macros"
5935version = "0.1.1"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
5938dependencies = [
5939 "proc-macro2",
5940 "quote",
5941 "syn 2.0.118",
5942]
5943
5944[[package]]
5945name = "openssl-probe"
5946version = "0.2.1"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
5949
5950[[package]]
5951name = "openssl-sys"
5952version = "0.9.117"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
5955dependencies = [
5956 "cc",
5957 "libc",
5958 "pkg-config",
5959 "vcpkg",
5960]
5961
5962[[package]]
5963name = "option-ext"
5964version = "0.2.0"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
5967
5968[[package]]
5969name = "ouroboros"
5970version = "0.18.5"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
5973dependencies = [
5974 "aliasable",
5975 "ouroboros_macro",
5976 "static_assertions",
5977]
5978
5979[[package]]
5980name = "ouroboros_macro"
5981version = "0.18.5"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
5984dependencies = [
5985 "heck 0.4.1",
5986 "proc-macro2",
5987 "proc-macro2-diagnostics",
5988 "quote",
5989 "syn 2.0.118",
5990]
5991
5992[[package]]
5993name = "owo-colors"
5994version = "4.3.0"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
5997
5998[[package]]
5999name = "oxilangtag"
6000version = "0.1.6"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
6003dependencies = [
6004 "serde",
6005]
6006
6007[[package]]
6008name = "p256"
6009version = "0.13.2"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
6012dependencies = [
6013 "ecdsa",
6014 "elliptic-curve",
6015 "primeorder",
6016 "sha2 0.10.9",
6017]
6018
6019[[package]]
6020name = "p384"
6021version = "0.13.1"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
6024dependencies = [
6025 "ecdsa",
6026 "elliptic-curve",
6027 "primeorder",
6028 "sha2 0.10.9",
6029]
6030
6031[[package]]
6032name = "pango"
6033version = "0.18.3"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
6036dependencies = [
6037 "gio",
6038 "glib",
6039 "libc",
6040 "once_cell",
6041 "pango-sys",
6042]
6043
6044[[package]]
6045name = "pango-sys"
6046version = "0.18.0"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
6049dependencies = [
6050 "glib-sys",
6051 "gobject-sys",
6052 "libc",
6053 "system-deps",
6054]
6055
6056[[package]]
6057name = "parking"
6058version = "2.2.1"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
6061
6062[[package]]
6063name = "parking_lot"
6064version = "0.12.5"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
6067dependencies = [
6068 "lock_api",
6069 "parking_lot_core",
6070]
6071
6072[[package]]
6073name = "parking_lot_core"
6074version = "0.9.12"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
6077dependencies = [
6078 "cfg-if",
6079 "libc",
6080 "redox_syscall",
6081 "smallvec",
6082 "windows-link 0.2.1",
6083]
6084
6085[[package]]
6086name = "paste"
6087version = "1.0.15"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
6090
6091[[package]]
6092name = "pastey"
6093version = "0.1.1"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
6096
6097[[package]]
6098name = "pem-rfc7468"
6099version = "0.7.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
6102dependencies = [
6103 "base64ct",
6104]
6105
6106[[package]]
6107name = "percent-encoding"
6108version = "2.3.2"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
6111
6112[[package]]
6113name = "phf"
6114version = "0.8.0"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
6117dependencies = [
6118 "phf_shared 0.8.0",
6119]
6120
6121[[package]]
6122name = "phf"
6123version = "0.10.1"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
6126dependencies = [
6127 "phf_macros 0.10.0",
6128 "phf_shared 0.10.0",
6129 "proc-macro-hack",
6130]
6131
6132[[package]]
6133name = "phf"
6134version = "0.11.3"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
6137dependencies = [
6138 "phf_macros 0.11.3",
6139 "phf_shared 0.11.3",
6140]
6141
6142[[package]]
6143name = "phf_codegen"
6144version = "0.8.0"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
6147dependencies = [
6148 "phf_generator 0.8.0",
6149 "phf_shared 0.8.0",
6150]
6151
6152[[package]]
6153name = "phf_codegen"
6154version = "0.11.3"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
6157dependencies = [
6158 "phf_generator 0.11.3",
6159 "phf_shared 0.11.3",
6160]
6161
6162[[package]]
6163name = "phf_generator"
6164version = "0.8.0"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
6167dependencies = [
6168 "phf_shared 0.8.0",
6169 "rand 0.7.3",
6170]
6171
6172[[package]]
6173name = "phf_generator"
6174version = "0.10.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
6177dependencies = [
6178 "phf_shared 0.10.0",
6179 "rand 0.8.6",
6180]
6181
6182[[package]]
6183name = "phf_generator"
6184version = "0.11.3"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
6187dependencies = [
6188 "phf_shared 0.11.3",
6189 "rand 0.8.6",
6190]
6191
6192[[package]]
6193name = "phf_macros"
6194version = "0.10.0"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
6197dependencies = [
6198 "phf_generator 0.10.0",
6199 "phf_shared 0.10.0",
6200 "proc-macro-hack",
6201 "proc-macro2",
6202 "quote",
6203 "syn 1.0.109",
6204]
6205
6206[[package]]
6207name = "phf_macros"
6208version = "0.11.3"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
6211dependencies = [
6212 "phf_generator 0.11.3",
6213 "phf_shared 0.11.3",
6214 "proc-macro2",
6215 "quote",
6216 "syn 2.0.118",
6217]
6218
6219[[package]]
6220name = "phf_shared"
6221version = "0.8.0"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
6224dependencies = [
6225 "siphasher 0.3.11",
6226]
6227
6228[[package]]
6229name = "phf_shared"
6230version = "0.10.0"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
6233dependencies = [
6234 "siphasher 0.3.11",
6235]
6236
6237[[package]]
6238name = "phf_shared"
6239version = "0.11.3"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
6242dependencies = [
6243 "siphasher 1.0.3",
6244]
6245
6246[[package]]
6247name = "pin-project"
6248version = "1.1.13"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
6251dependencies = [
6252 "pin-project-internal",
6253]
6254
6255[[package]]
6256name = "pin-project-internal"
6257version = "1.1.13"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
6260dependencies = [
6261 "proc-macro2",
6262 "quote",
6263 "syn 2.0.118",
6264]
6265
6266[[package]]
6267name = "pin-project-lite"
6268version = "0.2.17"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
6271
6272[[package]]
6273name = "pkcs1"
6274version = "0.7.5"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
6277dependencies = [
6278 "der",
6279 "pkcs8",
6280 "spki",
6281]
6282
6283[[package]]
6284name = "pkcs8"
6285version = "0.10.2"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
6288dependencies = [
6289 "der",
6290 "spki",
6291]
6292
6293[[package]]
6294name = "pkg-config"
6295version = "0.3.33"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
6298
6299[[package]]
6300name = "png"
6301version = "0.17.16"
6302source = "registry+https://github.com/rust-lang/crates.io-index"
6303checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
6304dependencies = [
6305 "bitflags 1.3.2",
6306 "crc32fast",
6307 "fdeflate",
6308 "flate2",
6309 "miniz_oxide",
6310]
6311
6312[[package]]
6313name = "png"
6314version = "0.18.1"
6315source = "registry+https://github.com/rust-lang/crates.io-index"
6316checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
6317dependencies = [
6318 "bitflags 2.13.0",
6319 "crc32fast",
6320 "fdeflate",
6321 "flate2",
6322 "miniz_oxide",
6323]
6324
6325[[package]]
6326name = "pollster"
6327version = "0.4.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
6330
6331[[package]]
6332name = "polymodel"
6333version = "0.1.0"
6334dependencies = [
6335 "anyhow",
6336 "axum",
6337 "axum-extra",
6338 "base64 0.22.1",
6339 "bytes",
6340 "chrono",
6341 "console_error_panic_hook",
6342 "dioxus",
6343 "dioxus-sdk",
6344 "dotenvy",
6345 "futures",
6346 "http",
6347 "http-body-util",
6348 "hydrant",
6349 "imagesize",
6350 "jacquard",
6351 "jacquard-axum",
6352 "jacquard-common 0.12.1",
6353 "jacquard-derive 0.12.1",
6354 "jacquard-lexicon 0.12.1",
6355 "js-sys",
6356 "keyring",
6357 "libsqlite3-sys",
6358 "polymodel-api",
6359 "polymodel-renderer-protocol",
6360 "rand 0.9.4",
6361 "reqwest",
6362 "rustls",
6363 "serde",
6364 "serde_json",
6365 "sha2 0.10.9",
6366 "sqlx",
6367 "thiserror 2.0.18",
6368 "tokio",
6369 "tower",
6370 "tower-http",
6371 "tracing",
6372 "tracing-subscriber",
6373 "tracing-wasm",
6374 "ulid",
6375 "urlencoding",
6376 "wasm-bindgen",
6377 "wasm-bindgen-futures",
6378 "web-sys",
6379 "zip 2.4.2",
6380]
6381
6382[[package]]
6383name = "polymodel-api"
6384version = "0.1.0"
6385dependencies = [
6386 "jacquard-common 0.12.1",
6387 "jacquard-derive 0.12.1",
6388 "jacquard-lexicon 0.12.1",
6389 "miette",
6390 "serde",
6391 "thiserror 2.0.18",
6392]
6393
6394[[package]]
6395name = "polymodel-mesh"
6396version = "0.1.0"
6397dependencies = [
6398 "polymodel-renderer-protocol",
6399 "serde_json",
6400 "stl_io",
6401 "thiserror 2.0.18",
6402 "three-d-asset",
6403 "tokio",
6404]
6405
6406[[package]]
6407name = "polymodel-renderer-protocol"
6408version = "0.1.0"
6409dependencies = [
6410 "postcard",
6411 "serde",
6412 "sha2 0.10.9",
6413 "thiserror 2.0.18",
6414]
6415
6416[[package]]
6417name = "polymodel-renderer-worker"
6418version = "0.1.0"
6419dependencies = [
6420 "console_error_panic_hook",
6421 "getrandom 0.3.4",
6422 "js-sys",
6423 "polymodel-mesh",
6424 "polymodel-renderer-protocol",
6425 "spinning_top",
6426 "talc",
6427 "three-d",
6428 "three-d-asset",
6429 "tracing",
6430 "tracing-wasm",
6431 "wasm-bindgen",
6432 "wasm-bindgen-futures",
6433 "wasm-bindgen-test",
6434 "web-sys",
6435]
6436
6437[[package]]
6438name = "polyval"
6439version = "0.6.2"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
6442dependencies = [
6443 "cfg-if",
6444 "cpufeatures 0.2.17",
6445 "opaque-debug",
6446 "universal-hash",
6447]
6448
6449[[package]]
6450name = "portable-atomic"
6451version = "1.13.1"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
6454
6455[[package]]
6456name = "postcard"
6457version = "1.1.3"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
6460dependencies = [
6461 "cobs",
6462 "embedded-io 0.4.0",
6463 "embedded-io 0.6.1",
6464 "heapless",
6465 "serde",
6466]
6467
6468[[package]]
6469name = "potential_utf"
6470version = "0.1.5"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
6473dependencies = [
6474 "zerovec",
6475]
6476
6477[[package]]
6478name = "powerfmt"
6479version = "0.2.0"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
6482
6483[[package]]
6484name = "ppv-lite86"
6485version = "0.2.21"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
6488dependencies = [
6489 "zerocopy",
6490]
6491
6492[[package]]
6493name = "precomputed-hash"
6494version = "0.1.1"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
6497
6498[[package]]
6499name = "prettyplease"
6500version = "0.2.37"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
6503dependencies = [
6504 "proc-macro2",
6505 "syn 2.0.118",
6506]
6507
6508[[package]]
6509name = "primeorder"
6510version = "0.13.6"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
6513dependencies = [
6514 "elliptic-curve",
6515]
6516
6517[[package]]
6518name = "proc-macro-crate"
6519version = "1.3.1"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
6522dependencies = [
6523 "once_cell",
6524 "toml_edit 0.19.15",
6525]
6526
6527[[package]]
6528name = "proc-macro-crate"
6529version = "2.0.2"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
6532dependencies = [
6533 "toml_datetime 0.6.3",
6534 "toml_edit 0.20.2",
6535]
6536
6537[[package]]
6538name = "proc-macro-crate"
6539version = "3.5.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
6542dependencies = [
6543 "toml_edit 0.25.12+spec-1.1.0",
6544]
6545
6546[[package]]
6547name = "proc-macro-error"
6548version = "1.0.4"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
6551dependencies = [
6552 "proc-macro-error-attr",
6553 "proc-macro2",
6554 "quote",
6555 "syn 1.0.109",
6556 "version_check",
6557]
6558
6559[[package]]
6560name = "proc-macro-error-attr"
6561version = "1.0.4"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
6564dependencies = [
6565 "proc-macro2",
6566 "quote",
6567 "version_check",
6568]
6569
6570[[package]]
6571name = "proc-macro-hack"
6572version = "0.5.20+deprecated"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
6575
6576[[package]]
6577name = "proc-macro2"
6578version = "1.0.106"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
6581dependencies = [
6582 "unicode-ident",
6583]
6584
6585[[package]]
6586name = "proc-macro2-diagnostics"
6587version = "0.10.1"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
6590dependencies = [
6591 "proc-macro2",
6592 "quote",
6593 "syn 2.0.118",
6594 "version_check",
6595 "yansi",
6596]
6597
6598[[package]]
6599name = "profiling"
6600version = "1.0.18"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
6603dependencies = [
6604 "profiling-procmacros",
6605]
6606
6607[[package]]
6608name = "profiling-procmacros"
6609version = "1.0.18"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb"
6612dependencies = [
6613 "quote",
6614 "syn 2.0.118",
6615]
6616
6617[[package]]
6618name = "psl-types"
6619version = "2.0.11"
6620source = "registry+https://github.com/rust-lang/crates.io-index"
6621checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
6622
6623[[package]]
6624name = "publicsuffix"
6625version = "2.3.0"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
6628dependencies = [
6629 "idna",
6630 "psl-types",
6631]
6632
6633[[package]]
6634name = "pxfm"
6635version = "0.1.29"
6636source = "registry+https://github.com/rust-lang/crates.io-index"
6637checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
6638
6639[[package]]
6640name = "qoi"
6641version = "0.4.1"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
6644dependencies = [
6645 "bytemuck",
6646]
6647
6648[[package]]
6649name = "quick-error"
6650version = "2.0.1"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
6653
6654[[package]]
6655name = "quick-xml"
6656version = "0.39.4"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
6659dependencies = [
6660 "memchr",
6661]
6662
6663[[package]]
6664name = "quick_cache"
6665version = "0.6.24"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "b9c6658afe513a3b484e3abfdaa0d03ef3c0bbf017542c178dd55f94eb3051f9"
6668dependencies = [
6669 "equivalent",
6670 "hashbrown 0.16.1",
6671]
6672
6673[[package]]
6674name = "quinn"
6675version = "0.11.11"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
6678dependencies = [
6679 "bytes",
6680 "cfg_aliases",
6681 "pin-project-lite",
6682 "quinn-proto",
6683 "quinn-udp",
6684 "rustc-hash 2.1.2",
6685 "rustls",
6686 "socket2",
6687 "thiserror 2.0.18",
6688 "tokio",
6689 "tracing",
6690 "web-time",
6691]
6692
6693[[package]]
6694name = "quinn-proto"
6695version = "0.11.15"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
6698dependencies = [
6699 "bytes",
6700 "getrandom 0.3.4",
6701 "lru-slab",
6702 "rand 0.9.4",
6703 "ring",
6704 "rustc-hash 2.1.2",
6705 "rustls",
6706 "rustls-pki-types",
6707 "slab",
6708 "thiserror 2.0.18",
6709 "tinyvec",
6710 "tracing",
6711 "web-time",
6712]
6713
6714[[package]]
6715name = "quinn-udp"
6716version = "0.5.14"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
6719dependencies = [
6720 "cfg_aliases",
6721 "libc",
6722 "once_cell",
6723 "socket2",
6724 "tracing",
6725 "windows-sys 0.60.2",
6726]
6727
6728[[package]]
6729name = "quote"
6730version = "1.0.46"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
6733dependencies = [
6734 "proc-macro2",
6735]
6736
6737[[package]]
6738name = "r-efi"
6739version = "5.3.0"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
6742
6743[[package]]
6744name = "r-efi"
6745version = "6.0.0"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
6748
6749[[package]]
6750name = "rand"
6751version = "0.7.3"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
6754dependencies = [
6755 "getrandom 0.1.16",
6756 "libc",
6757 "rand_chacha 0.2.2",
6758 "rand_core 0.5.1",
6759 "rand_hc",
6760 "rand_pcg",
6761]
6762
6763[[package]]
6764name = "rand"
6765version = "0.8.6"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
6768dependencies = [
6769 "libc",
6770 "rand_chacha 0.3.1",
6771 "rand_core 0.6.4",
6772]
6773
6774[[package]]
6775name = "rand"
6776version = "0.9.4"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
6779dependencies = [
6780 "rand_chacha 0.9.0",
6781 "rand_core 0.9.5",
6782]
6783
6784[[package]]
6785name = "rand"
6786version = "0.10.1"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
6789dependencies = [
6790 "chacha20",
6791 "getrandom 0.4.3",
6792 "rand_core 0.10.1",
6793]
6794
6795[[package]]
6796name = "rand_chacha"
6797version = "0.2.2"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
6800dependencies = [
6801 "ppv-lite86",
6802 "rand_core 0.5.1",
6803]
6804
6805[[package]]
6806name = "rand_chacha"
6807version = "0.3.1"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
6810dependencies = [
6811 "ppv-lite86",
6812 "rand_core 0.6.4",
6813]
6814
6815[[package]]
6816name = "rand_chacha"
6817version = "0.9.0"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
6820dependencies = [
6821 "ppv-lite86",
6822 "rand_core 0.9.5",
6823]
6824
6825[[package]]
6826name = "rand_core"
6827version = "0.5.1"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
6830dependencies = [
6831 "getrandom 0.1.16",
6832]
6833
6834[[package]]
6835name = "rand_core"
6836version = "0.6.4"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6839dependencies = [
6840 "getrandom 0.2.17",
6841]
6842
6843[[package]]
6844name = "rand_core"
6845version = "0.9.5"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
6848dependencies = [
6849 "getrandom 0.3.4",
6850]
6851
6852[[package]]
6853name = "rand_core"
6854version = "0.10.1"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
6857
6858[[package]]
6859name = "rand_hc"
6860version = "0.2.0"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
6863dependencies = [
6864 "rand_core 0.5.1",
6865]
6866
6867[[package]]
6868name = "rand_pcg"
6869version = "0.2.1"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
6872dependencies = [
6873 "rand_core 0.5.1",
6874]
6875
6876[[package]]
6877name = "rav1e"
6878version = "0.8.1"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
6881dependencies = [
6882 "aligned-vec",
6883 "arbitrary",
6884 "arg_enum_proc_macro",
6885 "arrayvec",
6886 "av-scenechange",
6887 "av1-grain",
6888 "bitstream-io",
6889 "built",
6890 "cfg-if",
6891 "interpolate_name",
6892 "itertools",
6893 "libc",
6894 "libfuzzer-sys",
6895 "log",
6896 "maybe-rayon",
6897 "new_debug_unreachable",
6898 "noop_proc_macro",
6899 "num-derive",
6900 "num-traits",
6901 "paste",
6902 "profiling",
6903 "rand 0.9.4",
6904 "rand_chacha 0.9.0",
6905 "simd_helpers",
6906 "thiserror 2.0.18",
6907 "v_frame",
6908 "wasm-bindgen",
6909]
6910
6911[[package]]
6912name = "ravif"
6913version = "0.13.0"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
6916dependencies = [
6917 "avif-serialize",
6918 "imgref",
6919 "loop9",
6920 "quick-error",
6921 "rav1e",
6922 "rayon",
6923 "rgb",
6924]
6925
6926[[package]]
6927name = "raw-window-handle"
6928version = "0.5.2"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
6931
6932[[package]]
6933name = "raw-window-handle"
6934version = "0.6.2"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
6937
6938[[package]]
6939name = "rayon"
6940version = "1.12.0"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
6943dependencies = [
6944 "either",
6945 "rayon-core",
6946]
6947
6948[[package]]
6949name = "rayon-core"
6950version = "1.13.0"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
6953dependencies = [
6954 "crossbeam-deque",
6955 "crossbeam-utils",
6956]
6957
6958[[package]]
6959name = "redox_syscall"
6960version = "0.5.18"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6963dependencies = [
6964 "bitflags 2.13.0",
6965]
6966
6967[[package]]
6968name = "redox_users"
6969version = "0.5.2"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
6972dependencies = [
6973 "getrandom 0.2.17",
6974 "libredox",
6975 "thiserror 2.0.18",
6976]
6977
6978[[package]]
6979name = "ref-cast"
6980version = "1.0.25"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
6983dependencies = [
6984 "ref-cast-impl",
6985]
6986
6987[[package]]
6988name = "ref-cast-impl"
6989version = "1.0.25"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
6992dependencies = [
6993 "proc-macro2",
6994 "quote",
6995 "syn 2.0.118",
6996]
6997
6998[[package]]
6999name = "regex"
7000version = "1.12.4"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
7003dependencies = [
7004 "aho-corasick",
7005 "memchr",
7006 "regex-automata",
7007 "regex-syntax",
7008]
7009
7010[[package]]
7011name = "regex-automata"
7012version = "0.4.14"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
7015dependencies = [
7016 "aho-corasick",
7017 "memchr",
7018 "regex-syntax",
7019]
7020
7021[[package]]
7022name = "regex-lite"
7023version = "0.1.9"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
7026
7027[[package]]
7028name = "regex-syntax"
7029version = "0.8.11"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
7032
7033[[package]]
7034name = "reqwest"
7035version = "0.12.28"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
7038dependencies = [
7039 "base64 0.22.1",
7040 "bytes",
7041 "cookie",
7042 "cookie_store",
7043 "encoding_rs",
7044 "futures-core",
7045 "futures-util",
7046 "h2",
7047 "http",
7048 "http-body",
7049 "http-body-util",
7050 "hyper",
7051 "hyper-rustls",
7052 "hyper-util",
7053 "js-sys",
7054 "log",
7055 "mime",
7056 "mime_guess",
7057 "percent-encoding",
7058 "pin-project-lite",
7059 "quinn",
7060 "rustls",
7061 "rustls-pki-types",
7062 "serde",
7063 "serde_json",
7064 "serde_urlencoded",
7065 "sync_wrapper",
7066 "tokio",
7067 "tokio-rustls",
7068 "tokio-util",
7069 "tower",
7070 "tower-http",
7071 "tower-service",
7072 "url",
7073 "wasm-bindgen",
7074 "wasm-bindgen-futures",
7075 "wasm-streams",
7076 "web-sys",
7077 "webpki-roots",
7078]
7079
7080[[package]]
7081name = "resolv-conf"
7082version = "0.7.6"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
7085
7086[[package]]
7087name = "rfc6979"
7088version = "0.4.0"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
7091dependencies = [
7092 "hmac 0.12.1",
7093 "subtle",
7094]
7095
7096[[package]]
7097name = "rfd"
7098version = "0.17.2"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "20dafead71c16a34e1ff357ddefc8afc11e7d51d6d2b9fbd07eaa48e3e540220"
7101dependencies = [
7102 "block2",
7103 "dispatch2",
7104 "js-sys",
7105 "libc",
7106 "log",
7107 "objc2",
7108 "objc2-app-kit",
7109 "objc2-core-foundation",
7110 "objc2-foundation",
7111 "percent-encoding",
7112 "pollster",
7113 "raw-window-handle 0.6.2",
7114 "wasm-bindgen",
7115 "wasm-bindgen-futures",
7116 "web-sys",
7117 "windows-sys 0.61.2",
7118]
7119
7120[[package]]
7121name = "rgb"
7122version = "0.8.53"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
7125
7126[[package]]
7127name = "ring"
7128version = "0.17.14"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
7131dependencies = [
7132 "cc",
7133 "cfg-if",
7134 "getrandom 0.2.17",
7135 "libc",
7136 "untrusted",
7137 "windows-sys 0.52.0",
7138]
7139
7140[[package]]
7141name = "rmp"
7142version = "0.8.15"
7143source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
7144dependencies = [
7145 "num-traits",
7146]
7147
7148[[package]]
7149name = "rmp-serde"
7150version = "1.3.1"
7151source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
7152dependencies = [
7153 "rmp",
7154 "serde",
7155]
7156
7157[[package]]
7158name = "rsa"
7159version = "0.9.10"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
7162dependencies = [
7163 "const-oid",
7164 "digest 0.10.7",
7165 "num-bigint-dig",
7166 "num-integer",
7167 "num-traits",
7168 "pkcs1",
7169 "pkcs8",
7170 "rand_core 0.6.4",
7171 "signature",
7172 "spki",
7173 "subtle",
7174 "zeroize",
7175]
7176
7177[[package]]
7178name = "rustc-demangle"
7179version = "0.1.27"
7180source = "registry+https://github.com/rust-lang/crates.io-index"
7181checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
7182
7183[[package]]
7184name = "rustc-hash"
7185version = "1.1.0"
7186source = "registry+https://github.com/rust-lang/crates.io-index"
7187checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
7188
7189[[package]]
7190name = "rustc-hash"
7191version = "2.1.2"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
7194
7195[[package]]
7196name = "rustc_version"
7197version = "0.4.1"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
7200dependencies = [
7201 "semver",
7202]
7203
7204[[package]]
7205name = "rustix"
7206version = "1.1.4"
7207source = "registry+https://github.com/rust-lang/crates.io-index"
7208checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
7209dependencies = [
7210 "bitflags 2.13.0",
7211 "errno",
7212 "libc",
7213 "linux-raw-sys",
7214 "windows-sys 0.61.2",
7215]
7216
7217[[package]]
7218name = "rustls"
7219version = "0.23.41"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
7222dependencies = [
7223 "aws-lc-rs",
7224 "log",
7225 "once_cell",
7226 "ring",
7227 "rustls-pki-types",
7228 "rustls-webpki",
7229 "subtle",
7230 "zeroize",
7231]
7232
7233[[package]]
7234name = "rustls-native-certs"
7235version = "0.8.4"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
7238dependencies = [
7239 "openssl-probe",
7240 "rustls-pki-types",
7241 "schannel",
7242 "security-framework",
7243]
7244
7245[[package]]
7246name = "rustls-pki-types"
7247version = "1.14.1"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
7250dependencies = [
7251 "web-time",
7252 "zeroize",
7253]
7254
7255[[package]]
7256name = "rustls-webpki"
7257version = "0.103.13"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
7260dependencies = [
7261 "aws-lc-rs",
7262 "ring",
7263 "rustls-pki-types",
7264 "untrusted",
7265]
7266
7267[[package]]
7268name = "rustversion"
7269version = "1.0.22"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
7272
7273[[package]]
7274name = "ryu"
7275version = "1.0.23"
7276source = "registry+https://github.com/rust-lang/crates.io-index"
7277checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
7278
7279[[package]]
7280name = "saa"
7281version = "5.6.0"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "68f5acb362a0e75c2a963532fa7fabf13dff81626dc494df16488d30befcbea0"
7284
7285[[package]]
7286name = "same-file"
7287version = "1.0.6"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
7290dependencies = [
7291 "winapi-util",
7292]
7293
7294[[package]]
7295name = "scc"
7296version = "3.8.3"
7297source = "registry+https://github.com/rust-lang/crates.io-index"
7298checksum = "5581cd5dd2cb79cbe9d8137071d67f62f0db926e83a07b4d14561c5b7d423776"
7299dependencies = [
7300 "saa",
7301 "sdd",
7302]
7303
7304[[package]]
7305name = "schannel"
7306version = "0.1.29"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
7309dependencies = [
7310 "windows-sys 0.61.2",
7311]
7312
7313[[package]]
7314name = "scoped-tls"
7315version = "1.0.1"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7318
7319[[package]]
7320name = "scopeguard"
7321version = "1.2.0"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7324
7325[[package]]
7326name = "sdd"
7327version = "4.8.6"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
7330dependencies = [
7331 "saa",
7332]
7333
7334[[package]]
7335name = "sec1"
7336version = "0.7.3"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
7339dependencies = [
7340 "base16ct",
7341 "der",
7342 "generic-array",
7343 "pkcs8",
7344 "subtle",
7345 "zeroize",
7346]
7347
7348[[package]]
7349name = "security-framework"
7350version = "3.7.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
7353dependencies = [
7354 "bitflags 2.13.0",
7355 "core-foundation 0.10.1",
7356 "core-foundation-sys",
7357 "libc",
7358 "security-framework-sys",
7359]
7360
7361[[package]]
7362name = "security-framework-sys"
7363version = "2.17.0"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
7366dependencies = [
7367 "core-foundation-sys",
7368 "libc",
7369]
7370
7371[[package]]
7372name = "selectors"
7373version = "0.24.0"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
7376dependencies = [
7377 "bitflags 1.3.2",
7378 "cssparser",
7379 "derive_more 0.99.20",
7380 "fxhash",
7381 "log",
7382 "phf 0.8.0",
7383 "phf_codegen 0.8.0",
7384 "precomputed-hash",
7385 "servo_arc",
7386 "smallvec",
7387]
7388
7389[[package]]
7390name = "self_cell"
7391version = "1.2.2"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
7394
7395[[package]]
7396name = "semver"
7397version = "1.0.28"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
7400
7401[[package]]
7402name = "send_wrapper"
7403version = "0.6.0"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
7406dependencies = [
7407 "futures-core",
7408]
7409
7410[[package]]
7411name = "serde"
7412version = "1.0.228"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
7415dependencies = [
7416 "serde_core",
7417 "serde_derive",
7418]
7419
7420[[package]]
7421name = "serde-wasm-bindgen"
7422version = "0.6.5"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
7425dependencies = [
7426 "js-sys",
7427 "serde",
7428 "wasm-bindgen",
7429]
7430
7431[[package]]
7432name = "serde_bytes"
7433version = "0.11.19"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
7436dependencies = [
7437 "serde",
7438 "serde_core",
7439]
7440
7441[[package]]
7442name = "serde_core"
7443version = "1.0.228"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
7446dependencies = [
7447 "serde_derive",
7448]
7449
7450[[package]]
7451name = "serde_derive"
7452version = "1.0.228"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
7455dependencies = [
7456 "proc-macro2",
7457 "quote",
7458 "syn 2.0.118",
7459]
7460
7461[[package]]
7462name = "serde_html_form"
7463version = "0.3.2"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
7466dependencies = [
7467 "form_urlencoded",
7468 "indexmap",
7469 "itoa",
7470 "serde_core",
7471]
7472
7473[[package]]
7474name = "serde_ipld_dagcbor"
7475version = "0.6.4"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
7478dependencies = [
7479 "cbor4ii",
7480 "ipld-core",
7481 "scopeguard",
7482 "serde",
7483]
7484
7485[[package]]
7486name = "serde_json"
7487version = "1.0.150"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
7490dependencies = [
7491 "itoa",
7492 "memchr",
7493 "serde",
7494 "serde_core",
7495 "zmij",
7496]
7497
7498[[package]]
7499name = "serde_path_to_error"
7500version = "0.1.20"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
7503dependencies = [
7504 "itoa",
7505 "serde",
7506 "serde_core",
7507]
7508
7509[[package]]
7510name = "serde_qs"
7511version = "0.15.0"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352"
7514dependencies = [
7515 "percent-encoding",
7516 "serde",
7517 "thiserror 2.0.18",
7518]
7519
7520[[package]]
7521name = "serde_repr"
7522version = "0.1.20"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
7525dependencies = [
7526 "proc-macro2",
7527 "quote",
7528 "syn 2.0.118",
7529]
7530
7531[[package]]
7532name = "serde_spanned"
7533version = "0.6.9"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
7536dependencies = [
7537 "serde",
7538]
7539
7540[[package]]
7541name = "serde_urlencoded"
7542version = "0.7.1"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7545dependencies = [
7546 "form_urlencoded",
7547 "itoa",
7548 "ryu",
7549 "serde",
7550]
7551
7552[[package]]
7553name = "serde_with"
7554version = "3.21.0"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
7557dependencies = [
7558 "base64 0.22.1",
7559 "bs58",
7560 "chrono",
7561 "hex",
7562 "serde_core",
7563 "serde_json",
7564 "serde_with_macros",
7565 "time",
7566]
7567
7568[[package]]
7569name = "serde_with_macros"
7570version = "3.21.0"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
7573dependencies = [
7574 "darling 0.23.0",
7575 "proc-macro2",
7576 "quote",
7577 "syn 2.0.118",
7578]
7579
7580[[package]]
7581name = "servo_arc"
7582version = "0.2.0"
7583source = "registry+https://github.com/rust-lang/crates.io-index"
7584checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
7585dependencies = [
7586 "nodrop",
7587 "stable_deref_trait",
7588]
7589
7590[[package]]
7591name = "sfa"
7592version = "1.0.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175"
7595dependencies = [
7596 "byteorder-lite",
7597 "log",
7598 "xxhash-rust",
7599]
7600
7601[[package]]
7602name = "sha1"
7603version = "0.10.6"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7606dependencies = [
7607 "cfg-if",
7608 "cpufeatures 0.2.17",
7609 "digest 0.10.7",
7610]
7611
7612[[package]]
7613name = "sha1"
7614version = "0.11.0"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
7617dependencies = [
7618 "cfg-if",
7619 "cpufeatures 0.3.0",
7620 "digest 0.11.3",
7621]
7622
7623[[package]]
7624name = "sha1_smol"
7625version = "1.0.1"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
7628
7629[[package]]
7630name = "sha2"
7631version = "0.10.9"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
7634dependencies = [
7635 "cfg-if",
7636 "cpufeatures 0.2.17",
7637 "digest 0.10.7",
7638]
7639
7640[[package]]
7641name = "sha2"
7642version = "0.11.0"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
7645dependencies = [
7646 "cfg-if",
7647 "cpufeatures 0.3.0",
7648 "digest 0.11.3",
7649]
7650
7651[[package]]
7652name = "sharded-slab"
7653version = "0.1.7"
7654source = "registry+https://github.com/rust-lang/crates.io-index"
7655checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7656dependencies = [
7657 "lazy_static",
7658]
7659
7660[[package]]
7661name = "shlex"
7662version = "2.0.1"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
7665
7666[[package]]
7667name = "signal-hook"
7668version = "0.3.18"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
7671dependencies = [
7672 "libc",
7673 "signal-hook-registry",
7674]
7675
7676[[package]]
7677name = "signal-hook-registry"
7678version = "1.4.8"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
7681dependencies = [
7682 "errno",
7683 "libc",
7684]
7685
7686[[package]]
7687name = "signature"
7688version = "2.2.0"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7691dependencies = [
7692 "digest 0.10.7",
7693 "rand_core 0.6.4",
7694]
7695
7696[[package]]
7697name = "simd-adler32"
7698version = "0.3.9"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
7701
7702[[package]]
7703name = "simd_cesu8"
7704version = "1.1.1"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
7707dependencies = [
7708 "rustc_version",
7709 "simdutf8",
7710]
7711
7712[[package]]
7713name = "simd_helpers"
7714version = "0.1.0"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
7717dependencies = [
7718 "quote",
7719]
7720
7721[[package]]
7722name = "simdutf8"
7723version = "0.1.5"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
7726
7727[[package]]
7728name = "siphasher"
7729version = "0.3.11"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
7732
7733[[package]]
7734name = "siphasher"
7735version = "1.0.3"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
7738
7739[[package]]
7740name = "slab"
7741version = "0.4.12"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
7744
7745[[package]]
7746name = "sledgehammer_bindgen"
7747version = "0.6.0"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "49e83e178d176459c92bc129cfd0958afac3ced925471b889b3a75546cfc4133"
7750dependencies = [
7751 "sledgehammer_bindgen_macro",
7752 "wasm-bindgen",
7753]
7754
7755[[package]]
7756name = "sledgehammer_bindgen_macro"
7757version = "0.6.5"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "bb251b407f50028476a600541542b605bb864d35d9ee1de4f6cab45d88475e6d"
7760dependencies = [
7761 "quote",
7762 "syn 2.0.118",
7763]
7764
7765[[package]]
7766name = "sledgehammer_utils"
7767version = "0.3.1"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "debdd4b83524961983cea3c55383b3910fd2f24fd13a188f5b091d2d504a61ae"
7770dependencies = [
7771 "rustc-hash 1.1.0",
7772]
7773
7774[[package]]
7775name = "slotmap"
7776version = "1.1.1"
7777source = "registry+https://github.com/rust-lang/crates.io-index"
7778checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
7779dependencies = [
7780 "serde",
7781 "version_check",
7782]
7783
7784[[package]]
7785name = "smallvec"
7786version = "1.15.2"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
7789dependencies = [
7790 "serde",
7791]
7792
7793[[package]]
7794name = "smol_str"
7795version = "0.3.6"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
7798dependencies = [
7799 "borsh",
7800 "serde_core",
7801]
7802
7803[[package]]
7804name = "socket2"
7805version = "0.6.4"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7808dependencies = [
7809 "libc",
7810 "windows-sys 0.61.2",
7811]
7812
7813[[package]]
7814name = "soup3"
7815version = "0.5.0"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
7818dependencies = [
7819 "futures-channel",
7820 "gio",
7821 "glib",
7822 "libc",
7823 "soup3-sys",
7824]
7825
7826[[package]]
7827name = "soup3-sys"
7828version = "0.5.0"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
7831dependencies = [
7832 "gio-sys",
7833 "glib-sys",
7834 "gobject-sys",
7835 "libc",
7836 "system-deps",
7837]
7838
7839[[package]]
7840name = "spin"
7841version = "0.9.8"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7844dependencies = [
7845 "lock_api",
7846]
7847
7848[[package]]
7849name = "spin"
7850version = "0.10.0"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
7853
7854[[package]]
7855name = "spinning_top"
7856version = "0.3.0"
7857source = "registry+https://github.com/rust-lang/crates.io-index"
7858checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
7859dependencies = [
7860 "lock_api",
7861]
7862
7863[[package]]
7864name = "spki"
7865version = "0.7.3"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7868dependencies = [
7869 "base64ct",
7870 "der",
7871]
7872
7873[[package]]
7874name = "sqlx"
7875version = "0.9.0"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71"
7878dependencies = [
7879 "sqlx-core",
7880 "sqlx-macros",
7881 "sqlx-mysql",
7882 "sqlx-postgres",
7883 "sqlx-sqlite",
7884]
7885
7886[[package]]
7887name = "sqlx-core"
7888version = "0.9.0"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
7891dependencies = [
7892 "base64 0.22.1",
7893 "bytes",
7894 "cfg-if",
7895 "crc",
7896 "crossbeam-queue",
7897 "either",
7898 "event-listener",
7899 "futures-core",
7900 "futures-intrusive",
7901 "futures-io",
7902 "futures-util",
7903 "hashbrown 0.16.1",
7904 "hashlink",
7905 "indexmap",
7906 "log",
7907 "memchr",
7908 "percent-encoding",
7909 "serde",
7910 "serde_json",
7911 "sha2 0.10.9",
7912 "smallvec",
7913 "thiserror 2.0.18",
7914 "tokio",
7915 "tokio-stream",
7916 "tracing",
7917 "url",
7918]
7919
7920[[package]]
7921name = "sqlx-macros"
7922version = "0.9.0"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf"
7925dependencies = [
7926 "proc-macro2",
7927 "quote",
7928 "sqlx-core",
7929 "sqlx-macros-core",
7930 "syn 2.0.118",
7931]
7932
7933[[package]]
7934name = "sqlx-macros-core"
7935version = "0.9.0"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3"
7938dependencies = [
7939 "cfg-if",
7940 "dotenvy",
7941 "either",
7942 "heck 0.5.0",
7943 "hex",
7944 "proc-macro2",
7945 "quote",
7946 "serde",
7947 "serde_json",
7948 "sha2 0.10.9",
7949 "sqlx-core",
7950 "sqlx-sqlite",
7951 "syn 2.0.118",
7952 "thiserror 2.0.18",
7953 "tokio",
7954 "url",
7955]
7956
7957[[package]]
7958name = "sqlx-mysql"
7959version = "0.9.0"
7960source = "registry+https://github.com/rust-lang/crates.io-index"
7961checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27"
7962dependencies = [
7963 "bitflags 2.13.0",
7964 "byteorder",
7965 "bytes",
7966 "crc",
7967 "digest 0.11.3",
7968 "dotenvy",
7969 "either",
7970 "futures-core",
7971 "futures-util",
7972 "generic-array",
7973 "log",
7974 "percent-encoding",
7975 "serde",
7976 "sha1 0.11.0",
7977 "sha2 0.11.0",
7978 "sqlx-core",
7979 "thiserror 2.0.18",
7980 "tracing",
7981]
7982
7983[[package]]
7984name = "sqlx-postgres"
7985version = "0.9.0"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
7988dependencies = [
7989 "atoi",
7990 "base64 0.22.1",
7991 "bitflags 2.13.0",
7992 "byteorder",
7993 "crc",
7994 "dotenvy",
7995 "etcetera",
7996 "futures-channel",
7997 "futures-core",
7998 "futures-util",
7999 "hex",
8000 "hkdf 0.13.0",
8001 "hmac 0.13.0",
8002 "itoa",
8003 "log",
8004 "md-5",
8005 "memchr",
8006 "rand 0.10.1",
8007 "serde",
8008 "serde_json",
8009 "sha2 0.11.0",
8010 "smallvec",
8011 "sqlx-core",
8012 "stringprep",
8013 "thiserror 2.0.18",
8014 "tracing",
8015 "whoami",
8016]
8017
8018[[package]]
8019name = "sqlx-sqlite"
8020version = "0.9.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c"
8023dependencies = [
8024 "atoi",
8025 "flume",
8026 "form_urlencoded",
8027 "futures-channel",
8028 "futures-core",
8029 "futures-executor",
8030 "futures-intrusive",
8031 "futures-util",
8032 "libsqlite3-sys",
8033 "log",
8034 "percent-encoding",
8035 "serde",
8036 "sqlx-core",
8037 "thiserror 2.0.18",
8038 "tracing",
8039 "url",
8040]
8041
8042[[package]]
8043name = "stable_deref_trait"
8044version = "1.2.1"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
8047
8048[[package]]
8049name = "static_assertions"
8050version = "1.1.0"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
8053
8054[[package]]
8055name = "stl_io"
8056version = "0.11.0"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "567641995c51a3b8befddb13e1826187bcf7eb7ca8d13746bfd1cc5a22e89fa8"
8059
8060[[package]]
8061name = "string_cache"
8062version = "0.8.9"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
8065dependencies = [
8066 "new_debug_unreachable",
8067 "parking_lot",
8068 "phf_shared 0.11.3",
8069 "precomputed-hash",
8070 "serde",
8071]
8072
8073[[package]]
8074name = "string_cache_codegen"
8075version = "0.5.4"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
8078dependencies = [
8079 "phf_generator 0.11.3",
8080 "phf_shared 0.11.3",
8081 "proc-macro2",
8082 "quote",
8083]
8084
8085[[package]]
8086name = "stringprep"
8087version = "0.1.5"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
8090dependencies = [
8091 "unicode-bidi",
8092 "unicode-normalization",
8093 "unicode-properties",
8094]
8095
8096[[package]]
8097name = "strsim"
8098version = "0.11.1"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
8101
8102[[package]]
8103name = "subsecond"
8104version = "0.7.9"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "9cc79674bd55726e6b123204403389400229a95fe4a3b2c5453dada70b06ca95"
8107dependencies = [
8108 "js-sys",
8109 "libc",
8110 "libloading 0.8.9",
8111 "memfd",
8112 "memmap2",
8113 "serde",
8114 "subsecond-types",
8115 "thiserror 2.0.18",
8116 "wasm-bindgen",
8117 "wasm-bindgen-futures",
8118 "web-sys",
8119]
8120
8121[[package]]
8122name = "subsecond-types"
8123version = "0.7.9"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "e9798bfed58797aed51c672aa99810aac30a50d3120ecfdcf28c13784e9a8f1c"
8126dependencies = [
8127 "serde",
8128]
8129
8130[[package]]
8131name = "subtle"
8132version = "2.6.1"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
8135
8136[[package]]
8137name = "supports-color"
8138version = "3.0.2"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
8141dependencies = [
8142 "is_ci",
8143]
8144
8145[[package]]
8146name = "supports-hyperlinks"
8147version = "3.2.0"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
8150
8151[[package]]
8152name = "supports-unicode"
8153version = "3.0.0"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
8156
8157[[package]]
8158name = "syn"
8159version = "1.0.109"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
8162dependencies = [
8163 "proc-macro2",
8164 "quote",
8165 "unicode-ident",
8166]
8167
8168[[package]]
8169name = "syn"
8170version = "2.0.118"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
8173dependencies = [
8174 "proc-macro2",
8175 "quote",
8176 "unicode-ident",
8177]
8178
8179[[package]]
8180name = "sync_wrapper"
8181version = "1.0.2"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
8184dependencies = [
8185 "futures-core",
8186]
8187
8188[[package]]
8189name = "synstructure"
8190version = "0.13.2"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
8193dependencies = [
8194 "proc-macro2",
8195 "quote",
8196 "syn 2.0.118",
8197]
8198
8199[[package]]
8200name = "system-configuration"
8201version = "0.7.0"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
8204dependencies = [
8205 "bitflags 2.13.0",
8206 "core-foundation 0.9.4",
8207 "system-configuration-sys",
8208]
8209
8210[[package]]
8211name = "system-configuration-sys"
8212version = "0.6.0"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
8215dependencies = [
8216 "core-foundation-sys",
8217 "libc",
8218]
8219
8220[[package]]
8221name = "system-deps"
8222version = "6.2.2"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
8225dependencies = [
8226 "cfg-expr",
8227 "heck 0.5.0",
8228 "pkg-config",
8229 "toml",
8230 "version-compare",
8231]
8232
8233[[package]]
8234name = "tagptr"
8235version = "0.2.0"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
8238
8239[[package]]
8240name = "talc"
8241version = "5.0.4"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "40a5888b3189a89207eea4190e74387b5db3150d213f84186cac637dcd55259d"
8244dependencies = [
8245 "allocator-api2 0.4.0",
8246 "lock_api",
8247]
8248
8249[[package]]
8250name = "tao"
8251version = "0.34.8"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "9103edf55f2da3c82aea4c7fab7c4241032bfeea0e71fa557d98e00e7ce7cc20"
8254dependencies = [
8255 "bitflags 2.13.0",
8256 "block2",
8257 "core-foundation 0.10.1",
8258 "core-graphics 0.25.0",
8259 "crossbeam-channel",
8260 "dispatch2",
8261 "dlopen2",
8262 "dpi",
8263 "gdkwayland-sys",
8264 "gdkx11-sys",
8265 "gtk",
8266 "jni 0.21.1",
8267 "libc",
8268 "log",
8269 "ndk",
8270 "ndk-context",
8271 "ndk-sys",
8272 "objc2",
8273 "objc2-app-kit",
8274 "objc2-foundation",
8275 "once_cell",
8276 "parking_lot",
8277 "raw-window-handle 0.5.2",
8278 "raw-window-handle 0.6.2",
8279 "tao-macros",
8280 "unicode-segmentation",
8281 "url",
8282 "windows",
8283 "windows-core 0.61.2",
8284 "windows-version",
8285 "x11-dl",
8286]
8287
8288[[package]]
8289name = "tao-macros"
8290version = "0.1.3"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
8293dependencies = [
8294 "proc-macro2",
8295 "quote",
8296 "syn 2.0.118",
8297]
8298
8299[[package]]
8300name = "target-lexicon"
8301version = "0.12.16"
8302source = "registry+https://github.com/rust-lang/crates.io-index"
8303checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
8304
8305[[package]]
8306name = "tempfile"
8307version = "3.27.0"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
8310dependencies = [
8311 "fastrand",
8312 "getrandom 0.4.3",
8313 "once_cell",
8314 "rustix",
8315 "windows-sys 0.61.2",
8316]
8317
8318[[package]]
8319name = "tendril"
8320version = "0.4.3"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
8323dependencies = [
8324 "futf",
8325 "mac",
8326 "utf-8",
8327]
8328
8329[[package]]
8330name = "terminal_size"
8331version = "0.4.4"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
8334dependencies = [
8335 "rustix",
8336 "windows-sys 0.61.2",
8337]
8338
8339[[package]]
8340name = "textwrap"
8341version = "0.16.2"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
8344dependencies = [
8345 "unicode-linebreak",
8346 "unicode-width 0.2.2",
8347]
8348
8349[[package]]
8350name = "thiserror"
8351version = "1.0.69"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
8354dependencies = [
8355 "thiserror-impl 1.0.69",
8356]
8357
8358[[package]]
8359name = "thiserror"
8360version = "2.0.18"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
8363dependencies = [
8364 "thiserror-impl 2.0.18",
8365]
8366
8367[[package]]
8368name = "thiserror-impl"
8369version = "1.0.69"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
8372dependencies = [
8373 "proc-macro2",
8374 "quote",
8375 "syn 2.0.118",
8376]
8377
8378[[package]]
8379name = "thiserror-impl"
8380version = "2.0.18"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
8383dependencies = [
8384 "proc-macro2",
8385 "quote",
8386 "syn 2.0.118",
8387]
8388
8389[[package]]
8390name = "thread_local"
8391version = "1.1.9"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
8394dependencies = [
8395 "cfg-if",
8396]
8397
8398[[package]]
8399name = "three-d"
8400version = "0.19.0"
8401source = "registry+https://github.com/rust-lang/crates.io-index"
8402checksum = "e73bbcfd30f69623bed55b90bcc084d316fab03a490c2087935c2aa287bd6995"
8403dependencies = [
8404 "cgmath",
8405 "glow",
8406 "instant",
8407 "open-enum",
8408 "thiserror 2.0.18",
8409 "three-d-asset",
8410]
8411
8412[[package]]
8413name = "three-d-asset"
8414version = "0.10.0"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "cd4e4e9bc05e4010efbaa0a0296870b2d28102171deffbf69de7b305cff2d47a"
8417dependencies = [
8418 "cgmath",
8419 "data-url",
8420 "gltf",
8421 "half",
8422 "image",
8423 "lib3mf",
8424 "thiserror 2.0.18",
8425 "wavefront_obj",
8426 "web-sys",
8427]
8428
8429[[package]]
8430name = "tiff"
8431version = "0.11.3"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
8434dependencies = [
8435 "fax",
8436 "flate2",
8437 "half",
8438 "quick-error",
8439 "weezl",
8440 "zune-jpeg",
8441]
8442
8443[[package]]
8444name = "time"
8445version = "0.3.51"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
8448dependencies = [
8449 "deranged",
8450 "num-conv",
8451 "powerfmt",
8452 "serde_core",
8453 "time-core",
8454 "time-macros",
8455]
8456
8457[[package]]
8458name = "time-core"
8459version = "0.1.9"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
8462
8463[[package]]
8464name = "time-macros"
8465version = "0.2.30"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935"
8468dependencies = [
8469 "num-conv",
8470 "time-core",
8471]
8472
8473[[package]]
8474name = "tinystr"
8475version = "0.8.3"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
8478dependencies = [
8479 "displaydoc",
8480 "zerovec",
8481]
8482
8483[[package]]
8484name = "tinyvec"
8485version = "1.11.0"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
8488dependencies = [
8489 "tinyvec_macros",
8490]
8491
8492[[package]]
8493name = "tinyvec_macros"
8494version = "0.1.1"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8497
8498[[package]]
8499name = "tokio"
8500version = "1.52.3"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
8503dependencies = [
8504 "bytes",
8505 "libc",
8506 "mio",
8507 "parking_lot",
8508 "pin-project-lite",
8509 "signal-hook-registry",
8510 "socket2",
8511 "tokio-macros",
8512 "windows-sys 0.61.2",
8513]
8514
8515[[package]]
8516name = "tokio-macros"
8517version = "2.7.0"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
8520dependencies = [
8521 "proc-macro2",
8522 "quote",
8523 "syn 2.0.118",
8524]
8525
8526[[package]]
8527name = "tokio-rustls"
8528version = "0.26.4"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
8531dependencies = [
8532 "rustls",
8533 "tokio",
8534]
8535
8536[[package]]
8537name = "tokio-stream"
8538version = "0.1.18"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
8541dependencies = [
8542 "futures-core",
8543 "pin-project-lite",
8544 "tokio",
8545 "tokio-util",
8546]
8547
8548[[package]]
8549name = "tokio-tungstenite"
8550version = "0.24.0"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
8553dependencies = [
8554 "futures-util",
8555 "log",
8556 "rustls",
8557 "rustls-native-certs",
8558 "rustls-pki-types",
8559 "tokio",
8560 "tokio-rustls",
8561 "tungstenite 0.24.0",
8562]
8563
8564[[package]]
8565name = "tokio-tungstenite"
8566version = "0.28.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
8569dependencies = [
8570 "futures-util",
8571 "log",
8572 "tokio",
8573 "tungstenite 0.28.0",
8574]
8575
8576[[package]]
8577name = "tokio-tungstenite"
8578version = "0.29.0"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
8581dependencies = [
8582 "futures-util",
8583 "log",
8584 "tokio",
8585 "tungstenite 0.29.0",
8586]
8587
8588[[package]]
8589name = "tokio-tungstenite-wasm"
8590version = "0.4.0"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
8593dependencies = [
8594 "futures-channel",
8595 "futures-util",
8596 "http",
8597 "httparse",
8598 "js-sys",
8599 "rustls",
8600 "thiserror 1.0.69",
8601 "tokio",
8602 "tokio-tungstenite 0.24.0",
8603 "wasm-bindgen",
8604 "web-sys",
8605]
8606
8607[[package]]
8608name = "tokio-util"
8609version = "0.7.18"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
8612dependencies = [
8613 "bytes",
8614 "futures-core",
8615 "futures-io",
8616 "futures-sink",
8617 "futures-util",
8618 "pin-project-lite",
8619 "tokio",
8620]
8621
8622[[package]]
8623name = "tokio-websockets"
8624version = "0.13.3"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "d52efb639344a7c6adb8e62c6f3d2c19c001ff1b79a5041ba1c6ed42e19c6aa5"
8627dependencies = [
8628 "aws-lc-rs",
8629 "base64 0.22.1",
8630 "bytes",
8631 "futures-core",
8632 "futures-sink",
8633 "http",
8634 "httparse",
8635 "rand 0.10.1",
8636 "rustls-native-certs",
8637 "rustls-pki-types",
8638 "sha1_smol",
8639 "simdutf8",
8640 "tokio",
8641 "tokio-rustls",
8642 "tokio-util",
8643]
8644
8645[[package]]
8646name = "toml"
8647version = "0.8.2"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
8650dependencies = [
8651 "serde",
8652 "serde_spanned",
8653 "toml_datetime 0.6.3",
8654 "toml_edit 0.20.2",
8655]
8656
8657[[package]]
8658name = "toml_datetime"
8659version = "0.6.3"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
8662dependencies = [
8663 "serde",
8664]
8665
8666[[package]]
8667name = "toml_datetime"
8668version = "1.1.1+spec-1.1.0"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
8671dependencies = [
8672 "serde_core",
8673]
8674
8675[[package]]
8676name = "toml_edit"
8677version = "0.19.15"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
8680dependencies = [
8681 "indexmap",
8682 "toml_datetime 0.6.3",
8683 "winnow 0.5.40",
8684]
8685
8686[[package]]
8687name = "toml_edit"
8688version = "0.20.2"
8689source = "registry+https://github.com/rust-lang/crates.io-index"
8690checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
8691dependencies = [
8692 "indexmap",
8693 "serde",
8694 "serde_spanned",
8695 "toml_datetime 0.6.3",
8696 "winnow 0.5.40",
8697]
8698
8699[[package]]
8700name = "toml_edit"
8701version = "0.25.12+spec-1.1.0"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
8704dependencies = [
8705 "indexmap",
8706 "toml_datetime 1.1.1+spec-1.1.0",
8707 "toml_parser",
8708 "winnow 1.0.3",
8709]
8710
8711[[package]]
8712name = "toml_parser"
8713version = "1.1.2+spec-1.1.0"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
8716dependencies = [
8717 "winnow 1.0.3",
8718]
8719
8720[[package]]
8721name = "tower"
8722version = "0.5.3"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
8725dependencies = [
8726 "futures-core",
8727 "futures-util",
8728 "pin-project-lite",
8729 "sync_wrapper",
8730 "tokio",
8731 "tower-layer",
8732 "tower-service",
8733 "tracing",
8734]
8735
8736[[package]]
8737name = "tower-http"
8738version = "0.6.11"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
8741dependencies = [
8742 "async-compression",
8743 "bitflags 2.13.0",
8744 "bytes",
8745 "futures-core",
8746 "futures-util",
8747 "http",
8748 "http-body",
8749 "http-body-util",
8750 "http-range-header",
8751 "httpdate",
8752 "mime",
8753 "mime_guess",
8754 "percent-encoding",
8755 "pin-project-lite",
8756 "tokio",
8757 "tokio-util",
8758 "tower",
8759 "tower-layer",
8760 "tower-service",
8761 "tracing",
8762 "url",
8763]
8764
8765[[package]]
8766name = "tower-layer"
8767version = "0.3.3"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
8770
8771[[package]]
8772name = "tower-service"
8773version = "0.3.3"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
8776
8777[[package]]
8778name = "tracing"
8779version = "0.1.44"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
8782dependencies = [
8783 "log",
8784 "pin-project-lite",
8785 "tracing-attributes",
8786 "tracing-core",
8787]
8788
8789[[package]]
8790name = "tracing-attributes"
8791version = "0.1.31"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
8794dependencies = [
8795 "proc-macro2",
8796 "quote",
8797 "syn 2.0.118",
8798]
8799
8800[[package]]
8801name = "tracing-core"
8802version = "0.1.36"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
8805dependencies = [
8806 "once_cell",
8807 "valuable",
8808]
8809
8810[[package]]
8811name = "tracing-futures"
8812version = "0.2.5"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
8815dependencies = [
8816 "pin-project",
8817 "tracing",
8818]
8819
8820[[package]]
8821name = "tracing-log"
8822version = "0.2.0"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8825dependencies = [
8826 "log",
8827 "once_cell",
8828 "tracing-core",
8829]
8830
8831[[package]]
8832name = "tracing-subscriber"
8833version = "0.3.23"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
8836dependencies = [
8837 "matchers",
8838 "nu-ansi-term",
8839 "once_cell",
8840 "regex-automata",
8841 "sharded-slab",
8842 "smallvec",
8843 "thread_local",
8844 "tracing",
8845 "tracing-core",
8846 "tracing-log",
8847]
8848
8849[[package]]
8850name = "tracing-wasm"
8851version = "0.2.1"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07"
8854dependencies = [
8855 "tracing",
8856 "tracing-subscriber",
8857 "wasm-bindgen",
8858]
8859
8860[[package]]
8861name = "trait-variant"
8862version = "0.1.2"
8863source = "registry+https://github.com/rust-lang/crates.io-index"
8864checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
8865dependencies = [
8866 "proc-macro2",
8867 "quote",
8868 "syn 2.0.118",
8869]
8870
8871[[package]]
8872name = "tray-icon"
8873version = "0.21.3"
8874source = "registry+https://github.com/rust-lang/crates.io-index"
8875checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
8876dependencies = [
8877 "crossbeam-channel",
8878 "dirs",
8879 "libappindicator",
8880 "muda",
8881 "objc2",
8882 "objc2-app-kit",
8883 "objc2-core-foundation",
8884 "objc2-core-graphics",
8885 "objc2-foundation",
8886 "once_cell",
8887 "png 0.17.16",
8888 "thiserror 2.0.18",
8889 "windows-sys 0.60.2",
8890]
8891
8892[[package]]
8893name = "triomphe"
8894version = "0.1.16"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
8897
8898[[package]]
8899name = "try-lock"
8900version = "0.2.5"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8903
8904[[package]]
8905name = "tungstenite"
8906version = "0.24.0"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
8909dependencies = [
8910 "byteorder",
8911 "bytes",
8912 "data-encoding",
8913 "http",
8914 "httparse",
8915 "log",
8916 "rand 0.8.6",
8917 "rustls",
8918 "rustls-pki-types",
8919 "sha1 0.10.6",
8920 "thiserror 1.0.69",
8921 "utf-8",
8922]
8923
8924[[package]]
8925name = "tungstenite"
8926version = "0.27.0"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
8929dependencies = [
8930 "bytes",
8931 "data-encoding",
8932 "http",
8933 "httparse",
8934 "log",
8935 "rand 0.9.4",
8936 "sha1 0.10.6",
8937 "thiserror 2.0.18",
8938 "utf-8",
8939]
8940
8941[[package]]
8942name = "tungstenite"
8943version = "0.28.0"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
8946dependencies = [
8947 "bytes",
8948 "data-encoding",
8949 "http",
8950 "httparse",
8951 "log",
8952 "native-tls",
8953 "rand 0.9.4",
8954 "rustls",
8955 "sha1 0.10.6",
8956 "thiserror 2.0.18",
8957 "utf-8",
8958]
8959
8960[[package]]
8961name = "tungstenite"
8962version = "0.29.0"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
8965dependencies = [
8966 "bytes",
8967 "data-encoding",
8968 "http",
8969 "httparse",
8970 "log",
8971 "rand 0.9.4",
8972 "sha1 0.10.6",
8973 "thiserror 2.0.18",
8974]
8975
8976[[package]]
8977name = "twox-hash"
8978version = "2.1.2"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
8981
8982[[package]]
8983name = "typed-path"
8984version = "0.12.3"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
8987
8988[[package]]
8989name = "typenum"
8990version = "1.20.1"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
8993
8994[[package]]
8995name = "ulid"
8996version = "1.2.1"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
8999dependencies = [
9000 "rand 0.9.4",
9001 "web-time",
9002]
9003
9004[[package]]
9005name = "unicase"
9006version = "2.9.0"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
9009
9010[[package]]
9011name = "unicode-bidi"
9012version = "0.3.18"
9013source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
9015
9016[[package]]
9017name = "unicode-ident"
9018version = "1.0.24"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
9021
9022[[package]]
9023name = "unicode-linebreak"
9024version = "0.1.5"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
9027
9028[[package]]
9029name = "unicode-normalization"
9030version = "0.1.25"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
9033dependencies = [
9034 "tinyvec",
9035]
9036
9037[[package]]
9038name = "unicode-properties"
9039version = "0.1.4"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
9042
9043[[package]]
9044name = "unicode-segmentation"
9045version = "1.13.3"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
9048
9049[[package]]
9050name = "unicode-width"
9051version = "0.1.14"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
9054
9055[[package]]
9056name = "unicode-width"
9057version = "0.2.2"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
9060
9061[[package]]
9062name = "unicode-xid"
9063version = "0.2.6"
9064source = "registry+https://github.com/rust-lang/crates.io-index"
9065checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
9066
9067[[package]]
9068name = "universal-hash"
9069version = "0.5.1"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
9072dependencies = [
9073 "crypto-common 0.1.6",
9074 "subtle",
9075]
9076
9077[[package]]
9078name = "unsigned-varint"
9079version = "0.7.2"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
9082
9083[[package]]
9084name = "unsigned-varint"
9085version = "0.8.0"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
9088
9089[[package]]
9090name = "untrusted"
9091version = "0.9.0"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
9094
9095[[package]]
9096name = "url"
9097version = "2.5.8"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
9100dependencies = [
9101 "form_urlencoded",
9102 "idna",
9103 "percent-encoding",
9104 "serde",
9105 "serde_derive",
9106]
9107
9108[[package]]
9109name = "urlencoding"
9110version = "2.1.3"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
9113
9114[[package]]
9115name = "utf-8"
9116version = "0.7.6"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
9119
9120[[package]]
9121name = "utf8_iter"
9122version = "1.0.4"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
9125
9126[[package]]
9127name = "uuid"
9128version = "1.23.4"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
9131dependencies = [
9132 "js-sys",
9133 "wasm-bindgen",
9134]
9135
9136[[package]]
9137name = "v_frame"
9138version = "0.3.9"
9139source = "registry+https://github.com/rust-lang/crates.io-index"
9140checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
9141dependencies = [
9142 "aligned-vec",
9143 "num-traits",
9144 "wasm-bindgen",
9145]
9146
9147[[package]]
9148name = "valuable"
9149version = "0.1.1"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
9152
9153[[package]]
9154name = "varint-rs"
9155version = "2.2.1"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "bfa6c38708f6257f1ec2ca7e5a11f9bbf58a27d7060078b6b333624968183d96"
9158
9159[[package]]
9160name = "vcpkg"
9161version = "0.2.15"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
9164
9165[[package]]
9166name = "version-compare"
9167version = "0.2.1"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
9170
9171[[package]]
9172name = "version_check"
9173version = "0.9.5"
9174source = "registry+https://github.com/rust-lang/crates.io-index"
9175checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
9176
9177[[package]]
9178name = "walkdir"
9179version = "2.5.0"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
9182dependencies = [
9183 "same-file",
9184 "winapi-util",
9185]
9186
9187[[package]]
9188name = "want"
9189version = "0.3.1"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
9192dependencies = [
9193 "try-lock",
9194]
9195
9196[[package]]
9197name = "warnings"
9198version = "0.2.1"
9199source = "registry+https://github.com/rust-lang/crates.io-index"
9200checksum = "64f68998838dab65727c9b30465595c6f7c953313559371ca8bf31759b3680ad"
9201dependencies = [
9202 "pin-project",
9203 "tracing",
9204 "warnings-macro",
9205]
9206
9207[[package]]
9208name = "warnings-macro"
9209version = "0.2.0"
9210source = "registry+https://github.com/rust-lang/crates.io-index"
9211checksum = "59195a1db0e95b920366d949ba5e0d3fc0e70b67c09be15ce5abb790106b0571"
9212dependencies = [
9213 "proc-macro2",
9214 "quote",
9215 "syn 2.0.118",
9216]
9217
9218[[package]]
9219name = "wasi"
9220version = "0.9.0+wasi-snapshot-preview1"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
9223
9224[[package]]
9225name = "wasi"
9226version = "0.11.1+wasi-snapshot-preview1"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
9229
9230[[package]]
9231name = "wasip2"
9232version = "1.0.4+wasi-0.2.12"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
9235dependencies = [
9236 "wit-bindgen",
9237]
9238
9239[[package]]
9240name = "wasm-bindgen"
9241version = "0.2.121"
9242source = "registry+https://github.com/rust-lang/crates.io-index"
9243checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
9244dependencies = [
9245 "cfg-if",
9246 "once_cell",
9247 "rustversion",
9248 "wasm-bindgen-macro",
9249 "wasm-bindgen-shared",
9250]
9251
9252[[package]]
9253name = "wasm-bindgen-futures"
9254version = "0.4.71"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
9257dependencies = [
9258 "js-sys",
9259 "wasm-bindgen",
9260]
9261
9262[[package]]
9263name = "wasm-bindgen-macro"
9264version = "0.2.121"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
9267dependencies = [
9268 "quote",
9269 "wasm-bindgen-macro-support",
9270]
9271
9272[[package]]
9273name = "wasm-bindgen-macro-support"
9274version = "0.2.121"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
9277dependencies = [
9278 "bumpalo",
9279 "proc-macro2",
9280 "quote",
9281 "syn 2.0.118",
9282 "wasm-bindgen-shared",
9283]
9284
9285[[package]]
9286name = "wasm-bindgen-shared"
9287version = "0.2.121"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
9290dependencies = [
9291 "unicode-ident",
9292]
9293
9294[[package]]
9295name = "wasm-bindgen-test"
9296version = "0.3.71"
9297source = "registry+https://github.com/rust-lang/crates.io-index"
9298checksum = "af5ec93229ad9ccd0a545a516dec76dc276613f278f6a91aa6b463d5b33d42d0"
9299dependencies = [
9300 "async-trait",
9301 "cast",
9302 "js-sys",
9303 "libm",
9304 "minicov",
9305 "nu-ansi-term",
9306 "num-traits",
9307 "oorandom",
9308 "serde",
9309 "serde_json",
9310 "wasm-bindgen",
9311 "wasm-bindgen-futures",
9312 "wasm-bindgen-test-macro",
9313 "wasm-bindgen-test-shared",
9314]
9315
9316[[package]]
9317name = "wasm-bindgen-test-macro"
9318version = "0.3.71"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "3c81b9fef827e575e0e54431736d1baa0d700315d8c62cfef1f61fa3aad0cbeb"
9321dependencies = [
9322 "proc-macro2",
9323 "quote",
9324 "syn 2.0.118",
9325]
9326
9327[[package]]
9328name = "wasm-bindgen-test-shared"
9329version = "0.2.121"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "4f4d8ae7ad5440360e9799dfd42857d126454a88441ddf72d288ef83fa47f527"
9332
9333[[package]]
9334name = "wasm-streams"
9335version = "0.4.2"
9336source = "registry+https://github.com/rust-lang/crates.io-index"
9337checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
9338dependencies = [
9339 "futures-util",
9340 "js-sys",
9341 "wasm-bindgen",
9342 "wasm-bindgen-futures",
9343 "web-sys",
9344]
9345
9346[[package]]
9347name = "wavefront_obj"
9348version = "11.0.0"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "934504ea79927c25f18e980053b64269490284129b327334fc2591daf1539b9c"
9351
9352[[package]]
9353name = "web-sys"
9354version = "0.3.98"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
9357dependencies = [
9358 "js-sys",
9359 "wasm-bindgen",
9360]
9361
9362[[package]]
9363name = "web-time"
9364version = "1.1.0"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
9367dependencies = [
9368 "js-sys",
9369 "wasm-bindgen",
9370]
9371
9372[[package]]
9373name = "webbrowser"
9374version = "1.2.1"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72"
9377dependencies = [
9378 "core-foundation 0.10.1",
9379 "jni 0.22.4",
9380 "log",
9381 "ndk-context",
9382 "objc2",
9383 "objc2-foundation",
9384 "url",
9385 "web-sys",
9386]
9387
9388[[package]]
9389name = "webkit2gtk"
9390version = "2.0.1"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
9393dependencies = [
9394 "bitflags 1.3.2",
9395 "cairo-rs",
9396 "gdk",
9397 "gdk-sys",
9398 "gio",
9399 "gio-sys",
9400 "glib",
9401 "glib-sys",
9402 "gobject-sys",
9403 "gtk",
9404 "gtk-sys",
9405 "javascriptcore-rs",
9406 "libc",
9407 "once_cell",
9408 "soup3",
9409 "webkit2gtk-sys",
9410]
9411
9412[[package]]
9413name = "webkit2gtk-sys"
9414version = "2.0.1"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
9417dependencies = [
9418 "bitflags 1.3.2",
9419 "cairo-sys-rs",
9420 "gdk-sys",
9421 "gio-sys",
9422 "glib-sys",
9423 "gobject-sys",
9424 "gtk-sys",
9425 "javascriptcore-rs-sys",
9426 "libc",
9427 "pkg-config",
9428 "soup3-sys",
9429 "system-deps",
9430]
9431
9432[[package]]
9433name = "webpage"
9434version = "2.0.1"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
9437dependencies = [
9438 "html5ever 0.27.0",
9439 "markup5ever_rcdom",
9440 "serde_json",
9441 "url",
9442]
9443
9444[[package]]
9445name = "webpki-roots"
9446version = "1.0.8"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
9449dependencies = [
9450 "rustls-pki-types",
9451]
9452
9453[[package]]
9454name = "webview2-com"
9455version = "0.38.2"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
9458dependencies = [
9459 "webview2-com-macros",
9460 "webview2-com-sys",
9461 "windows",
9462 "windows-core 0.61.2",
9463 "windows-implement",
9464 "windows-interface",
9465]
9466
9467[[package]]
9468name = "webview2-com-macros"
9469version = "0.8.1"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
9472dependencies = [
9473 "proc-macro2",
9474 "quote",
9475 "syn 2.0.118",
9476]
9477
9478[[package]]
9479name = "webview2-com-sys"
9480version = "0.38.2"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
9483dependencies = [
9484 "thiserror 2.0.18",
9485 "windows",
9486 "windows-core 0.61.2",
9487]
9488
9489[[package]]
9490name = "weezl"
9491version = "0.1.12"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
9494
9495[[package]]
9496name = "whoami"
9497version = "2.1.2"
9498source = "registry+https://github.com/rust-lang/crates.io-index"
9499checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
9500
9501[[package]]
9502name = "widestring"
9503version = "1.2.1"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
9506
9507[[package]]
9508name = "winapi"
9509version = "0.3.9"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
9512dependencies = [
9513 "winapi-i686-pc-windows-gnu",
9514 "winapi-x86_64-pc-windows-gnu",
9515]
9516
9517[[package]]
9518name = "winapi-i686-pc-windows-gnu"
9519version = "0.4.0"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
9522
9523[[package]]
9524name = "winapi-util"
9525version = "0.1.11"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9528dependencies = [
9529 "windows-sys 0.61.2",
9530]
9531
9532[[package]]
9533name = "winapi-x86_64-pc-windows-gnu"
9534version = "0.4.0"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
9537
9538[[package]]
9539name = "windows"
9540version = "0.61.3"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
9543dependencies = [
9544 "windows-collections",
9545 "windows-core 0.61.2",
9546 "windows-future",
9547 "windows-link 0.1.3",
9548 "windows-numerics",
9549]
9550
9551[[package]]
9552name = "windows-collections"
9553version = "0.2.0"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
9556dependencies = [
9557 "windows-core 0.61.2",
9558]
9559
9560[[package]]
9561name = "windows-core"
9562version = "0.61.2"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
9565dependencies = [
9566 "windows-implement",
9567 "windows-interface",
9568 "windows-link 0.1.3",
9569 "windows-result 0.3.4",
9570 "windows-strings 0.4.2",
9571]
9572
9573[[package]]
9574name = "windows-core"
9575version = "0.62.2"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
9578dependencies = [
9579 "windows-implement",
9580 "windows-interface",
9581 "windows-link 0.2.1",
9582 "windows-result 0.4.1",
9583 "windows-strings 0.5.1",
9584]
9585
9586[[package]]
9587name = "windows-future"
9588version = "0.2.1"
9589source = "registry+https://github.com/rust-lang/crates.io-index"
9590checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
9591dependencies = [
9592 "windows-core 0.61.2",
9593 "windows-link 0.1.3",
9594 "windows-threading",
9595]
9596
9597[[package]]
9598name = "windows-implement"
9599version = "0.60.2"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
9602dependencies = [
9603 "proc-macro2",
9604 "quote",
9605 "syn 2.0.118",
9606]
9607
9608[[package]]
9609name = "windows-interface"
9610version = "0.59.3"
9611source = "registry+https://github.com/rust-lang/crates.io-index"
9612checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
9613dependencies = [
9614 "proc-macro2",
9615 "quote",
9616 "syn 2.0.118",
9617]
9618
9619[[package]]
9620name = "windows-link"
9621version = "0.1.3"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
9624
9625[[package]]
9626name = "windows-link"
9627version = "0.2.1"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
9630
9631[[package]]
9632name = "windows-numerics"
9633version = "0.2.0"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
9636dependencies = [
9637 "windows-core 0.61.2",
9638 "windows-link 0.1.3",
9639]
9640
9641[[package]]
9642name = "windows-registry"
9643version = "0.6.1"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
9646dependencies = [
9647 "windows-link 0.2.1",
9648 "windows-result 0.4.1",
9649 "windows-strings 0.5.1",
9650]
9651
9652[[package]]
9653name = "windows-result"
9654version = "0.3.4"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
9657dependencies = [
9658 "windows-link 0.1.3",
9659]
9660
9661[[package]]
9662name = "windows-result"
9663version = "0.4.1"
9664source = "registry+https://github.com/rust-lang/crates.io-index"
9665checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
9666dependencies = [
9667 "windows-link 0.2.1",
9668]
9669
9670[[package]]
9671name = "windows-strings"
9672version = "0.4.2"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
9675dependencies = [
9676 "windows-link 0.1.3",
9677]
9678
9679[[package]]
9680name = "windows-strings"
9681version = "0.5.1"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
9684dependencies = [
9685 "windows-link 0.2.1",
9686]
9687
9688[[package]]
9689name = "windows-sys"
9690version = "0.45.0"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
9693dependencies = [
9694 "windows-targets 0.42.2",
9695]
9696
9697[[package]]
9698name = "windows-sys"
9699version = "0.52.0"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
9702dependencies = [
9703 "windows-targets 0.52.6",
9704]
9705
9706[[package]]
9707name = "windows-sys"
9708version = "0.59.0"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
9711dependencies = [
9712 "windows-targets 0.52.6",
9713]
9714
9715[[package]]
9716name = "windows-sys"
9717version = "0.60.2"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
9720dependencies = [
9721 "windows-targets 0.53.5",
9722]
9723
9724[[package]]
9725name = "windows-sys"
9726version = "0.61.2"
9727source = "registry+https://github.com/rust-lang/crates.io-index"
9728checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
9729dependencies = [
9730 "windows-link 0.2.1",
9731]
9732
9733[[package]]
9734name = "windows-targets"
9735version = "0.42.2"
9736source = "registry+https://github.com/rust-lang/crates.io-index"
9737checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
9738dependencies = [
9739 "windows_aarch64_gnullvm 0.42.2",
9740 "windows_aarch64_msvc 0.42.2",
9741 "windows_i686_gnu 0.42.2",
9742 "windows_i686_msvc 0.42.2",
9743 "windows_x86_64_gnu 0.42.2",
9744 "windows_x86_64_gnullvm 0.42.2",
9745 "windows_x86_64_msvc 0.42.2",
9746]
9747
9748[[package]]
9749name = "windows-targets"
9750version = "0.52.6"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
9753dependencies = [
9754 "windows_aarch64_gnullvm 0.52.6",
9755 "windows_aarch64_msvc 0.52.6",
9756 "windows_i686_gnu 0.52.6",
9757 "windows_i686_gnullvm 0.52.6",
9758 "windows_i686_msvc 0.52.6",
9759 "windows_x86_64_gnu 0.52.6",
9760 "windows_x86_64_gnullvm 0.52.6",
9761 "windows_x86_64_msvc 0.52.6",
9762]
9763
9764[[package]]
9765name = "windows-targets"
9766version = "0.53.5"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
9769dependencies = [
9770 "windows-link 0.2.1",
9771 "windows_aarch64_gnullvm 0.53.1",
9772 "windows_aarch64_msvc 0.53.1",
9773 "windows_i686_gnu 0.53.1",
9774 "windows_i686_gnullvm 0.53.1",
9775 "windows_i686_msvc 0.53.1",
9776 "windows_x86_64_gnu 0.53.1",
9777 "windows_x86_64_gnullvm 0.53.1",
9778 "windows_x86_64_msvc 0.53.1",
9779]
9780
9781[[package]]
9782name = "windows-threading"
9783version = "0.1.0"
9784source = "registry+https://github.com/rust-lang/crates.io-index"
9785checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
9786dependencies = [
9787 "windows-link 0.1.3",
9788]
9789
9790[[package]]
9791name = "windows-version"
9792version = "0.1.7"
9793source = "registry+https://github.com/rust-lang/crates.io-index"
9794checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
9795dependencies = [
9796 "windows-link 0.2.1",
9797]
9798
9799[[package]]
9800name = "windows_aarch64_gnullvm"
9801version = "0.42.2"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
9804
9805[[package]]
9806name = "windows_aarch64_gnullvm"
9807version = "0.52.6"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
9810
9811[[package]]
9812name = "windows_aarch64_gnullvm"
9813version = "0.53.1"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
9816
9817[[package]]
9818name = "windows_aarch64_msvc"
9819version = "0.42.2"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
9822
9823[[package]]
9824name = "windows_aarch64_msvc"
9825version = "0.52.6"
9826source = "registry+https://github.com/rust-lang/crates.io-index"
9827checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
9828
9829[[package]]
9830name = "windows_aarch64_msvc"
9831version = "0.53.1"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
9834
9835[[package]]
9836name = "windows_i686_gnu"
9837version = "0.42.2"
9838source = "registry+https://github.com/rust-lang/crates.io-index"
9839checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
9840
9841[[package]]
9842name = "windows_i686_gnu"
9843version = "0.52.6"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
9846
9847[[package]]
9848name = "windows_i686_gnu"
9849version = "0.53.1"
9850source = "registry+https://github.com/rust-lang/crates.io-index"
9851checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
9852
9853[[package]]
9854name = "windows_i686_gnullvm"
9855version = "0.52.6"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
9858
9859[[package]]
9860name = "windows_i686_gnullvm"
9861version = "0.53.1"
9862source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
9864
9865[[package]]
9866name = "windows_i686_msvc"
9867version = "0.42.2"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
9870
9871[[package]]
9872name = "windows_i686_msvc"
9873version = "0.52.6"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
9876
9877[[package]]
9878name = "windows_i686_msvc"
9879version = "0.53.1"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
9882
9883[[package]]
9884name = "windows_x86_64_gnu"
9885version = "0.42.2"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
9888
9889[[package]]
9890name = "windows_x86_64_gnu"
9891version = "0.52.6"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9894
9895[[package]]
9896name = "windows_x86_64_gnu"
9897version = "0.53.1"
9898source = "registry+https://github.com/rust-lang/crates.io-index"
9899checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
9900
9901[[package]]
9902name = "windows_x86_64_gnullvm"
9903version = "0.42.2"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
9906
9907[[package]]
9908name = "windows_x86_64_gnullvm"
9909version = "0.52.6"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9912
9913[[package]]
9914name = "windows_x86_64_gnullvm"
9915version = "0.53.1"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
9918
9919[[package]]
9920name = "windows_x86_64_msvc"
9921version = "0.42.2"
9922source = "registry+https://github.com/rust-lang/crates.io-index"
9923checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
9924
9925[[package]]
9926name = "windows_x86_64_msvc"
9927version = "0.52.6"
9928source = "registry+https://github.com/rust-lang/crates.io-index"
9929checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9930
9931[[package]]
9932name = "windows_x86_64_msvc"
9933version = "0.53.1"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
9936
9937[[package]]
9938name = "winnow"
9939version = "0.5.40"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
9942dependencies = [
9943 "memchr",
9944]
9945
9946[[package]]
9947name = "winnow"
9948version = "0.7.15"
9949source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
9951dependencies = [
9952 "memchr",
9953]
9954
9955[[package]]
9956name = "winnow"
9957version = "1.0.3"
9958source = "registry+https://github.com/rust-lang/crates.io-index"
9959checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
9960dependencies = [
9961 "memchr",
9962]
9963
9964[[package]]
9965name = "wit-bindgen"
9966version = "0.57.1"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
9969
9970[[package]]
9971name = "writeable"
9972version = "0.6.3"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
9975
9976[[package]]
9977name = "wry"
9978version = "0.53.5"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "728b7d4c8ec8d81cab295e0b5b8a4c263c0d41a785fb8f8c4df284e5411140a2"
9981dependencies = [
9982 "base64 0.22.1",
9983 "block2",
9984 "cookie",
9985 "crossbeam-channel",
9986 "dirs",
9987 "dpi",
9988 "dunce",
9989 "gtk",
9990 "html5ever 0.29.1",
9991 "http",
9992 "javascriptcore-rs",
9993 "jni 0.21.1",
9994 "kuchikiki",
9995 "libc",
9996 "ndk",
9997 "objc2",
9998 "objc2-app-kit",
9999 "objc2-core-foundation",
10000 "objc2-foundation",
10001 "objc2-ui-kit",
10002 "objc2-web-kit",
10003 "once_cell",
10004 "percent-encoding",
10005 "raw-window-handle 0.6.2",
10006 "sha2 0.10.9",
10007 "soup3",
10008 "tao-macros",
10009 "thiserror 2.0.18",
10010 "url",
10011 "webkit2gtk",
10012 "webkit2gtk-sys",
10013 "webview2-com",
10014 "windows",
10015 "windows-core 0.61.2",
10016 "windows-version",
10017]
10018
10019[[package]]
10020name = "x11"
10021version = "2.21.0"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
10024dependencies = [
10025 "libc",
10026 "pkg-config",
10027]
10028
10029[[package]]
10030name = "x11-dl"
10031version = "2.21.0"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
10034dependencies = [
10035 "libc",
10036 "once_cell",
10037 "pkg-config",
10038]
10039
10040[[package]]
10041name = "x11rb"
10042version = "0.13.2"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
10045dependencies = [
10046 "gethostname",
10047 "rustix",
10048 "x11rb-protocol",
10049]
10050
10051[[package]]
10052name = "x11rb-protocol"
10053version = "0.13.2"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
10056
10057[[package]]
10058name = "xkeysym"
10059version = "0.2.1"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
10062
10063[[package]]
10064name = "xml5ever"
10065version = "0.18.1"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
10068dependencies = [
10069 "log",
10070 "mac",
10071 "markup5ever 0.12.1",
10072]
10073
10074[[package]]
10075name = "xxhash-rust"
10076version = "0.8.15"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
10079
10080[[package]]
10081name = "y4m"
10082version = "0.8.0"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
10085
10086[[package]]
10087name = "yansi"
10088version = "1.0.1"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
10091
10092[[package]]
10093name = "yoke"
10094version = "0.8.3"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
10097dependencies = [
10098 "stable_deref_trait",
10099 "yoke-derive",
10100 "zerofrom",
10101]
10102
10103[[package]]
10104name = "yoke-derive"
10105version = "0.8.2"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
10108dependencies = [
10109 "proc-macro2",
10110 "quote",
10111 "syn 2.0.118",
10112 "synstructure",
10113]
10114
10115[[package]]
10116name = "zerocopy"
10117version = "0.8.52"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
10120dependencies = [
10121 "zerocopy-derive",
10122]
10123
10124[[package]]
10125name = "zerocopy-derive"
10126version = "0.8.52"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
10129dependencies = [
10130 "proc-macro2",
10131 "quote",
10132 "syn 2.0.118",
10133]
10134
10135[[package]]
10136name = "zerofrom"
10137version = "0.1.8"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
10140dependencies = [
10141 "zerofrom-derive",
10142]
10143
10144[[package]]
10145name = "zerofrom-derive"
10146version = "0.1.7"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
10149dependencies = [
10150 "proc-macro2",
10151 "quote",
10152 "syn 2.0.118",
10153 "synstructure",
10154]
10155
10156[[package]]
10157name = "zeroize"
10158version = "1.9.0"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
10161dependencies = [
10162 "serde",
10163]
10164
10165[[package]]
10166name = "zerotrie"
10167version = "0.2.4"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
10170dependencies = [
10171 "displaydoc",
10172 "yoke",
10173 "zerofrom",
10174]
10175
10176[[package]]
10177name = "zerovec"
10178version = "0.11.6"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
10181dependencies = [
10182 "yoke",
10183 "zerofrom",
10184 "zerovec-derive",
10185]
10186
10187[[package]]
10188name = "zerovec-derive"
10189version = "0.11.3"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
10192dependencies = [
10193 "proc-macro2",
10194 "quote",
10195 "syn 2.0.118",
10196]
10197
10198[[package]]
10199name = "zip"
10200version = "2.4.2"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
10203dependencies = [
10204 "arbitrary",
10205 "crc32fast",
10206 "crossbeam-utils",
10207 "displaydoc",
10208 "indexmap",
10209 "memchr",
10210 "thiserror 2.0.18",
10211]
10212
10213[[package]]
10214name = "zip"
10215version = "8.6.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
10218dependencies = [
10219 "crc32fast",
10220 "flate2",
10221 "indexmap",
10222 "memchr",
10223 "typed-path",
10224]
10225
10226[[package]]
10227name = "zlib-rs"
10228version = "0.5.5"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
10231
10232[[package]]
10233name = "zmij"
10234version = "1.0.21"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
10237
10238[[package]]
10239name = "zstd"
10240version = "0.13.3"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
10243dependencies = [
10244 "zstd-safe",
10245]
10246
10247[[package]]
10248name = "zstd-safe"
10249version = "7.2.4"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
10252dependencies = [
10253 "zstd-sys",
10254]
10255
10256[[package]]
10257name = "zstd-sys"
10258version = "2.0.16+zstd.1.5.7"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
10261dependencies = [
10262 "cc",
10263 "pkg-config",
10264]
10265
10266[[package]]
10267name = "zune-core"
10268version = "0.5.1"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
10271
10272[[package]]
10273name = "zune-inflate"
10274version = "0.2.54"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
10277dependencies = [
10278 "simd-adler32",
10279]
10280
10281[[package]]
10282name = "zune-jpeg"
10283version = "0.5.15"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
10286dependencies = [
10287 "zune-core",
10288]