raw
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 = "ahash"
22version = "0.8.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25dependencies = [
26 "cfg-if",
27 "getrandom 0.3.4",
28 "once_cell",
29 "version_check",
30 "zerocopy",
31]
32
33[[package]]
34name = "aho-corasick"
35version = "1.1.4"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "allocator-api2"
44version = "0.2.21"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
47
48[[package]]
49name = "android_system_properties"
50version = "0.1.5"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
53dependencies = [
54 "libc",
55]
56
57[[package]]
58name = "anstream"
59version = "0.6.21"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
62dependencies = [
63 "anstyle",
64 "anstyle-parse",
65 "anstyle-query",
66 "anstyle-wincon",
67 "colorchoice",
68 "is_terminal_polyfill",
69 "utf8parse",
70]
71
72[[package]]
73name = "anstyle"
74version = "1.0.13"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
77
78[[package]]
79name = "anstyle-parse"
80version = "0.2.7"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
83dependencies = [
84 "utf8parse",
85]
86
87[[package]]
88name = "anstyle-query"
89version = "1.1.5"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
92dependencies = [
93 "windows-sys 0.61.2",
94]
95
96[[package]]
97name = "anstyle-wincon"
98version = "3.0.11"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
101dependencies = [
102 "anstyle",
103 "once_cell_polyfill",
104 "windows-sys 0.61.2",
105]
106
107[[package]]
108name = "anyhow"
109version = "1.0.101"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
112
113[[package]]
114name = "ar_archive_writer"
115version = "0.5.1"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
118dependencies = [
119 "object",
120]
121
122[[package]]
123name = "arrayvec"
124version = "0.5.2"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
127
128[[package]]
129name = "arrayvec"
130version = "0.7.6"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
133
134[[package]]
135name = "askama_escape"
136version = "0.15.4"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "7416d225cbbaf6dbd8c983d3544adfa5688e2184bf404c6d8d0d9b53c59a9a0a"
139
140[[package]]
141name = "atomic-waker"
142version = "1.1.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
145
146[[package]]
147name = "autocfg"
148version = "1.5.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
151
152[[package]]
153name = "axum"
154version = "0.8.8"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
157dependencies = [
158 "axum-core",
159 "base64",
160 "bytes",
161 "form_urlencoded",
162 "futures-util",
163 "http",
164 "http-body",
165 "http-body-util",
166 "hyper",
167 "hyper-util",
168 "itoa",
169 "matchit",
170 "memchr",
171 "mime",
172 "percent-encoding",
173 "pin-project-lite",
174 "serde_core",
175 "serde_json",
176 "serde_path_to_error",
177 "serde_urlencoded",
178 "sha1",
179 "sync_wrapper",
180 "tokio",
181 "tokio-tungstenite",
182 "tower",
183 "tower-layer",
184 "tower-service",
185 "tracing",
186]
187
188[[package]]
189name = "axum-core"
190version = "0.5.6"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
193dependencies = [
194 "bytes",
195 "futures-core",
196 "http",
197 "http-body",
198 "http-body-util",
199 "mime",
200 "pin-project-lite",
201 "sync_wrapper",
202 "tower-layer",
203 "tower-service",
204 "tracing",
205]
206
207[[package]]
208name = "backtrace"
209version = "0.3.76"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
212dependencies = [
213 "addr2line",
214 "cfg-if",
215 "libc",
216 "miniz_oxide",
217 "object",
218 "rustc-demangle",
219 "windows-link",
220]
221
222[[package]]
223name = "backtrace-ext"
224version = "0.2.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
227dependencies = [
228 "backtrace",
229]
230
231[[package]]
232name = "base64"
233version = "0.22.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
236
237[[package]]
238name = "bincode"
239version = "1.3.3"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
242dependencies = [
243 "serde",
244]
245
246[[package]]
247name = "bitflags"
248version = "1.3.2"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
251
252[[package]]
253name = "bitflags"
254version = "2.10.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
257
258[[package]]
259name = "block-buffer"
260version = "0.10.4"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
263dependencies = [
264 "generic-array",
265]
266
267[[package]]
268name = "bstr"
269version = "1.12.1"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
272dependencies = [
273 "memchr",
274 "serde",
275]
276
277[[package]]
278name = "bumpalo"
279version = "3.19.1"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
282
283[[package]]
284name = "bytes"
285version = "1.11.1"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
288
289[[package]]
290name = "camino"
291version = "1.2.2"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
294dependencies = [
295 "serde_core",
296]
297
298[[package]]
299name = "cc"
300version = "1.2.55"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
303dependencies = [
304 "find-msvc-tools",
305 "shlex",
306]
307
308[[package]]
309name = "cfg-if"
310version = "1.0.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
313
314[[package]]
315name = "chrono"
316version = "0.4.43"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
319dependencies = [
320 "iana-time-zone",
321 "num-traits",
322 "windows-link",
323]
324
325[[package]]
326name = "chrono-tz"
327version = "0.9.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
330dependencies = [
331 "chrono",
332 "chrono-tz-build",
333 "phf",
334]
335
336[[package]]
337name = "chrono-tz-build"
338version = "0.3.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
341dependencies = [
342 "parse-zoneinfo",
343 "phf",
344 "phf_codegen",
345]
346
347[[package]]
348name = "chumsky"
349version = "0.12.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "4ba4a05c9ce83b07de31b31c874e87c069881ac4355db9e752e3a55c11ec75a6"
352dependencies = [
353 "hashbrown 0.15.5",
354 "regex-automata 0.3.9",
355 "serde",
356 "stacker",
357 "unicode-ident",
358 "unicode-segmentation",
359]
360
361[[package]]
362name = "clap"
363version = "4.5.57"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
366dependencies = [
367 "clap_builder",
368 "clap_derive",
369]
370
371[[package]]
372name = "clap_builder"
373version = "4.5.57"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
376dependencies = [
377 "anstream",
378 "anstyle",
379 "clap_lex",
380 "strsim",
381 "terminal_size",
382 "unicase",
383 "unicode-width 0.2.2",
384]
385
386[[package]]
387name = "clap_derive"
388version = "4.5.55"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
391dependencies = [
392 "heck",
393 "proc-macro2",
394 "quote",
395 "syn",
396]
397
398[[package]]
399name = "clap_lex"
400version = "0.7.7"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
403
404[[package]]
405name = "colorchoice"
406version = "1.0.4"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
409
410[[package]]
411name = "convert_case"
412version = "0.11.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
415dependencies = [
416 "unicode-segmentation",
417]
418
419[[package]]
420name = "core-foundation-sys"
421version = "0.8.7"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
424
425[[package]]
426name = "cpufeatures"
427version = "0.2.17"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
430dependencies = [
431 "libc",
432]
433
434[[package]]
435name = "crc32fast"
436version = "1.5.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
439dependencies = [
440 "cfg-if",
441]
442
443[[package]]
444name = "crossbeam-deque"
445version = "0.8.6"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
448dependencies = [
449 "crossbeam-epoch",
450 "crossbeam-utils",
451]
452
453[[package]]
454name = "crossbeam-epoch"
455version = "0.9.18"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
458dependencies = [
459 "crossbeam-utils",
460]
461
462[[package]]
463name = "crossbeam-utils"
464version = "0.8.21"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
467
468[[package]]
469name = "crypto-common"
470version = "0.1.7"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
473dependencies = [
474 "generic-array",
475 "typenum",
476]
477
478[[package]]
479name = "darling"
480version = "0.20.11"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
483dependencies = [
484 "darling_core",
485 "darling_macro",
486]
487
488[[package]]
489name = "darling_core"
490version = "0.20.11"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
493dependencies = [
494 "fnv",
495 "ident_case",
496 "proc-macro2",
497 "quote",
498 "strsim",
499 "syn",
500]
501
502[[package]]
503name = "darling_macro"
504version = "0.20.11"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
507dependencies = [
508 "darling_core",
509 "quote",
510 "syn",
511]
512
513[[package]]
514name = "data-encoding"
515version = "2.10.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
518
519[[package]]
520name = "deranged"
521version = "0.5.5"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
524dependencies = [
525 "powerfmt",
526]
527
528[[package]]
529name = "derive_builder"
530version = "0.20.2"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
533dependencies = [
534 "derive_builder_macro",
535]
536
537[[package]]
538name = "derive_builder_core"
539version = "0.20.2"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
542dependencies = [
543 "darling",
544 "proc-macro2",
545 "quote",
546 "syn",
547]
548
549[[package]]
550name = "derive_builder_macro"
551version = "0.20.2"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
554dependencies = [
555 "derive_builder_core",
556 "syn",
557]
558
559[[package]]
560name = "deunicode"
561version = "1.6.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
564
565[[package]]
566name = "digest"
567version = "0.10.7"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
570dependencies = [
571 "block-buffer",
572 "crypto-common",
573]
574
575[[package]]
576name = "displaydoc"
577version = "0.2.5"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
580dependencies = [
581 "proc-macro2",
582 "quote",
583 "syn",
584]
585
586[[package]]
587name = "either"
588version = "1.15.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
591
592[[package]]
593name = "entities"
594version = "1.0.1"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
597
598[[package]]
599name = "env_home"
600version = "0.1.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
603
604[[package]]
605name = "equivalent"
606version = "1.0.2"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
609
610[[package]]
611name = "errno"
612version = "0.3.14"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
615dependencies = [
616 "libc",
617 "windows-sys 0.61.2",
618]
619
620[[package]]
621name = "file-id"
622version = "0.2.3"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "e1fc6a637b6dc58414714eddd9170ff187ecb0933d4c7024d1abbd23a3cc26e9"
625dependencies = [
626 "windows-sys 0.60.2",
627]
628
629[[package]]
630name = "find-msvc-tools"
631version = "0.1.9"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
634
635[[package]]
636name = "fixedbitset"
637version = "0.5.7"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
640
641[[package]]
642name = "fjadra"
643version = "0.2.1"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "c1671b620ba6e60c11c62b0ea5fec4f8621991e7b1229fa13c010a2cd04e4342"
646
647[[package]]
648name = "flate2"
649version = "1.1.9"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
652dependencies = [
653 "crc32fast",
654 "miniz_oxide",
655]
656
657[[package]]
658name = "fnv"
659version = "1.0.7"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
662
663[[package]]
664name = "foldhash"
665version = "0.1.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
668
669[[package]]
670name = "form_urlencoded"
671version = "1.2.2"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
674dependencies = [
675 "percent-encoding",
676]
677
678[[package]]
679name = "fsevent-sys"
680version = "4.1.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
683dependencies = [
684 "libc",
685]
686
687[[package]]
688name = "futures-channel"
689version = "0.3.31"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
692dependencies = [
693 "futures-core",
694]
695
696[[package]]
697name = "futures-core"
698version = "0.3.31"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
701
702[[package]]
703name = "futures-macro"
704version = "0.3.31"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
707dependencies = [
708 "proc-macro2",
709 "quote",
710 "syn",
711]
712
713[[package]]
714name = "futures-sink"
715version = "0.3.31"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
718
719[[package]]
720name = "futures-task"
721version = "0.3.31"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
724
725[[package]]
726name = "futures-timer"
727version = "3.0.3"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
730
731[[package]]
732name = "futures-util"
733version = "0.3.31"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
736dependencies = [
737 "futures-core",
738 "futures-macro",
739 "futures-sink",
740 "futures-task",
741 "pin-project-lite",
742 "pin-utils",
743 "slab",
744]
745
746[[package]]
747name = "generic-array"
748version = "0.14.7"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
751dependencies = [
752 "typenum",
753 "version_check",
754]
755
756[[package]]
757name = "getrandom"
758version = "0.2.17"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
761dependencies = [
762 "cfg-if",
763 "libc",
764 "wasi",
765]
766
767[[package]]
768name = "getrandom"
769version = "0.3.4"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
772dependencies = [
773 "cfg-if",
774 "libc",
775 "r-efi",
776 "wasip2",
777]
778
779[[package]]
780name = "gimli"
781version = "0.32.3"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
784
785[[package]]
786name = "glob"
787version = "0.3.3"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
790
791[[package]]
792name = "globset"
793version = "0.4.18"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
796dependencies = [
797 "aho-corasick",
798 "bstr",
799 "log",
800 "regex-automata 0.4.14",
801 "regex-syntax 0.8.9",
802]
803
804[[package]]
805name = "globwalk"
806version = "0.9.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
809dependencies = [
810 "bitflags 2.10.0",
811 "ignore",
812 "walkdir",
813]
814
815[[package]]
816name = "hashbrown"
817version = "0.15.5"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
820dependencies = [
821 "allocator-api2",
822 "equivalent",
823 "foldhash",
824]
825
826[[package]]
827name = "hashbrown"
828version = "0.16.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
831
832[[package]]
833name = "heck"
834version = "0.5.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
837
838[[package]]
839name = "hex_color"
840version = "3.0.0"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "d37f101bf4c633f7ca2e4b5e136050314503dd198e78e325ea602c327c484ef0"
843dependencies = [
844 "arrayvec 0.7.6",
845 "rand 0.8.5",
846 "serde",
847]
848
849[[package]]
850name = "http"
851version = "1.4.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
854dependencies = [
855 "bytes",
856 "itoa",
857]
858
859[[package]]
860name = "http-body"
861version = "1.0.1"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
864dependencies = [
865 "bytes",
866 "http",
867]
868
869[[package]]
870name = "http-body-util"
871version = "0.1.3"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
874dependencies = [
875 "bytes",
876 "futures-core",
877 "http",
878 "http-body",
879 "pin-project-lite",
880]
881
882[[package]]
883name = "http-range-header"
884version = "0.4.2"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
887
888[[package]]
889name = "httparse"
890version = "1.10.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
893
894[[package]]
895name = "httpdate"
896version = "1.0.3"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
899
900[[package]]
901name = "humansize"
902version = "2.1.3"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
905dependencies = [
906 "libm",
907]
908
909[[package]]
910name = "humantime"
911version = "2.3.0"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
914
915[[package]]
916name = "hyper"
917version = "1.8.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
920dependencies = [
921 "atomic-waker",
922 "bytes",
923 "futures-channel",
924 "futures-core",
925 "http",
926 "http-body",
927 "httparse",
928 "httpdate",
929 "itoa",
930 "pin-project-lite",
931 "pin-utils",
932 "smallvec",
933 "tokio",
934]
935
936[[package]]
937name = "hyper-util"
938version = "0.1.20"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
941dependencies = [
942 "bytes",
943 "http",
944 "http-body",
945 "hyper",
946 "pin-project-lite",
947 "tokio",
948 "tower-service",
949]
950
951[[package]]
952name = "iana-time-zone"
953version = "0.1.65"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
956dependencies = [
957 "android_system_properties",
958 "core-foundation-sys",
959 "iana-time-zone-haiku",
960 "js-sys",
961 "log",
962 "wasm-bindgen",
963 "windows-core",
964]
965
966[[package]]
967name = "iana-time-zone-haiku"
968version = "0.1.2"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
971dependencies = [
972 "cc",
973]
974
975[[package]]
976name = "icu_collections"
977version = "2.1.1"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
980dependencies = [
981 "displaydoc",
982 "potential_utf",
983 "yoke",
984 "zerofrom",
985 "zerovec",
986]
987
988[[package]]
989name = "icu_locale_core"
990version = "2.1.1"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
993dependencies = [
994 "displaydoc",
995 "litemap",
996 "tinystr",
997 "writeable",
998 "zerovec",
999]
1000
1001[[package]]
1002name = "icu_normalizer"
1003version = "2.1.1"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1006dependencies = [
1007 "icu_collections",
1008 "icu_normalizer_data",
1009 "icu_properties",
1010 "icu_provider",
1011 "smallvec",
1012 "zerovec",
1013]
1014
1015[[package]]
1016name = "icu_normalizer_data"
1017version = "2.1.1"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1020
1021[[package]]
1022name = "icu_properties"
1023version = "2.1.2"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1026dependencies = [
1027 "icu_collections",
1028 "icu_locale_core",
1029 "icu_properties_data",
1030 "icu_provider",
1031 "zerotrie",
1032 "zerovec",
1033]
1034
1035[[package]]
1036name = "icu_properties_data"
1037version = "2.1.2"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1040
1041[[package]]
1042name = "icu_provider"
1043version = "2.1.1"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1046dependencies = [
1047 "displaydoc",
1048 "icu_locale_core",
1049 "writeable",
1050 "yoke",
1051 "zerofrom",
1052 "zerotrie",
1053 "zerovec",
1054]
1055
1056[[package]]
1057name = "ident_case"
1058version = "1.0.1"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1061
1062[[package]]
1063name = "idna"
1064version = "1.1.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1067dependencies = [
1068 "idna_adapter",
1069 "smallvec",
1070 "utf8_iter",
1071]
1072
1073[[package]]
1074name = "idna_adapter"
1075version = "1.2.1"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1078dependencies = [
1079 "icu_normalizer",
1080 "icu_properties",
1081]
1082
1083[[package]]
1084name = "ignore"
1085version = "0.4.25"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
1088dependencies = [
1089 "crossbeam-deque",
1090 "globset",
1091 "log",
1092 "memchr",
1093 "regex-automata 0.4.14",
1094 "same-file",
1095 "walkdir",
1096 "winapi-util",
1097]
1098
1099[[package]]
1100name = "indenter"
1101version = "0.3.4"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
1104
1105[[package]]
1106name = "indexmap"
1107version = "2.13.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1110dependencies = [
1111 "equivalent",
1112 "hashbrown 0.16.1",
1113]
1114
1115[[package]]
1116name = "inkjet"
1117version = "0.11.1"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "56b828db0cd62bd220b32745e71f5cf8818af2e20d8cb499a7e221dd91cb323a"
1120dependencies = [
1121 "ahash",
1122 "anyhow",
1123 "cc",
1124 "serde",
1125 "thiserror 1.0.69",
1126 "toml 0.8.23",
1127 "tree-sitter",
1128 "tree-sitter-highlight",
1129 "v_htmlescape",
1130]
1131
1132[[package]]
1133name = "inotify"
1134version = "0.11.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
1137dependencies = [
1138 "bitflags 2.10.0",
1139 "inotify-sys",
1140 "libc",
1141]
1142
1143[[package]]
1144name = "inotify-sys"
1145version = "0.1.5"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
1148dependencies = [
1149 "libc",
1150]
1151
1152[[package]]
1153name = "is_ci"
1154version = "1.2.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
1157
1158[[package]]
1159name = "is_terminal_polyfill"
1160version = "1.70.2"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1163
1164[[package]]
1165name = "itertools"
1166version = "0.14.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1169dependencies = [
1170 "either",
1171]
1172
1173[[package]]
1174name = "itoa"
1175version = "1.0.17"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1178
1179[[package]]
1180name = "jiff"
1181version = "0.2.19"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "d89a5b5e10d5a9ad6e5d1f4bd58225f655d6fe9767575a5e8ac5a6fe64e04495"
1184dependencies = [
1185 "jiff-static",
1186 "jiff-tzdb-platform",
1187 "log",
1188 "portable-atomic",
1189 "portable-atomic-util",
1190 "serde_core",
1191 "windows-sys 0.61.2",
1192]
1193
1194[[package]]
1195name = "jiff-static"
1196version = "0.2.19"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "ff7a39c8862fc1369215ccf0a8f12dd4598c7f6484704359f0351bd617034dbf"
1199dependencies = [
1200 "proc-macro2",
1201 "quote",
1202 "syn",
1203]
1204
1205[[package]]
1206name = "jiff-tzdb"
1207version = "0.1.5"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2"
1210
1211[[package]]
1212name = "jiff-tzdb-platform"
1213version = "0.1.3"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1216dependencies = [
1217 "jiff-tzdb",
1218]
1219
1220[[package]]
1221name = "js-sys"
1222version = "0.3.85"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1225dependencies = [
1226 "once_cell",
1227 "wasm-bindgen",
1228]
1229
1230[[package]]
1231name = "kqueue"
1232version = "1.1.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
1235dependencies = [
1236 "kqueue-sys",
1237 "libc",
1238]
1239
1240[[package]]
1241name = "kqueue-sys"
1242version = "1.0.4"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
1245dependencies = [
1246 "bitflags 1.3.2",
1247 "libc",
1248]
1249
1250[[package]]
1251name = "lazy_static"
1252version = "1.5.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1255
1256[[package]]
1257name = "libc"
1258version = "0.2.181"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
1261
1262[[package]]
1263name = "libm"
1264version = "0.2.16"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1267
1268[[package]]
1269name = "libyml"
1270version = "0.0.5"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980"
1273dependencies = [
1274 "anyhow",
1275 "version_check",
1276]
1277
1278[[package]]
1279name = "linux-raw-sys"
1280version = "0.11.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1283
1284[[package]]
1285name = "litemap"
1286version = "0.8.1"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1289
1290[[package]]
1291name = "lock_api"
1292version = "0.4.14"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1295dependencies = [
1296 "scopeguard",
1297]
1298
1299[[package]]
1300name = "log"
1301version = "0.4.29"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1304
1305[[package]]
1306name = "matchers"
1307version = "0.2.0"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1310dependencies = [
1311 "regex-automata 0.4.14",
1312]
1313
1314[[package]]
1315name = "matchit"
1316version = "0.8.4"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1319
1320[[package]]
1321name = "memchr"
1322version = "2.8.0"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1325
1326[[package]]
1327name = "miette"
1328version = "7.6.0"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1331dependencies = [
1332 "backtrace",
1333 "backtrace-ext",
1334 "cfg-if",
1335 "miette-derive",
1336 "owo-colors",
1337 "supports-color",
1338 "supports-hyperlinks",
1339 "supports-unicode",
1340 "terminal_size",
1341 "textwrap",
1342 "unicode-width 0.1.14",
1343]
1344
1345[[package]]
1346name = "miette-derive"
1347version = "7.6.0"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1350dependencies = [
1351 "proc-macro2",
1352 "quote",
1353 "syn",
1354]
1355
1356[[package]]
1357name = "mime"
1358version = "0.3.17"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1361
1362[[package]]
1363name = "mime_guess"
1364version = "2.0.5"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1367dependencies = [
1368 "mime",
1369 "unicase",
1370]
1371
1372[[package]]
1373name = "miniz_oxide"
1374version = "0.8.9"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1377dependencies = [
1378 "adler2",
1379 "simd-adler32",
1380]
1381
1382[[package]]
1383name = "mio"
1384version = "1.1.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1387dependencies = [
1388 "libc",
1389 "log",
1390 "wasi",
1391 "windows-sys 0.61.2",
1392]
1393
1394[[package]]
1395name = "nom"
1396version = "8.0.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
1399dependencies = [
1400 "memchr",
1401]
1402
1403[[package]]
1404name = "notify"
1405version = "8.2.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
1408dependencies = [
1409 "bitflags 2.10.0",
1410 "fsevent-sys",
1411 "inotify",
1412 "kqueue",
1413 "libc",
1414 "log",
1415 "mio",
1416 "notify-types",
1417 "walkdir",
1418 "windows-sys 0.60.2",
1419]
1420
1421[[package]]
1422name = "notify-debouncer-full"
1423version = "0.7.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "c02b49179cfebc9932238d04d6079912d26de0379328872846118a0fa0dbb302"
1426dependencies = [
1427 "file-id",
1428 "log",
1429 "notify",
1430 "notify-types",
1431 "walkdir",
1432]
1433
1434[[package]]
1435name = "notify-types"
1436version = "2.1.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a"
1439dependencies = [
1440 "bitflags 2.10.0",
1441]
1442
1443[[package]]
1444name = "nu-ansi-term"
1445version = "0.50.3"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1448dependencies = [
1449 "windows-sys 0.61.2",
1450]
1451
1452[[package]]
1453name = "num-conv"
1454version = "0.2.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1457
1458[[package]]
1459name = "num-traits"
1460version = "0.2.19"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1463dependencies = [
1464 "autocfg",
1465]
1466
1467[[package]]
1468name = "num_threads"
1469version = "0.1.7"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1472dependencies = [
1473 "libc",
1474]
1475
1476[[package]]
1477name = "object"
1478version = "0.37.3"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1481dependencies = [
1482 "memchr",
1483]
1484
1485[[package]]
1486name = "once_cell"
1487version = "1.21.3"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1490
1491[[package]]
1492name = "once_cell_polyfill"
1493version = "1.70.2"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1496
1497[[package]]
1498name = "onig"
1499version = "6.5.1"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
1502dependencies = [
1503 "bitflags 2.10.0",
1504 "libc",
1505 "once_cell",
1506 "onig_sys",
1507]
1508
1509[[package]]
1510name = "onig_sys"
1511version = "69.9.1"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc"
1514dependencies = [
1515 "cc",
1516 "pkg-config",
1517]
1518
1519[[package]]
1520name = "owo-colors"
1521version = "4.2.3"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
1524
1525[[package]]
1526name = "parking_lot"
1527version = "0.12.5"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1530dependencies = [
1531 "lock_api",
1532 "parking_lot_core",
1533]
1534
1535[[package]]
1536name = "parking_lot_core"
1537version = "0.9.12"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1540dependencies = [
1541 "cfg-if",
1542 "libc",
1543 "redox_syscall",
1544 "smallvec",
1545 "windows-link",
1546]
1547
1548[[package]]
1549name = "parse-zoneinfo"
1550version = "0.3.1"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
1553dependencies = [
1554 "regex",
1555]
1556
1557[[package]]
1558name = "percent-encoding"
1559version = "2.3.2"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1562
1563[[package]]
1564name = "pest"
1565version = "2.8.6"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
1568dependencies = [
1569 "memchr",
1570 "ucd-trie",
1571]
1572
1573[[package]]
1574name = "pest_derive"
1575version = "2.8.6"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
1578dependencies = [
1579 "pest",
1580 "pest_generator",
1581]
1582
1583[[package]]
1584name = "pest_generator"
1585version = "2.8.6"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
1588dependencies = [
1589 "pest",
1590 "pest_meta",
1591 "proc-macro2",
1592 "quote",
1593 "syn",
1594]
1595
1596[[package]]
1597name = "pest_meta"
1598version = "2.8.6"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
1601dependencies = [
1602 "pest",
1603 "sha2",
1604]
1605
1606[[package]]
1607name = "petgraph"
1608version = "0.8.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
1611dependencies = [
1612 "fixedbitset",
1613 "hashbrown 0.15.5",
1614 "indexmap",
1615 "serde",
1616 "serde_derive",
1617]
1618
1619[[package]]
1620name = "phf"
1621version = "0.11.3"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1624dependencies = [
1625 "phf_shared",
1626]
1627
1628[[package]]
1629name = "phf_codegen"
1630version = "0.11.3"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1633dependencies = [
1634 "phf_generator",
1635 "phf_shared",
1636]
1637
1638[[package]]
1639name = "phf_generator"
1640version = "0.11.3"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1643dependencies = [
1644 "phf_shared",
1645 "rand 0.8.5",
1646]
1647
1648[[package]]
1649name = "phf_shared"
1650version = "0.11.3"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1653dependencies = [
1654 "siphasher",
1655]
1656
1657[[package]]
1658name = "pin-project-lite"
1659version = "0.2.16"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1662
1663[[package]]
1664name = "pin-utils"
1665version = "0.1.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1668
1669[[package]]
1670name = "pkg-config"
1671version = "0.3.32"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1674
1675[[package]]
1676name = "portable-atomic"
1677version = "1.13.1"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1680
1681[[package]]
1682name = "portable-atomic-util"
1683version = "0.2.5"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1686dependencies = [
1687 "portable-atomic",
1688]
1689
1690[[package]]
1691name = "potential_utf"
1692version = "0.1.4"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1695dependencies = [
1696 "zerovec",
1697]
1698
1699[[package]]
1700name = "powerfmt"
1701version = "0.2.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1704
1705[[package]]
1706name = "ppv-lite86"
1707version = "0.2.21"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1710dependencies = [
1711 "zerocopy",
1712]
1713
1714[[package]]
1715name = "pretty"
1716version = "0.12.5"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "0d22152487193190344590e4f30e219cf3fe140d9e7a3fdb683d82aa2c5f4156"
1719dependencies = [
1720 "arrayvec 0.5.2",
1721 "typed-arena",
1722 "unicode-width 0.2.2",
1723]
1724
1725[[package]]
1726name = "proc-macro-crate"
1727version = "3.4.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1730dependencies = [
1731 "toml_edit 0.23.10+spec-1.0.0",
1732]
1733
1734[[package]]
1735name = "proc-macro2"
1736version = "1.0.106"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1739dependencies = [
1740 "unicode-ident",
1741]
1742
1743[[package]]
1744name = "psm"
1745version = "0.1.30"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
1748dependencies = [
1749 "ar_archive_writer",
1750 "cc",
1751]
1752
1753[[package]]
1754name = "quote"
1755version = "1.0.44"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1758dependencies = [
1759 "proc-macro2",
1760]
1761
1762[[package]]
1763name = "r-efi"
1764version = "5.3.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1767
1768[[package]]
1769name = "rand"
1770version = "0.8.5"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1773dependencies = [
1774 "libc",
1775 "rand_chacha 0.3.1",
1776 "rand_core 0.6.4",
1777]
1778
1779[[package]]
1780name = "rand"
1781version = "0.9.2"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1784dependencies = [
1785 "rand_chacha 0.9.0",
1786 "rand_core 0.9.5",
1787]
1788
1789[[package]]
1790name = "rand_chacha"
1791version = "0.3.1"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1794dependencies = [
1795 "ppv-lite86",
1796 "rand_core 0.6.4",
1797]
1798
1799[[package]]
1800name = "rand_chacha"
1801version = "0.9.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1804dependencies = [
1805 "ppv-lite86",
1806 "rand_core 0.9.5",
1807]
1808
1809[[package]]
1810name = "rand_core"
1811version = "0.6.4"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1814dependencies = [
1815 "getrandom 0.2.17",
1816]
1817
1818[[package]]
1819name = "rand_core"
1820version = "0.9.5"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1823dependencies = [
1824 "getrandom 0.3.4",
1825]
1826
1827[[package]]
1828name = "redox_syscall"
1829version = "0.5.18"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1832dependencies = [
1833 "bitflags 2.10.0",
1834]
1835
1836[[package]]
1837name = "regex"
1838version = "1.12.3"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1841dependencies = [
1842 "aho-corasick",
1843 "memchr",
1844 "regex-automata 0.4.14",
1845 "regex-syntax 0.8.9",
1846]
1847
1848[[package]]
1849name = "regex-automata"
1850version = "0.3.9"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
1853dependencies = [
1854 "aho-corasick",
1855 "memchr",
1856 "regex-syntax 0.7.5",
1857]
1858
1859[[package]]
1860name = "regex-automata"
1861version = "0.4.14"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1864dependencies = [
1865 "aho-corasick",
1866 "memchr",
1867 "regex-syntax 0.8.9",
1868]
1869
1870[[package]]
1871name = "regex-syntax"
1872version = "0.7.5"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
1875
1876[[package]]
1877name = "regex-syntax"
1878version = "0.8.9"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1881
1882[[package]]
1883name = "relative-path"
1884version = "1.9.3"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
1887
1888[[package]]
1889name = "rstest"
1890version = "0.26.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
1893dependencies = [
1894 "futures-timer",
1895 "futures-util",
1896 "rstest_macros",
1897]
1898
1899[[package]]
1900name = "rstest_macros"
1901version = "0.26.1"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
1904dependencies = [
1905 "cfg-if",
1906 "glob",
1907 "proc-macro-crate",
1908 "proc-macro2",
1909 "quote",
1910 "regex",
1911 "relative-path",
1912 "rustc_version",
1913 "syn",
1914 "unicode-ident",
1915]
1916
1917[[package]]
1918name = "rustc-demangle"
1919version = "0.1.27"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
1922
1923[[package]]
1924name = "rustc-hash"
1925version = "2.1.1"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1928
1929[[package]]
1930name = "rustc_version"
1931version = "0.4.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1934dependencies = [
1935 "semver",
1936]
1937
1938[[package]]
1939name = "rustix"
1940version = "1.1.3"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1943dependencies = [
1944 "bitflags 2.10.0",
1945 "errno",
1946 "libc",
1947 "linux-raw-sys",
1948 "windows-sys 0.61.2",
1949]
1950
1951[[package]]
1952name = "rustversion"
1953version = "1.0.22"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1956
1957[[package]]
1958name = "ryu"
1959version = "1.0.23"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1962
1963[[package]]
1964name = "sable"
1965version = "0.1.0"
1966dependencies = [
1967 "axum",
1968 "camino",
1969 "clap",
1970 "http-body-util",
1971 "humantime",
1972 "miette",
1973 "notify-debouncer-full",
1974 "sable-core",
1975 "sable-renderer",
1976 "sable-vault",
1977 "thiserror 2.0.18",
1978 "tokio",
1979 "tower-http",
1980 "tracing",
1981 "tracing-subscriber",
1982 "vergen-gitcl",
1983]
1984
1985[[package]]
1986name = "sable-bases"
1987version = "0.1.0"
1988dependencies = [
1989 "askama_escape",
1990 "camino",
1991 "chumsky",
1992 "itertools",
1993 "jiff",
1994 "miette",
1995 "rstest",
1996 "serde",
1997 "serde_yml",
1998 "thiserror 2.0.18",
1999]
2000
2001[[package]]
2002name = "sable-canvas"
2003version = "0.1.0"
2004dependencies = [
2005 "hex_color",
2006 "serde",
2007 "serde_json",
2008 "thiserror 2.0.18",
2009 "url",
2010]
2011
2012[[package]]
2013name = "sable-core"
2014version = "0.1.0"
2015dependencies = [
2016 "miette",
2017 "serde",
2018 "serde_json",
2019 "thiserror 2.0.18",
2020 "toml 0.9.11+spec-1.1.0",
2021]
2022
2023[[package]]
2024name = "sable-frontmatter"
2025version = "0.1.0"
2026dependencies = [
2027 "memchr",
2028 "miette",
2029 "serde_json",
2030 "serde_yml",
2031 "thiserror 2.0.18",
2032 "toml 0.9.11+spec-1.1.0",
2033]
2034
2035[[package]]
2036name = "sable-markdown"
2037version = "0.1.0"
2038dependencies = [
2039 "entities",
2040 "heck",
2041 "inkjet",
2042 "nom",
2043 "pretty",
2044 "rstest",
2045 "slug",
2046 "syntect",
2047 "unicode_categories",
2048]
2049
2050[[package]]
2051name = "sable-renderer"
2052version = "0.1.0"
2053dependencies = [
2054 "data-encoding",
2055 "fjadra",
2056 "indenter",
2057 "itertools",
2058 "miette",
2059 "rustc-hash",
2060 "sable-bases",
2061 "sable-canvas",
2062 "sable-core",
2063 "sable-markdown",
2064 "sable-vault",
2065 "serde",
2066 "serde_json",
2067 "slug",
2068 "svg",
2069 "tera",
2070 "thiserror 2.0.18",
2071 "tracing",
2072 "url-escape",
2073]
2074
2075[[package]]
2076name = "sable-vault"
2077version = "0.1.0"
2078dependencies = [
2079 "camino",
2080 "convert_case",
2081 "jiff",
2082 "miette",
2083 "nom",
2084 "parking_lot",
2085 "petgraph",
2086 "regex",
2087 "sable-frontmatter",
2088 "serde",
2089 "serde_json",
2090 "slug",
2091 "thiserror 2.0.18",
2092 "tracing",
2093 "walkdir",
2094 "which",
2095]
2096
2097[[package]]
2098name = "same-file"
2099version = "1.0.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2102dependencies = [
2103 "winapi-util",
2104]
2105
2106[[package]]
2107name = "scopeguard"
2108version = "1.2.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2111
2112[[package]]
2113name = "semver"
2114version = "1.0.27"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2117
2118[[package]]
2119name = "serde"
2120version = "1.0.228"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2123dependencies = [
2124 "serde_core",
2125 "serde_derive",
2126]
2127
2128[[package]]
2129name = "serde_core"
2130version = "1.0.228"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2133dependencies = [
2134 "serde_derive",
2135]
2136
2137[[package]]
2138name = "serde_derive"
2139version = "1.0.228"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2142dependencies = [
2143 "proc-macro2",
2144 "quote",
2145 "syn",
2146]
2147
2148[[package]]
2149name = "serde_json"
2150version = "1.0.149"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2153dependencies = [
2154 "itoa",
2155 "memchr",
2156 "serde",
2157 "serde_core",
2158 "zmij",
2159]
2160
2161[[package]]
2162name = "serde_path_to_error"
2163version = "0.1.20"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2166dependencies = [
2167 "itoa",
2168 "serde",
2169 "serde_core",
2170]
2171
2172[[package]]
2173name = "serde_spanned"
2174version = "0.6.9"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2177dependencies = [
2178 "serde",
2179]
2180
2181[[package]]
2182name = "serde_spanned"
2183version = "1.0.4"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
2186dependencies = [
2187 "serde_core",
2188]
2189
2190[[package]]
2191name = "serde_urlencoded"
2192version = "0.7.1"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2195dependencies = [
2196 "form_urlencoded",
2197 "itoa",
2198 "ryu",
2199 "serde",
2200]
2201
2202[[package]]
2203name = "serde_yml"
2204version = "0.0.12"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd"
2207dependencies = [
2208 "indexmap",
2209 "itoa",
2210 "libyml",
2211 "memchr",
2212 "ryu",
2213 "serde",
2214 "version_check",
2215]
2216
2217[[package]]
2218name = "sha1"
2219version = "0.10.6"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2222dependencies = [
2223 "cfg-if",
2224 "cpufeatures",
2225 "digest",
2226]
2227
2228[[package]]
2229name = "sha2"
2230version = "0.10.9"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2233dependencies = [
2234 "cfg-if",
2235 "cpufeatures",
2236 "digest",
2237]
2238
2239[[package]]
2240name = "sharded-slab"
2241version = "0.1.7"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2244dependencies = [
2245 "lazy_static",
2246]
2247
2248[[package]]
2249name = "shlex"
2250version = "1.3.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2253
2254[[package]]
2255name = "signal-hook-registry"
2256version = "1.4.8"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2259dependencies = [
2260 "errno",
2261 "libc",
2262]
2263
2264[[package]]
2265name = "simd-adler32"
2266version = "0.3.8"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2269
2270[[package]]
2271name = "siphasher"
2272version = "1.0.2"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2275
2276[[package]]
2277name = "slab"
2278version = "0.4.12"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2281
2282[[package]]
2283name = "slug"
2284version = "0.1.6"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2287dependencies = [
2288 "deunicode",
2289 "wasm-bindgen",
2290]
2291
2292[[package]]
2293name = "smallvec"
2294version = "1.15.1"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2297
2298[[package]]
2299name = "socket2"
2300version = "0.6.2"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
2303dependencies = [
2304 "libc",
2305 "windows-sys 0.60.2",
2306]
2307
2308[[package]]
2309name = "stable_deref_trait"
2310version = "1.2.1"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2313
2314[[package]]
2315name = "stacker"
2316version = "0.1.23"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
2319dependencies = [
2320 "cc",
2321 "cfg-if",
2322 "libc",
2323 "psm",
2324 "windows-sys 0.59.0",
2325]
2326
2327[[package]]
2328name = "strsim"
2329version = "0.11.1"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2332
2333[[package]]
2334name = "supports-color"
2335version = "3.0.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
2338dependencies = [
2339 "is_ci",
2340]
2341
2342[[package]]
2343name = "supports-hyperlinks"
2344version = "3.2.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
2347
2348[[package]]
2349name = "supports-unicode"
2350version = "3.0.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
2353
2354[[package]]
2355name = "svg"
2356version = "0.18.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "94afda9cd163c04f6bee8b4bf2501c91548deae308373c436f36aeff3cf3c4a3"
2359
2360[[package]]
2361name = "syn"
2362version = "2.0.114"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
2365dependencies = [
2366 "proc-macro2",
2367 "quote",
2368 "unicode-ident",
2369]
2370
2371[[package]]
2372name = "sync_wrapper"
2373version = "1.0.2"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2376
2377[[package]]
2378name = "synstructure"
2379version = "0.13.2"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2382dependencies = [
2383 "proc-macro2",
2384 "quote",
2385 "syn",
2386]
2387
2388[[package]]
2389name = "syntect"
2390version = "5.3.0"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
2393dependencies = [
2394 "bincode",
2395 "flate2",
2396 "fnv",
2397 "once_cell",
2398 "onig",
2399 "regex-syntax 0.8.9",
2400 "serde",
2401 "serde_derive",
2402 "thiserror 2.0.18",
2403 "walkdir",
2404]
2405
2406[[package]]
2407name = "tera"
2408version = "1.20.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722"
2411dependencies = [
2412 "chrono",
2413 "chrono-tz",
2414 "globwalk",
2415 "humansize",
2416 "lazy_static",
2417 "percent-encoding",
2418 "pest",
2419 "pest_derive",
2420 "rand 0.8.5",
2421 "regex",
2422 "serde",
2423 "serde_json",
2424 "slug",
2425 "unicode-segmentation",
2426]
2427
2428[[package]]
2429name = "terminal_size"
2430version = "0.4.3"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
2433dependencies = [
2434 "rustix",
2435 "windows-sys 0.60.2",
2436]
2437
2438[[package]]
2439name = "textwrap"
2440version = "0.16.2"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
2443dependencies = [
2444 "unicode-linebreak",
2445 "unicode-width 0.2.2",
2446]
2447
2448[[package]]
2449name = "thiserror"
2450version = "1.0.69"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2453dependencies = [
2454 "thiserror-impl 1.0.69",
2455]
2456
2457[[package]]
2458name = "thiserror"
2459version = "2.0.18"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2462dependencies = [
2463 "thiserror-impl 2.0.18",
2464]
2465
2466[[package]]
2467name = "thiserror-impl"
2468version = "1.0.69"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2471dependencies = [
2472 "proc-macro2",
2473 "quote",
2474 "syn",
2475]
2476
2477[[package]]
2478name = "thiserror-impl"
2479version = "2.0.18"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2482dependencies = [
2483 "proc-macro2",
2484 "quote",
2485 "syn",
2486]
2487
2488[[package]]
2489name = "thread_local"
2490version = "1.1.9"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2493dependencies = [
2494 "cfg-if",
2495]
2496
2497[[package]]
2498name = "time"
2499version = "0.3.47"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2502dependencies = [
2503 "deranged",
2504 "itoa",
2505 "libc",
2506 "num-conv",
2507 "num_threads",
2508 "powerfmt",
2509 "serde_core",
2510 "time-core",
2511 "time-macros",
2512]
2513
2514[[package]]
2515name = "time-core"
2516version = "0.1.8"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2519
2520[[package]]
2521name = "time-macros"
2522version = "0.2.27"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2525dependencies = [
2526 "num-conv",
2527 "time-core",
2528]
2529
2530[[package]]
2531name = "tinystr"
2532version = "0.8.2"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2535dependencies = [
2536 "displaydoc",
2537 "zerovec",
2538]
2539
2540[[package]]
2541name = "tokio"
2542version = "1.49.0"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2545dependencies = [
2546 "bytes",
2547 "libc",
2548 "mio",
2549 "pin-project-lite",
2550 "signal-hook-registry",
2551 "socket2",
2552 "tokio-macros",
2553 "windows-sys 0.61.2",
2554]
2555
2556[[package]]
2557name = "tokio-macros"
2558version = "2.6.0"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2561dependencies = [
2562 "proc-macro2",
2563 "quote",
2564 "syn",
2565]
2566
2567[[package]]
2568name = "tokio-tungstenite"
2569version = "0.28.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
2572dependencies = [
2573 "futures-util",
2574 "log",
2575 "tokio",
2576 "tungstenite",
2577]
2578
2579[[package]]
2580name = "tokio-util"
2581version = "0.7.18"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2584dependencies = [
2585 "bytes",
2586 "futures-core",
2587 "futures-sink",
2588 "pin-project-lite",
2589 "tokio",
2590]
2591
2592[[package]]
2593name = "toml"
2594version = "0.8.23"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2597dependencies = [
2598 "serde",
2599 "serde_spanned 0.6.9",
2600 "toml_datetime 0.6.11",
2601 "toml_edit 0.22.27",
2602]
2603
2604[[package]]
2605name = "toml"
2606version = "0.9.11+spec-1.1.0"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
2609dependencies = [
2610 "indexmap",
2611 "serde_core",
2612 "serde_spanned 1.0.4",
2613 "toml_datetime 0.7.5+spec-1.1.0",
2614 "toml_parser",
2615 "toml_writer",
2616 "winnow",
2617]
2618
2619[[package]]
2620name = "toml_datetime"
2621version = "0.6.11"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2624dependencies = [
2625 "serde",
2626]
2627
2628[[package]]
2629name = "toml_datetime"
2630version = "0.7.5+spec-1.1.0"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
2633dependencies = [
2634 "serde_core",
2635]
2636
2637[[package]]
2638name = "toml_edit"
2639version = "0.22.27"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2642dependencies = [
2643 "indexmap",
2644 "serde",
2645 "serde_spanned 0.6.9",
2646 "toml_datetime 0.6.11",
2647 "toml_write",
2648 "winnow",
2649]
2650
2651[[package]]
2652name = "toml_edit"
2653version = "0.23.10+spec-1.0.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
2656dependencies = [
2657 "indexmap",
2658 "toml_datetime 0.7.5+spec-1.1.0",
2659 "toml_parser",
2660 "winnow",
2661]
2662
2663[[package]]
2664name = "toml_parser"
2665version = "1.0.6+spec-1.1.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
2668dependencies = [
2669 "winnow",
2670]
2671
2672[[package]]
2673name = "toml_write"
2674version = "0.1.2"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2677
2678[[package]]
2679name = "toml_writer"
2680version = "1.0.6+spec-1.1.0"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
2683
2684[[package]]
2685name = "tower"
2686version = "0.5.3"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2689dependencies = [
2690 "futures-core",
2691 "futures-util",
2692 "pin-project-lite",
2693 "sync_wrapper",
2694 "tokio",
2695 "tower-layer",
2696 "tower-service",
2697 "tracing",
2698]
2699
2700[[package]]
2701name = "tower-http"
2702version = "0.6.8"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2705dependencies = [
2706 "bitflags 2.10.0",
2707 "bytes",
2708 "futures-core",
2709 "futures-util",
2710 "http",
2711 "http-body",
2712 "http-body-util",
2713 "http-range-header",
2714 "httpdate",
2715 "mime",
2716 "mime_guess",
2717 "percent-encoding",
2718 "pin-project-lite",
2719 "tokio",
2720 "tokio-util",
2721 "tower-layer",
2722 "tower-service",
2723 "tracing",
2724]
2725
2726[[package]]
2727name = "tower-layer"
2728version = "0.3.3"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2731
2732[[package]]
2733name = "tower-service"
2734version = "0.3.3"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2737
2738[[package]]
2739name = "tracing"
2740version = "0.1.44"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2743dependencies = [
2744 "log",
2745 "pin-project-lite",
2746 "tracing-attributes",
2747 "tracing-core",
2748]
2749
2750[[package]]
2751name = "tracing-attributes"
2752version = "0.1.31"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2755dependencies = [
2756 "proc-macro2",
2757 "quote",
2758 "syn",
2759]
2760
2761[[package]]
2762name = "tracing-core"
2763version = "0.1.36"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2766dependencies = [
2767 "once_cell",
2768 "valuable",
2769]
2770
2771[[package]]
2772name = "tracing-log"
2773version = "0.2.0"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2776dependencies = [
2777 "log",
2778 "once_cell",
2779 "tracing-core",
2780]
2781
2782[[package]]
2783name = "tracing-subscriber"
2784version = "0.3.22"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2787dependencies = [
2788 "matchers",
2789 "nu-ansi-term",
2790 "once_cell",
2791 "regex-automata 0.4.14",
2792 "sharded-slab",
2793 "smallvec",
2794 "thread_local",
2795 "tracing",
2796 "tracing-core",
2797 "tracing-log",
2798]
2799
2800[[package]]
2801name = "tree-sitter"
2802version = "0.23.2"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
2805dependencies = [
2806 "cc",
2807 "regex",
2808 "regex-syntax 0.8.9",
2809 "tree-sitter-language",
2810]
2811
2812[[package]]
2813name = "tree-sitter-highlight"
2814version = "0.23.2"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "380a7706376fa6c52ba7bf71d1e7a93856ee8ab08a7680631dfa664fdd237d66"
2817dependencies = [
2818 "lazy_static",
2819 "regex",
2820 "thiserror 1.0.69",
2821 "tree-sitter",
2822]
2823
2824[[package]]
2825name = "tree-sitter-language"
2826version = "0.1.7"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
2829
2830[[package]]
2831name = "tungstenite"
2832version = "0.28.0"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2835dependencies = [
2836 "bytes",
2837 "data-encoding",
2838 "http",
2839 "httparse",
2840 "log",
2841 "rand 0.9.2",
2842 "sha1",
2843 "thiserror 2.0.18",
2844 "utf-8",
2845]
2846
2847[[package]]
2848name = "typed-arena"
2849version = "2.0.2"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2852
2853[[package]]
2854name = "typenum"
2855version = "1.19.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2858
2859[[package]]
2860name = "ucd-trie"
2861version = "0.1.7"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2864
2865[[package]]
2866name = "unicase"
2867version = "2.9.0"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2870
2871[[package]]
2872name = "unicode-ident"
2873version = "1.0.23"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
2876
2877[[package]]
2878name = "unicode-linebreak"
2879version = "0.1.5"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2882
2883[[package]]
2884name = "unicode-segmentation"
2885version = "1.12.0"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2888
2889[[package]]
2890name = "unicode-width"
2891version = "0.1.14"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2894
2895[[package]]
2896name = "unicode-width"
2897version = "0.2.2"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2900
2901[[package]]
2902name = "unicode_categories"
2903version = "0.1.1"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2906
2907[[package]]
2908name = "url"
2909version = "2.5.8"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2912dependencies = [
2913 "form_urlencoded",
2914 "idna",
2915 "percent-encoding",
2916 "serde",
2917 "serde_derive",
2918]
2919
2920[[package]]
2921name = "url-escape"
2922version = "0.1.1"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
2925dependencies = [
2926 "percent-encoding",
2927]
2928
2929[[package]]
2930name = "utf-8"
2931version = "0.7.6"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2934
2935[[package]]
2936name = "utf8_iter"
2937version = "1.0.4"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2940
2941[[package]]
2942name = "utf8parse"
2943version = "0.2.2"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2946
2947[[package]]
2948name = "v_htmlescape"
2949version = "0.15.8"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
2952
2953[[package]]
2954name = "valuable"
2955version = "0.1.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2958
2959[[package]]
2960name = "vergen"
2961version = "9.1.0"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
2964dependencies = [
2965 "anyhow",
2966 "derive_builder",
2967 "rustversion",
2968 "vergen-lib",
2969]
2970
2971[[package]]
2972name = "vergen-gitcl"
2973version = "9.1.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "77ff3b5300a085d6bcd8fc96a507f706a28ae3814693236c9b409db71a1d15b9"
2976dependencies = [
2977 "anyhow",
2978 "derive_builder",
2979 "rustversion",
2980 "time",
2981 "vergen",
2982 "vergen-lib",
2983]
2984
2985[[package]]
2986name = "vergen-lib"
2987version = "9.1.0"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
2990dependencies = [
2991 "anyhow",
2992 "derive_builder",
2993 "rustversion",
2994]
2995
2996[[package]]
2997name = "version_check"
2998version = "0.9.5"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3001
3002[[package]]
3003name = "walkdir"
3004version = "2.5.0"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3007dependencies = [
3008 "same-file",
3009 "winapi-util",
3010]
3011
3012[[package]]
3013name = "wasi"
3014version = "0.11.1+wasi-snapshot-preview1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3017
3018[[package]]
3019name = "wasip2"
3020version = "1.0.2+wasi-0.2.9"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3023dependencies = [
3024 "wit-bindgen",
3025]
3026
3027[[package]]
3028name = "wasm-bindgen"
3029version = "0.2.108"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
3032dependencies = [
3033 "cfg-if",
3034 "once_cell",
3035 "rustversion",
3036 "wasm-bindgen-macro",
3037 "wasm-bindgen-shared",
3038]
3039
3040[[package]]
3041name = "wasm-bindgen-macro"
3042version = "0.2.108"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
3045dependencies = [
3046 "quote",
3047 "wasm-bindgen-macro-support",
3048]
3049
3050[[package]]
3051name = "wasm-bindgen-macro-support"
3052version = "0.2.108"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
3055dependencies = [
3056 "bumpalo",
3057 "proc-macro2",
3058 "quote",
3059 "syn",
3060 "wasm-bindgen-shared",
3061]
3062
3063[[package]]
3064name = "wasm-bindgen-shared"
3065version = "0.2.108"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
3068dependencies = [
3069 "unicode-ident",
3070]
3071
3072[[package]]
3073name = "which"
3074version = "8.0.0"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
3077dependencies = [
3078 "env_home",
3079 "rustix",
3080 "winsafe",
3081]
3082
3083[[package]]
3084name = "winapi-util"
3085version = "0.1.11"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3088dependencies = [
3089 "windows-sys 0.61.2",
3090]
3091
3092[[package]]
3093name = "windows-core"
3094version = "0.62.2"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3097dependencies = [
3098 "windows-implement",
3099 "windows-interface",
3100 "windows-link",
3101 "windows-result",
3102 "windows-strings",
3103]
3104
3105[[package]]
3106name = "windows-implement"
3107version = "0.60.2"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3110dependencies = [
3111 "proc-macro2",
3112 "quote",
3113 "syn",
3114]
3115
3116[[package]]
3117name = "windows-interface"
3118version = "0.59.3"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3121dependencies = [
3122 "proc-macro2",
3123 "quote",
3124 "syn",
3125]
3126
3127[[package]]
3128name = "windows-link"
3129version = "0.2.1"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3132
3133[[package]]
3134name = "windows-result"
3135version = "0.4.1"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3138dependencies = [
3139 "windows-link",
3140]
3141
3142[[package]]
3143name = "windows-strings"
3144version = "0.5.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3147dependencies = [
3148 "windows-link",
3149]
3150
3151[[package]]
3152name = "windows-sys"
3153version = "0.59.0"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3156dependencies = [
3157 "windows-targets 0.52.6",
3158]
3159
3160[[package]]
3161name = "windows-sys"
3162version = "0.60.2"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3165dependencies = [
3166 "windows-targets 0.53.5",
3167]
3168
3169[[package]]
3170name = "windows-sys"
3171version = "0.61.2"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3174dependencies = [
3175 "windows-link",
3176]
3177
3178[[package]]
3179name = "windows-targets"
3180version = "0.52.6"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3183dependencies = [
3184 "windows_aarch64_gnullvm 0.52.6",
3185 "windows_aarch64_msvc 0.52.6",
3186 "windows_i686_gnu 0.52.6",
3187 "windows_i686_gnullvm 0.52.6",
3188 "windows_i686_msvc 0.52.6",
3189 "windows_x86_64_gnu 0.52.6",
3190 "windows_x86_64_gnullvm 0.52.6",
3191 "windows_x86_64_msvc 0.52.6",
3192]
3193
3194[[package]]
3195name = "windows-targets"
3196version = "0.53.5"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3199dependencies = [
3200 "windows-link",
3201 "windows_aarch64_gnullvm 0.53.1",
3202 "windows_aarch64_msvc 0.53.1",
3203 "windows_i686_gnu 0.53.1",
3204 "windows_i686_gnullvm 0.53.1",
3205 "windows_i686_msvc 0.53.1",
3206 "windows_x86_64_gnu 0.53.1",
3207 "windows_x86_64_gnullvm 0.53.1",
3208 "windows_x86_64_msvc 0.53.1",
3209]
3210
3211[[package]]
3212name = "windows_aarch64_gnullvm"
3213version = "0.52.6"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3216
3217[[package]]
3218name = "windows_aarch64_gnullvm"
3219version = "0.53.1"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3222
3223[[package]]
3224name = "windows_aarch64_msvc"
3225version = "0.52.6"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3228
3229[[package]]
3230name = "windows_aarch64_msvc"
3231version = "0.53.1"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3234
3235[[package]]
3236name = "windows_i686_gnu"
3237version = "0.52.6"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3240
3241[[package]]
3242name = "windows_i686_gnu"
3243version = "0.53.1"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3246
3247[[package]]
3248name = "windows_i686_gnullvm"
3249version = "0.52.6"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3252
3253[[package]]
3254name = "windows_i686_gnullvm"
3255version = "0.53.1"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3258
3259[[package]]
3260name = "windows_i686_msvc"
3261version = "0.52.6"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3264
3265[[package]]
3266name = "windows_i686_msvc"
3267version = "0.53.1"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3270
3271[[package]]
3272name = "windows_x86_64_gnu"
3273version = "0.52.6"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3276
3277[[package]]
3278name = "windows_x86_64_gnu"
3279version = "0.53.1"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3282
3283[[package]]
3284name = "windows_x86_64_gnullvm"
3285version = "0.52.6"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3288
3289[[package]]
3290name = "windows_x86_64_gnullvm"
3291version = "0.53.1"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3294
3295[[package]]
3296name = "windows_x86_64_msvc"
3297version = "0.52.6"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3300
3301[[package]]
3302name = "windows_x86_64_msvc"
3303version = "0.53.1"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3306
3307[[package]]
3308name = "winnow"
3309version = "0.7.14"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
3312dependencies = [
3313 "memchr",
3314]
3315
3316[[package]]
3317name = "winsafe"
3318version = "0.0.19"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
3321
3322[[package]]
3323name = "wit-bindgen"
3324version = "0.51.0"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3327
3328[[package]]
3329name = "writeable"
3330version = "0.6.2"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3333
3334[[package]]
3335name = "yoke"
3336version = "0.8.1"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3339dependencies = [
3340 "stable_deref_trait",
3341 "yoke-derive",
3342 "zerofrom",
3343]
3344
3345[[package]]
3346name = "yoke-derive"
3347version = "0.8.1"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3350dependencies = [
3351 "proc-macro2",
3352 "quote",
3353 "syn",
3354 "synstructure",
3355]
3356
3357[[package]]
3358name = "zerocopy"
3359version = "0.8.39"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
3362dependencies = [
3363 "zerocopy-derive",
3364]
3365
3366[[package]]
3367name = "zerocopy-derive"
3368version = "0.8.39"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
3371dependencies = [
3372 "proc-macro2",
3373 "quote",
3374 "syn",
3375]
3376
3377[[package]]
3378name = "zerofrom"
3379version = "0.1.6"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3382dependencies = [
3383 "zerofrom-derive",
3384]
3385
3386[[package]]
3387name = "zerofrom-derive"
3388version = "0.1.6"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3391dependencies = [
3392 "proc-macro2",
3393 "quote",
3394 "syn",
3395 "synstructure",
3396]
3397
3398[[package]]
3399name = "zerotrie"
3400version = "0.2.3"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3403dependencies = [
3404 "displaydoc",
3405 "yoke",
3406 "zerofrom",
3407]
3408
3409[[package]]
3410name = "zerovec"
3411version = "0.11.5"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3414dependencies = [
3415 "yoke",
3416 "zerofrom",
3417 "zerovec-derive",
3418]
3419
3420[[package]]
3421name = "zerovec-derive"
3422version = "0.11.2"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3425dependencies = [
3426 "proc-macro2",
3427 "quote",
3428 "syn",
3429]
3430
3431[[package]]
3432name = "zmij"
3433version = "1.0.20"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7"
3436