gitlab-glfm-markdown 0.0.7-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Cargo.lock +1058 -0
- data/LICENSE +28 -0
- data/README.md +64 -0
- data/ext/glfm_markdown/Cargo.toml +19 -0
- data/ext/glfm_markdown/extconf.rb +6 -0
- data/ext/glfm_markdown/src/glfm.rs +30 -0
- data/ext/glfm_markdown/src/lib.rs +21 -0
- data/ext/glfm_markdown/src/main.rs +54 -0
- data/lib/glfm_markdown/2.7/glfm_markdown.so +0 -0
- data/lib/glfm_markdown/3.0/glfm_markdown.so +0 -0
- data/lib/glfm_markdown/3.1/glfm_markdown.so +0 -0
- data/lib/glfm_markdown/3.2/glfm_markdown.so +0 -0
- data/lib/glfm_markdown/loader.rb +8 -0
- data/lib/glfm_markdown/version.rb +5 -0
- data/lib/glfm_markdown.rb +20 -0
- metadata +134 -0
data/Cargo.lock
ADDED
@@ -0,0 +1,1058 @@
|
|
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 = "1.1.2"
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
16
|
+
dependencies = [
|
17
|
+
"memchr",
|
18
|
+
]
|
19
|
+
|
20
|
+
[[package]]
|
21
|
+
name = "anstream"
|
22
|
+
version = "0.4.0"
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
+
checksum = "735917dc4838cee6a072ea1fd4b6e4e6ff00cbe95c7875967482961c36a0b68f"
|
25
|
+
dependencies = [
|
26
|
+
"anstyle",
|
27
|
+
"anstyle-parse",
|
28
|
+
"anstyle-query",
|
29
|
+
"anstyle-wincon 2.1.0",
|
30
|
+
"colorchoice",
|
31
|
+
"is-terminal",
|
32
|
+
"utf8parse",
|
33
|
+
]
|
34
|
+
|
35
|
+
[[package]]
|
36
|
+
name = "anstream"
|
37
|
+
version = "0.6.4"
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
+
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
40
|
+
dependencies = [
|
41
|
+
"anstyle",
|
42
|
+
"anstyle-parse",
|
43
|
+
"anstyle-query",
|
44
|
+
"anstyle-wincon 3.0.1",
|
45
|
+
"colorchoice",
|
46
|
+
"utf8parse",
|
47
|
+
]
|
48
|
+
|
49
|
+
[[package]]
|
50
|
+
name = "anstyle"
|
51
|
+
version = "1.0.4"
|
52
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
+
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
54
|
+
|
55
|
+
[[package]]
|
56
|
+
name = "anstyle-parse"
|
57
|
+
version = "0.2.2"
|
58
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
59
|
+
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
60
|
+
dependencies = [
|
61
|
+
"utf8parse",
|
62
|
+
]
|
63
|
+
|
64
|
+
[[package]]
|
65
|
+
name = "anstyle-query"
|
66
|
+
version = "1.0.0"
|
67
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
68
|
+
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
69
|
+
dependencies = [
|
70
|
+
"windows-sys",
|
71
|
+
]
|
72
|
+
|
73
|
+
[[package]]
|
74
|
+
name = "anstyle-wincon"
|
75
|
+
version = "2.1.0"
|
76
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
77
|
+
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
78
|
+
dependencies = [
|
79
|
+
"anstyle",
|
80
|
+
"windows-sys",
|
81
|
+
]
|
82
|
+
|
83
|
+
[[package]]
|
84
|
+
name = "anstyle-wincon"
|
85
|
+
version = "3.0.1"
|
86
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
+
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
88
|
+
dependencies = [
|
89
|
+
"anstyle",
|
90
|
+
"windows-sys",
|
91
|
+
]
|
92
|
+
|
93
|
+
[[package]]
|
94
|
+
name = "argparse"
|
95
|
+
version = "0.2.2"
|
96
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
97
|
+
checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47"
|
98
|
+
|
99
|
+
[[package]]
|
100
|
+
name = "autocfg"
|
101
|
+
version = "1.1.0"
|
102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103
|
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
104
|
+
|
105
|
+
[[package]]
|
106
|
+
name = "base64"
|
107
|
+
version = "0.21.4"
|
108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
+
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
110
|
+
|
111
|
+
[[package]]
|
112
|
+
name = "bincode"
|
113
|
+
version = "1.3.3"
|
114
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
+
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
116
|
+
dependencies = [
|
117
|
+
"serde",
|
118
|
+
]
|
119
|
+
|
120
|
+
[[package]]
|
121
|
+
name = "bindgen"
|
122
|
+
version = "0.66.1"
|
123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
124
|
+
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
125
|
+
dependencies = [
|
126
|
+
"bitflags 2.4.0",
|
127
|
+
"cexpr",
|
128
|
+
"clang-sys",
|
129
|
+
"lazy_static",
|
130
|
+
"lazycell",
|
131
|
+
"peeking_take_while",
|
132
|
+
"proc-macro2",
|
133
|
+
"quote",
|
134
|
+
"regex",
|
135
|
+
"rustc-hash",
|
136
|
+
"shlex",
|
137
|
+
"syn 2.0.38",
|
138
|
+
]
|
139
|
+
|
140
|
+
[[package]]
|
141
|
+
name = "bit-set"
|
142
|
+
version = "0.5.3"
|
143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
144
|
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
145
|
+
dependencies = [
|
146
|
+
"bit-vec",
|
147
|
+
]
|
148
|
+
|
149
|
+
[[package]]
|
150
|
+
name = "bit-vec"
|
151
|
+
version = "0.6.3"
|
152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
154
|
+
|
155
|
+
[[package]]
|
156
|
+
name = "bitflags"
|
157
|
+
version = "1.3.2"
|
158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
159
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
160
|
+
|
161
|
+
[[package]]
|
162
|
+
name = "bitflags"
|
163
|
+
version = "2.4.0"
|
164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
165
|
+
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
166
|
+
|
167
|
+
[[package]]
|
168
|
+
name = "cc"
|
169
|
+
version = "1.0.83"
|
170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
171
|
+
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
172
|
+
dependencies = [
|
173
|
+
"libc",
|
174
|
+
]
|
175
|
+
|
176
|
+
[[package]]
|
177
|
+
name = "cexpr"
|
178
|
+
version = "0.6.0"
|
179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
180
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
181
|
+
dependencies = [
|
182
|
+
"nom",
|
183
|
+
]
|
184
|
+
|
185
|
+
[[package]]
|
186
|
+
name = "cfg-if"
|
187
|
+
version = "1.0.0"
|
188
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
189
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
190
|
+
|
191
|
+
[[package]]
|
192
|
+
name = "clang-sys"
|
193
|
+
version = "1.6.1"
|
194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
195
|
+
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
196
|
+
dependencies = [
|
197
|
+
"glob",
|
198
|
+
"libc",
|
199
|
+
"libloading",
|
200
|
+
]
|
201
|
+
|
202
|
+
[[package]]
|
203
|
+
name = "clap"
|
204
|
+
version = "4.4.6"
|
205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
+
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
207
|
+
dependencies = [
|
208
|
+
"clap_builder",
|
209
|
+
"clap_derive",
|
210
|
+
]
|
211
|
+
|
212
|
+
[[package]]
|
213
|
+
name = "clap_builder"
|
214
|
+
version = "4.4.6"
|
215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
216
|
+
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
217
|
+
dependencies = [
|
218
|
+
"anstream 0.6.4",
|
219
|
+
"anstyle",
|
220
|
+
"clap_lex",
|
221
|
+
"strsim",
|
222
|
+
"terminal_size",
|
223
|
+
]
|
224
|
+
|
225
|
+
[[package]]
|
226
|
+
name = "clap_derive"
|
227
|
+
version = "4.4.2"
|
228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
|
+
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
230
|
+
dependencies = [
|
231
|
+
"heck",
|
232
|
+
"proc-macro2",
|
233
|
+
"quote",
|
234
|
+
"syn 2.0.38",
|
235
|
+
]
|
236
|
+
|
237
|
+
[[package]]
|
238
|
+
name = "clap_lex"
|
239
|
+
version = "0.5.1"
|
240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
241
|
+
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
242
|
+
|
243
|
+
[[package]]
|
244
|
+
name = "colorchoice"
|
245
|
+
version = "1.0.0"
|
246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
247
|
+
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
248
|
+
|
249
|
+
[[package]]
|
250
|
+
name = "comrak"
|
251
|
+
version = "0.19.0"
|
252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
253
|
+
checksum = "82c995deda3bfdebd07d0e2af79e9da13e4b1be652b21a746f3f5b24bf0a49ef"
|
254
|
+
dependencies = [
|
255
|
+
"clap",
|
256
|
+
"derive_builder",
|
257
|
+
"entities",
|
258
|
+
"memchr",
|
259
|
+
"once_cell",
|
260
|
+
"regex",
|
261
|
+
"shell-words",
|
262
|
+
"slug",
|
263
|
+
"syntect",
|
264
|
+
"typed-arena",
|
265
|
+
"unicode_categories",
|
266
|
+
"xdg",
|
267
|
+
]
|
268
|
+
|
269
|
+
[[package]]
|
270
|
+
name = "crc32fast"
|
271
|
+
version = "1.3.2"
|
272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
273
|
+
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
274
|
+
dependencies = [
|
275
|
+
"cfg-if",
|
276
|
+
]
|
277
|
+
|
278
|
+
[[package]]
|
279
|
+
name = "darling"
|
280
|
+
version = "0.14.4"
|
281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
282
|
+
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
283
|
+
dependencies = [
|
284
|
+
"darling_core",
|
285
|
+
"darling_macro",
|
286
|
+
]
|
287
|
+
|
288
|
+
[[package]]
|
289
|
+
name = "darling_core"
|
290
|
+
version = "0.14.4"
|
291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
292
|
+
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
293
|
+
dependencies = [
|
294
|
+
"fnv",
|
295
|
+
"ident_case",
|
296
|
+
"proc-macro2",
|
297
|
+
"quote",
|
298
|
+
"strsim",
|
299
|
+
"syn 1.0.109",
|
300
|
+
]
|
301
|
+
|
302
|
+
[[package]]
|
303
|
+
name = "darling_macro"
|
304
|
+
version = "0.14.4"
|
305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
306
|
+
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
307
|
+
dependencies = [
|
308
|
+
"darling_core",
|
309
|
+
"quote",
|
310
|
+
"syn 1.0.109",
|
311
|
+
]
|
312
|
+
|
313
|
+
[[package]]
|
314
|
+
name = "deranged"
|
315
|
+
version = "0.3.8"
|
316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
317
|
+
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
318
|
+
|
319
|
+
[[package]]
|
320
|
+
name = "derive_builder"
|
321
|
+
version = "0.12.0"
|
322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
+
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
324
|
+
dependencies = [
|
325
|
+
"derive_builder_macro",
|
326
|
+
]
|
327
|
+
|
328
|
+
[[package]]
|
329
|
+
name = "derive_builder_core"
|
330
|
+
version = "0.12.0"
|
331
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
332
|
+
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
333
|
+
dependencies = [
|
334
|
+
"darling",
|
335
|
+
"proc-macro2",
|
336
|
+
"quote",
|
337
|
+
"syn 1.0.109",
|
338
|
+
]
|
339
|
+
|
340
|
+
[[package]]
|
341
|
+
name = "derive_builder_macro"
|
342
|
+
version = "0.12.0"
|
343
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
344
|
+
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
345
|
+
dependencies = [
|
346
|
+
"derive_builder_core",
|
347
|
+
"syn 1.0.109",
|
348
|
+
]
|
349
|
+
|
350
|
+
[[package]]
|
351
|
+
name = "deunicode"
|
352
|
+
version = "0.4.4"
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
354
|
+
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
|
355
|
+
|
356
|
+
[[package]]
|
357
|
+
name = "entities"
|
358
|
+
version = "1.0.1"
|
359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
+
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
361
|
+
|
362
|
+
[[package]]
|
363
|
+
name = "errno"
|
364
|
+
version = "0.3.5"
|
365
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
366
|
+
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
367
|
+
dependencies = [
|
368
|
+
"libc",
|
369
|
+
"windows-sys",
|
370
|
+
]
|
371
|
+
|
372
|
+
[[package]]
|
373
|
+
name = "fancy-regex"
|
374
|
+
version = "0.11.0"
|
375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
+
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
377
|
+
dependencies = [
|
378
|
+
"bit-set",
|
379
|
+
"regex",
|
380
|
+
]
|
381
|
+
|
382
|
+
[[package]]
|
383
|
+
name = "flate2"
|
384
|
+
version = "1.0.27"
|
385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
386
|
+
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
387
|
+
dependencies = [
|
388
|
+
"crc32fast",
|
389
|
+
"miniz_oxide",
|
390
|
+
]
|
391
|
+
|
392
|
+
[[package]]
|
393
|
+
name = "fnv"
|
394
|
+
version = "1.0.7"
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
397
|
+
|
398
|
+
[[package]]
|
399
|
+
name = "glfm_markdown"
|
400
|
+
version = "0.0.3"
|
401
|
+
dependencies = [
|
402
|
+
"anstream 0.4.0",
|
403
|
+
"argparse",
|
404
|
+
"comrak",
|
405
|
+
"magnus",
|
406
|
+
"rb-sys",
|
407
|
+
]
|
408
|
+
|
409
|
+
[[package]]
|
410
|
+
name = "glob"
|
411
|
+
version = "0.3.1"
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
414
|
+
|
415
|
+
[[package]]
|
416
|
+
name = "hashbrown"
|
417
|
+
version = "0.12.3"
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419
|
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
420
|
+
|
421
|
+
[[package]]
|
422
|
+
name = "heck"
|
423
|
+
version = "0.4.1"
|
424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
425
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
426
|
+
|
427
|
+
[[package]]
|
428
|
+
name = "hermit-abi"
|
429
|
+
version = "0.3.3"
|
430
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
431
|
+
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
432
|
+
|
433
|
+
[[package]]
|
434
|
+
name = "ident_case"
|
435
|
+
version = "1.0.1"
|
436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
437
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
438
|
+
|
439
|
+
[[package]]
|
440
|
+
name = "indexmap"
|
441
|
+
version = "1.9.3"
|
442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
443
|
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
444
|
+
dependencies = [
|
445
|
+
"autocfg",
|
446
|
+
"hashbrown",
|
447
|
+
]
|
448
|
+
|
449
|
+
[[package]]
|
450
|
+
name = "is-terminal"
|
451
|
+
version = "0.4.9"
|
452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
454
|
+
dependencies = [
|
455
|
+
"hermit-abi",
|
456
|
+
"rustix",
|
457
|
+
"windows-sys",
|
458
|
+
]
|
459
|
+
|
460
|
+
[[package]]
|
461
|
+
name = "itoa"
|
462
|
+
version = "1.0.9"
|
463
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464
|
+
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
465
|
+
|
466
|
+
[[package]]
|
467
|
+
name = "lazy_static"
|
468
|
+
version = "1.4.0"
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
470
|
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
471
|
+
|
472
|
+
[[package]]
|
473
|
+
name = "lazycell"
|
474
|
+
version = "1.3.0"
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
477
|
+
|
478
|
+
[[package]]
|
479
|
+
name = "libc"
|
480
|
+
version = "0.2.149"
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
482
|
+
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
483
|
+
|
484
|
+
[[package]]
|
485
|
+
name = "libloading"
|
486
|
+
version = "0.7.4"
|
487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
488
|
+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
489
|
+
dependencies = [
|
490
|
+
"cfg-if",
|
491
|
+
"winapi",
|
492
|
+
]
|
493
|
+
|
494
|
+
[[package]]
|
495
|
+
name = "line-wrap"
|
496
|
+
version = "0.1.1"
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
498
|
+
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
499
|
+
dependencies = [
|
500
|
+
"safemem",
|
501
|
+
]
|
502
|
+
|
503
|
+
[[package]]
|
504
|
+
name = "linked-hash-map"
|
505
|
+
version = "0.5.6"
|
506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
507
|
+
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
508
|
+
|
509
|
+
[[package]]
|
510
|
+
name = "linux-raw-sys"
|
511
|
+
version = "0.4.10"
|
512
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
513
|
+
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
514
|
+
|
515
|
+
[[package]]
|
516
|
+
name = "magnus"
|
517
|
+
version = "0.5.5"
|
518
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
519
|
+
checksum = "5b7a37670bc433d081ef5846d5589381fabd8d3410ad3b59faa6b1b4c9c3cbce"
|
520
|
+
dependencies = [
|
521
|
+
"magnus-macros",
|
522
|
+
"rb-sys",
|
523
|
+
"rb-sys-env",
|
524
|
+
]
|
525
|
+
|
526
|
+
[[package]]
|
527
|
+
name = "magnus-macros"
|
528
|
+
version = "0.4.1"
|
529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
530
|
+
checksum = "6cc17af1d45442c011aa579d727ec6cff8a69aea8a6bbad26736e7112d749bfb"
|
531
|
+
dependencies = [
|
532
|
+
"proc-macro2",
|
533
|
+
"quote",
|
534
|
+
"syn 1.0.109",
|
535
|
+
]
|
536
|
+
|
537
|
+
[[package]]
|
538
|
+
name = "memchr"
|
539
|
+
version = "2.6.4"
|
540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
541
|
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
542
|
+
|
543
|
+
[[package]]
|
544
|
+
name = "minimal-lexical"
|
545
|
+
version = "0.2.1"
|
546
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
548
|
+
|
549
|
+
[[package]]
|
550
|
+
name = "miniz_oxide"
|
551
|
+
version = "0.7.1"
|
552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
554
|
+
dependencies = [
|
555
|
+
"adler",
|
556
|
+
]
|
557
|
+
|
558
|
+
[[package]]
|
559
|
+
name = "nom"
|
560
|
+
version = "7.1.3"
|
561
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
562
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
563
|
+
dependencies = [
|
564
|
+
"memchr",
|
565
|
+
"minimal-lexical",
|
566
|
+
]
|
567
|
+
|
568
|
+
[[package]]
|
569
|
+
name = "once_cell"
|
570
|
+
version = "1.18.0"
|
571
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
572
|
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
573
|
+
|
574
|
+
[[package]]
|
575
|
+
name = "onig"
|
576
|
+
version = "6.4.0"
|
577
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
578
|
+
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
579
|
+
dependencies = [
|
580
|
+
"bitflags 1.3.2",
|
581
|
+
"libc",
|
582
|
+
"once_cell",
|
583
|
+
"onig_sys",
|
584
|
+
]
|
585
|
+
|
586
|
+
[[package]]
|
587
|
+
name = "onig_sys"
|
588
|
+
version = "69.8.1"
|
589
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
590
|
+
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
591
|
+
dependencies = [
|
592
|
+
"cc",
|
593
|
+
"pkg-config",
|
594
|
+
]
|
595
|
+
|
596
|
+
[[package]]
|
597
|
+
name = "peeking_take_while"
|
598
|
+
version = "0.1.2"
|
599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600
|
+
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
601
|
+
|
602
|
+
[[package]]
|
603
|
+
name = "pkg-config"
|
604
|
+
version = "0.3.27"
|
605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
+
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
607
|
+
|
608
|
+
[[package]]
|
609
|
+
name = "plist"
|
610
|
+
version = "1.5.0"
|
611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
612
|
+
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
|
613
|
+
dependencies = [
|
614
|
+
"base64",
|
615
|
+
"indexmap",
|
616
|
+
"line-wrap",
|
617
|
+
"quick-xml",
|
618
|
+
"serde",
|
619
|
+
"time",
|
620
|
+
]
|
621
|
+
|
622
|
+
[[package]]
|
623
|
+
name = "proc-macro2"
|
624
|
+
version = "1.0.69"
|
625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
+
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
627
|
+
dependencies = [
|
628
|
+
"unicode-ident",
|
629
|
+
]
|
630
|
+
|
631
|
+
[[package]]
|
632
|
+
name = "quick-xml"
|
633
|
+
version = "0.29.0"
|
634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
635
|
+
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
636
|
+
dependencies = [
|
637
|
+
"memchr",
|
638
|
+
]
|
639
|
+
|
640
|
+
[[package]]
|
641
|
+
name = "quote"
|
642
|
+
version = "1.0.33"
|
643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
+
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
645
|
+
dependencies = [
|
646
|
+
"proc-macro2",
|
647
|
+
]
|
648
|
+
|
649
|
+
[[package]]
|
650
|
+
name = "rb-sys"
|
651
|
+
version = "0.9.82"
|
652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
653
|
+
checksum = "a3e6bf79bf4c711917cacfaf46dfab4314dbfdd89a8ee3ec4b98336cd23f1ebf"
|
654
|
+
dependencies = [
|
655
|
+
"rb-sys-build",
|
656
|
+
]
|
657
|
+
|
658
|
+
[[package]]
|
659
|
+
name = "rb-sys-build"
|
660
|
+
version = "0.9.82"
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
662
|
+
checksum = "5482a1ed4cde58dddaf162b6aebcb5c25645822547832b8be101f2acd40bcdd6"
|
663
|
+
dependencies = [
|
664
|
+
"bindgen",
|
665
|
+
"lazy_static",
|
666
|
+
"proc-macro2",
|
667
|
+
"quote",
|
668
|
+
"regex",
|
669
|
+
"shell-words",
|
670
|
+
"syn 2.0.38",
|
671
|
+
]
|
672
|
+
|
673
|
+
[[package]]
|
674
|
+
name = "rb-sys-env"
|
675
|
+
version = "0.1.2"
|
676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
677
|
+
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
678
|
+
|
679
|
+
[[package]]
|
680
|
+
name = "regex"
|
681
|
+
version = "1.10.0"
|
682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
|
+
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
|
684
|
+
dependencies = [
|
685
|
+
"aho-corasick",
|
686
|
+
"memchr",
|
687
|
+
"regex-automata",
|
688
|
+
"regex-syntax 0.8.1",
|
689
|
+
]
|
690
|
+
|
691
|
+
[[package]]
|
692
|
+
name = "regex-automata"
|
693
|
+
version = "0.4.1"
|
694
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
695
|
+
checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
|
696
|
+
dependencies = [
|
697
|
+
"aho-corasick",
|
698
|
+
"memchr",
|
699
|
+
"regex-syntax 0.8.1",
|
700
|
+
]
|
701
|
+
|
702
|
+
[[package]]
|
703
|
+
name = "regex-syntax"
|
704
|
+
version = "0.7.5"
|
705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
706
|
+
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
707
|
+
|
708
|
+
[[package]]
|
709
|
+
name = "regex-syntax"
|
710
|
+
version = "0.8.1"
|
711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
+
checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
|
713
|
+
|
714
|
+
[[package]]
|
715
|
+
name = "rustc-hash"
|
716
|
+
version = "1.1.0"
|
717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
719
|
+
|
720
|
+
[[package]]
|
721
|
+
name = "rustix"
|
722
|
+
version = "0.38.18"
|
723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
724
|
+
checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c"
|
725
|
+
dependencies = [
|
726
|
+
"bitflags 2.4.0",
|
727
|
+
"errno",
|
728
|
+
"libc",
|
729
|
+
"linux-raw-sys",
|
730
|
+
"windows-sys",
|
731
|
+
]
|
732
|
+
|
733
|
+
[[package]]
|
734
|
+
name = "ryu"
|
735
|
+
version = "1.0.15"
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
737
|
+
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
738
|
+
|
739
|
+
[[package]]
|
740
|
+
name = "safemem"
|
741
|
+
version = "0.3.3"
|
742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
743
|
+
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
744
|
+
|
745
|
+
[[package]]
|
746
|
+
name = "same-file"
|
747
|
+
version = "1.0.6"
|
748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
749
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
750
|
+
dependencies = [
|
751
|
+
"winapi-util",
|
752
|
+
]
|
753
|
+
|
754
|
+
[[package]]
|
755
|
+
name = "serde"
|
756
|
+
version = "1.0.188"
|
757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
+
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
759
|
+
dependencies = [
|
760
|
+
"serde_derive",
|
761
|
+
]
|
762
|
+
|
763
|
+
[[package]]
|
764
|
+
name = "serde_derive"
|
765
|
+
version = "1.0.188"
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
767
|
+
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
768
|
+
dependencies = [
|
769
|
+
"proc-macro2",
|
770
|
+
"quote",
|
771
|
+
"syn 2.0.38",
|
772
|
+
]
|
773
|
+
|
774
|
+
[[package]]
|
775
|
+
name = "serde_json"
|
776
|
+
version = "1.0.107"
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
778
|
+
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
779
|
+
dependencies = [
|
780
|
+
"itoa",
|
781
|
+
"ryu",
|
782
|
+
"serde",
|
783
|
+
]
|
784
|
+
|
785
|
+
[[package]]
|
786
|
+
name = "shell-words"
|
787
|
+
version = "1.1.0"
|
788
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
789
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
790
|
+
|
791
|
+
[[package]]
|
792
|
+
name = "shlex"
|
793
|
+
version = "1.2.0"
|
794
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795
|
+
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
796
|
+
|
797
|
+
[[package]]
|
798
|
+
name = "slug"
|
799
|
+
version = "0.1.4"
|
800
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
801
|
+
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
802
|
+
dependencies = [
|
803
|
+
"deunicode",
|
804
|
+
]
|
805
|
+
|
806
|
+
[[package]]
|
807
|
+
name = "strsim"
|
808
|
+
version = "0.10.0"
|
809
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
810
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
811
|
+
|
812
|
+
[[package]]
|
813
|
+
name = "syn"
|
814
|
+
version = "1.0.109"
|
815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
816
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
817
|
+
dependencies = [
|
818
|
+
"proc-macro2",
|
819
|
+
"quote",
|
820
|
+
"unicode-ident",
|
821
|
+
]
|
822
|
+
|
823
|
+
[[package]]
|
824
|
+
name = "syn"
|
825
|
+
version = "2.0.38"
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
827
|
+
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
828
|
+
dependencies = [
|
829
|
+
"proc-macro2",
|
830
|
+
"quote",
|
831
|
+
"unicode-ident",
|
832
|
+
]
|
833
|
+
|
834
|
+
[[package]]
|
835
|
+
name = "syntect"
|
836
|
+
version = "5.1.0"
|
837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
838
|
+
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
839
|
+
dependencies = [
|
840
|
+
"bincode",
|
841
|
+
"bitflags 1.3.2",
|
842
|
+
"fancy-regex",
|
843
|
+
"flate2",
|
844
|
+
"fnv",
|
845
|
+
"once_cell",
|
846
|
+
"onig",
|
847
|
+
"plist",
|
848
|
+
"regex-syntax 0.7.5",
|
849
|
+
"serde",
|
850
|
+
"serde_json",
|
851
|
+
"thiserror",
|
852
|
+
"walkdir",
|
853
|
+
"yaml-rust",
|
854
|
+
]
|
855
|
+
|
856
|
+
[[package]]
|
857
|
+
name = "terminal_size"
|
858
|
+
version = "0.3.0"
|
859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
860
|
+
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
861
|
+
dependencies = [
|
862
|
+
"rustix",
|
863
|
+
"windows-sys",
|
864
|
+
]
|
865
|
+
|
866
|
+
[[package]]
|
867
|
+
name = "thiserror"
|
868
|
+
version = "1.0.49"
|
869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
+
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
871
|
+
dependencies = [
|
872
|
+
"thiserror-impl",
|
873
|
+
]
|
874
|
+
|
875
|
+
[[package]]
|
876
|
+
name = "thiserror-impl"
|
877
|
+
version = "1.0.49"
|
878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
879
|
+
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
880
|
+
dependencies = [
|
881
|
+
"proc-macro2",
|
882
|
+
"quote",
|
883
|
+
"syn 2.0.38",
|
884
|
+
]
|
885
|
+
|
886
|
+
[[package]]
|
887
|
+
name = "time"
|
888
|
+
version = "0.3.29"
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
+
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
891
|
+
dependencies = [
|
892
|
+
"deranged",
|
893
|
+
"itoa",
|
894
|
+
"serde",
|
895
|
+
"time-core",
|
896
|
+
"time-macros",
|
897
|
+
]
|
898
|
+
|
899
|
+
[[package]]
|
900
|
+
name = "time-core"
|
901
|
+
version = "0.1.2"
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
904
|
+
|
905
|
+
[[package]]
|
906
|
+
name = "time-macros"
|
907
|
+
version = "0.2.15"
|
908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
909
|
+
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
910
|
+
dependencies = [
|
911
|
+
"time-core",
|
912
|
+
]
|
913
|
+
|
914
|
+
[[package]]
|
915
|
+
name = "typed-arena"
|
916
|
+
version = "2.0.2"
|
917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
918
|
+
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
919
|
+
|
920
|
+
[[package]]
|
921
|
+
name = "unicode-ident"
|
922
|
+
version = "1.0.12"
|
923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
924
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
925
|
+
|
926
|
+
[[package]]
|
927
|
+
name = "unicode_categories"
|
928
|
+
version = "0.1.1"
|
929
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
930
|
+
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
931
|
+
|
932
|
+
[[package]]
|
933
|
+
name = "utf8parse"
|
934
|
+
version = "0.2.1"
|
935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
936
|
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
937
|
+
|
938
|
+
[[package]]
|
939
|
+
name = "walkdir"
|
940
|
+
version = "2.4.0"
|
941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
+
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
943
|
+
dependencies = [
|
944
|
+
"same-file",
|
945
|
+
"winapi-util",
|
946
|
+
]
|
947
|
+
|
948
|
+
[[package]]
|
949
|
+
name = "winapi"
|
950
|
+
version = "0.3.9"
|
951
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
953
|
+
dependencies = [
|
954
|
+
"winapi-i686-pc-windows-gnu",
|
955
|
+
"winapi-x86_64-pc-windows-gnu",
|
956
|
+
]
|
957
|
+
|
958
|
+
[[package]]
|
959
|
+
name = "winapi-i686-pc-windows-gnu"
|
960
|
+
version = "0.4.0"
|
961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
962
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
963
|
+
|
964
|
+
[[package]]
|
965
|
+
name = "winapi-util"
|
966
|
+
version = "0.1.6"
|
967
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
968
|
+
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
969
|
+
dependencies = [
|
970
|
+
"winapi",
|
971
|
+
]
|
972
|
+
|
973
|
+
[[package]]
|
974
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
975
|
+
version = "0.4.0"
|
976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
977
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
978
|
+
|
979
|
+
[[package]]
|
980
|
+
name = "windows-sys"
|
981
|
+
version = "0.48.0"
|
982
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
984
|
+
dependencies = [
|
985
|
+
"windows-targets",
|
986
|
+
]
|
987
|
+
|
988
|
+
[[package]]
|
989
|
+
name = "windows-targets"
|
990
|
+
version = "0.48.5"
|
991
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
992
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
993
|
+
dependencies = [
|
994
|
+
"windows_aarch64_gnullvm",
|
995
|
+
"windows_aarch64_msvc",
|
996
|
+
"windows_i686_gnu",
|
997
|
+
"windows_i686_msvc",
|
998
|
+
"windows_x86_64_gnu",
|
999
|
+
"windows_x86_64_gnullvm",
|
1000
|
+
"windows_x86_64_msvc",
|
1001
|
+
]
|
1002
|
+
|
1003
|
+
[[package]]
|
1004
|
+
name = "windows_aarch64_gnullvm"
|
1005
|
+
version = "0.48.5"
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1007
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1008
|
+
|
1009
|
+
[[package]]
|
1010
|
+
name = "windows_aarch64_msvc"
|
1011
|
+
version = "0.48.5"
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1013
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1014
|
+
|
1015
|
+
[[package]]
|
1016
|
+
name = "windows_i686_gnu"
|
1017
|
+
version = "0.48.5"
|
1018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1019
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1020
|
+
|
1021
|
+
[[package]]
|
1022
|
+
name = "windows_i686_msvc"
|
1023
|
+
version = "0.48.5"
|
1024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1025
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1026
|
+
|
1027
|
+
[[package]]
|
1028
|
+
name = "windows_x86_64_gnu"
|
1029
|
+
version = "0.48.5"
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1032
|
+
|
1033
|
+
[[package]]
|
1034
|
+
name = "windows_x86_64_gnullvm"
|
1035
|
+
version = "0.48.5"
|
1036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1038
|
+
|
1039
|
+
[[package]]
|
1040
|
+
name = "windows_x86_64_msvc"
|
1041
|
+
version = "0.48.5"
|
1042
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1044
|
+
|
1045
|
+
[[package]]
|
1046
|
+
name = "xdg"
|
1047
|
+
version = "2.5.2"
|
1048
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049
|
+
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
1050
|
+
|
1051
|
+
[[package]]
|
1052
|
+
name = "yaml-rust"
|
1053
|
+
version = "0.4.5"
|
1054
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1055
|
+
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
1056
|
+
dependencies = [
|
1057
|
+
"linked-hash-map",
|
1058
|
+
]
|