commonmarker 1.0.0.pre-x86_64-linux → 1.0.0.pre7-x86_64-linux

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.
data/Cargo.lock ADDED
@@ -0,0 +1,1108 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler"
7
+ version = "1.0.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "0.7.20"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "autocfg"
22
+ version = "1.1.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
25
+
26
+ [[package]]
27
+ name = "base64"
28
+ version = "0.13.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
31
+
32
+ [[package]]
33
+ name = "bincode"
34
+ version = "1.3.3"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
37
+ dependencies = [
38
+ "serde",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "bindgen"
43
+ version = "0.60.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
46
+ dependencies = [
47
+ "bitflags",
48
+ "cexpr",
49
+ "clang-sys",
50
+ "lazy_static",
51
+ "lazycell",
52
+ "peeking_take_while",
53
+ "proc-macro2",
54
+ "quote",
55
+ "regex",
56
+ "rustc-hash",
57
+ "shlex",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "bit-set"
62
+ version = "0.5.3"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
65
+ dependencies = [
66
+ "bit-vec",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "bit-vec"
71
+ version = "0.6.3"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
74
+
75
+ [[package]]
76
+ name = "bitflags"
77
+ version = "1.3.2"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
80
+
81
+ [[package]]
82
+ name = "block-buffer"
83
+ version = "0.10.3"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
86
+ dependencies = [
87
+ "generic-array",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "cc"
92
+ version = "1.0.78"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
95
+
96
+ [[package]]
97
+ name = "cexpr"
98
+ version = "0.6.0"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
101
+ dependencies = [
102
+ "nom",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "cfg-if"
107
+ version = "1.0.0"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
110
+
111
+ [[package]]
112
+ name = "clang-sys"
113
+ version = "1.4.0"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
116
+ dependencies = [
117
+ "glob",
118
+ "libc",
119
+ "libloading",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "clap"
124
+ version = "4.0.32"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
127
+ dependencies = [
128
+ "bitflags",
129
+ "clap_derive",
130
+ "clap_lex",
131
+ "is-terminal",
132
+ "once_cell",
133
+ "strsim",
134
+ "termcolor",
135
+ "terminal_size",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "clap_derive"
140
+ version = "4.0.21"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
143
+ dependencies = [
144
+ "heck",
145
+ "proc-macro-error",
146
+ "proc-macro2",
147
+ "quote",
148
+ "syn",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "clap_lex"
153
+ version = "0.3.0"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
156
+ dependencies = [
157
+ "os_str_bytes",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "commonmarker"
162
+ version = "1.0.0"
163
+ dependencies = [
164
+ "comrak",
165
+ "magnus",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "comrak"
170
+ version = "0.16.0"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "784836d0812dade01579cc0cc9b1684847044e716fd7aa6bffbc172e42199500"
173
+ dependencies = [
174
+ "clap",
175
+ "emojis",
176
+ "entities",
177
+ "memchr",
178
+ "once_cell",
179
+ "pest",
180
+ "pest_derive",
181
+ "regex",
182
+ "shell-words",
183
+ "slug",
184
+ "syntect",
185
+ "typed-arena",
186
+ "unicode_categories",
187
+ "xdg",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "cpufeatures"
192
+ version = "0.2.5"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
195
+ dependencies = [
196
+ "libc",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "crc32fast"
201
+ version = "1.3.2"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
204
+ dependencies = [
205
+ "cfg-if",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "crypto-common"
210
+ version = "0.1.6"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
213
+ dependencies = [
214
+ "generic-array",
215
+ "typenum",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "deunicode"
220
+ version = "0.4.3"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
223
+
224
+ [[package]]
225
+ name = "digest"
226
+ version = "0.10.6"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
229
+ dependencies = [
230
+ "block-buffer",
231
+ "crypto-common",
232
+ ]
233
+
234
+ [[package]]
235
+ name = "dirs"
236
+ version = "4.0.0"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
239
+ dependencies = [
240
+ "dirs-sys",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "dirs-sys"
245
+ version = "0.3.7"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
248
+ dependencies = [
249
+ "libc",
250
+ "redox_users",
251
+ "winapi",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "emojis"
256
+ version = "0.5.2"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "44fe60b864b6544ad211d4053ced474a9b9d2c8d66b77f01d6c6bcfed10c6bf0"
259
+ dependencies = [
260
+ "phf",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "entities"
265
+ version = "1.0.1"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
268
+
269
+ [[package]]
270
+ name = "errno"
271
+ version = "0.2.8"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
274
+ dependencies = [
275
+ "errno-dragonfly",
276
+ "libc",
277
+ "winapi",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "errno-dragonfly"
282
+ version = "0.1.2"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
285
+ dependencies = [
286
+ "cc",
287
+ "libc",
288
+ ]
289
+
290
+ [[package]]
291
+ name = "fancy-regex"
292
+ version = "0.7.1"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
295
+ dependencies = [
296
+ "bit-set",
297
+ "regex",
298
+ ]
299
+
300
+ [[package]]
301
+ name = "flate2"
302
+ version = "1.0.25"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
305
+ dependencies = [
306
+ "crc32fast",
307
+ "miniz_oxide",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "fnv"
312
+ version = "1.0.7"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
315
+
316
+ [[package]]
317
+ name = "generic-array"
318
+ version = "0.14.6"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
321
+ dependencies = [
322
+ "typenum",
323
+ "version_check",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "getrandom"
328
+ version = "0.2.8"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
331
+ dependencies = [
332
+ "cfg-if",
333
+ "libc",
334
+ "wasi",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "glob"
339
+ version = "0.3.1"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
342
+
343
+ [[package]]
344
+ name = "hashbrown"
345
+ version = "0.12.3"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
348
+
349
+ [[package]]
350
+ name = "heck"
351
+ version = "0.4.0"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
354
+
355
+ [[package]]
356
+ name = "hermit-abi"
357
+ version = "0.2.6"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
360
+ dependencies = [
361
+ "libc",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "indexmap"
366
+ version = "1.9.2"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
369
+ dependencies = [
370
+ "autocfg",
371
+ "hashbrown",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "io-lifetimes"
376
+ version = "1.0.3"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
379
+ dependencies = [
380
+ "libc",
381
+ "windows-sys",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "is-terminal"
386
+ version = "0.4.2"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
389
+ dependencies = [
390
+ "hermit-abi",
391
+ "io-lifetimes",
392
+ "rustix",
393
+ "windows-sys",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "itoa"
398
+ version = "1.0.5"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
401
+
402
+ [[package]]
403
+ name = "lazy_static"
404
+ version = "1.4.0"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
407
+
408
+ [[package]]
409
+ name = "lazycell"
410
+ version = "1.3.0"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
413
+
414
+ [[package]]
415
+ name = "libc"
416
+ version = "0.2.139"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
419
+
420
+ [[package]]
421
+ name = "libloading"
422
+ version = "0.7.4"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
425
+ dependencies = [
426
+ "cfg-if",
427
+ "winapi",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "line-wrap"
432
+ version = "0.1.1"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
435
+ dependencies = [
436
+ "safemem",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "linked-hash-map"
441
+ version = "0.5.6"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
444
+
445
+ [[package]]
446
+ name = "linux-raw-sys"
447
+ version = "0.1.4"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
450
+
451
+ [[package]]
452
+ name = "magnus"
453
+ version = "0.4.4"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
456
+ dependencies = [
457
+ "magnus-macros",
458
+ "rb-sys",
459
+ "rb-sys-env",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "magnus-macros"
464
+ version = "0.3.0"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
467
+ dependencies = [
468
+ "proc-macro2",
469
+ "quote",
470
+ "syn",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "memchr"
475
+ version = "2.5.0"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
478
+
479
+ [[package]]
480
+ name = "minimal-lexical"
481
+ version = "0.2.1"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
484
+
485
+ [[package]]
486
+ name = "miniz_oxide"
487
+ version = "0.6.2"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
490
+ dependencies = [
491
+ "adler",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "nom"
496
+ version = "7.1.2"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
499
+ dependencies = [
500
+ "memchr",
501
+ "minimal-lexical",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "once_cell"
506
+ version = "1.17.0"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
509
+
510
+ [[package]]
511
+ name = "onig"
512
+ version = "6.4.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
515
+ dependencies = [
516
+ "bitflags",
517
+ "libc",
518
+ "once_cell",
519
+ "onig_sys",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "onig_sys"
524
+ version = "69.8.1"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
527
+ dependencies = [
528
+ "cc",
529
+ "pkg-config",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "os_str_bytes"
534
+ version = "6.4.1"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
537
+
538
+ [[package]]
539
+ name = "peeking_take_while"
540
+ version = "0.1.2"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
543
+
544
+ [[package]]
545
+ name = "pest"
546
+ version = "2.5.2"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
549
+ dependencies = [
550
+ "thiserror",
551
+ "ucd-trie",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "pest_derive"
556
+ version = "2.5.2"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
559
+ dependencies = [
560
+ "pest",
561
+ "pest_generator",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "pest_generator"
566
+ version = "2.5.2"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
569
+ dependencies = [
570
+ "pest",
571
+ "pest_meta",
572
+ "proc-macro2",
573
+ "quote",
574
+ "syn",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "pest_meta"
579
+ version = "2.5.2"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
582
+ dependencies = [
583
+ "once_cell",
584
+ "pest",
585
+ "sha1",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "phf"
590
+ version = "0.11.1"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
593
+ dependencies = [
594
+ "phf_shared",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "phf_shared"
599
+ version = "0.11.1"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
602
+ dependencies = [
603
+ "siphasher",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "pkg-config"
608
+ version = "0.3.26"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
611
+
612
+ [[package]]
613
+ name = "plist"
614
+ version = "1.3.1"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
617
+ dependencies = [
618
+ "base64",
619
+ "indexmap",
620
+ "line-wrap",
621
+ "serde",
622
+ "time",
623
+ "xml-rs",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "proc-macro-error"
628
+ version = "1.0.4"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
631
+ dependencies = [
632
+ "proc-macro-error-attr",
633
+ "proc-macro2",
634
+ "quote",
635
+ "syn",
636
+ "version_check",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "proc-macro-error-attr"
641
+ version = "1.0.4"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
644
+ dependencies = [
645
+ "proc-macro2",
646
+ "quote",
647
+ "version_check",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "proc-macro2"
652
+ version = "1.0.49"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
655
+ dependencies = [
656
+ "unicode-ident",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "quote"
661
+ version = "1.0.23"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
664
+ dependencies = [
665
+ "proc-macro2",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "rb-sys"
670
+ version = "0.9.53"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "aa291f69bcc44f8e96597a3f39e9933fde6977b825415cfaa670ac49b8ab7c99"
673
+ dependencies = [
674
+ "rb-sys-build",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "rb-sys-build"
679
+ version = "0.9.53"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "d998fd6ef588471d6d7cca24c4da88eda5e6757b6885c55760e856ecdb254c3d"
682
+ dependencies = [
683
+ "bindgen",
684
+ "regex",
685
+ "shell-words",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "rb-sys-env"
690
+ version = "0.1.1"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
693
+
694
+ [[package]]
695
+ name = "redox_syscall"
696
+ version = "0.2.16"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
699
+ dependencies = [
700
+ "bitflags",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "redox_users"
705
+ version = "0.4.3"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
708
+ dependencies = [
709
+ "getrandom",
710
+ "redox_syscall",
711
+ "thiserror",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "regex"
716
+ version = "1.7.0"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
719
+ dependencies = [
720
+ "aho-corasick",
721
+ "memchr",
722
+ "regex-syntax",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "regex-syntax"
727
+ version = "0.6.28"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
730
+
731
+ [[package]]
732
+ name = "rustc-hash"
733
+ version = "1.1.0"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
736
+
737
+ [[package]]
738
+ name = "rustix"
739
+ version = "0.36.6"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
742
+ dependencies = [
743
+ "bitflags",
744
+ "errno",
745
+ "io-lifetimes",
746
+ "libc",
747
+ "linux-raw-sys",
748
+ "windows-sys",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "ryu"
753
+ version = "1.0.12"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
756
+
757
+ [[package]]
758
+ name = "safemem"
759
+ version = "0.3.3"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
762
+
763
+ [[package]]
764
+ name = "same-file"
765
+ version = "1.0.6"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
768
+ dependencies = [
769
+ "winapi-util",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "serde"
774
+ version = "1.0.152"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
777
+
778
+ [[package]]
779
+ name = "serde_derive"
780
+ version = "1.0.152"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
783
+ dependencies = [
784
+ "proc-macro2",
785
+ "quote",
786
+ "syn",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "serde_json"
791
+ version = "1.0.91"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
794
+ dependencies = [
795
+ "itoa",
796
+ "ryu",
797
+ "serde",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "sha1"
802
+ version = "0.10.5"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
805
+ dependencies = [
806
+ "cfg-if",
807
+ "cpufeatures",
808
+ "digest",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "shell-words"
813
+ version = "1.1.0"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
816
+
817
+ [[package]]
818
+ name = "shlex"
819
+ version = "1.1.0"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
822
+
823
+ [[package]]
824
+ name = "siphasher"
825
+ version = "0.3.10"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
828
+
829
+ [[package]]
830
+ name = "slug"
831
+ version = "0.1.4"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
834
+ dependencies = [
835
+ "deunicode",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "strsim"
840
+ version = "0.10.0"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
843
+
844
+ [[package]]
845
+ name = "syn"
846
+ version = "1.0.107"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
849
+ dependencies = [
850
+ "proc-macro2",
851
+ "quote",
852
+ "unicode-ident",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "syntect"
857
+ version = "5.0.0"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8"
860
+ dependencies = [
861
+ "bincode",
862
+ "bitflags",
863
+ "fancy-regex",
864
+ "flate2",
865
+ "fnv",
866
+ "lazy_static",
867
+ "once_cell",
868
+ "onig",
869
+ "plist",
870
+ "regex-syntax",
871
+ "serde",
872
+ "serde_derive",
873
+ "serde_json",
874
+ "thiserror",
875
+ "walkdir",
876
+ "yaml-rust",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "termcolor"
881
+ version = "1.1.3"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
884
+ dependencies = [
885
+ "winapi-util",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "terminal_size"
890
+ version = "0.2.3"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
893
+ dependencies = [
894
+ "rustix",
895
+ "windows-sys",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "thiserror"
900
+ version = "1.0.38"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
903
+ dependencies = [
904
+ "thiserror-impl",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "thiserror-impl"
909
+ version = "1.0.38"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
912
+ dependencies = [
913
+ "proc-macro2",
914
+ "quote",
915
+ "syn",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "time"
920
+ version = "0.3.17"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
923
+ dependencies = [
924
+ "itoa",
925
+ "serde",
926
+ "time-core",
927
+ "time-macros",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "time-core"
932
+ version = "0.1.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
935
+
936
+ [[package]]
937
+ name = "time-macros"
938
+ version = "0.2.6"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
941
+ dependencies = [
942
+ "time-core",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "typed-arena"
947
+ version = "2.0.1"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
950
+
951
+ [[package]]
952
+ name = "typenum"
953
+ version = "1.16.0"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
956
+
957
+ [[package]]
958
+ name = "ucd-trie"
959
+ version = "0.1.5"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
962
+
963
+ [[package]]
964
+ name = "unicode-ident"
965
+ version = "1.0.6"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
968
+
969
+ [[package]]
970
+ name = "unicode_categories"
971
+ version = "0.1.1"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
974
+
975
+ [[package]]
976
+ name = "version_check"
977
+ version = "0.9.4"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
980
+
981
+ [[package]]
982
+ name = "walkdir"
983
+ version = "2.3.2"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
986
+ dependencies = [
987
+ "same-file",
988
+ "winapi",
989
+ "winapi-util",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "wasi"
994
+ version = "0.11.0+wasi-snapshot-preview1"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
997
+
998
+ [[package]]
999
+ name = "winapi"
1000
+ version = "0.3.9"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1003
+ dependencies = [
1004
+ "winapi-i686-pc-windows-gnu",
1005
+ "winapi-x86_64-pc-windows-gnu",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "winapi-i686-pc-windows-gnu"
1010
+ version = "0.4.0"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1013
+
1014
+ [[package]]
1015
+ name = "winapi-util"
1016
+ version = "0.1.5"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1019
+ dependencies = [
1020
+ "winapi",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "winapi-x86_64-pc-windows-gnu"
1025
+ version = "0.4.0"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1028
+
1029
+ [[package]]
1030
+ name = "windows-sys"
1031
+ version = "0.42.0"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1034
+ dependencies = [
1035
+ "windows_aarch64_gnullvm",
1036
+ "windows_aarch64_msvc",
1037
+ "windows_i686_gnu",
1038
+ "windows_i686_msvc",
1039
+ "windows_x86_64_gnu",
1040
+ "windows_x86_64_gnullvm",
1041
+ "windows_x86_64_msvc",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "windows_aarch64_gnullvm"
1046
+ version = "0.42.0"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
1049
+
1050
+ [[package]]
1051
+ name = "windows_aarch64_msvc"
1052
+ version = "0.42.0"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
1055
+
1056
+ [[package]]
1057
+ name = "windows_i686_gnu"
1058
+ version = "0.42.0"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
1061
+
1062
+ [[package]]
1063
+ name = "windows_i686_msvc"
1064
+ version = "0.42.0"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
1067
+
1068
+ [[package]]
1069
+ name = "windows_x86_64_gnu"
1070
+ version = "0.42.0"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
1073
+
1074
+ [[package]]
1075
+ name = "windows_x86_64_gnullvm"
1076
+ version = "0.42.0"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
1079
+
1080
+ [[package]]
1081
+ name = "windows_x86_64_msvc"
1082
+ version = "0.42.0"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
1085
+
1086
+ [[package]]
1087
+ name = "xdg"
1088
+ version = "2.4.1"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
1091
+ dependencies = [
1092
+ "dirs",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "xml-rs"
1097
+ version = "0.8.4"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
1100
+
1101
+ [[package]]
1102
+ name = "yaml-rust"
1103
+ version = "0.4.5"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
1106
+ dependencies = [
1107
+ "linked-hash-map",
1108
+ ]