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