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