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