commonmarker 1.0.0.pre8-x64-mingw-ucrt → 1.0.0.pre9-x64-mingw-ucrt
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.
- checksums.yaml +4 -4
- data/lib/commonmarker/3.1/commonmarker.so +0 -0
- data/lib/commonmarker/3.2/commonmarker.so +0 -0
- data/lib/commonmarker/version.rb +1 -1
- metadata +2 -40
- data/Cargo.lock +0 -1121
- data/ext/commonmarker/Cargo.toml +0 -13
- data/ext/commonmarker/_util.rb +0 -102
- data/ext/commonmarker/extconf.rb +0 -6
- data/ext/commonmarker/src/lib.rs +0 -155
- data/ext/commonmarker/src/options.rs +0 -134
- data/ext/commonmarker/src/plugins/syntax_highlighting.rs +0 -58
- data/ext/commonmarker/src/plugins.rs +0 -21
- data/ext/commonmarker/src/utils.rs +0 -8
data/Cargo.lock
DELETED
@@ -1,1121 +0,0 @@
|
|
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.21.0"
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
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.79"
|
93
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
|
-
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
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.6.0"
|
114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
|
116
|
-
dependencies = [
|
117
|
-
"glob",
|
118
|
-
"libc",
|
119
|
-
"libloading",
|
120
|
-
]
|
121
|
-
|
122
|
-
[[package]]
|
123
|
-
name = "clap"
|
124
|
-
version = "4.1.8"
|
125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
126
|
-
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
|
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.1.8"
|
141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
-
checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
|
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.2"
|
154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
155
|
-
checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
|
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
|
-
"syntect",
|
167
|
-
]
|
168
|
-
|
169
|
-
[[package]]
|
170
|
-
name = "comrak"
|
171
|
-
version = "0.16.0"
|
172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
173
|
-
checksum = "784836d0812dade01579cc0cc9b1684847044e716fd7aa6bffbc172e42199500"
|
174
|
-
dependencies = [
|
175
|
-
"clap",
|
176
|
-
"emojis",
|
177
|
-
"entities",
|
178
|
-
"memchr",
|
179
|
-
"once_cell",
|
180
|
-
"pest",
|
181
|
-
"pest_derive",
|
182
|
-
"regex",
|
183
|
-
"shell-words",
|
184
|
-
"slug",
|
185
|
-
"syntect",
|
186
|
-
"typed-arena",
|
187
|
-
"unicode_categories",
|
188
|
-
"xdg",
|
189
|
-
]
|
190
|
-
|
191
|
-
[[package]]
|
192
|
-
name = "cpufeatures"
|
193
|
-
version = "0.2.5"
|
194
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
195
|
-
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
196
|
-
dependencies = [
|
197
|
-
"libc",
|
198
|
-
]
|
199
|
-
|
200
|
-
[[package]]
|
201
|
-
name = "crc32fast"
|
202
|
-
version = "1.3.2"
|
203
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
204
|
-
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
205
|
-
dependencies = [
|
206
|
-
"cfg-if",
|
207
|
-
]
|
208
|
-
|
209
|
-
[[package]]
|
210
|
-
name = "crypto-common"
|
211
|
-
version = "0.1.6"
|
212
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
214
|
-
dependencies = [
|
215
|
-
"generic-array",
|
216
|
-
"typenum",
|
217
|
-
]
|
218
|
-
|
219
|
-
[[package]]
|
220
|
-
name = "deunicode"
|
221
|
-
version = "0.4.3"
|
222
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
223
|
-
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
224
|
-
|
225
|
-
[[package]]
|
226
|
-
name = "digest"
|
227
|
-
version = "0.10.6"
|
228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
|
-
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
230
|
-
dependencies = [
|
231
|
-
"block-buffer",
|
232
|
-
"crypto-common",
|
233
|
-
]
|
234
|
-
|
235
|
-
[[package]]
|
236
|
-
name = "dirs"
|
237
|
-
version = "4.0.0"
|
238
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
240
|
-
dependencies = [
|
241
|
-
"dirs-sys",
|
242
|
-
]
|
243
|
-
|
244
|
-
[[package]]
|
245
|
-
name = "dirs-sys"
|
246
|
-
version = "0.3.7"
|
247
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
249
|
-
dependencies = [
|
250
|
-
"libc",
|
251
|
-
"redox_users",
|
252
|
-
"winapi",
|
253
|
-
]
|
254
|
-
|
255
|
-
[[package]]
|
256
|
-
name = "emojis"
|
257
|
-
version = "0.5.2"
|
258
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
259
|
-
checksum = "44fe60b864b6544ad211d4053ced474a9b9d2c8d66b77f01d6c6bcfed10c6bf0"
|
260
|
-
dependencies = [
|
261
|
-
"phf",
|
262
|
-
]
|
263
|
-
|
264
|
-
[[package]]
|
265
|
-
name = "entities"
|
266
|
-
version = "1.0.1"
|
267
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
268
|
-
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
269
|
-
|
270
|
-
[[package]]
|
271
|
-
name = "errno"
|
272
|
-
version = "0.2.8"
|
273
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
274
|
-
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
275
|
-
dependencies = [
|
276
|
-
"errno-dragonfly",
|
277
|
-
"libc",
|
278
|
-
"winapi",
|
279
|
-
]
|
280
|
-
|
281
|
-
[[package]]
|
282
|
-
name = "errno-dragonfly"
|
283
|
-
version = "0.1.2"
|
284
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
285
|
-
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
286
|
-
dependencies = [
|
287
|
-
"cc",
|
288
|
-
"libc",
|
289
|
-
]
|
290
|
-
|
291
|
-
[[package]]
|
292
|
-
name = "fancy-regex"
|
293
|
-
version = "0.7.1"
|
294
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
295
|
-
checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
|
296
|
-
dependencies = [
|
297
|
-
"bit-set",
|
298
|
-
"regex",
|
299
|
-
]
|
300
|
-
|
301
|
-
[[package]]
|
302
|
-
name = "flate2"
|
303
|
-
version = "1.0.25"
|
304
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
306
|
-
dependencies = [
|
307
|
-
"crc32fast",
|
308
|
-
"miniz_oxide",
|
309
|
-
]
|
310
|
-
|
311
|
-
[[package]]
|
312
|
-
name = "fnv"
|
313
|
-
version = "1.0.7"
|
314
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
315
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
316
|
-
|
317
|
-
[[package]]
|
318
|
-
name = "generic-array"
|
319
|
-
version = "0.14.6"
|
320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
321
|
-
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
322
|
-
dependencies = [
|
323
|
-
"typenum",
|
324
|
-
"version_check",
|
325
|
-
]
|
326
|
-
|
327
|
-
[[package]]
|
328
|
-
name = "getrandom"
|
329
|
-
version = "0.2.8"
|
330
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
331
|
-
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
332
|
-
dependencies = [
|
333
|
-
"cfg-if",
|
334
|
-
"libc",
|
335
|
-
"wasi",
|
336
|
-
]
|
337
|
-
|
338
|
-
[[package]]
|
339
|
-
name = "glob"
|
340
|
-
version = "0.3.1"
|
341
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
342
|
-
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
343
|
-
|
344
|
-
[[package]]
|
345
|
-
name = "hashbrown"
|
346
|
-
version = "0.12.3"
|
347
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
348
|
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
349
|
-
|
350
|
-
[[package]]
|
351
|
-
name = "heck"
|
352
|
-
version = "0.4.1"
|
353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
354
|
-
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
355
|
-
|
356
|
-
[[package]]
|
357
|
-
name = "hermit-abi"
|
358
|
-
version = "0.3.1"
|
359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
-
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
361
|
-
|
362
|
-
[[package]]
|
363
|
-
name = "indexmap"
|
364
|
-
version = "1.9.2"
|
365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
366
|
-
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
367
|
-
dependencies = [
|
368
|
-
"autocfg",
|
369
|
-
"hashbrown",
|
370
|
-
]
|
371
|
-
|
372
|
-
[[package]]
|
373
|
-
name = "io-lifetimes"
|
374
|
-
version = "1.0.5"
|
375
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
-
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
377
|
-
dependencies = [
|
378
|
-
"libc",
|
379
|
-
"windows-sys",
|
380
|
-
]
|
381
|
-
|
382
|
-
[[package]]
|
383
|
-
name = "is-terminal"
|
384
|
-
version = "0.4.4"
|
385
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
386
|
-
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
387
|
-
dependencies = [
|
388
|
-
"hermit-abi",
|
389
|
-
"io-lifetimes",
|
390
|
-
"rustix",
|
391
|
-
"windows-sys",
|
392
|
-
]
|
393
|
-
|
394
|
-
[[package]]
|
395
|
-
name = "itoa"
|
396
|
-
version = "1.0.5"
|
397
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
-
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
399
|
-
|
400
|
-
[[package]]
|
401
|
-
name = "lazy_static"
|
402
|
-
version = "1.4.0"
|
403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
404
|
-
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
405
|
-
|
406
|
-
[[package]]
|
407
|
-
name = "lazycell"
|
408
|
-
version = "1.3.0"
|
409
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
410
|
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
411
|
-
|
412
|
-
[[package]]
|
413
|
-
name = "libc"
|
414
|
-
version = "0.2.139"
|
415
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
416
|
-
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
417
|
-
|
418
|
-
[[package]]
|
419
|
-
name = "libloading"
|
420
|
-
version = "0.7.4"
|
421
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
422
|
-
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
423
|
-
dependencies = [
|
424
|
-
"cfg-if",
|
425
|
-
"winapi",
|
426
|
-
]
|
427
|
-
|
428
|
-
[[package]]
|
429
|
-
name = "line-wrap"
|
430
|
-
version = "0.1.1"
|
431
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
432
|
-
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
433
|
-
dependencies = [
|
434
|
-
"safemem",
|
435
|
-
]
|
436
|
-
|
437
|
-
[[package]]
|
438
|
-
name = "linked-hash-map"
|
439
|
-
version = "0.5.6"
|
440
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
441
|
-
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
442
|
-
|
443
|
-
[[package]]
|
444
|
-
name = "linux-raw-sys"
|
445
|
-
version = "0.1.4"
|
446
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
447
|
-
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
448
|
-
|
449
|
-
[[package]]
|
450
|
-
name = "magnus"
|
451
|
-
version = "0.5.1"
|
452
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
-
checksum = "ac1f63d741de829356a1399b34cbf6e79b79fc80aa85f86c8a2e7966768d95bc"
|
454
|
-
dependencies = [
|
455
|
-
"magnus-macros",
|
456
|
-
"rb-sys",
|
457
|
-
"rb-sys-env",
|
458
|
-
]
|
459
|
-
|
460
|
-
[[package]]
|
461
|
-
name = "magnus-macros"
|
462
|
-
version = "0.4.0"
|
463
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464
|
-
checksum = "85aa71c9891b2732ff1157e1860a1ee578459fd25811fd3d72cc6e32b3fbdfea"
|
465
|
-
dependencies = [
|
466
|
-
"proc-macro2",
|
467
|
-
"quote",
|
468
|
-
"syn",
|
469
|
-
]
|
470
|
-
|
471
|
-
[[package]]
|
472
|
-
name = "memchr"
|
473
|
-
version = "2.5.0"
|
474
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
475
|
-
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
476
|
-
|
477
|
-
[[package]]
|
478
|
-
name = "minimal-lexical"
|
479
|
-
version = "0.2.1"
|
480
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
481
|
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
482
|
-
|
483
|
-
[[package]]
|
484
|
-
name = "miniz_oxide"
|
485
|
-
version = "0.6.2"
|
486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
487
|
-
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
488
|
-
dependencies = [
|
489
|
-
"adler",
|
490
|
-
]
|
491
|
-
|
492
|
-
[[package]]
|
493
|
-
name = "nom"
|
494
|
-
version = "7.1.3"
|
495
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
496
|
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
497
|
-
dependencies = [
|
498
|
-
"memchr",
|
499
|
-
"minimal-lexical",
|
500
|
-
]
|
501
|
-
|
502
|
-
[[package]]
|
503
|
-
name = "once_cell"
|
504
|
-
version = "1.17.1"
|
505
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
506
|
-
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
507
|
-
|
508
|
-
[[package]]
|
509
|
-
name = "onig"
|
510
|
-
version = "6.4.0"
|
511
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
512
|
-
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
513
|
-
dependencies = [
|
514
|
-
"bitflags",
|
515
|
-
"libc",
|
516
|
-
"once_cell",
|
517
|
-
"onig_sys",
|
518
|
-
]
|
519
|
-
|
520
|
-
[[package]]
|
521
|
-
name = "onig_sys"
|
522
|
-
version = "69.8.1"
|
523
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
524
|
-
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
525
|
-
dependencies = [
|
526
|
-
"cc",
|
527
|
-
"pkg-config",
|
528
|
-
]
|
529
|
-
|
530
|
-
[[package]]
|
531
|
-
name = "os_str_bytes"
|
532
|
-
version = "6.4.1"
|
533
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
-
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
535
|
-
|
536
|
-
[[package]]
|
537
|
-
name = "peeking_take_while"
|
538
|
-
version = "0.1.2"
|
539
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
540
|
-
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
541
|
-
|
542
|
-
[[package]]
|
543
|
-
name = "pest"
|
544
|
-
version = "2.5.5"
|
545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
546
|
-
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
|
547
|
-
dependencies = [
|
548
|
-
"thiserror",
|
549
|
-
"ucd-trie",
|
550
|
-
]
|
551
|
-
|
552
|
-
[[package]]
|
553
|
-
name = "pest_derive"
|
554
|
-
version = "2.5.5"
|
555
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556
|
-
checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69"
|
557
|
-
dependencies = [
|
558
|
-
"pest",
|
559
|
-
"pest_generator",
|
560
|
-
]
|
561
|
-
|
562
|
-
[[package]]
|
563
|
-
name = "pest_generator"
|
564
|
-
version = "2.5.5"
|
565
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
566
|
-
checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202"
|
567
|
-
dependencies = [
|
568
|
-
"pest",
|
569
|
-
"pest_meta",
|
570
|
-
"proc-macro2",
|
571
|
-
"quote",
|
572
|
-
"syn",
|
573
|
-
]
|
574
|
-
|
575
|
-
[[package]]
|
576
|
-
name = "pest_meta"
|
577
|
-
version = "2.5.5"
|
578
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
579
|
-
checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616"
|
580
|
-
dependencies = [
|
581
|
-
"once_cell",
|
582
|
-
"pest",
|
583
|
-
"sha2",
|
584
|
-
]
|
585
|
-
|
586
|
-
[[package]]
|
587
|
-
name = "phf"
|
588
|
-
version = "0.11.1"
|
589
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
590
|
-
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
591
|
-
dependencies = [
|
592
|
-
"phf_shared",
|
593
|
-
]
|
594
|
-
|
595
|
-
[[package]]
|
596
|
-
name = "phf_shared"
|
597
|
-
version = "0.11.1"
|
598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
599
|
-
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
600
|
-
dependencies = [
|
601
|
-
"siphasher",
|
602
|
-
]
|
603
|
-
|
604
|
-
[[package]]
|
605
|
-
name = "pkg-config"
|
606
|
-
version = "0.3.26"
|
607
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608
|
-
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
609
|
-
|
610
|
-
[[package]]
|
611
|
-
name = "plist"
|
612
|
-
version = "1.4.1"
|
613
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
614
|
-
checksum = "9469799ca90293a376f68f6fcb8f11990d9cff55602cfba0ba83893c973a7f46"
|
615
|
-
dependencies = [
|
616
|
-
"base64",
|
617
|
-
"indexmap",
|
618
|
-
"line-wrap",
|
619
|
-
"quick-xml",
|
620
|
-
"serde",
|
621
|
-
"time",
|
622
|
-
]
|
623
|
-
|
624
|
-
[[package]]
|
625
|
-
name = "proc-macro-error"
|
626
|
-
version = "1.0.4"
|
627
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
628
|
-
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
629
|
-
dependencies = [
|
630
|
-
"proc-macro-error-attr",
|
631
|
-
"proc-macro2",
|
632
|
-
"quote",
|
633
|
-
"syn",
|
634
|
-
"version_check",
|
635
|
-
]
|
636
|
-
|
637
|
-
[[package]]
|
638
|
-
name = "proc-macro-error-attr"
|
639
|
-
version = "1.0.4"
|
640
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641
|
-
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
642
|
-
dependencies = [
|
643
|
-
"proc-macro2",
|
644
|
-
"quote",
|
645
|
-
"version_check",
|
646
|
-
]
|
647
|
-
|
648
|
-
[[package]]
|
649
|
-
name = "proc-macro2"
|
650
|
-
version = "1.0.51"
|
651
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
652
|
-
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
653
|
-
dependencies = [
|
654
|
-
"unicode-ident",
|
655
|
-
]
|
656
|
-
|
657
|
-
[[package]]
|
658
|
-
name = "quick-xml"
|
659
|
-
version = "0.26.0"
|
660
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
-
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
662
|
-
dependencies = [
|
663
|
-
"memchr",
|
664
|
-
]
|
665
|
-
|
666
|
-
[[package]]
|
667
|
-
name = "quote"
|
668
|
-
version = "1.0.23"
|
669
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
670
|
-
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
671
|
-
dependencies = [
|
672
|
-
"proc-macro2",
|
673
|
-
]
|
674
|
-
|
675
|
-
[[package]]
|
676
|
-
name = "rb-sys"
|
677
|
-
version = "0.9.65"
|
678
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
679
|
-
checksum = "e8fe617bad8e88fd7e5d6f432e35f09e5f94144dfb8e8ee4adde82fb920dc59b"
|
680
|
-
dependencies = [
|
681
|
-
"rb-sys-build",
|
682
|
-
]
|
683
|
-
|
684
|
-
[[package]]
|
685
|
-
name = "rb-sys-build"
|
686
|
-
version = "0.9.65"
|
687
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
-
checksum = "007e63597f91c711cbb299e60fecbdb6f5ad4a066d6a20c81943893f1584c895"
|
689
|
-
dependencies = [
|
690
|
-
"bindgen",
|
691
|
-
"lazy_static",
|
692
|
-
"quote",
|
693
|
-
"regex",
|
694
|
-
"shell-words",
|
695
|
-
"syn",
|
696
|
-
]
|
697
|
-
|
698
|
-
[[package]]
|
699
|
-
name = "rb-sys-env"
|
700
|
-
version = "0.1.2"
|
701
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
702
|
-
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
703
|
-
|
704
|
-
[[package]]
|
705
|
-
name = "redox_syscall"
|
706
|
-
version = "0.2.16"
|
707
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
708
|
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
709
|
-
dependencies = [
|
710
|
-
"bitflags",
|
711
|
-
]
|
712
|
-
|
713
|
-
[[package]]
|
714
|
-
name = "redox_users"
|
715
|
-
version = "0.4.3"
|
716
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
717
|
-
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
718
|
-
dependencies = [
|
719
|
-
"getrandom",
|
720
|
-
"redox_syscall",
|
721
|
-
"thiserror",
|
722
|
-
]
|
723
|
-
|
724
|
-
[[package]]
|
725
|
-
name = "regex"
|
726
|
-
version = "1.7.1"
|
727
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
728
|
-
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
729
|
-
dependencies = [
|
730
|
-
"aho-corasick",
|
731
|
-
"memchr",
|
732
|
-
"regex-syntax",
|
733
|
-
]
|
734
|
-
|
735
|
-
[[package]]
|
736
|
-
name = "regex-syntax"
|
737
|
-
version = "0.6.28"
|
738
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
740
|
-
|
741
|
-
[[package]]
|
742
|
-
name = "rustc-hash"
|
743
|
-
version = "1.1.0"
|
744
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
745
|
-
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
746
|
-
|
747
|
-
[[package]]
|
748
|
-
name = "rustix"
|
749
|
-
version = "0.36.8"
|
750
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
751
|
-
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
|
752
|
-
dependencies = [
|
753
|
-
"bitflags",
|
754
|
-
"errno",
|
755
|
-
"io-lifetimes",
|
756
|
-
"libc",
|
757
|
-
"linux-raw-sys",
|
758
|
-
"windows-sys",
|
759
|
-
]
|
760
|
-
|
761
|
-
[[package]]
|
762
|
-
name = "ryu"
|
763
|
-
version = "1.0.12"
|
764
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
765
|
-
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
766
|
-
|
767
|
-
[[package]]
|
768
|
-
name = "safemem"
|
769
|
-
version = "0.3.3"
|
770
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
771
|
-
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
772
|
-
|
773
|
-
[[package]]
|
774
|
-
name = "same-file"
|
775
|
-
version = "1.0.6"
|
776
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
-
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
778
|
-
dependencies = [
|
779
|
-
"winapi-util",
|
780
|
-
]
|
781
|
-
|
782
|
-
[[package]]
|
783
|
-
name = "serde"
|
784
|
-
version = "1.0.152"
|
785
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
786
|
-
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
787
|
-
|
788
|
-
[[package]]
|
789
|
-
name = "serde_derive"
|
790
|
-
version = "1.0.152"
|
791
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
792
|
-
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
793
|
-
dependencies = [
|
794
|
-
"proc-macro2",
|
795
|
-
"quote",
|
796
|
-
"syn",
|
797
|
-
]
|
798
|
-
|
799
|
-
[[package]]
|
800
|
-
name = "serde_json"
|
801
|
-
version = "1.0.93"
|
802
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
803
|
-
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
804
|
-
dependencies = [
|
805
|
-
"itoa",
|
806
|
-
"ryu",
|
807
|
-
"serde",
|
808
|
-
]
|
809
|
-
|
810
|
-
[[package]]
|
811
|
-
name = "sha2"
|
812
|
-
version = "0.10.6"
|
813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
814
|
-
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
815
|
-
dependencies = [
|
816
|
-
"cfg-if",
|
817
|
-
"cpufeatures",
|
818
|
-
"digest",
|
819
|
-
]
|
820
|
-
|
821
|
-
[[package]]
|
822
|
-
name = "shell-words"
|
823
|
-
version = "1.1.0"
|
824
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
825
|
-
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
826
|
-
|
827
|
-
[[package]]
|
828
|
-
name = "shlex"
|
829
|
-
version = "1.1.0"
|
830
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
831
|
-
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
832
|
-
|
833
|
-
[[package]]
|
834
|
-
name = "siphasher"
|
835
|
-
version = "0.3.10"
|
836
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
837
|
-
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
838
|
-
|
839
|
-
[[package]]
|
840
|
-
name = "slug"
|
841
|
-
version = "0.1.4"
|
842
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
843
|
-
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
844
|
-
dependencies = [
|
845
|
-
"deunicode",
|
846
|
-
]
|
847
|
-
|
848
|
-
[[package]]
|
849
|
-
name = "strsim"
|
850
|
-
version = "0.10.0"
|
851
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
852
|
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
853
|
-
|
854
|
-
[[package]]
|
855
|
-
name = "syn"
|
856
|
-
version = "1.0.109"
|
857
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
858
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
859
|
-
dependencies = [
|
860
|
-
"proc-macro2",
|
861
|
-
"quote",
|
862
|
-
"unicode-ident",
|
863
|
-
]
|
864
|
-
|
865
|
-
[[package]]
|
866
|
-
name = "syntect"
|
867
|
-
version = "5.0.0"
|
868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
869
|
-
checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8"
|
870
|
-
dependencies = [
|
871
|
-
"bincode",
|
872
|
-
"bitflags",
|
873
|
-
"fancy-regex",
|
874
|
-
"flate2",
|
875
|
-
"fnv",
|
876
|
-
"lazy_static",
|
877
|
-
"once_cell",
|
878
|
-
"onig",
|
879
|
-
"plist",
|
880
|
-
"regex-syntax",
|
881
|
-
"serde",
|
882
|
-
"serde_derive",
|
883
|
-
"serde_json",
|
884
|
-
"thiserror",
|
885
|
-
"walkdir",
|
886
|
-
"yaml-rust",
|
887
|
-
]
|
888
|
-
|
889
|
-
[[package]]
|
890
|
-
name = "termcolor"
|
891
|
-
version = "1.2.0"
|
892
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
894
|
-
dependencies = [
|
895
|
-
"winapi-util",
|
896
|
-
]
|
897
|
-
|
898
|
-
[[package]]
|
899
|
-
name = "terminal_size"
|
900
|
-
version = "0.2.5"
|
901
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
902
|
-
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
|
903
|
-
dependencies = [
|
904
|
-
"rustix",
|
905
|
-
"windows-sys",
|
906
|
-
]
|
907
|
-
|
908
|
-
[[package]]
|
909
|
-
name = "thiserror"
|
910
|
-
version = "1.0.38"
|
911
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
912
|
-
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
913
|
-
dependencies = [
|
914
|
-
"thiserror-impl",
|
915
|
-
]
|
916
|
-
|
917
|
-
[[package]]
|
918
|
-
name = "thiserror-impl"
|
919
|
-
version = "1.0.38"
|
920
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
921
|
-
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
922
|
-
dependencies = [
|
923
|
-
"proc-macro2",
|
924
|
-
"quote",
|
925
|
-
"syn",
|
926
|
-
]
|
927
|
-
|
928
|
-
[[package]]
|
929
|
-
name = "time"
|
930
|
-
version = "0.3.20"
|
931
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
932
|
-
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
933
|
-
dependencies = [
|
934
|
-
"itoa",
|
935
|
-
"serde",
|
936
|
-
"time-core",
|
937
|
-
"time-macros",
|
938
|
-
]
|
939
|
-
|
940
|
-
[[package]]
|
941
|
-
name = "time-core"
|
942
|
-
version = "0.1.0"
|
943
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
945
|
-
|
946
|
-
[[package]]
|
947
|
-
name = "time-macros"
|
948
|
-
version = "0.2.8"
|
949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
-
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
951
|
-
dependencies = [
|
952
|
-
"time-core",
|
953
|
-
]
|
954
|
-
|
955
|
-
[[package]]
|
956
|
-
name = "typed-arena"
|
957
|
-
version = "2.0.2"
|
958
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959
|
-
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
960
|
-
|
961
|
-
[[package]]
|
962
|
-
name = "typenum"
|
963
|
-
version = "1.16.0"
|
964
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965
|
-
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
966
|
-
|
967
|
-
[[package]]
|
968
|
-
name = "ucd-trie"
|
969
|
-
version = "0.1.5"
|
970
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
972
|
-
|
973
|
-
[[package]]
|
974
|
-
name = "unicode-ident"
|
975
|
-
version = "1.0.6"
|
976
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
977
|
-
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
978
|
-
|
979
|
-
[[package]]
|
980
|
-
name = "unicode_categories"
|
981
|
-
version = "0.1.1"
|
982
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983
|
-
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
984
|
-
|
985
|
-
[[package]]
|
986
|
-
name = "version_check"
|
987
|
-
version = "0.9.4"
|
988
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
989
|
-
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
990
|
-
|
991
|
-
[[package]]
|
992
|
-
name = "walkdir"
|
993
|
-
version = "2.3.2"
|
994
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
995
|
-
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
996
|
-
dependencies = [
|
997
|
-
"same-file",
|
998
|
-
"winapi",
|
999
|
-
"winapi-util",
|
1000
|
-
]
|
1001
|
-
|
1002
|
-
[[package]]
|
1003
|
-
name = "wasi"
|
1004
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
1005
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1006
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1007
|
-
|
1008
|
-
[[package]]
|
1009
|
-
name = "winapi"
|
1010
|
-
version = "0.3.9"
|
1011
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1012
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1013
|
-
dependencies = [
|
1014
|
-
"winapi-i686-pc-windows-gnu",
|
1015
|
-
"winapi-x86_64-pc-windows-gnu",
|
1016
|
-
]
|
1017
|
-
|
1018
|
-
[[package]]
|
1019
|
-
name = "winapi-i686-pc-windows-gnu"
|
1020
|
-
version = "0.4.0"
|
1021
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1022
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1023
|
-
|
1024
|
-
[[package]]
|
1025
|
-
name = "winapi-util"
|
1026
|
-
version = "0.1.5"
|
1027
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028
|
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
1029
|
-
dependencies = [
|
1030
|
-
"winapi",
|
1031
|
-
]
|
1032
|
-
|
1033
|
-
[[package]]
|
1034
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
1035
|
-
version = "0.4.0"
|
1036
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1038
|
-
|
1039
|
-
[[package]]
|
1040
|
-
name = "windows-sys"
|
1041
|
-
version = "0.45.0"
|
1042
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
1044
|
-
dependencies = [
|
1045
|
-
"windows-targets",
|
1046
|
-
]
|
1047
|
-
|
1048
|
-
[[package]]
|
1049
|
-
name = "windows-targets"
|
1050
|
-
version = "0.42.1"
|
1051
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1052
|
-
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
1053
|
-
dependencies = [
|
1054
|
-
"windows_aarch64_gnullvm",
|
1055
|
-
"windows_aarch64_msvc",
|
1056
|
-
"windows_i686_gnu",
|
1057
|
-
"windows_i686_msvc",
|
1058
|
-
"windows_x86_64_gnu",
|
1059
|
-
"windows_x86_64_gnullvm",
|
1060
|
-
"windows_x86_64_msvc",
|
1061
|
-
]
|
1062
|
-
|
1063
|
-
[[package]]
|
1064
|
-
name = "windows_aarch64_gnullvm"
|
1065
|
-
version = "0.42.1"
|
1066
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
-
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
1068
|
-
|
1069
|
-
[[package]]
|
1070
|
-
name = "windows_aarch64_msvc"
|
1071
|
-
version = "0.42.1"
|
1072
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073
|
-
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
1074
|
-
|
1075
|
-
[[package]]
|
1076
|
-
name = "windows_i686_gnu"
|
1077
|
-
version = "0.42.1"
|
1078
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079
|
-
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
1080
|
-
|
1081
|
-
[[package]]
|
1082
|
-
name = "windows_i686_msvc"
|
1083
|
-
version = "0.42.1"
|
1084
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085
|
-
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
1086
|
-
|
1087
|
-
[[package]]
|
1088
|
-
name = "windows_x86_64_gnu"
|
1089
|
-
version = "0.42.1"
|
1090
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091
|
-
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
1092
|
-
|
1093
|
-
[[package]]
|
1094
|
-
name = "windows_x86_64_gnullvm"
|
1095
|
-
version = "0.42.1"
|
1096
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1097
|
-
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
1098
|
-
|
1099
|
-
[[package]]
|
1100
|
-
name = "windows_x86_64_msvc"
|
1101
|
-
version = "0.42.1"
|
1102
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1103
|
-
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
1104
|
-
|
1105
|
-
[[package]]
|
1106
|
-
name = "xdg"
|
1107
|
-
version = "2.4.1"
|
1108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109
|
-
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
|
1110
|
-
dependencies = [
|
1111
|
-
"dirs",
|
1112
|
-
]
|
1113
|
-
|
1114
|
-
[[package]]
|
1115
|
-
name = "yaml-rust"
|
1116
|
-
version = "0.4.5"
|
1117
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1118
|
-
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
1119
|
-
dependencies = [
|
1120
|
-
"linked-hash-map",
|
1121
|
-
]
|