gitlab-glfm-markdown 0.0.30-x86_64-linux-gnu → 0.0.32-x86_64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1098 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.3"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "0.6.19"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.11"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "0.2.7"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.3"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
55
+ dependencies = [
56
+ "windows-sys",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.9"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "base64"
72
+ version = "0.22.1"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
75
+
76
+ [[package]]
77
+ name = "bincode"
78
+ version = "1.3.3"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
81
+ dependencies = [
82
+ "serde",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "bindgen"
87
+ version = "0.69.5"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
90
+ dependencies = [
91
+ "bitflags 2.9.1",
92
+ "cexpr",
93
+ "clang-sys",
94
+ "itertools",
95
+ "lazy_static",
96
+ "lazycell",
97
+ "proc-macro2",
98
+ "quote",
99
+ "regex",
100
+ "rustc-hash",
101
+ "shlex",
102
+ "syn",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "bit-set"
107
+ version = "0.5.3"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
110
+ dependencies = [
111
+ "bit-vec",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "bit-vec"
116
+ version = "0.6.3"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
119
+
120
+ [[package]]
121
+ name = "bitflags"
122
+ version = "1.3.2"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
125
+
126
+ [[package]]
127
+ name = "bitflags"
128
+ version = "2.9.1"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
131
+
132
+ [[package]]
133
+ name = "bumpalo"
134
+ version = "3.19.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
137
+
138
+ [[package]]
139
+ name = "caseless"
140
+ version = "0.2.2"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
143
+ dependencies = [
144
+ "unicode-normalization",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "cc"
149
+ version = "1.2.27"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
152
+ dependencies = [
153
+ "shlex",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "cexpr"
158
+ version = "0.6.0"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
161
+ dependencies = [
162
+ "nom",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "cfg-if"
167
+ version = "1.0.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
170
+
171
+ [[package]]
172
+ name = "clang-sys"
173
+ version = "1.8.1"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
176
+ dependencies = [
177
+ "glob",
178
+ "libc",
179
+ "libloading",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "clap"
184
+ version = "4.4.18"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
187
+ dependencies = [
188
+ "clap_builder",
189
+ "clap_derive",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "clap_builder"
194
+ version = "4.4.18"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
197
+ dependencies = [
198
+ "anstream",
199
+ "anstyle",
200
+ "clap_lex",
201
+ "strsim",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "clap_derive"
206
+ version = "4.4.7"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
209
+ dependencies = [
210
+ "heck",
211
+ "proc-macro2",
212
+ "quote",
213
+ "syn",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "clap_lex"
218
+ version = "0.6.0"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
221
+
222
+ [[package]]
223
+ name = "colorchoice"
224
+ version = "1.0.4"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
227
+
228
+ [[package]]
229
+ name = "comrak"
230
+ version = "0.39.1"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5"
233
+ dependencies = [
234
+ "caseless",
235
+ "emojis",
236
+ "entities",
237
+ "memchr",
238
+ "slug",
239
+ "syntect",
240
+ "typed-arena",
241
+ "unicode_categories",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "crc32fast"
246
+ version = "1.4.2"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
249
+ dependencies = [
250
+ "cfg-if",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "deranged"
255
+ version = "0.4.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
258
+ dependencies = [
259
+ "powerfmt",
260
+ ]
261
+
262
+ [[package]]
263
+ name = "deunicode"
264
+ version = "1.6.2"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
267
+
268
+ [[package]]
269
+ name = "either"
270
+ version = "1.15.0"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
273
+
274
+ [[package]]
275
+ name = "emojis"
276
+ version = "0.6.4"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
279
+ dependencies = [
280
+ "phf",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "entities"
285
+ version = "1.0.1"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
288
+
289
+ [[package]]
290
+ name = "equivalent"
291
+ version = "1.0.2"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
294
+
295
+ [[package]]
296
+ name = "fancy-regex"
297
+ version = "0.11.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
300
+ dependencies = [
301
+ "bit-set",
302
+ "regex",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "flate2"
307
+ version = "1.1.2"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
310
+ dependencies = [
311
+ "crc32fast",
312
+ "miniz_oxide",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "fnv"
317
+ version = "1.0.7"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
320
+
321
+ [[package]]
322
+ name = "glfm_markdown"
323
+ version = "0.0.32"
324
+ dependencies = [
325
+ "clap",
326
+ "comrak",
327
+ "lazy_static",
328
+ "magnus",
329
+ "rb-sys",
330
+ "regex",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "glob"
335
+ version = "0.3.2"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
338
+
339
+ [[package]]
340
+ name = "hashbrown"
341
+ version = "0.15.4"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
344
+
345
+ [[package]]
346
+ name = "heck"
347
+ version = "0.4.1"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
350
+
351
+ [[package]]
352
+ name = "indexmap"
353
+ version = "2.10.0"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
356
+ dependencies = [
357
+ "equivalent",
358
+ "hashbrown",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "is_terminal_polyfill"
363
+ version = "1.70.1"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
366
+
367
+ [[package]]
368
+ name = "itertools"
369
+ version = "0.12.1"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
372
+ dependencies = [
373
+ "either",
374
+ ]
375
+
376
+ [[package]]
377
+ name = "itoa"
378
+ version = "1.0.15"
379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
381
+
382
+ [[package]]
383
+ name = "lazy_static"
384
+ version = "1.5.0"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
387
+
388
+ [[package]]
389
+ name = "lazycell"
390
+ version = "1.3.0"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
393
+
394
+ [[package]]
395
+ name = "libc"
396
+ version = "0.2.174"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
399
+
400
+ [[package]]
401
+ name = "libloading"
402
+ version = "0.8.8"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
405
+ dependencies = [
406
+ "cfg-if",
407
+ "windows-targets 0.53.2",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "linked-hash-map"
412
+ version = "0.5.6"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
415
+
416
+ [[package]]
417
+ name = "log"
418
+ version = "0.4.27"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
421
+
422
+ [[package]]
423
+ name = "magnus"
424
+ version = "0.6.4"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
427
+ dependencies = [
428
+ "magnus-macros",
429
+ "rb-sys",
430
+ "rb-sys-env",
431
+ "seq-macro",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "magnus-macros"
436
+ version = "0.6.0"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
439
+ dependencies = [
440
+ "proc-macro2",
441
+ "quote",
442
+ "syn",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "memchr"
447
+ version = "2.7.5"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
450
+
451
+ [[package]]
452
+ name = "minimal-lexical"
453
+ version = "0.2.1"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
456
+
457
+ [[package]]
458
+ name = "miniz_oxide"
459
+ version = "0.8.9"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
462
+ dependencies = [
463
+ "adler2",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "nom"
468
+ version = "7.1.3"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
471
+ dependencies = [
472
+ "memchr",
473
+ "minimal-lexical",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "num-conv"
478
+ version = "0.1.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
481
+
482
+ [[package]]
483
+ name = "once_cell"
484
+ version = "1.21.3"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
487
+
488
+ [[package]]
489
+ name = "once_cell_polyfill"
490
+ version = "1.70.1"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
493
+
494
+ [[package]]
495
+ name = "onig"
496
+ version = "6.5.1"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
499
+ dependencies = [
500
+ "bitflags 2.9.1",
501
+ "libc",
502
+ "once_cell",
503
+ "onig_sys",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "onig_sys"
508
+ version = "69.9.1"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc"
511
+ dependencies = [
512
+ "cc",
513
+ "pkg-config",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "phf"
518
+ version = "0.11.3"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
521
+ dependencies = [
522
+ "phf_shared",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "phf_shared"
527
+ version = "0.11.3"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
530
+ dependencies = [
531
+ "siphasher",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "pkg-config"
536
+ version = "0.3.32"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
539
+
540
+ [[package]]
541
+ name = "plist"
542
+ version = "1.7.2"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "3d77244ce2d584cd84f6a15f86195b8c9b2a0dfbfd817c09e0464244091a58ed"
545
+ dependencies = [
546
+ "base64",
547
+ "indexmap",
548
+ "quick-xml",
549
+ "serde",
550
+ "time",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "powerfmt"
555
+ version = "0.2.0"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
558
+
559
+ [[package]]
560
+ name = "proc-macro2"
561
+ version = "1.0.95"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
564
+ dependencies = [
565
+ "unicode-ident",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "quick-xml"
570
+ version = "0.37.5"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
573
+ dependencies = [
574
+ "memchr",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "quote"
579
+ version = "1.0.40"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
582
+ dependencies = [
583
+ "proc-macro2",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "rb-sys"
588
+ version = "0.9.116"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
591
+ dependencies = [
592
+ "rb-sys-build",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "rb-sys-build"
597
+ version = "0.9.116"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
600
+ dependencies = [
601
+ "bindgen",
602
+ "lazy_static",
603
+ "proc-macro2",
604
+ "quote",
605
+ "regex",
606
+ "shell-words",
607
+ "syn",
608
+ ]
609
+
610
+ [[package]]
611
+ name = "rb-sys-env"
612
+ version = "0.1.2"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
615
+
616
+ [[package]]
617
+ name = "regex"
618
+ version = "1.11.1"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
621
+ dependencies = [
622
+ "aho-corasick",
623
+ "memchr",
624
+ "regex-automata",
625
+ "regex-syntax",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "regex-automata"
630
+ version = "0.4.9"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
633
+ dependencies = [
634
+ "aho-corasick",
635
+ "memchr",
636
+ "regex-syntax",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "regex-syntax"
641
+ version = "0.8.5"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
644
+
645
+ [[package]]
646
+ name = "rustc-hash"
647
+ version = "1.1.0"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
650
+
651
+ [[package]]
652
+ name = "rustversion"
653
+ version = "1.0.21"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
656
+
657
+ [[package]]
658
+ name = "ryu"
659
+ version = "1.0.20"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
662
+
663
+ [[package]]
664
+ name = "same-file"
665
+ version = "1.0.6"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
668
+ dependencies = [
669
+ "winapi-util",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "seq-macro"
674
+ version = "0.3.6"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
677
+
678
+ [[package]]
679
+ name = "serde"
680
+ version = "1.0.219"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
683
+ dependencies = [
684
+ "serde_derive",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "serde_derive"
689
+ version = "1.0.219"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
692
+ dependencies = [
693
+ "proc-macro2",
694
+ "quote",
695
+ "syn",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "serde_json"
700
+ version = "1.0.140"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
703
+ dependencies = [
704
+ "itoa",
705
+ "memchr",
706
+ "ryu",
707
+ "serde",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "shell-words"
712
+ version = "1.1.0"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
715
+
716
+ [[package]]
717
+ name = "shlex"
718
+ version = "1.3.0"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
721
+
722
+ [[package]]
723
+ name = "siphasher"
724
+ version = "1.0.1"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
727
+
728
+ [[package]]
729
+ name = "slug"
730
+ version = "0.1.6"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
733
+ dependencies = [
734
+ "deunicode",
735
+ "wasm-bindgen",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "strsim"
740
+ version = "0.10.0"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
743
+
744
+ [[package]]
745
+ name = "syn"
746
+ version = "2.0.104"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
749
+ dependencies = [
750
+ "proc-macro2",
751
+ "quote",
752
+ "unicode-ident",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "syntect"
757
+ version = "5.2.0"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
760
+ dependencies = [
761
+ "bincode",
762
+ "bitflags 1.3.2",
763
+ "fancy-regex",
764
+ "flate2",
765
+ "fnv",
766
+ "once_cell",
767
+ "onig",
768
+ "plist",
769
+ "regex-syntax",
770
+ "serde",
771
+ "serde_derive",
772
+ "serde_json",
773
+ "thiserror",
774
+ "walkdir",
775
+ "yaml-rust",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "thiserror"
780
+ version = "1.0.69"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
783
+ dependencies = [
784
+ "thiserror-impl",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "thiserror-impl"
789
+ version = "1.0.69"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
792
+ dependencies = [
793
+ "proc-macro2",
794
+ "quote",
795
+ "syn",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "time"
800
+ version = "0.3.41"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
803
+ dependencies = [
804
+ "deranged",
805
+ "itoa",
806
+ "num-conv",
807
+ "powerfmt",
808
+ "serde",
809
+ "time-core",
810
+ "time-macros",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "time-core"
815
+ version = "0.1.4"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
818
+
819
+ [[package]]
820
+ name = "time-macros"
821
+ version = "0.2.22"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
824
+ dependencies = [
825
+ "num-conv",
826
+ "time-core",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "tinyvec"
831
+ version = "1.9.0"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
834
+ dependencies = [
835
+ "tinyvec_macros",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "tinyvec_macros"
840
+ version = "0.1.1"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
843
+
844
+ [[package]]
845
+ name = "typed-arena"
846
+ version = "2.0.2"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
849
+
850
+ [[package]]
851
+ name = "unicode-ident"
852
+ version = "1.0.18"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
855
+
856
+ [[package]]
857
+ name = "unicode-normalization"
858
+ version = "0.1.24"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
861
+ dependencies = [
862
+ "tinyvec",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "unicode_categories"
867
+ version = "0.1.1"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
870
+
871
+ [[package]]
872
+ name = "utf8parse"
873
+ version = "0.2.2"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
876
+
877
+ [[package]]
878
+ name = "walkdir"
879
+ version = "2.5.0"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
882
+ dependencies = [
883
+ "same-file",
884
+ "winapi-util",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "wasm-bindgen"
889
+ version = "0.2.100"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
892
+ dependencies = [
893
+ "cfg-if",
894
+ "once_cell",
895
+ "rustversion",
896
+ "wasm-bindgen-macro",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "wasm-bindgen-backend"
901
+ version = "0.2.100"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
904
+ dependencies = [
905
+ "bumpalo",
906
+ "log",
907
+ "proc-macro2",
908
+ "quote",
909
+ "syn",
910
+ "wasm-bindgen-shared",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "wasm-bindgen-macro"
915
+ version = "0.2.100"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
918
+ dependencies = [
919
+ "quote",
920
+ "wasm-bindgen-macro-support",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "wasm-bindgen-macro-support"
925
+ version = "0.2.100"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
928
+ dependencies = [
929
+ "proc-macro2",
930
+ "quote",
931
+ "syn",
932
+ "wasm-bindgen-backend",
933
+ "wasm-bindgen-shared",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "wasm-bindgen-shared"
938
+ version = "0.2.100"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
941
+ dependencies = [
942
+ "unicode-ident",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "winapi-util"
947
+ version = "0.1.9"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
950
+ dependencies = [
951
+ "windows-sys",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "windows-sys"
956
+ version = "0.59.0"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
959
+ dependencies = [
960
+ "windows-targets 0.52.6",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "windows-targets"
965
+ version = "0.52.6"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
968
+ dependencies = [
969
+ "windows_aarch64_gnullvm 0.52.6",
970
+ "windows_aarch64_msvc 0.52.6",
971
+ "windows_i686_gnu 0.52.6",
972
+ "windows_i686_gnullvm 0.52.6",
973
+ "windows_i686_msvc 0.52.6",
974
+ "windows_x86_64_gnu 0.52.6",
975
+ "windows_x86_64_gnullvm 0.52.6",
976
+ "windows_x86_64_msvc 0.52.6",
977
+ ]
978
+
979
+ [[package]]
980
+ name = "windows-targets"
981
+ version = "0.53.2"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
984
+ dependencies = [
985
+ "windows_aarch64_gnullvm 0.53.0",
986
+ "windows_aarch64_msvc 0.53.0",
987
+ "windows_i686_gnu 0.53.0",
988
+ "windows_i686_gnullvm 0.53.0",
989
+ "windows_i686_msvc 0.53.0",
990
+ "windows_x86_64_gnu 0.53.0",
991
+ "windows_x86_64_gnullvm 0.53.0",
992
+ "windows_x86_64_msvc 0.53.0",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "windows_aarch64_gnullvm"
997
+ version = "0.52.6"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1000
+
1001
+ [[package]]
1002
+ name = "windows_aarch64_gnullvm"
1003
+ version = "0.53.0"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1006
+
1007
+ [[package]]
1008
+ name = "windows_aarch64_msvc"
1009
+ version = "0.52.6"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1012
+
1013
+ [[package]]
1014
+ name = "windows_aarch64_msvc"
1015
+ version = "0.53.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1018
+
1019
+ [[package]]
1020
+ name = "windows_i686_gnu"
1021
+ version = "0.52.6"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1024
+
1025
+ [[package]]
1026
+ name = "windows_i686_gnu"
1027
+ version = "0.53.0"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1030
+
1031
+ [[package]]
1032
+ name = "windows_i686_gnullvm"
1033
+ version = "0.52.6"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1036
+
1037
+ [[package]]
1038
+ name = "windows_i686_gnullvm"
1039
+ version = "0.53.0"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1042
+
1043
+ [[package]]
1044
+ name = "windows_i686_msvc"
1045
+ version = "0.52.6"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1048
+
1049
+ [[package]]
1050
+ name = "windows_i686_msvc"
1051
+ version = "0.53.0"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1054
+
1055
+ [[package]]
1056
+ name = "windows_x86_64_gnu"
1057
+ version = "0.52.6"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1060
+
1061
+ [[package]]
1062
+ name = "windows_x86_64_gnu"
1063
+ version = "0.53.0"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1066
+
1067
+ [[package]]
1068
+ name = "windows_x86_64_gnullvm"
1069
+ version = "0.52.6"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1072
+
1073
+ [[package]]
1074
+ name = "windows_x86_64_gnullvm"
1075
+ version = "0.53.0"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1078
+
1079
+ [[package]]
1080
+ name = "windows_x86_64_msvc"
1081
+ version = "0.52.6"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1084
+
1085
+ [[package]]
1086
+ name = "windows_x86_64_msvc"
1087
+ version = "0.53.0"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1090
+
1091
+ [[package]]
1092
+ name = "yaml-rust"
1093
+ version = "0.4.5"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
1096
+ dependencies = [
1097
+ "linked-hash-map",
1098
+ ]