gitlab-glfm-markdown 0.0.23-x86_64-darwin → 0.0.25-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +164 -259
- data/README.md +1 -1
- data/ext/glfm_markdown/Cargo.toml +2 -2
- data/ext/glfm_markdown/src/glfm.rs +2 -0
- data/ext/glfm_markdown/src/lib.rs +1 -0
- data/ext/glfm_markdown/src/main.rs +5 -0
- data/lib/glfm_markdown/3.1/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.2/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.3/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.4/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/version.rb +1 -1
- metadata +10 -25
- data/lib/glfm_markdown/2.7/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.0/glfm_markdown.bundle +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0f8d6faa57aa5c6a70f1e3134fc9bac6f831fb6a837353538740ee04ffea7cd
|
4
|
+
data.tar.gz: 92ad4dee3b4d130364d9575d41b2ff15d11b6ea2626f908e9450ec2ba39ac157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e01c7107fe79ff4641d3be7a6956309ce89804eae066894fb2144dccbcd7d946ecb6fa34b62713c5db21360cf6393952d4cdf0a033912607faa15a639a9ba3e5
|
7
|
+
data.tar.gz: 93f4555ff01fce8ae352c6880a05e30e451ab79db68b4a12683b73e364bde05fb779ed80b6d1fc96499124451f1b05d61d0577fce16a114f6b8b0feb9b0edcc1
|
data/Cargo.lock
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
version = 3
|
4
4
|
|
5
5
|
[[package]]
|
6
|
-
name = "
|
7
|
-
version = "
|
6
|
+
name = "adler2"
|
7
|
+
version = "2.0.0"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "aho-corasick"
|
@@ -19,9 +19,9 @@ dependencies = [
|
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "anstream"
|
22
|
-
version = "0.6.
|
22
|
+
version = "0.6.18"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
25
25
|
dependencies = [
|
26
26
|
"anstyle",
|
27
27
|
"anstyle-parse",
|
@@ -34,33 +34,33 @@ dependencies = [
|
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "anstyle"
|
37
|
-
version = "1.0.
|
37
|
+
version = "1.0.10"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
40
40
|
|
41
41
|
[[package]]
|
42
42
|
name = "anstyle-parse"
|
43
|
-
version = "0.2.
|
43
|
+
version = "0.2.6"
|
44
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45
|
-
checksum = "
|
45
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
46
46
|
dependencies = [
|
47
47
|
"utf8parse",
|
48
48
|
]
|
49
49
|
|
50
50
|
[[package]]
|
51
51
|
name = "anstyle-query"
|
52
|
-
version = "1.
|
52
|
+
version = "1.1.2"
|
53
53
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
54
|
-
checksum = "
|
54
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
55
55
|
dependencies = [
|
56
56
|
"windows-sys",
|
57
57
|
]
|
58
58
|
|
59
59
|
[[package]]
|
60
60
|
name = "anstyle-wincon"
|
61
|
-
version = "3.0.
|
61
|
+
version = "3.0.6"
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
checksum = "
|
63
|
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
64
64
|
dependencies = [
|
65
65
|
"anstyle",
|
66
66
|
"windows-sys",
|
@@ -68,9 +68,9 @@ dependencies = [
|
|
68
68
|
|
69
69
|
[[package]]
|
70
70
|
name = "base64"
|
71
|
-
version = "0.
|
71
|
+
version = "0.22.1"
|
72
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
checksum = "
|
73
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
74
74
|
|
75
75
|
[[package]]
|
76
76
|
name = "bincode"
|
@@ -83,11 +83,11 @@ dependencies = [
|
|
83
83
|
|
84
84
|
[[package]]
|
85
85
|
name = "bindgen"
|
86
|
-
version = "0.69.
|
86
|
+
version = "0.69.5"
|
87
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88
|
-
checksum = "
|
88
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
89
89
|
dependencies = [
|
90
|
-
"bitflags 2.
|
90
|
+
"bitflags 2.7.0",
|
91
91
|
"cexpr",
|
92
92
|
"clang-sys",
|
93
93
|
"itertools",
|
@@ -124,34 +124,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
124
124
|
|
125
125
|
[[package]]
|
126
126
|
name = "bitflags"
|
127
|
-
version = "2.
|
128
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
129
|
-
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
130
|
-
|
131
|
-
[[package]]
|
132
|
-
name = "bon"
|
133
|
-
version = "3.1.0"
|
134
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
135
|
-
checksum = "790d33b1027fac712b9cd2079bfb7978fe90a6aac7c7b97abe32377e699fe08f"
|
136
|
-
dependencies = [
|
137
|
-
"bon-macros",
|
138
|
-
"rustversion",
|
139
|
-
]
|
140
|
-
|
141
|
-
[[package]]
|
142
|
-
name = "bon-macros"
|
143
|
-
version = "3.1.0"
|
127
|
+
version = "2.7.0"
|
144
128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145
|
-
checksum = "
|
146
|
-
dependencies = [
|
147
|
-
"darling",
|
148
|
-
"ident_case",
|
149
|
-
"prettyplease",
|
150
|
-
"proc-macro2",
|
151
|
-
"quote",
|
152
|
-
"rustversion",
|
153
|
-
"syn",
|
154
|
-
]
|
129
|
+
checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
|
155
130
|
|
156
131
|
[[package]]
|
157
132
|
name = "bumpalo"
|
@@ -161,19 +136,21 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
161
136
|
|
162
137
|
[[package]]
|
163
138
|
name = "caseless"
|
164
|
-
version = "0.2.
|
139
|
+
version = "0.2.2"
|
165
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
166
|
-
checksum = "
|
141
|
+
checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
|
167
142
|
dependencies = [
|
168
|
-
"regex",
|
169
143
|
"unicode-normalization",
|
170
144
|
]
|
171
145
|
|
172
146
|
[[package]]
|
173
147
|
name = "cc"
|
174
|
-
version = "1.
|
148
|
+
version = "1.2.8"
|
175
149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
-
checksum = "
|
150
|
+
checksum = "ad0cf6e91fde44c773c6ee7ec6bba798504641a8bc2eb7e37a04ffbf4dfaa55a"
|
151
|
+
dependencies = [
|
152
|
+
"shlex",
|
153
|
+
]
|
177
154
|
|
178
155
|
[[package]]
|
179
156
|
name = "cexpr"
|
@@ -192,9 +169,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
192
169
|
|
193
170
|
[[package]]
|
194
171
|
name = "clang-sys"
|
195
|
-
version = "1.
|
172
|
+
version = "1.8.1"
|
196
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
174
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
198
175
|
dependencies = [
|
199
176
|
"glob",
|
200
177
|
"libc",
|
@@ -203,9 +180,9 @@ dependencies = [
|
|
203
180
|
|
204
181
|
[[package]]
|
205
182
|
name = "clap"
|
206
|
-
version = "4.5.
|
183
|
+
version = "4.5.26"
|
207
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
208
|
-
checksum = "
|
185
|
+
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
|
209
186
|
dependencies = [
|
210
187
|
"clap_builder",
|
211
188
|
"clap_derive",
|
@@ -213,9 +190,9 @@ dependencies = [
|
|
213
190
|
|
214
191
|
[[package]]
|
215
192
|
name = "clap_builder"
|
216
|
-
version = "4.5.
|
193
|
+
version = "4.5.26"
|
217
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
218
|
-
checksum = "
|
195
|
+
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
|
219
196
|
dependencies = [
|
220
197
|
"anstream",
|
221
198
|
"anstyle",
|
@@ -225,9 +202,9 @@ dependencies = [
|
|
225
202
|
|
226
203
|
[[package]]
|
227
204
|
name = "clap_derive"
|
228
|
-
version = "4.5.
|
205
|
+
version = "4.5.24"
|
229
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
230
|
-
checksum = "
|
207
|
+
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
231
208
|
dependencies = [
|
232
209
|
"heck",
|
233
210
|
"proc-macro2",
|
@@ -237,29 +214,26 @@ dependencies = [
|
|
237
214
|
|
238
215
|
[[package]]
|
239
216
|
name = "clap_lex"
|
240
|
-
version = "0.7.
|
217
|
+
version = "0.7.4"
|
241
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
242
|
-
checksum = "
|
219
|
+
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
243
220
|
|
244
221
|
[[package]]
|
245
222
|
name = "colorchoice"
|
246
|
-
version = "1.0.
|
223
|
+
version = "1.0.3"
|
247
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "
|
225
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
249
226
|
|
250
227
|
[[package]]
|
251
228
|
name = "comrak"
|
252
|
-
version = "0.
|
229
|
+
version = "0.34.0"
|
253
230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
254
|
-
checksum = "
|
231
|
+
checksum = "1664eb8abab93a9c09d1e85df10b4de6af0b4c738f267750b211a77a771447fe"
|
255
232
|
dependencies = [
|
256
|
-
"bon",
|
257
233
|
"caseless",
|
258
234
|
"emojis",
|
259
235
|
"entities",
|
260
236
|
"memchr",
|
261
|
-
"once_cell",
|
262
|
-
"regex",
|
263
237
|
"slug",
|
264
238
|
"syntect",
|
265
239
|
"typed-arena",
|
@@ -268,48 +242,13 @@ dependencies = [
|
|
268
242
|
|
269
243
|
[[package]]
|
270
244
|
name = "crc32fast"
|
271
|
-
version = "1.4.
|
245
|
+
version = "1.4.2"
|
272
246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
273
|
-
checksum = "
|
247
|
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
274
248
|
dependencies = [
|
275
249
|
"cfg-if",
|
276
250
|
]
|
277
251
|
|
278
|
-
[[package]]
|
279
|
-
name = "darling"
|
280
|
-
version = "0.20.10"
|
281
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
282
|
-
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
283
|
-
dependencies = [
|
284
|
-
"darling_core",
|
285
|
-
"darling_macro",
|
286
|
-
]
|
287
|
-
|
288
|
-
[[package]]
|
289
|
-
name = "darling_core"
|
290
|
-
version = "0.20.10"
|
291
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
292
|
-
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
293
|
-
dependencies = [
|
294
|
-
"fnv",
|
295
|
-
"ident_case",
|
296
|
-
"proc-macro2",
|
297
|
-
"quote",
|
298
|
-
"strsim",
|
299
|
-
"syn",
|
300
|
-
]
|
301
|
-
|
302
|
-
[[package]]
|
303
|
-
name = "darling_macro"
|
304
|
-
version = "0.20.10"
|
305
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
306
|
-
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
307
|
-
dependencies = [
|
308
|
-
"darling_core",
|
309
|
-
"quote",
|
310
|
-
"syn",
|
311
|
-
]
|
312
|
-
|
313
252
|
[[package]]
|
314
253
|
name = "deranged"
|
315
254
|
version = "0.3.11"
|
@@ -327,15 +266,15 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
|
327
266
|
|
328
267
|
[[package]]
|
329
268
|
name = "either"
|
330
|
-
version = "1.
|
269
|
+
version = "1.13.0"
|
331
270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
332
|
-
checksum = "
|
271
|
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
333
272
|
|
334
273
|
[[package]]
|
335
274
|
name = "emojis"
|
336
|
-
version = "0.6.
|
275
|
+
version = "0.6.4"
|
337
276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
277
|
+
checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
|
339
278
|
dependencies = [
|
340
279
|
"phf",
|
341
280
|
]
|
@@ -364,9 +303,9 @@ dependencies = [
|
|
364
303
|
|
365
304
|
[[package]]
|
366
305
|
name = "flate2"
|
367
|
-
version = "1.0.
|
306
|
+
version = "1.0.35"
|
368
307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
369
|
-
checksum = "
|
308
|
+
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
370
309
|
dependencies = [
|
371
310
|
"crc32fast",
|
372
311
|
"miniz_oxide",
|
@@ -380,7 +319,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
380
319
|
|
381
320
|
[[package]]
|
382
321
|
name = "glfm_markdown"
|
383
|
-
version = "0.0.
|
322
|
+
version = "0.0.25"
|
384
323
|
dependencies = [
|
385
324
|
"clap",
|
386
325
|
"comrak",
|
@@ -390,15 +329,15 @@ dependencies = [
|
|
390
329
|
|
391
330
|
[[package]]
|
392
331
|
name = "glob"
|
393
|
-
version = "0.3.
|
332
|
+
version = "0.3.2"
|
394
333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
395
|
-
checksum = "
|
334
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
396
335
|
|
397
336
|
[[package]]
|
398
337
|
name = "hashbrown"
|
399
|
-
version = "0.
|
338
|
+
version = "0.15.2"
|
400
339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
|
-
checksum = "
|
340
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
402
341
|
|
403
342
|
[[package]]
|
404
343
|
name = "heck"
|
@@ -406,17 +345,11 @@ version = "0.5.0"
|
|
406
345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
407
346
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
408
347
|
|
409
|
-
[[package]]
|
410
|
-
name = "ident_case"
|
411
|
-
version = "1.0.1"
|
412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
-
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
414
|
-
|
415
348
|
[[package]]
|
416
349
|
name = "indexmap"
|
417
|
-
version = "2.
|
350
|
+
version = "2.7.0"
|
418
351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419
|
-
checksum = "
|
352
|
+
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
420
353
|
dependencies = [
|
421
354
|
"equivalent",
|
422
355
|
"hashbrown",
|
@@ -424,9 +357,9 @@ dependencies = [
|
|
424
357
|
|
425
358
|
[[package]]
|
426
359
|
name = "is_terminal_polyfill"
|
427
|
-
version = "1.70.
|
360
|
+
version = "1.70.1"
|
428
361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429
|
-
checksum = "
|
362
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
430
363
|
|
431
364
|
[[package]]
|
432
365
|
name = "itertools"
|
@@ -439,15 +372,15 @@ dependencies = [
|
|
439
372
|
|
440
373
|
[[package]]
|
441
374
|
name = "itoa"
|
442
|
-
version = "1.0.
|
375
|
+
version = "1.0.14"
|
443
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444
|
-
checksum = "
|
377
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
445
378
|
|
446
379
|
[[package]]
|
447
380
|
name = "lazy_static"
|
448
|
-
version = "1.
|
381
|
+
version = "1.5.0"
|
449
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
450
|
-
checksum = "
|
383
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
451
384
|
|
452
385
|
[[package]]
|
453
386
|
name = "lazycell"
|
@@ -457,26 +390,20 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
457
390
|
|
458
391
|
[[package]]
|
459
392
|
name = "libc"
|
460
|
-
version = "0.2.
|
393
|
+
version = "0.2.169"
|
461
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
462
|
-
checksum = "
|
395
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
463
396
|
|
464
397
|
[[package]]
|
465
398
|
name = "libloading"
|
466
|
-
version = "0.8.
|
399
|
+
version = "0.8.6"
|
467
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
468
|
-
checksum = "
|
401
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
469
402
|
dependencies = [
|
470
403
|
"cfg-if",
|
471
404
|
"windows-targets",
|
472
405
|
]
|
473
406
|
|
474
|
-
[[package]]
|
475
|
-
name = "line-wrap"
|
476
|
-
version = "0.2.0"
|
477
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
478
|
-
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
|
479
|
-
|
480
407
|
[[package]]
|
481
408
|
name = "linked-hash-map"
|
482
409
|
version = "0.5.6"
|
@@ -485,9 +412,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
485
412
|
|
486
413
|
[[package]]
|
487
414
|
name = "log"
|
488
|
-
version = "0.4.
|
415
|
+
version = "0.4.24"
|
489
416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
490
|
-
checksum = "
|
417
|
+
checksum = "3d6ea2a48c204030ee31a7d7fc72c93294c92fe87ecb1789881c9543516e1a0d"
|
491
418
|
|
492
419
|
[[package]]
|
493
420
|
name = "magnus"
|
@@ -514,9 +441,9 @@ dependencies = [
|
|
514
441
|
|
515
442
|
[[package]]
|
516
443
|
name = "memchr"
|
517
|
-
version = "2.7.
|
444
|
+
version = "2.7.4"
|
518
445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
519
|
-
checksum = "
|
446
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
520
447
|
|
521
448
|
[[package]]
|
522
449
|
name = "minimal-lexical"
|
@@ -526,11 +453,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
526
453
|
|
527
454
|
[[package]]
|
528
455
|
name = "miniz_oxide"
|
529
|
-
version = "0.
|
456
|
+
version = "0.8.2"
|
530
457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
531
|
-
checksum = "
|
458
|
+
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
532
459
|
dependencies = [
|
533
|
-
"
|
460
|
+
"adler2",
|
534
461
|
]
|
535
462
|
|
536
463
|
[[package]]
|
@@ -551,9 +478,9 @@ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
551
478
|
|
552
479
|
[[package]]
|
553
480
|
name = "once_cell"
|
554
|
-
version = "1.
|
481
|
+
version = "1.20.2"
|
555
482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556
|
-
checksum = "
|
483
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
557
484
|
|
558
485
|
[[package]]
|
559
486
|
name = "onig"
|
@@ -579,37 +506,36 @@ dependencies = [
|
|
579
506
|
|
580
507
|
[[package]]
|
581
508
|
name = "phf"
|
582
|
-
version = "0.11.
|
509
|
+
version = "0.11.3"
|
583
510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
584
|
-
checksum = "
|
511
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
585
512
|
dependencies = [
|
586
513
|
"phf_shared",
|
587
514
|
]
|
588
515
|
|
589
516
|
[[package]]
|
590
517
|
name = "phf_shared"
|
591
|
-
version = "0.11.
|
518
|
+
version = "0.11.3"
|
592
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
593
|
-
checksum = "
|
520
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
594
521
|
dependencies = [
|
595
522
|
"siphasher",
|
596
523
|
]
|
597
524
|
|
598
525
|
[[package]]
|
599
526
|
name = "pkg-config"
|
600
|
-
version = "0.3.
|
527
|
+
version = "0.3.31"
|
601
528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
602
|
-
checksum = "
|
529
|
+
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
603
530
|
|
604
531
|
[[package]]
|
605
532
|
name = "plist"
|
606
|
-
version = "1.
|
533
|
+
version = "1.7.0"
|
607
534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608
|
-
checksum = "
|
535
|
+
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
609
536
|
dependencies = [
|
610
537
|
"base64",
|
611
538
|
"indexmap",
|
612
|
-
"line-wrap",
|
613
539
|
"quick-xml",
|
614
540
|
"serde",
|
615
541
|
"time",
|
@@ -621,57 +547,47 @@ version = "0.2.0"
|
|
621
547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
622
548
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
623
549
|
|
624
|
-
[[package]]
|
625
|
-
name = "prettyplease"
|
626
|
-
version = "0.2.25"
|
627
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
628
|
-
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
629
|
-
dependencies = [
|
630
|
-
"proc-macro2",
|
631
|
-
"syn",
|
632
|
-
]
|
633
|
-
|
634
550
|
[[package]]
|
635
551
|
name = "proc-macro2"
|
636
|
-
version = "1.0.
|
552
|
+
version = "1.0.93"
|
637
553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
638
|
-
checksum = "
|
554
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
639
555
|
dependencies = [
|
640
556
|
"unicode-ident",
|
641
557
|
]
|
642
558
|
|
643
559
|
[[package]]
|
644
560
|
name = "quick-xml"
|
645
|
-
version = "0.
|
561
|
+
version = "0.32.0"
|
646
562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
647
|
-
checksum = "
|
563
|
+
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
648
564
|
dependencies = [
|
649
565
|
"memchr",
|
650
566
|
]
|
651
567
|
|
652
568
|
[[package]]
|
653
569
|
name = "quote"
|
654
|
-
version = "1.0.
|
570
|
+
version = "1.0.38"
|
655
571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656
|
-
checksum = "
|
572
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
657
573
|
dependencies = [
|
658
574
|
"proc-macro2",
|
659
575
|
]
|
660
576
|
|
661
577
|
[[package]]
|
662
578
|
name = "rb-sys"
|
663
|
-
version = "0.9.
|
579
|
+
version = "0.9.107"
|
664
580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
665
|
-
checksum = "
|
581
|
+
checksum = "56aaf81d9efc195606456e91896297ee5ab2002381539f8ed1ba6b4f2e467f3b"
|
666
582
|
dependencies = [
|
667
583
|
"rb-sys-build",
|
668
584
|
]
|
669
585
|
|
670
586
|
[[package]]
|
671
587
|
name = "rb-sys-build"
|
672
|
-
version = "0.9.
|
588
|
+
version = "0.9.107"
|
673
589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
674
|
-
checksum = "
|
590
|
+
checksum = "035b513baded6df2b90a8559efb1973c47ba42e16c21c5f0863dd2aa4dbd6abe"
|
675
591
|
dependencies = [
|
676
592
|
"bindgen",
|
677
593
|
"lazy_static",
|
@@ -690,38 +606,32 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
690
606
|
|
691
607
|
[[package]]
|
692
608
|
name = "regex"
|
693
|
-
version = "1.
|
609
|
+
version = "1.11.1"
|
694
610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
695
|
-
checksum = "
|
611
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
696
612
|
dependencies = [
|
697
613
|
"aho-corasick",
|
698
614
|
"memchr",
|
699
615
|
"regex-automata",
|
700
|
-
"regex-syntax
|
616
|
+
"regex-syntax",
|
701
617
|
]
|
702
618
|
|
703
619
|
[[package]]
|
704
620
|
name = "regex-automata"
|
705
|
-
version = "0.
|
621
|
+
version = "0.4.9"
|
706
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
707
|
-
checksum = "
|
623
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
708
624
|
dependencies = [
|
709
625
|
"aho-corasick",
|
710
626
|
"memchr",
|
711
|
-
"regex-syntax
|
627
|
+
"regex-syntax",
|
712
628
|
]
|
713
629
|
|
714
630
|
[[package]]
|
715
631
|
name = "regex-syntax"
|
716
|
-
version = "0.
|
717
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
-
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
719
|
-
|
720
|
-
[[package]]
|
721
|
-
name = "regex-syntax"
|
722
|
-
version = "0.8.3"
|
632
|
+
version = "0.8.5"
|
723
633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
724
|
-
checksum = "
|
634
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
725
635
|
|
726
636
|
[[package]]
|
727
637
|
name = "rustc-hash"
|
@@ -729,12 +639,6 @@ version = "1.1.0"
|
|
729
639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
730
640
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
731
641
|
|
732
|
-
[[package]]
|
733
|
-
name = "rustversion"
|
734
|
-
version = "1.0.18"
|
735
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
736
|
-
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
737
|
-
|
738
642
|
[[package]]
|
739
643
|
name = "ryu"
|
740
644
|
version = "1.0.18"
|
@@ -758,18 +662,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
758
662
|
|
759
663
|
[[package]]
|
760
664
|
name = "serde"
|
761
|
-
version = "1.0.
|
665
|
+
version = "1.0.217"
|
762
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
667
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
764
668
|
dependencies = [
|
765
669
|
"serde_derive",
|
766
670
|
]
|
767
671
|
|
768
672
|
[[package]]
|
769
673
|
name = "serde_derive"
|
770
|
-
version = "1.0.
|
674
|
+
version = "1.0.217"
|
771
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
772
|
-
checksum = "
|
676
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
773
677
|
dependencies = [
|
774
678
|
"proc-macro2",
|
775
679
|
"quote",
|
@@ -778,11 +682,12 @@ dependencies = [
|
|
778
682
|
|
779
683
|
[[package]]
|
780
684
|
name = "serde_json"
|
781
|
-
version = "1.0.
|
685
|
+
version = "1.0.135"
|
782
686
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
783
|
-
checksum = "
|
687
|
+
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
|
784
688
|
dependencies = [
|
785
689
|
"itoa",
|
690
|
+
"memchr",
|
786
691
|
"ryu",
|
787
692
|
"serde",
|
788
693
|
]
|
@@ -801,15 +706,15 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
801
706
|
|
802
707
|
[[package]]
|
803
708
|
name = "siphasher"
|
804
|
-
version = "0.
|
709
|
+
version = "1.0.1"
|
805
710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
806
|
-
checksum = "
|
711
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
807
712
|
|
808
713
|
[[package]]
|
809
714
|
name = "slug"
|
810
|
-
version = "0.1.
|
715
|
+
version = "0.1.6"
|
811
716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
812
|
-
checksum = "
|
717
|
+
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
|
813
718
|
dependencies = [
|
814
719
|
"deunicode",
|
815
720
|
"wasm-bindgen",
|
@@ -823,9 +728,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
823
728
|
|
824
729
|
[[package]]
|
825
730
|
name = "syn"
|
826
|
-
version = "2.0.
|
731
|
+
version = "2.0.96"
|
827
732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
828
|
-
checksum = "
|
733
|
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
829
734
|
dependencies = [
|
830
735
|
"proc-macro2",
|
831
736
|
"quote",
|
@@ -846,7 +751,7 @@ dependencies = [
|
|
846
751
|
"once_cell",
|
847
752
|
"onig",
|
848
753
|
"plist",
|
849
|
-
"regex-syntax
|
754
|
+
"regex-syntax",
|
850
755
|
"serde",
|
851
756
|
"serde_derive",
|
852
757
|
"serde_json",
|
@@ -857,18 +762,18 @@ dependencies = [
|
|
857
762
|
|
858
763
|
[[package]]
|
859
764
|
name = "thiserror"
|
860
|
-
version = "1.0.
|
765
|
+
version = "1.0.69"
|
861
766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
862
|
-
checksum = "
|
767
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
863
768
|
dependencies = [
|
864
769
|
"thiserror-impl",
|
865
770
|
]
|
866
771
|
|
867
772
|
[[package]]
|
868
773
|
name = "thiserror-impl"
|
869
|
-
version = "1.0.
|
774
|
+
version = "1.0.69"
|
870
775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
871
|
-
checksum = "
|
776
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
872
777
|
dependencies = [
|
873
778
|
"proc-macro2",
|
874
779
|
"quote",
|
@@ -877,9 +782,9 @@ dependencies = [
|
|
877
782
|
|
878
783
|
[[package]]
|
879
784
|
name = "time"
|
880
|
-
version = "0.3.
|
785
|
+
version = "0.3.37"
|
881
786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
882
|
-
checksum = "
|
787
|
+
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
883
788
|
dependencies = [
|
884
789
|
"deranged",
|
885
790
|
"itoa",
|
@@ -898,9 +803,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
898
803
|
|
899
804
|
[[package]]
|
900
805
|
name = "time-macros"
|
901
|
-
version = "0.2.
|
806
|
+
version = "0.2.19"
|
902
807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
-
checksum = "
|
808
|
+
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
904
809
|
dependencies = [
|
905
810
|
"num-conv",
|
906
811
|
"time-core",
|
@@ -908,9 +813,9 @@ dependencies = [
|
|
908
813
|
|
909
814
|
[[package]]
|
910
815
|
name = "tinyvec"
|
911
|
-
version = "1.8.
|
816
|
+
version = "1.8.1"
|
912
817
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
913
|
-
checksum = "
|
818
|
+
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
914
819
|
dependencies = [
|
915
820
|
"tinyvec_macros",
|
916
821
|
]
|
@@ -929,15 +834,15 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
929
834
|
|
930
835
|
[[package]]
|
931
836
|
name = "unicode-ident"
|
932
|
-
version = "1.0.
|
837
|
+
version = "1.0.14"
|
933
838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
934
|
-
checksum = "
|
839
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
935
840
|
|
936
841
|
[[package]]
|
937
842
|
name = "unicode-normalization"
|
938
|
-
version = "0.1.
|
843
|
+
version = "0.1.24"
|
939
844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
940
|
-
checksum = "
|
845
|
+
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
941
846
|
dependencies = [
|
942
847
|
"tinyvec",
|
943
848
|
]
|
@@ -950,9 +855,9 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
950
855
|
|
951
856
|
[[package]]
|
952
857
|
name = "utf8parse"
|
953
|
-
version = "0.2.
|
858
|
+
version = "0.2.2"
|
954
859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
955
|
-
checksum = "
|
860
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
956
861
|
|
957
862
|
[[package]]
|
958
863
|
name = "walkdir"
|
@@ -966,23 +871,23 @@ dependencies = [
|
|
966
871
|
|
967
872
|
[[package]]
|
968
873
|
name = "wasm-bindgen"
|
969
|
-
version = "0.2.
|
874
|
+
version = "0.2.99"
|
970
875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "
|
876
|
+
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
972
877
|
dependencies = [
|
973
878
|
"cfg-if",
|
879
|
+
"once_cell",
|
974
880
|
"wasm-bindgen-macro",
|
975
881
|
]
|
976
882
|
|
977
883
|
[[package]]
|
978
884
|
name = "wasm-bindgen-backend"
|
979
|
-
version = "0.2.
|
885
|
+
version = "0.2.99"
|
980
886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
981
|
-
checksum = "
|
887
|
+
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
982
888
|
dependencies = [
|
983
889
|
"bumpalo",
|
984
890
|
"log",
|
985
|
-
"once_cell",
|
986
891
|
"proc-macro2",
|
987
892
|
"quote",
|
988
893
|
"syn",
|
@@ -991,9 +896,9 @@ dependencies = [
|
|
991
896
|
|
992
897
|
[[package]]
|
993
898
|
name = "wasm-bindgen-macro"
|
994
|
-
version = "0.2.
|
899
|
+
version = "0.2.99"
|
995
900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996
|
-
checksum = "
|
901
|
+
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
997
902
|
dependencies = [
|
998
903
|
"quote",
|
999
904
|
"wasm-bindgen-macro-support",
|
@@ -1001,9 +906,9 @@ dependencies = [
|
|
1001
906
|
|
1002
907
|
[[package]]
|
1003
908
|
name = "wasm-bindgen-macro-support"
|
1004
|
-
version = "0.2.
|
909
|
+
version = "0.2.99"
|
1005
910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1006
|
-
checksum = "
|
911
|
+
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
1007
912
|
dependencies = [
|
1008
913
|
"proc-macro2",
|
1009
914
|
"quote",
|
@@ -1014,33 +919,33 @@ dependencies = [
|
|
1014
919
|
|
1015
920
|
[[package]]
|
1016
921
|
name = "wasm-bindgen-shared"
|
1017
|
-
version = "0.2.
|
922
|
+
version = "0.2.99"
|
1018
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1019
|
-
checksum = "
|
924
|
+
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
1020
925
|
|
1021
926
|
[[package]]
|
1022
927
|
name = "winapi-util"
|
1023
|
-
version = "0.1.
|
928
|
+
version = "0.1.9"
|
1024
929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1025
|
-
checksum = "
|
930
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
1026
931
|
dependencies = [
|
1027
932
|
"windows-sys",
|
1028
933
|
]
|
1029
934
|
|
1030
935
|
[[package]]
|
1031
936
|
name = "windows-sys"
|
1032
|
-
version = "0.
|
937
|
+
version = "0.59.0"
|
1033
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1034
|
-
checksum = "
|
939
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1035
940
|
dependencies = [
|
1036
941
|
"windows-targets",
|
1037
942
|
]
|
1038
943
|
|
1039
944
|
[[package]]
|
1040
945
|
name = "windows-targets"
|
1041
|
-
version = "0.52.
|
946
|
+
version = "0.52.6"
|
1042
947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "
|
948
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1044
949
|
dependencies = [
|
1045
950
|
"windows_aarch64_gnullvm",
|
1046
951
|
"windows_aarch64_msvc",
|
@@ -1054,51 +959,51 @@ dependencies = [
|
|
1054
959
|
|
1055
960
|
[[package]]
|
1056
961
|
name = "windows_aarch64_gnullvm"
|
1057
|
-
version = "0.52.
|
962
|
+
version = "0.52.6"
|
1058
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1059
|
-
checksum = "
|
964
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1060
965
|
|
1061
966
|
[[package]]
|
1062
967
|
name = "windows_aarch64_msvc"
|
1063
|
-
version = "0.52.
|
968
|
+
version = "0.52.6"
|
1064
969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1065
|
-
checksum = "
|
970
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1066
971
|
|
1067
972
|
[[package]]
|
1068
973
|
name = "windows_i686_gnu"
|
1069
|
-
version = "0.52.
|
974
|
+
version = "0.52.6"
|
1070
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071
|
-
checksum = "
|
976
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1072
977
|
|
1073
978
|
[[package]]
|
1074
979
|
name = "windows_i686_gnullvm"
|
1075
|
-
version = "0.52.
|
980
|
+
version = "0.52.6"
|
1076
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1077
|
-
checksum = "
|
982
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1078
983
|
|
1079
984
|
[[package]]
|
1080
985
|
name = "windows_i686_msvc"
|
1081
|
-
version = "0.52.
|
986
|
+
version = "0.52.6"
|
1082
987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083
|
-
checksum = "
|
988
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1084
989
|
|
1085
990
|
[[package]]
|
1086
991
|
name = "windows_x86_64_gnu"
|
1087
|
-
version = "0.52.
|
992
|
+
version = "0.52.6"
|
1088
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089
|
-
checksum = "
|
994
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1090
995
|
|
1091
996
|
[[package]]
|
1092
997
|
name = "windows_x86_64_gnullvm"
|
1093
|
-
version = "0.52.
|
998
|
+
version = "0.52.6"
|
1094
999
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1095
|
-
checksum = "
|
1000
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1096
1001
|
|
1097
1002
|
[[package]]
|
1098
1003
|
name = "windows_x86_64_msvc"
|
1099
|
-
version = "0.52.
|
1004
|
+
version = "0.52.6"
|
1100
1005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1101
|
-
checksum = "
|
1006
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1102
1007
|
|
1103
1008
|
[[package]]
|
1104
1009
|
name = "yaml-rust"
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Implements GLFM (as used by GitLab) using the Rust-based markdown parser [comrak](https://github.com/kivikakk/comrak)
|
7
7
|
and providing a Ruby interface.\
|
8
|
-
_Currently using `comrak 0.
|
8
|
+
_Currently using `comrak 0.34.0`_.
|
9
9
|
|
10
10
|
This project is still in constant flux, so interfaces and functionality can change at any time.
|
11
11
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[package]
|
2
2
|
name = "glfm_markdown"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.25"
|
4
4
|
edition = "2021"
|
5
5
|
authors = ["digitalmoksha <bwalker@gitlab.com>"]
|
6
6
|
description = "GitLab Flavored Markdown parser and formatter. 100% CommonMark-compatible. Experimental."
|
@@ -15,7 +15,7 @@ required-features = ["cli"]
|
|
15
15
|
|
16
16
|
[dependencies]
|
17
17
|
clap = { version = "4.0", optional = true, features = ["derive", "string"] }
|
18
|
-
comrak = { version = "0.
|
18
|
+
comrak = { version = "0.34.0", default-features = false, features = ["shortcodes"] }
|
19
19
|
magnus = "0.6.2"
|
20
20
|
rb-sys = { version = "0.9.86", default-features = false, features = ["stable-api-compiled-fallback"] }
|
21
21
|
|
@@ -1,5 +1,6 @@
|
|
1
1
|
#[derive(Debug)]
|
2
2
|
pub struct RenderOptions {
|
3
|
+
pub alerts: bool,
|
3
4
|
pub autolink: bool,
|
4
5
|
// pub default_info_string: String,
|
5
6
|
pub description_lists: bool,
|
@@ -48,6 +49,7 @@ pub fn render(text: String, options: RenderOptions) -> String {
|
|
48
49
|
fn render_comrak(text: String, options: RenderOptions) -> String {
|
49
50
|
let mut comrak_options = comrak::ComrakOptions::default();
|
50
51
|
|
52
|
+
comrak_options.extension.alerts = options.alerts;
|
51
53
|
comrak_options.extension.autolink = options.autolink;
|
52
54
|
comrak_options.extension.description_lists = options.description_lists;
|
53
55
|
comrak_options.extension.footnotes = options.footnotes;
|
@@ -15,6 +15,7 @@ fn get_string_opt(arg: &str, options: RHash) -> Option<String> {
|
|
15
15
|
|
16
16
|
pub fn render_to_html_rs(text: String, options: RHash) -> String {
|
17
17
|
let render_options = RenderOptions {
|
18
|
+
alerts: get_bool_opt("alerts", options),
|
18
19
|
autolink: get_bool_opt("autolink", options),
|
19
20
|
// default_info_string: get_string_opt("default_info_string", options),
|
20
21
|
description_lists: get_bool_opt("description_lists", options),
|
@@ -12,6 +12,10 @@ struct Args {
|
|
12
12
|
#[arg(value_name = "FILE")]
|
13
13
|
file: Option<String>,
|
14
14
|
|
15
|
+
/// Enable 'alerts' extension
|
16
|
+
#[arg(long)]
|
17
|
+
alerts: bool,
|
18
|
+
|
15
19
|
/// Enable 'autolink' extension
|
16
20
|
#[arg(long)]
|
17
21
|
autolink: bool,
|
@@ -178,6 +182,7 @@ fn main() {
|
|
178
182
|
|
179
183
|
let source = String::from_utf8_lossy(&s);
|
180
184
|
let options = RenderOptions {
|
185
|
+
alerts: cli.alerts,
|
181
186
|
autolink: cli.autolink,
|
182
187
|
// default_info_string:
|
183
188
|
description_lists: cli.description_lists,
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-glfm-markdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.25
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- Brett Walker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -16,28 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.107
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.9.
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: pry-byebug
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ">="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - ">="
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '0'
|
26
|
+
version: 0.9.107
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: rake
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,14 +58,14 @@ dependencies:
|
|
72
58
|
requirements:
|
73
59
|
- - "~>"
|
74
60
|
- !ruby/object:Gem::Version
|
75
|
-
version: '1.
|
61
|
+
version: '1.8'
|
76
62
|
type: :development
|
77
63
|
prerelease: false
|
78
64
|
version_requirements: !ruby/object:Gem::Requirement
|
79
65
|
requirements:
|
80
66
|
- - "~>"
|
81
67
|
- !ruby/object:Gem::Version
|
82
|
-
version: '1.
|
68
|
+
version: '1.8'
|
83
69
|
description: Markdown processing for GitLab Flavored Markdown
|
84
70
|
email:
|
85
71
|
- bwalker@gitlab.com
|
@@ -96,11 +82,10 @@ files:
|
|
96
82
|
- ext/glfm_markdown/src/lib.rs
|
97
83
|
- ext/glfm_markdown/src/main.rs
|
98
84
|
- lib/glfm_markdown.rb
|
99
|
-
- lib/glfm_markdown/2.7/glfm_markdown.bundle
|
100
|
-
- lib/glfm_markdown/3.0/glfm_markdown.bundle
|
101
85
|
- lib/glfm_markdown/3.1/glfm_markdown.bundle
|
102
86
|
- lib/glfm_markdown/3.2/glfm_markdown.bundle
|
103
87
|
- lib/glfm_markdown/3.3/glfm_markdown.bundle
|
88
|
+
- lib/glfm_markdown/3.4/glfm_markdown.bundle
|
104
89
|
- lib/glfm_markdown/loader.rb
|
105
90
|
- lib/glfm_markdown/version.rb
|
106
91
|
homepage: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
|
@@ -118,17 +103,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
118
103
|
requirements:
|
119
104
|
- - ">="
|
120
105
|
- !ruby/object:Gem::Version
|
121
|
-
version: '
|
106
|
+
version: '3.1'
|
122
107
|
- - "<"
|
123
108
|
- !ruby/object:Gem::Version
|
124
|
-
version: 3.
|
109
|
+
version: 3.5.dev
|
125
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
111
|
requirements:
|
127
112
|
- - ">="
|
128
113
|
- !ruby/object:Gem::Version
|
129
114
|
version: '0'
|
130
115
|
requirements: []
|
131
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.5.23
|
132
117
|
signing_key:
|
133
118
|
specification_version: 4
|
134
119
|
summary: GLFM Markdown
|
Binary file
|
Binary file
|