gitlab-glfm-markdown 0.0.16-x86_64-darwin → 0.0.17-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +208 -221
- data/README.md +3 -1
- data/ext/glfm_markdown/Cargo.toml +2 -2
- data/ext/glfm_markdown/src/glfm.rs +4 -0
- data/ext/glfm_markdown/src/lib.rs +2 -0
- data/ext/glfm_markdown/src/main.rs +10 -0
- data/lib/glfm_markdown/2.7/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.0/glfm_markdown.bundle +0 -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/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c063738361c076e4434d80ac05e63051e0c869e3bd2b70c7b727cdfb400bd6b
|
4
|
+
data.tar.gz: 5fdc1d8cc6e786d73ebbdf18fda31e5d57234d9141be7d69ff79d2a875cbdad9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b137c2125b1d8a4272b8fbcd0a831b23b5b63cece8cf3caf4ab3e574ad76b7c63b82dd0303e7662195ad94f3d72c7334f5666b07f40618448364237302b14d58
|
7
|
+
data.tar.gz: b3c6f864dfefc308e313b597ee0bd8bf7f7442d44ad17e2b7ae888fdf161b1dd5a8e8d4328cea60a1f4ae20aea196bbe68a7416d303841a4cc07eeff64615244
|
data/Cargo.lock
CHANGED
@@ -10,56 +10,57 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "aho-corasick"
|
13
|
-
version = "1.1.
|
13
|
+
version = "1.1.3"
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
-
checksum = "
|
15
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
16
16
|
dependencies = [
|
17
17
|
"memchr",
|
18
18
|
]
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "anstream"
|
22
|
-
version = "0.6.
|
22
|
+
version = "0.6.14"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
25
25
|
dependencies = [
|
26
26
|
"anstyle",
|
27
27
|
"anstyle-parse",
|
28
28
|
"anstyle-query",
|
29
29
|
"anstyle-wincon",
|
30
30
|
"colorchoice",
|
31
|
+
"is_terminal_polyfill",
|
31
32
|
"utf8parse",
|
32
33
|
]
|
33
34
|
|
34
35
|
[[package]]
|
35
36
|
name = "anstyle"
|
36
|
-
version = "1.0.
|
37
|
+
version = "1.0.7"
|
37
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
39
|
+
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
39
40
|
|
40
41
|
[[package]]
|
41
42
|
name = "anstyle-parse"
|
42
|
-
version = "0.2.
|
43
|
+
version = "0.2.4"
|
43
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
-
checksum = "
|
45
|
+
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
45
46
|
dependencies = [
|
46
47
|
"utf8parse",
|
47
48
|
]
|
48
49
|
|
49
50
|
[[package]]
|
50
51
|
name = "anstyle-query"
|
51
|
-
version = "1.0.
|
52
|
+
version = "1.0.3"
|
52
53
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
54
|
+
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
|
54
55
|
dependencies = [
|
55
56
|
"windows-sys",
|
56
57
|
]
|
57
58
|
|
58
59
|
[[package]]
|
59
60
|
name = "anstyle-wincon"
|
60
|
-
version = "3.0.
|
61
|
+
version = "3.0.3"
|
61
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
-
checksum = "
|
63
|
+
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
63
64
|
dependencies = [
|
64
65
|
"anstyle",
|
65
66
|
"windows-sys",
|
@@ -67,9 +68,9 @@ dependencies = [
|
|
67
68
|
|
68
69
|
[[package]]
|
69
70
|
name = "base64"
|
70
|
-
version = "0.21.
|
71
|
+
version = "0.21.7"
|
71
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
72
|
-
checksum = "
|
73
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
73
74
|
|
74
75
|
[[package]]
|
75
76
|
name = "bincode"
|
@@ -82,22 +83,22 @@ dependencies = [
|
|
82
83
|
|
83
84
|
[[package]]
|
84
85
|
name = "bindgen"
|
85
|
-
version = "0.69.
|
86
|
+
version = "0.69.4"
|
86
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "
|
88
|
+
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
88
89
|
dependencies = [
|
89
|
-
"bitflags 2.
|
90
|
+
"bitflags 2.5.0",
|
90
91
|
"cexpr",
|
91
92
|
"clang-sys",
|
93
|
+
"itertools",
|
92
94
|
"lazy_static",
|
93
95
|
"lazycell",
|
94
|
-
"peeking_take_while",
|
95
96
|
"proc-macro2",
|
96
97
|
"quote",
|
97
98
|
"regex",
|
98
99
|
"rustc-hash",
|
99
100
|
"shlex",
|
100
|
-
"syn
|
101
|
+
"syn",
|
101
102
|
]
|
102
103
|
|
103
104
|
[[package]]
|
@@ -123,24 +124,21 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
123
124
|
|
124
125
|
[[package]]
|
125
126
|
name = "bitflags"
|
126
|
-
version = "2.
|
127
|
+
version = "2.5.0"
|
127
128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
128
|
-
checksum = "
|
129
|
+
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
129
130
|
|
130
131
|
[[package]]
|
131
132
|
name = "bumpalo"
|
132
|
-
version = "3.
|
133
|
+
version = "3.16.0"
|
133
134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
134
|
-
checksum = "
|
135
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
135
136
|
|
136
137
|
[[package]]
|
137
138
|
name = "cc"
|
138
|
-
version = "1.0.
|
139
|
+
version = "1.0.97"
|
139
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
140
|
-
checksum = "
|
141
|
-
dependencies = [
|
142
|
-
"libc",
|
143
|
-
]
|
141
|
+
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
144
142
|
|
145
143
|
[[package]]
|
146
144
|
name = "cexpr"
|
@@ -159,9 +157,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
159
157
|
|
160
158
|
[[package]]
|
161
159
|
name = "clang-sys"
|
162
|
-
version = "1.
|
160
|
+
version = "1.7.0"
|
163
161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
162
|
+
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
165
163
|
dependencies = [
|
166
164
|
"glob",
|
167
165
|
"libc",
|
@@ -170,9 +168,9 @@ dependencies = [
|
|
170
168
|
|
171
169
|
[[package]]
|
172
170
|
name = "clap"
|
173
|
-
version = "4.4
|
171
|
+
version = "4.5.4"
|
174
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
175
|
-
checksum = "
|
173
|
+
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
176
174
|
dependencies = [
|
177
175
|
"clap_builder",
|
178
176
|
"clap_derive",
|
@@ -180,9 +178,9 @@ dependencies = [
|
|
180
178
|
|
181
179
|
[[package]]
|
182
180
|
name = "clap_builder"
|
183
|
-
version = "4.
|
181
|
+
version = "4.5.2"
|
184
182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
183
|
+
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
186
184
|
dependencies = [
|
187
185
|
"anstream",
|
188
186
|
"anstyle",
|
@@ -192,33 +190,33 @@ dependencies = [
|
|
192
190
|
|
193
191
|
[[package]]
|
194
192
|
name = "clap_derive"
|
195
|
-
version = "4.4
|
193
|
+
version = "4.5.4"
|
196
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
195
|
+
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
198
196
|
dependencies = [
|
199
197
|
"heck",
|
200
198
|
"proc-macro2",
|
201
199
|
"quote",
|
202
|
-
"syn
|
200
|
+
"syn",
|
203
201
|
]
|
204
202
|
|
205
203
|
[[package]]
|
206
204
|
name = "clap_lex"
|
207
|
-
version = "0.
|
205
|
+
version = "0.7.0"
|
208
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
209
|
-
checksum = "
|
207
|
+
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
210
208
|
|
211
209
|
[[package]]
|
212
210
|
name = "colorchoice"
|
213
|
-
version = "1.0.
|
211
|
+
version = "1.0.1"
|
214
212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
215
|
-
checksum = "
|
213
|
+
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
216
214
|
|
217
215
|
[[package]]
|
218
216
|
name = "comrak"
|
219
|
-
version = "0.
|
217
|
+
version = "0.24.1"
|
220
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
221
|
-
checksum = "
|
219
|
+
checksum = "5a972c8ec1be8065f7b597b5f7f5b3be535db780280644aebdcd1966decf58dc"
|
222
220
|
dependencies = [
|
223
221
|
"derive_builder",
|
224
222
|
"entities",
|
@@ -233,18 +231,18 @@ dependencies = [
|
|
233
231
|
|
234
232
|
[[package]]
|
235
233
|
name = "crc32fast"
|
236
|
-
version = "1.
|
234
|
+
version = "1.4.0"
|
237
235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
238
|
-
checksum = "
|
236
|
+
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
239
237
|
dependencies = [
|
240
238
|
"cfg-if",
|
241
239
|
]
|
242
240
|
|
243
241
|
[[package]]
|
244
242
|
name = "darling"
|
245
|
-
version = "0.
|
243
|
+
version = "0.20.9"
|
246
244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
247
|
-
checksum = "
|
245
|
+
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
248
246
|
dependencies = [
|
249
247
|
"darling_core",
|
250
248
|
"darling_macro",
|
@@ -252,74 +250,80 @@ dependencies = [
|
|
252
250
|
|
253
251
|
[[package]]
|
254
252
|
name = "darling_core"
|
255
|
-
version = "0.
|
253
|
+
version = "0.20.9"
|
256
254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
257
|
-
checksum = "
|
255
|
+
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
258
256
|
dependencies = [
|
259
257
|
"fnv",
|
260
258
|
"ident_case",
|
261
259
|
"proc-macro2",
|
262
260
|
"quote",
|
263
261
|
"strsim",
|
264
|
-
"syn
|
262
|
+
"syn",
|
265
263
|
]
|
266
264
|
|
267
265
|
[[package]]
|
268
266
|
name = "darling_macro"
|
269
|
-
version = "0.
|
267
|
+
version = "0.20.9"
|
270
268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
271
|
-
checksum = "
|
269
|
+
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
272
270
|
dependencies = [
|
273
271
|
"darling_core",
|
274
272
|
"quote",
|
275
|
-
"syn
|
273
|
+
"syn",
|
276
274
|
]
|
277
275
|
|
278
276
|
[[package]]
|
279
277
|
name = "deranged"
|
280
|
-
version = "0.3.
|
278
|
+
version = "0.3.11"
|
281
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
282
|
-
checksum = "
|
280
|
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
283
281
|
dependencies = [
|
284
282
|
"powerfmt",
|
285
283
|
]
|
286
284
|
|
287
285
|
[[package]]
|
288
286
|
name = "derive_builder"
|
289
|
-
version = "0.
|
287
|
+
version = "0.20.0"
|
290
288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
291
|
-
checksum = "
|
289
|
+
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
292
290
|
dependencies = [
|
293
291
|
"derive_builder_macro",
|
294
292
|
]
|
295
293
|
|
296
294
|
[[package]]
|
297
295
|
name = "derive_builder_core"
|
298
|
-
version = "0.
|
296
|
+
version = "0.20.0"
|
299
297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
300
|
-
checksum = "
|
298
|
+
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
301
299
|
dependencies = [
|
302
300
|
"darling",
|
303
301
|
"proc-macro2",
|
304
302
|
"quote",
|
305
|
-
"syn
|
303
|
+
"syn",
|
306
304
|
]
|
307
305
|
|
308
306
|
[[package]]
|
309
307
|
name = "derive_builder_macro"
|
310
|
-
version = "0.
|
308
|
+
version = "0.20.0"
|
311
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
312
|
-
checksum = "
|
310
|
+
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
313
311
|
dependencies = [
|
314
312
|
"derive_builder_core",
|
315
|
-
"syn
|
313
|
+
"syn",
|
316
314
|
]
|
317
315
|
|
318
316
|
[[package]]
|
319
317
|
name = "deunicode"
|
320
|
-
version = "1.
|
318
|
+
version = "1.6.0"
|
319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
320
|
+
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
321
|
+
|
322
|
+
[[package]]
|
323
|
+
name = "either"
|
324
|
+
version = "1.11.0"
|
321
325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
322
|
-
checksum = "
|
326
|
+
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
|
323
327
|
|
324
328
|
[[package]]
|
325
329
|
name = "entities"
|
@@ -345,9 +349,9 @@ dependencies = [
|
|
345
349
|
|
346
350
|
[[package]]
|
347
351
|
name = "flate2"
|
348
|
-
version = "1.0.
|
352
|
+
version = "1.0.30"
|
349
353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
350
|
-
checksum = "
|
354
|
+
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
351
355
|
dependencies = [
|
352
356
|
"crc32fast",
|
353
357
|
"miniz_oxide",
|
@@ -361,7 +365,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
361
365
|
|
362
366
|
[[package]]
|
363
367
|
name = "glfm_markdown"
|
364
|
-
version = "0.0.
|
368
|
+
version = "0.0.17"
|
365
369
|
dependencies = [
|
366
370
|
"clap",
|
367
371
|
"comrak",
|
@@ -377,15 +381,15 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
377
381
|
|
378
382
|
[[package]]
|
379
383
|
name = "hashbrown"
|
380
|
-
version = "0.14.
|
384
|
+
version = "0.14.5"
|
381
385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
-
checksum = "
|
386
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
383
387
|
|
384
388
|
[[package]]
|
385
389
|
name = "heck"
|
386
|
-
version = "0.
|
390
|
+
version = "0.5.0"
|
387
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
388
|
-
checksum = "
|
392
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
389
393
|
|
390
394
|
[[package]]
|
391
395
|
name = "ident_case"
|
@@ -395,19 +399,34 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
395
399
|
|
396
400
|
[[package]]
|
397
401
|
name = "indexmap"
|
398
|
-
version = "2.
|
402
|
+
version = "2.2.6"
|
399
403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
400
|
-
checksum = "
|
404
|
+
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
401
405
|
dependencies = [
|
402
406
|
"equivalent",
|
403
407
|
"hashbrown",
|
404
408
|
]
|
405
409
|
|
410
|
+
[[package]]
|
411
|
+
name = "is_terminal_polyfill"
|
412
|
+
version = "1.70.0"
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
+
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
415
|
+
|
416
|
+
[[package]]
|
417
|
+
name = "itertools"
|
418
|
+
version = "0.12.1"
|
419
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
420
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
421
|
+
dependencies = [
|
422
|
+
"either",
|
423
|
+
]
|
424
|
+
|
406
425
|
[[package]]
|
407
426
|
name = "itoa"
|
408
|
-
version = "1.0.
|
427
|
+
version = "1.0.11"
|
409
428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
410
|
-
checksum = "
|
429
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
411
430
|
|
412
431
|
[[package]]
|
413
432
|
name = "lazy_static"
|
@@ -423,28 +442,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
423
442
|
|
424
443
|
[[package]]
|
425
444
|
name = "libc"
|
426
|
-
version = "0.2.
|
445
|
+
version = "0.2.154"
|
427
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
-
checksum = "
|
447
|
+
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
429
448
|
|
430
449
|
[[package]]
|
431
450
|
name = "libloading"
|
432
|
-
version = "0.
|
451
|
+
version = "0.8.3"
|
433
452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
-
checksum = "
|
453
|
+
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
435
454
|
dependencies = [
|
436
455
|
"cfg-if",
|
437
|
-
"
|
456
|
+
"windows-targets",
|
438
457
|
]
|
439
458
|
|
440
459
|
[[package]]
|
441
460
|
name = "line-wrap"
|
442
|
-
version = "0.
|
461
|
+
version = "0.2.0"
|
443
462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444
|
-
checksum = "
|
445
|
-
dependencies = [
|
446
|
-
"safemem",
|
447
|
-
]
|
463
|
+
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
|
448
464
|
|
449
465
|
[[package]]
|
450
466
|
name = "linked-hash-map"
|
@@ -454,15 +470,15 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
454
470
|
|
455
471
|
[[package]]
|
456
472
|
name = "log"
|
457
|
-
version = "0.4.
|
473
|
+
version = "0.4.21"
|
458
474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459
|
-
checksum = "
|
475
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
460
476
|
|
461
477
|
[[package]]
|
462
478
|
name = "magnus"
|
463
|
-
version = "0.6.
|
479
|
+
version = "0.6.4"
|
464
480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
465
|
-
checksum = "
|
481
|
+
checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
|
466
482
|
dependencies = [
|
467
483
|
"magnus-macros",
|
468
484
|
"rb-sys",
|
@@ -478,14 +494,14 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
478
494
|
dependencies = [
|
479
495
|
"proc-macro2",
|
480
496
|
"quote",
|
481
|
-
"syn
|
497
|
+
"syn",
|
482
498
|
]
|
483
499
|
|
484
500
|
[[package]]
|
485
501
|
name = "memchr"
|
486
|
-
version = "2.
|
502
|
+
version = "2.7.2"
|
487
503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
488
|
-
checksum = "
|
504
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
489
505
|
|
490
506
|
[[package]]
|
491
507
|
name = "minimal-lexical"
|
@@ -495,9 +511,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
495
511
|
|
496
512
|
[[package]]
|
497
513
|
name = "miniz_oxide"
|
498
|
-
version = "0.7.
|
514
|
+
version = "0.7.2"
|
499
515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
500
|
-
checksum = "
|
516
|
+
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
501
517
|
dependencies = [
|
502
518
|
"adler",
|
503
519
|
]
|
@@ -512,6 +528,12 @@ dependencies = [
|
|
512
528
|
"minimal-lexical",
|
513
529
|
]
|
514
530
|
|
531
|
+
[[package]]
|
532
|
+
name = "num-conv"
|
533
|
+
version = "0.1.0"
|
534
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
535
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
536
|
+
|
515
537
|
[[package]]
|
516
538
|
name = "once_cell"
|
517
539
|
version = "1.19.0"
|
@@ -540,23 +562,17 @@ dependencies = [
|
|
540
562
|
"pkg-config",
|
541
563
|
]
|
542
564
|
|
543
|
-
[[package]]
|
544
|
-
name = "peeking_take_while"
|
545
|
-
version = "0.1.2"
|
546
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547
|
-
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
548
|
-
|
549
565
|
[[package]]
|
550
566
|
name = "pkg-config"
|
551
|
-
version = "0.3.
|
567
|
+
version = "0.3.30"
|
552
568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
-
checksum = "
|
569
|
+
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
554
570
|
|
555
571
|
[[package]]
|
556
572
|
name = "plist"
|
557
|
-
version = "1.6.
|
573
|
+
version = "1.6.1"
|
558
574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
559
|
-
checksum = "
|
575
|
+
checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
|
560
576
|
dependencies = [
|
561
577
|
"base64",
|
562
578
|
"indexmap",
|
@@ -574,9 +590,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
574
590
|
|
575
591
|
[[package]]
|
576
592
|
name = "proc-macro2"
|
577
|
-
version = "1.0.
|
593
|
+
version = "1.0.82"
|
578
594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
579
|
-
checksum = "
|
595
|
+
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
|
580
596
|
dependencies = [
|
581
597
|
"unicode-ident",
|
582
598
|
]
|
@@ -592,27 +608,27 @@ dependencies = [
|
|
592
608
|
|
593
609
|
[[package]]
|
594
610
|
name = "quote"
|
595
|
-
version = "1.0.
|
611
|
+
version = "1.0.36"
|
596
612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597
|
-
checksum = "
|
613
|
+
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
598
614
|
dependencies = [
|
599
615
|
"proc-macro2",
|
600
616
|
]
|
601
617
|
|
602
618
|
[[package]]
|
603
619
|
name = "rb-sys"
|
604
|
-
version = "0.9.
|
620
|
+
version = "0.9.97"
|
605
621
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
-
checksum = "
|
622
|
+
checksum = "47d30bcad206b51f2f66121190ca678dce1fdf3a2eae0ac5d838d1818b19bdf5"
|
607
623
|
dependencies = [
|
608
624
|
"rb-sys-build",
|
609
625
|
]
|
610
626
|
|
611
627
|
[[package]]
|
612
628
|
name = "rb-sys-build"
|
613
|
-
version = "0.9.
|
629
|
+
version = "0.9.97"
|
614
630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
615
|
-
checksum = "
|
631
|
+
checksum = "3cbd92f281615f3c2dcb9dcb0f0576624752afbf9a7f99173b37c4b55b62dd8a"
|
616
632
|
dependencies = [
|
617
633
|
"bindgen",
|
618
634
|
"lazy_static",
|
@@ -620,7 +636,7 @@ dependencies = [
|
|
620
636
|
"quote",
|
621
637
|
"regex",
|
622
638
|
"shell-words",
|
623
|
-
"syn
|
639
|
+
"syn",
|
624
640
|
]
|
625
641
|
|
626
642
|
[[package]]
|
@@ -631,25 +647,25 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
631
647
|
|
632
648
|
[[package]]
|
633
649
|
name = "regex"
|
634
|
-
version = "1.
|
650
|
+
version = "1.9.6"
|
635
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
636
|
-
checksum = "
|
652
|
+
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
637
653
|
dependencies = [
|
638
654
|
"aho-corasick",
|
639
655
|
"memchr",
|
640
656
|
"regex-automata",
|
641
|
-
"regex-syntax 0.
|
657
|
+
"regex-syntax 0.7.5",
|
642
658
|
]
|
643
659
|
|
644
660
|
[[package]]
|
645
661
|
name = "regex-automata"
|
646
|
-
version = "0.
|
662
|
+
version = "0.3.9"
|
647
663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
648
|
-
checksum = "
|
664
|
+
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
649
665
|
dependencies = [
|
650
666
|
"aho-corasick",
|
651
667
|
"memchr",
|
652
|
-
"regex-syntax 0.
|
668
|
+
"regex-syntax 0.7.5",
|
653
669
|
]
|
654
670
|
|
655
671
|
[[package]]
|
@@ -660,9 +676,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
660
676
|
|
661
677
|
[[package]]
|
662
678
|
name = "regex-syntax"
|
663
|
-
version = "0.8.
|
679
|
+
version = "0.8.3"
|
664
680
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
665
|
-
checksum = "
|
681
|
+
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
666
682
|
|
667
683
|
[[package]]
|
668
684
|
name = "rustc-hash"
|
@@ -672,15 +688,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
672
688
|
|
673
689
|
[[package]]
|
674
690
|
name = "ryu"
|
675
|
-
version = "1.0.
|
691
|
+
version = "1.0.18"
|
676
692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
677
|
-
checksum = "
|
678
|
-
|
679
|
-
[[package]]
|
680
|
-
name = "safemem"
|
681
|
-
version = "0.3.3"
|
682
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
|
-
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
693
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
684
694
|
|
685
695
|
[[package]]
|
686
696
|
name = "same-file"
|
@@ -699,29 +709,29 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
699
709
|
|
700
710
|
[[package]]
|
701
711
|
name = "serde"
|
702
|
-
version = "1.0.
|
712
|
+
version = "1.0.202"
|
703
713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
704
|
-
checksum = "
|
714
|
+
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
|
705
715
|
dependencies = [
|
706
716
|
"serde_derive",
|
707
717
|
]
|
708
718
|
|
709
719
|
[[package]]
|
710
720
|
name = "serde_derive"
|
711
|
-
version = "1.0.
|
721
|
+
version = "1.0.202"
|
712
722
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
713
|
-
checksum = "
|
723
|
+
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
|
714
724
|
dependencies = [
|
715
725
|
"proc-macro2",
|
716
726
|
"quote",
|
717
|
-
"syn
|
727
|
+
"syn",
|
718
728
|
]
|
719
729
|
|
720
730
|
[[package]]
|
721
731
|
name = "serde_json"
|
722
|
-
version = "1.0.
|
732
|
+
version = "1.0.117"
|
723
733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
724
|
-
checksum = "
|
734
|
+
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
725
735
|
dependencies = [
|
726
736
|
"itoa",
|
727
737
|
"ryu",
|
@@ -736,9 +746,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
736
746
|
|
737
747
|
[[package]]
|
738
748
|
name = "shlex"
|
739
|
-
version = "1.
|
749
|
+
version = "1.3.0"
|
740
750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
741
|
-
checksum = "
|
751
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
742
752
|
|
743
753
|
[[package]]
|
744
754
|
name = "slug"
|
@@ -752,26 +762,15 @@ dependencies = [
|
|
752
762
|
|
753
763
|
[[package]]
|
754
764
|
name = "strsim"
|
755
|
-
version = "0.
|
756
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
757
|
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
758
|
-
|
759
|
-
[[package]]
|
760
|
-
name = "syn"
|
761
|
-
version = "1.0.109"
|
765
|
+
version = "0.11.1"
|
762
766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
764
|
-
dependencies = [
|
765
|
-
"proc-macro2",
|
766
|
-
"quote",
|
767
|
-
"unicode-ident",
|
768
|
-
]
|
767
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
769
768
|
|
770
769
|
[[package]]
|
771
770
|
name = "syn"
|
772
|
-
version = "2.0.
|
771
|
+
version = "2.0.63"
|
773
772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
774
|
-
checksum = "
|
773
|
+
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
|
775
774
|
dependencies = [
|
776
775
|
"proc-macro2",
|
777
776
|
"quote",
|
@@ -780,9 +779,9 @@ dependencies = [
|
|
780
779
|
|
781
780
|
[[package]]
|
782
781
|
name = "syntect"
|
783
|
-
version = "5.
|
782
|
+
version = "5.2.0"
|
784
783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
785
|
-
checksum = "
|
784
|
+
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
|
786
785
|
dependencies = [
|
787
786
|
"bincode",
|
788
787
|
"bitflags 1.3.2",
|
@@ -792,8 +791,9 @@ dependencies = [
|
|
792
791
|
"once_cell",
|
793
792
|
"onig",
|
794
793
|
"plist",
|
795
|
-
"regex-syntax 0.
|
794
|
+
"regex-syntax 0.8.3",
|
796
795
|
"serde",
|
796
|
+
"serde_derive",
|
797
797
|
"serde_json",
|
798
798
|
"thiserror",
|
799
799
|
"walkdir",
|
@@ -802,32 +802,33 @@ dependencies = [
|
|
802
802
|
|
803
803
|
[[package]]
|
804
804
|
name = "thiserror"
|
805
|
-
version = "1.0.
|
805
|
+
version = "1.0.60"
|
806
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
807
|
-
checksum = "
|
807
|
+
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
|
808
808
|
dependencies = [
|
809
809
|
"thiserror-impl",
|
810
810
|
]
|
811
811
|
|
812
812
|
[[package]]
|
813
813
|
name = "thiserror-impl"
|
814
|
-
version = "1.0.
|
814
|
+
version = "1.0.60"
|
815
815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
816
|
-
checksum = "
|
816
|
+
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
|
817
817
|
dependencies = [
|
818
818
|
"proc-macro2",
|
819
819
|
"quote",
|
820
|
-
"syn
|
820
|
+
"syn",
|
821
821
|
]
|
822
822
|
|
823
823
|
[[package]]
|
824
824
|
name = "time"
|
825
|
-
version = "0.3.
|
825
|
+
version = "0.3.36"
|
826
826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
827
|
-
checksum = "
|
827
|
+
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
828
828
|
dependencies = [
|
829
829
|
"deranged",
|
830
830
|
"itoa",
|
831
|
+
"num-conv",
|
831
832
|
"powerfmt",
|
832
833
|
"serde",
|
833
834
|
"time-core",
|
@@ -842,10 +843,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
842
843
|
|
843
844
|
[[package]]
|
844
845
|
name = "time-macros"
|
845
|
-
version = "0.2.
|
846
|
+
version = "0.2.18"
|
846
847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
847
|
-
checksum = "
|
848
|
+
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
848
849
|
dependencies = [
|
850
|
+
"num-conv",
|
849
851
|
"time-core",
|
850
852
|
]
|
851
853
|
|
@@ -875,9 +877,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
875
877
|
|
876
878
|
[[package]]
|
877
879
|
name = "walkdir"
|
878
|
-
version = "2.
|
880
|
+
version = "2.5.0"
|
879
881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
880
|
-
checksum = "
|
882
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
881
883
|
dependencies = [
|
882
884
|
"same-file",
|
883
885
|
"winapi-util",
|
@@ -885,9 +887,9 @@ dependencies = [
|
|
885
887
|
|
886
888
|
[[package]]
|
887
889
|
name = "wasm-bindgen"
|
888
|
-
version = "0.2.
|
890
|
+
version = "0.2.92"
|
889
891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
-
checksum = "
|
892
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
891
893
|
dependencies = [
|
892
894
|
"cfg-if",
|
893
895
|
"wasm-bindgen-macro",
|
@@ -895,24 +897,24 @@ dependencies = [
|
|
895
897
|
|
896
898
|
[[package]]
|
897
899
|
name = "wasm-bindgen-backend"
|
898
|
-
version = "0.2.
|
900
|
+
version = "0.2.92"
|
899
901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
902
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
901
903
|
dependencies = [
|
902
904
|
"bumpalo",
|
903
905
|
"log",
|
904
906
|
"once_cell",
|
905
907
|
"proc-macro2",
|
906
908
|
"quote",
|
907
|
-
"syn
|
909
|
+
"syn",
|
908
910
|
"wasm-bindgen-shared",
|
909
911
|
]
|
910
912
|
|
911
913
|
[[package]]
|
912
914
|
name = "wasm-bindgen-macro"
|
913
|
-
version = "0.2.
|
915
|
+
version = "0.2.92"
|
914
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
915
|
-
checksum = "
|
917
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
916
918
|
dependencies = [
|
917
919
|
"quote",
|
918
920
|
"wasm-bindgen-macro-support",
|
@@ -920,54 +922,32 @@ dependencies = [
|
|
920
922
|
|
921
923
|
[[package]]
|
922
924
|
name = "wasm-bindgen-macro-support"
|
923
|
-
version = "0.2.
|
925
|
+
version = "0.2.92"
|
924
926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
925
|
-
checksum = "
|
927
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
926
928
|
dependencies = [
|
927
929
|
"proc-macro2",
|
928
930
|
"quote",
|
929
|
-
"syn
|
931
|
+
"syn",
|
930
932
|
"wasm-bindgen-backend",
|
931
933
|
"wasm-bindgen-shared",
|
932
934
|
]
|
933
935
|
|
934
936
|
[[package]]
|
935
937
|
name = "wasm-bindgen-shared"
|
936
|
-
version = "0.2.
|
938
|
+
version = "0.2.92"
|
937
939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
938
|
-
checksum = "
|
939
|
-
|
940
|
-
[[package]]
|
941
|
-
name = "winapi"
|
942
|
-
version = "0.3.9"
|
943
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
945
|
-
dependencies = [
|
946
|
-
"winapi-i686-pc-windows-gnu",
|
947
|
-
"winapi-x86_64-pc-windows-gnu",
|
948
|
-
]
|
949
|
-
|
950
|
-
[[package]]
|
951
|
-
name = "winapi-i686-pc-windows-gnu"
|
952
|
-
version = "0.4.0"
|
953
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
954
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
940
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
955
941
|
|
956
942
|
[[package]]
|
957
943
|
name = "winapi-util"
|
958
|
-
version = "0.1.
|
944
|
+
version = "0.1.8"
|
959
945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960
|
-
checksum = "
|
946
|
+
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
961
947
|
dependencies = [
|
962
|
-
"
|
948
|
+
"windows-sys",
|
963
949
|
]
|
964
950
|
|
965
|
-
[[package]]
|
966
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
967
|
-
version = "0.4.0"
|
968
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
969
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
970
|
-
|
971
951
|
[[package]]
|
972
952
|
name = "windows-sys"
|
973
953
|
version = "0.52.0"
|
@@ -979,13 +959,14 @@ dependencies = [
|
|
979
959
|
|
980
960
|
[[package]]
|
981
961
|
name = "windows-targets"
|
982
|
-
version = "0.52.
|
962
|
+
version = "0.52.5"
|
983
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
964
|
+
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
985
965
|
dependencies = [
|
986
966
|
"windows_aarch64_gnullvm",
|
987
967
|
"windows_aarch64_msvc",
|
988
968
|
"windows_i686_gnu",
|
969
|
+
"windows_i686_gnullvm",
|
989
970
|
"windows_i686_msvc",
|
990
971
|
"windows_x86_64_gnu",
|
991
972
|
"windows_x86_64_gnullvm",
|
@@ -994,45 +975,51 @@ dependencies = [
|
|
994
975
|
|
995
976
|
[[package]]
|
996
977
|
name = "windows_aarch64_gnullvm"
|
997
|
-
version = "0.52.
|
978
|
+
version = "0.52.5"
|
998
979
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
999
|
-
checksum = "
|
980
|
+
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
1000
981
|
|
1001
982
|
[[package]]
|
1002
983
|
name = "windows_aarch64_msvc"
|
1003
|
-
version = "0.52.
|
984
|
+
version = "0.52.5"
|
1004
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1005
|
-
checksum = "
|
986
|
+
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
1006
987
|
|
1007
988
|
[[package]]
|
1008
989
|
name = "windows_i686_gnu"
|
1009
|
-
version = "0.52.
|
990
|
+
version = "0.52.5"
|
991
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
992
|
+
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
993
|
+
|
994
|
+
[[package]]
|
995
|
+
name = "windows_i686_gnullvm"
|
996
|
+
version = "0.52.5"
|
1010
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
-
checksum = "
|
998
|
+
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
1012
999
|
|
1013
1000
|
[[package]]
|
1014
1001
|
name = "windows_i686_msvc"
|
1015
|
-
version = "0.52.
|
1002
|
+
version = "0.52.5"
|
1016
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1004
|
+
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
1018
1005
|
|
1019
1006
|
[[package]]
|
1020
1007
|
name = "windows_x86_64_gnu"
|
1021
|
-
version = "0.52.
|
1008
|
+
version = "0.52.5"
|
1022
1009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023
|
-
checksum = "
|
1010
|
+
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
1024
1011
|
|
1025
1012
|
[[package]]
|
1026
1013
|
name = "windows_x86_64_gnullvm"
|
1027
|
-
version = "0.52.
|
1014
|
+
version = "0.52.5"
|
1028
1015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
1016
|
+
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
1030
1017
|
|
1031
1018
|
[[package]]
|
1032
1019
|
name = "windows_x86_64_msvc"
|
1033
|
-
version = "0.52.
|
1020
|
+
version = "0.52.5"
|
1034
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035
|
-
checksum = "
|
1022
|
+
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
1036
1023
|
|
1037
1024
|
[[package]]
|
1038
1025
|
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.24.1`_.
|
9
9
|
|
10
10
|
This project is still in constant flux, so interfaces and functionality can change at any time.
|
11
11
|
|
@@ -55,6 +55,8 @@ GLFMMarkdown.to_html('# header', options: { sourcepos: true })
|
|
55
55
|
| `table` | Enable the `table` extension |
|
56
56
|
| `tagfilter` | Enable the `tagfilter` extension |
|
57
57
|
| `tasklist` | Enable the `tasklist` extension |
|
58
|
+
| `wikilinks_title_after_pipe` | Enable the `wikilinks_title_after_pipe` extension |
|
59
|
+
| `wikilinks_title_before_pipe`| Enable the `wikilinks_title_before_pipe` extension |
|
58
60
|
| `unsafe` | Allow raw HTML and dangerous URLs |
|
59
61
|
| `debug` | Show debug information |
|
60
62
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[package]
|
2
2
|
name = "glfm_markdown"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.17"
|
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.24.1", default-features = false }
|
19
19
|
magnus = "0.6.2"
|
20
20
|
rb-sys = { version = "0.9.86", default-features = false, features = ["stable-api-compiled-fallback"] }
|
21
21
|
|
@@ -21,6 +21,8 @@ pub struct RenderOptions {
|
|
21
21
|
pub table: bool,
|
22
22
|
pub tagfilter: bool,
|
23
23
|
pub tasklist: bool,
|
24
|
+
pub wikilinks_title_after_pipe: bool,
|
25
|
+
pub wikilinks_title_before_pipe: bool,
|
24
26
|
pub unsafe_: bool,
|
25
27
|
|
26
28
|
pub debug: bool,
|
@@ -45,6 +47,8 @@ fn render_comrak(text: String, options: RenderOptions) -> String {
|
|
45
47
|
comrak_options.extension.table = options.table;
|
46
48
|
comrak_options.extension.tagfilter = options.tagfilter;
|
47
49
|
comrak_options.extension.tasklist = options.tasklist;
|
50
|
+
comrak_options.extension.wikilinks_title_after_pipe = options.wikilinks_title_after_pipe;
|
51
|
+
comrak_options.extension.wikilinks_title_before_pipe = options.wikilinks_title_before_pipe;
|
48
52
|
|
49
53
|
comrak_options.render.escape = options.escape;
|
50
54
|
comrak_options.render.escaped_char_spans = options.escaped_char_spans;
|
@@ -36,6 +36,8 @@ pub fn render_to_html_rs(text: String, options: RHash) -> String {
|
|
36
36
|
table: get_bool_opt("table", options),
|
37
37
|
tagfilter: get_bool_opt("tagfilter", options),
|
38
38
|
tasklist: get_bool_opt("tasklist", options),
|
39
|
+
wikilinks_title_after_pipe: get_bool_opt("wikilinks_title_after_pipe", options),
|
40
|
+
wikilinks_title_before_pipe: get_bool_opt("wikilinks_title_before_pipe", options),
|
39
41
|
unsafe_: get_bool_opt("unsafe", options),
|
40
42
|
debug: get_bool_opt("debug", options),
|
41
43
|
};
|
@@ -100,6 +100,14 @@ struct Args {
|
|
100
100
|
#[arg(long)]
|
101
101
|
tasklist: bool,
|
102
102
|
|
103
|
+
/// Enable 'wikilink_title_after_pipe' extension
|
104
|
+
#[arg(long)]
|
105
|
+
wikilinks_title_after_pipe: bool,
|
106
|
+
|
107
|
+
/// Enable 'wikilink_title_before_pipe' extension
|
108
|
+
#[arg(long)]
|
109
|
+
wikilinks_title_before_pipe: bool,
|
110
|
+
|
103
111
|
/// Allow raw HTML and dangerous URLs
|
104
112
|
#[arg(long = "unsafe")]
|
105
113
|
unsafe_: bool,
|
@@ -145,6 +153,8 @@ fn main() {
|
|
145
153
|
table: cli.table,
|
146
154
|
tagfilter: cli.tagfilter,
|
147
155
|
tasklist: cli.tasklist,
|
156
|
+
wikilinks_title_after_pipe: cli.wikilinks_title_after_pipe,
|
157
|
+
wikilinks_title_before_pipe: cli.wikilinks_title_before_pipe,
|
148
158
|
unsafe_: cli.unsafe_,
|
149
159
|
debug: cli.debug,
|
150
160
|
};
|
Binary file
|
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.17
|
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: 2024-05-
|
11
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|