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