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 = "backtrace"
22version = "0.3.76"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
25dependencies = [
26 "addr2line",
27 "cfg-if",
28 "libc",
29 "miniz_oxide",
30 "object",
31 "rustc-demangle",
32 "windows-link",
33]
34
35[[package]]
36name = "backtrace-ext"
37version = "0.2.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
40dependencies = [
41 "backtrace",
42]
43
44[[package]]
45name = "bitflags"
46version = "2.10.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
49
50[[package]]
51name = "block-buffer"
52version = "0.10.4"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
55dependencies = [
56 "generic-array",
57]
58
59[[package]]
60name = "cfg-if"
61version = "1.0.4"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
64
65[[package]]
66name = "cpufeatures"
67version = "0.2.17"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
70dependencies = [
71 "libc",
72]
73
74[[package]]
75name = "crypto-common"
76version = "0.1.7"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
79dependencies = [
80 "generic-array",
81 "typenum",
82]
83
84[[package]]
85name = "digest"
86version = "0.10.7"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
89dependencies = [
90 "block-buffer",
91 "crypto-common",
92]
93
94[[package]]
95name = "errno"
96version = "0.3.14"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
99dependencies = [
100 "libc",
101 "windows-sys 0.61.2",
102]
103
104[[package]]
105name = "generic-array"
106version = "0.14.7"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
109dependencies = [
110 "typenum",
111 "version_check",
112]
113
114[[package]]
115name = "gimli"
116version = "0.32.3"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
119
120[[package]]
121name = "is_ci"
122version = "1.2.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
125
126[[package]]
127name = "itoa"
128version = "1.0.15"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
131
132[[package]]
133name = "libc"
134version = "0.2.177"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
137
138[[package]]
139name = "linux-raw-sys"
140version = "0.11.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
143
144[[package]]
145name = "makup"
146version = "0.1.0"
147dependencies = [
148 "miette",
149 "pest",
150 "pest_derive",
151]
152
153[[package]]
154name = "memchr"
155version = "2.7.6"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
158
159[[package]]
160name = "miette"
161version = "7.6.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
164dependencies = [
165 "backtrace",
166 "backtrace-ext",
167 "cfg-if",
168 "miette-derive",
169 "owo-colors",
170 "supports-color",
171 "supports-hyperlinks",
172 "supports-unicode",
173 "terminal_size",
174 "textwrap",
175 "unicode-width 0.1.14",
176]
177
178[[package]]
179name = "miette-derive"
180version = "7.6.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
183dependencies = [
184 "proc-macro2",
185 "quote",
186 "syn",
187]
188
189[[package]]
190name = "miniz_oxide"
191version = "0.8.9"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
194dependencies = [
195 "adler2",
196]
197
198[[package]]
199name = "object"
200version = "0.37.3"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
203dependencies = [
204 "memchr",
205]
206
207[[package]]
208name = "owo-colors"
209version = "4.2.2"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
212
213[[package]]
214name = "pest"
215version = "2.8.4"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
218dependencies = [
219 "memchr",
220 "miette",
221 "serde",
222 "serde_json",
223 "ucd-trie",
224]
225
226[[package]]
227name = "pest_derive"
228version = "2.8.4"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
231dependencies = [
232 "pest",
233 "pest_generator",
234]
235
236[[package]]
237name = "pest_generator"
238version = "2.8.4"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
241dependencies = [
242 "pest",
243 "pest_meta",
244 "proc-macro2",
245 "quote",
246 "syn",
247]
248
249[[package]]
250name = "pest_meta"
251version = "2.8.4"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
254dependencies = [
255 "pest",
256 "sha2",
257]
258
259[[package]]
260name = "proc-macro2"
261version = "1.0.103"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
264dependencies = [
265 "unicode-ident",
266]
267
268[[package]]
269name = "quote"
270version = "1.0.42"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
273dependencies = [
274 "proc-macro2",
275]
276
277[[package]]
278name = "rustc-demangle"
279version = "0.1.26"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
282
283[[package]]
284name = "rustix"
285version = "1.1.2"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
288dependencies = [
289 "bitflags",
290 "errno",
291 "libc",
292 "linux-raw-sys",
293 "windows-sys 0.61.2",
294]
295
296[[package]]
297name = "ryu"
298version = "1.0.20"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
301
302[[package]]
303name = "serde"
304version = "1.0.228"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
307dependencies = [
308 "serde_core",
309]
310
311[[package]]
312name = "serde_core"
313version = "1.0.228"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
316dependencies = [
317 "serde_derive",
318]
319
320[[package]]
321name = "serde_derive"
322version = "1.0.228"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
325dependencies = [
326 "proc-macro2",
327 "quote",
328 "syn",
329]
330
331[[package]]
332name = "serde_json"
333version = "1.0.145"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
336dependencies = [
337 "itoa",
338 "memchr",
339 "ryu",
340 "serde",
341 "serde_core",
342]
343
344[[package]]
345name = "sha2"
346version = "0.10.9"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
349dependencies = [
350 "cfg-if",
351 "cpufeatures",
352 "digest",
353]
354
355[[package]]
356name = "supports-color"
357version = "3.0.2"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
360dependencies = [
361 "is_ci",
362]
363
364[[package]]
365name = "supports-hyperlinks"
366version = "3.1.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
369
370[[package]]
371name = "supports-unicode"
372version = "3.0.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
375
376[[package]]
377name = "syn"
378version = "2.0.111"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
381dependencies = [
382 "proc-macro2",
383 "quote",
384 "unicode-ident",
385]
386
387[[package]]
388name = "terminal_size"
389version = "0.4.3"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
392dependencies = [
393 "rustix",
394 "windows-sys 0.60.2",
395]
396
397[[package]]
398name = "textwrap"
399version = "0.16.2"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
402dependencies = [
403 "unicode-linebreak",
404 "unicode-width 0.2.2",
405]
406
407[[package]]
408name = "typenum"
409version = "1.19.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
412
413[[package]]
414name = "ucd-trie"
415version = "0.1.7"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
418
419[[package]]
420name = "unicode-ident"
421version = "1.0.22"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
424
425[[package]]
426name = "unicode-linebreak"
427version = "0.1.5"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
430
431[[package]]
432name = "unicode-width"
433version = "0.1.14"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
436
437[[package]]
438name = "unicode-width"
439version = "0.2.2"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
442
443[[package]]
444name = "version_check"
445version = "0.9.5"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
448
449[[package]]
450name = "windows-link"
451version = "0.2.1"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
454
455[[package]]
456name = "windows-sys"
457version = "0.60.2"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
460dependencies = [
461 "windows-targets",
462]
463
464[[package]]
465name = "windows-sys"
466version = "0.61.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
469dependencies = [
470 "windows-link",
471]
472
473[[package]]
474name = "windows-targets"
475version = "0.53.5"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
478dependencies = [
479 "windows-link",
480 "windows_aarch64_gnullvm",
481 "windows_aarch64_msvc",
482 "windows_i686_gnu",
483 "windows_i686_gnullvm",
484 "windows_i686_msvc",
485 "windows_x86_64_gnu",
486 "windows_x86_64_gnullvm",
487 "windows_x86_64_msvc",
488]
489
490[[package]]
491name = "windows_aarch64_gnullvm"
492version = "0.53.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
495
496[[package]]
497name = "windows_aarch64_msvc"
498version = "0.53.1"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
501
502[[package]]
503name = "windows_i686_gnu"
504version = "0.53.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
507
508[[package]]
509name = "windows_i686_gnullvm"
510version = "0.53.1"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
513
514[[package]]
515name = "windows_i686_msvc"
516version = "0.53.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
519
520[[package]]
521name = "windows_x86_64_gnu"
522version = "0.53.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
525
526[[package]]
527name = "windows_x86_64_gnullvm"
528version = "0.53.1"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
531
532[[package]]
533name = "windows_x86_64_msvc"
534version = "0.53.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"