mayu-css 0.1.2-x86_64-linux → 0.1.4-x86_64-linux
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 +281 -287
- data/lib/mayu/css/3.1/ext.so +0 -0
- data/lib/mayu/css/3.2/ext.so +0 -0
- data/lib/mayu/css/3.4/ext.so +0 -0
- data/lib/mayu/css/version.rb +1 -1
- metadata +9 -9
- data/lib/mayu/css/3.0/ext.so +0 -0
- data/lib/mayu/css/3.3/ext.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d26a09516d3f01bdf3b0b4041410eaae02ae4a84767593096edf61188f5ec00
|
4
|
+
data.tar.gz: 8e919f8f8439d0915730f1cd154c12ebbce487e6dc7af209de70006637de1f5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20904b28429c094c2b21e95e1a3d307a2780e433ed8a29992b073ee54930301571b8f851e493f8845a4db7ceb6464e011535bc2c4bc39aeb898c386b482be09e
|
7
|
+
data.tar.gz: 803dbb08de222ab95bec502ab60dd152c8aa9dad3a6cb81406546ca536eac4f53a20ee43423900efee86d090b4db4c86944c568729cd7675741a43829c7c6fd9
|
data/Cargo.lock
CHANGED
@@ -1,38 +1,51 @@
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
2
2
|
# It is not intended for manual editing.
|
3
|
-
version =
|
3
|
+
version = 4
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "ahash"
|
7
|
-
version = "0.7.
|
7
|
+
version = "0.7.8"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
10
10
|
dependencies = [
|
11
11
|
"getrandom",
|
12
12
|
"once_cell",
|
13
13
|
"version_check",
|
14
14
|
]
|
15
15
|
|
16
|
+
[[package]]
|
17
|
+
name = "ahash"
|
18
|
+
version = "0.8.11"
|
19
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
20
|
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
21
|
+
dependencies = [
|
22
|
+
"cfg-if",
|
23
|
+
"getrandom",
|
24
|
+
"once_cell",
|
25
|
+
"version_check",
|
26
|
+
"zerocopy",
|
27
|
+
]
|
28
|
+
|
16
29
|
[[package]]
|
17
30
|
name = "aho-corasick"
|
18
|
-
version = "1.1.
|
31
|
+
version = "1.1.3"
|
19
32
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
20
|
-
checksum = "
|
33
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
21
34
|
dependencies = [
|
22
35
|
"memchr",
|
23
36
|
]
|
24
37
|
|
25
38
|
[[package]]
|
26
39
|
name = "autocfg"
|
27
|
-
version = "1.
|
40
|
+
version = "1.4.0"
|
28
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
29
|
-
checksum = "
|
42
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
30
43
|
|
31
44
|
[[package]]
|
32
45
|
name = "base64"
|
33
|
-
version = "0.21.
|
46
|
+
version = "0.21.7"
|
34
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
35
|
-
checksum = "
|
48
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
36
49
|
|
37
50
|
[[package]]
|
38
51
|
name = "base64-simd"
|
@@ -45,35 +58,29 @@ dependencies = [
|
|
45
58
|
|
46
59
|
[[package]]
|
47
60
|
name = "bindgen"
|
48
|
-
version = "0.69.
|
61
|
+
version = "0.69.5"
|
49
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
50
|
-
checksum = "
|
63
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
51
64
|
dependencies = [
|
52
|
-
"bitflags
|
65
|
+
"bitflags",
|
53
66
|
"cexpr",
|
54
67
|
"clang-sys",
|
68
|
+
"itertools 0.12.1",
|
55
69
|
"lazy_static",
|
56
70
|
"lazycell",
|
57
|
-
"peeking_take_while",
|
58
71
|
"proc-macro2",
|
59
72
|
"quote",
|
60
73
|
"regex",
|
61
|
-
"rustc-hash",
|
74
|
+
"rustc-hash 1.1.0",
|
62
75
|
"shlex",
|
63
|
-
"syn 2.0.
|
76
|
+
"syn 2.0.100",
|
64
77
|
]
|
65
78
|
|
66
79
|
[[package]]
|
67
80
|
name = "bitflags"
|
68
|
-
version = "
|
69
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
70
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
71
|
-
|
72
|
-
[[package]]
|
73
|
-
name = "bitflags"
|
74
|
-
version = "2.4.1"
|
81
|
+
version = "2.9.0"
|
75
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76
|
-
checksum = "
|
83
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
77
84
|
|
78
85
|
[[package]]
|
79
86
|
name = "bitvec"
|
@@ -98,9 +105,9 @@ dependencies = [
|
|
98
105
|
|
99
106
|
[[package]]
|
100
107
|
name = "bytecheck"
|
101
|
-
version = "0.6.
|
108
|
+
version = "0.6.12"
|
102
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103
|
-
checksum = "
|
110
|
+
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
104
111
|
dependencies = [
|
105
112
|
"bytecheck_derive",
|
106
113
|
"ptr_meta",
|
@@ -109,26 +116,20 @@ dependencies = [
|
|
109
116
|
|
110
117
|
[[package]]
|
111
118
|
name = "bytecheck_derive"
|
112
|
-
version = "0.6.
|
119
|
+
version = "0.6.12"
|
113
120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
114
|
-
checksum = "
|
121
|
+
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
115
122
|
dependencies = [
|
116
123
|
"proc-macro2",
|
117
124
|
"quote",
|
118
125
|
"syn 1.0.109",
|
119
126
|
]
|
120
127
|
|
121
|
-
[[package]]
|
122
|
-
name = "byteorder"
|
123
|
-
version = "1.5.0"
|
124
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
126
|
-
|
127
128
|
[[package]]
|
128
129
|
name = "bytes"
|
129
|
-
version = "1.
|
130
|
+
version = "1.10.1"
|
130
131
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
132
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
132
133
|
|
133
134
|
[[package]]
|
134
135
|
name = "cexpr"
|
@@ -147,9 +148,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
147
148
|
|
148
149
|
[[package]]
|
149
150
|
name = "clang-sys"
|
150
|
-
version = "1.
|
151
|
+
version = "1.8.1"
|
151
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
152
|
-
checksum = "
|
153
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
153
154
|
dependencies = [
|
154
155
|
"glob",
|
155
156
|
"libc",
|
@@ -176,45 +177,48 @@ dependencies = [
|
|
176
177
|
"syn 1.0.109",
|
177
178
|
]
|
178
179
|
|
180
|
+
[[package]]
|
181
|
+
name = "convert_case"
|
182
|
+
version = "0.6.0"
|
183
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
184
|
+
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
185
|
+
dependencies = [
|
186
|
+
"unicode-segmentation",
|
187
|
+
]
|
188
|
+
|
179
189
|
[[package]]
|
180
190
|
name = "cpufeatures"
|
181
|
-
version = "0.2.
|
191
|
+
version = "0.2.17"
|
182
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
183
|
-
checksum = "
|
193
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
184
194
|
dependencies = [
|
185
195
|
"libc",
|
186
196
|
]
|
187
197
|
|
188
198
|
[[package]]
|
189
199
|
name = "crossbeam-deque"
|
190
|
-
version = "0.8.
|
200
|
+
version = "0.8.6"
|
191
201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
192
|
-
checksum = "
|
202
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
193
203
|
dependencies = [
|
194
|
-
"cfg-if",
|
195
204
|
"crossbeam-epoch",
|
196
205
|
"crossbeam-utils",
|
197
206
|
]
|
198
207
|
|
199
208
|
[[package]]
|
200
209
|
name = "crossbeam-epoch"
|
201
|
-
version = "0.9.
|
210
|
+
version = "0.9.18"
|
202
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
203
|
-
checksum = "
|
212
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
204
213
|
dependencies = [
|
205
|
-
"autocfg",
|
206
|
-
"cfg-if",
|
207
214
|
"crossbeam-utils",
|
208
215
|
]
|
209
216
|
|
210
217
|
[[package]]
|
211
218
|
name = "crossbeam-utils"
|
212
|
-
version = "0.8.
|
219
|
+
version = "0.8.21"
|
213
220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
214
|
-
checksum = "
|
215
|
-
dependencies = [
|
216
|
-
"cfg-if",
|
217
|
-
]
|
221
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
218
222
|
|
219
223
|
[[package]]
|
220
224
|
name = "crypto-common"
|
@@ -235,7 +239,7 @@ dependencies = [
|
|
235
239
|
"cssparser-macros",
|
236
240
|
"dtoa-short",
|
237
241
|
"itoa",
|
238
|
-
"phf
|
242
|
+
"phf",
|
239
243
|
"serde",
|
240
244
|
"smallvec",
|
241
245
|
]
|
@@ -256,7 +260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
260
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
257
261
|
dependencies = [
|
258
262
|
"quote",
|
259
|
-
"syn 2.0.
|
263
|
+
"syn 2.0.100",
|
260
264
|
]
|
261
265
|
|
262
266
|
[[package]]
|
@@ -266,7 +270,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
270
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
267
271
|
dependencies = [
|
268
272
|
"cfg-if",
|
269
|
-
"hashbrown 0.14.
|
273
|
+
"hashbrown 0.14.5",
|
270
274
|
"lock_api",
|
271
275
|
"once_cell",
|
272
276
|
"parking_lot_core",
|
@@ -274,9 +278,9 @@ dependencies = [
|
|
274
278
|
|
275
279
|
[[package]]
|
276
280
|
name = "data-encoding"
|
277
|
-
version = "2.
|
281
|
+
version = "2.8.0"
|
278
282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
279
|
-
checksum = "
|
283
|
+
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
|
280
284
|
|
281
285
|
[[package]]
|
282
286
|
name = "data-url"
|
@@ -299,24 +303,30 @@ dependencies = [
|
|
299
303
|
|
300
304
|
[[package]]
|
301
305
|
name = "dtoa"
|
302
|
-
version = "1.0.
|
306
|
+
version = "1.0.10"
|
303
307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
304
|
-
checksum = "
|
308
|
+
checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
|
305
309
|
|
306
310
|
[[package]]
|
307
311
|
name = "dtoa-short"
|
308
|
-
version = "0.3.
|
312
|
+
version = "0.3.5"
|
309
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
310
|
-
checksum = "
|
314
|
+
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
311
315
|
dependencies = [
|
312
316
|
"dtoa",
|
313
317
|
]
|
314
318
|
|
315
319
|
[[package]]
|
316
320
|
name = "either"
|
317
|
-
version = "1.
|
321
|
+
version = "1.15.0"
|
322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
324
|
+
|
325
|
+
[[package]]
|
326
|
+
name = "equivalent"
|
327
|
+
version = "1.0.2"
|
318
328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
319
|
-
checksum = "
|
329
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
320
330
|
|
321
331
|
[[package]]
|
322
332
|
name = "ext"
|
@@ -338,15 +348,6 @@ version = "2.0.0"
|
|
338
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
349
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
340
350
|
|
341
|
-
[[package]]
|
342
|
-
name = "fxhash"
|
343
|
-
version = "0.2.1"
|
344
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
345
|
-
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
346
|
-
dependencies = [
|
347
|
-
"byteorder",
|
348
|
-
]
|
349
|
-
|
350
351
|
[[package]]
|
351
352
|
name = "generic-array"
|
352
353
|
version = "0.14.7"
|
@@ -359,9 +360,9 @@ dependencies = [
|
|
359
360
|
|
360
361
|
[[package]]
|
361
362
|
name = "getrandom"
|
362
|
-
version = "0.2.
|
363
|
+
version = "0.2.15"
|
363
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
364
|
-
checksum = "
|
365
|
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
365
366
|
dependencies = [
|
366
367
|
"cfg-if",
|
367
368
|
"libc",
|
@@ -370,9 +371,9 @@ dependencies = [
|
|
370
371
|
|
371
372
|
[[package]]
|
372
373
|
name = "glob"
|
373
|
-
version = "0.3.
|
374
|
+
version = "0.3.2"
|
374
375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
375
|
-
checksum = "
|
376
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
376
377
|
|
377
378
|
[[package]]
|
378
379
|
name = "hashbrown"
|
@@ -380,14 +381,31 @@ version = "0.12.3"
|
|
380
381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
381
382
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
382
383
|
dependencies = [
|
383
|
-
"ahash",
|
384
|
+
"ahash 0.7.8",
|
384
385
|
]
|
385
386
|
|
386
387
|
[[package]]
|
387
388
|
name = "hashbrown"
|
388
|
-
version = "0.14.
|
389
|
+
version = "0.14.5"
|
390
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
391
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
392
|
+
|
393
|
+
[[package]]
|
394
|
+
name = "hashbrown"
|
395
|
+
version = "0.15.2"
|
396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
397
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
398
|
+
|
399
|
+
[[package]]
|
400
|
+
name = "indexmap"
|
401
|
+
version = "2.8.0"
|
389
402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
-
checksum = "
|
403
|
+
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
404
|
+
dependencies = [
|
405
|
+
"equivalent",
|
406
|
+
"hashbrown 0.15.2",
|
407
|
+
"serde",
|
408
|
+
]
|
391
409
|
|
392
410
|
[[package]]
|
393
411
|
name = "itertools"
|
@@ -398,17 +416,26 @@ dependencies = [
|
|
398
416
|
"either",
|
399
417
|
]
|
400
418
|
|
419
|
+
[[package]]
|
420
|
+
name = "itertools"
|
421
|
+
version = "0.12.1"
|
422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
423
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
424
|
+
dependencies = [
|
425
|
+
"either",
|
426
|
+
]
|
427
|
+
|
401
428
|
[[package]]
|
402
429
|
name = "itoa"
|
403
|
-
version = "1.0.
|
430
|
+
version = "1.0.15"
|
404
431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405
|
-
checksum = "
|
432
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
406
433
|
|
407
434
|
[[package]]
|
408
435
|
name = "lazy_static"
|
409
|
-
version = "1.
|
436
|
+
version = "1.5.0"
|
410
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
411
|
-
checksum = "
|
438
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
412
439
|
|
413
440
|
[[package]]
|
414
441
|
name = "lazycell"
|
@@ -418,34 +445,36 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
418
445
|
|
419
446
|
[[package]]
|
420
447
|
name = "libc"
|
421
|
-
version = "0.2.
|
448
|
+
version = "0.2.171"
|
422
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
423
|
-
checksum = "
|
450
|
+
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
424
451
|
|
425
452
|
[[package]]
|
426
453
|
name = "libloading"
|
427
|
-
version = "0.
|
454
|
+
version = "0.8.6"
|
428
455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429
|
-
checksum = "
|
456
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
430
457
|
dependencies = [
|
431
458
|
"cfg-if",
|
432
|
-
"
|
459
|
+
"windows-targets",
|
433
460
|
]
|
434
461
|
|
435
462
|
[[package]]
|
436
463
|
name = "lightningcss"
|
437
|
-
version = "1.0.0-alpha.
|
464
|
+
version = "1.0.0-alpha.65"
|
438
465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
439
|
-
checksum = "
|
466
|
+
checksum = "c84f971730745f4aaac013b6cf4328baf1548efc973c0d95cfd843a3c1ca07af"
|
440
467
|
dependencies = [
|
441
|
-
"ahash",
|
442
|
-
"bitflags
|
468
|
+
"ahash 0.8.11",
|
469
|
+
"bitflags",
|
443
470
|
"const-str",
|
444
471
|
"cssparser",
|
445
472
|
"cssparser-color",
|
446
473
|
"dashmap",
|
447
474
|
"data-encoding",
|
448
|
-
"
|
475
|
+
"getrandom",
|
476
|
+
"indexmap",
|
477
|
+
"itertools 0.10.5",
|
449
478
|
"lazy_static",
|
450
479
|
"lightningcss-derive",
|
451
480
|
"parcel_selectors",
|
@@ -460,10 +489,11 @@ dependencies = [
|
|
460
489
|
|
461
490
|
[[package]]
|
462
491
|
name = "lightningcss-derive"
|
463
|
-
version = "1.0.0-alpha.
|
492
|
+
version = "1.0.0-alpha.43"
|
464
493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
465
|
-
checksum = "
|
494
|
+
checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
|
466
495
|
dependencies = [
|
496
|
+
"convert_case",
|
467
497
|
"proc-macro2",
|
468
498
|
"quote",
|
469
499
|
"syn 1.0.109",
|
@@ -471,9 +501,9 @@ dependencies = [
|
|
471
501
|
|
472
502
|
[[package]]
|
473
503
|
name = "lock_api"
|
474
|
-
version = "0.4.
|
504
|
+
version = "0.4.12"
|
475
505
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
|
-
checksum = "
|
506
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
477
507
|
dependencies = [
|
478
508
|
"autocfg",
|
479
509
|
"scopeguard",
|
@@ -481,15 +511,15 @@ dependencies = [
|
|
481
511
|
|
482
512
|
[[package]]
|
483
513
|
name = "log"
|
484
|
-
version = "0.4.
|
514
|
+
version = "0.4.26"
|
485
515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486
|
-
checksum = "
|
516
|
+
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
487
517
|
|
488
518
|
[[package]]
|
489
519
|
name = "magnus"
|
490
|
-
version = "0.6.
|
520
|
+
version = "0.6.4"
|
491
521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
492
|
-
checksum = "
|
522
|
+
checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
|
493
523
|
dependencies = [
|
494
524
|
"magnus-macros",
|
495
525
|
"rb-sys",
|
@@ -505,7 +535,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
505
535
|
dependencies = [
|
506
536
|
"proc-macro2",
|
507
537
|
"quote",
|
508
|
-
"syn 2.0.
|
538
|
+
"syn 2.0.100",
|
509
539
|
]
|
510
540
|
|
511
541
|
[[package]]
|
@@ -516,9 +546,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
516
546
|
|
517
547
|
[[package]]
|
518
548
|
name = "memchr"
|
519
|
-
version = "2.
|
549
|
+
version = "2.7.4"
|
520
550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
521
|
-
checksum = "
|
551
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
522
552
|
|
523
553
|
[[package]]
|
524
554
|
name = "minimal-lexical"
|
@@ -538,9 +568,9 @@ dependencies = [
|
|
538
568
|
|
539
569
|
[[package]]
|
540
570
|
name = "once_cell"
|
541
|
-
version = "1.
|
571
|
+
version = "1.21.1"
|
542
572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
543
|
-
checksum = "
|
573
|
+
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
544
574
|
|
545
575
|
[[package]]
|
546
576
|
name = "outref"
|
@@ -550,17 +580,17 @@ checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
|
|
550
580
|
|
551
581
|
[[package]]
|
552
582
|
name = "parcel_selectors"
|
553
|
-
version = "0.
|
583
|
+
version = "0.28.1"
|
554
584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
555
|
-
checksum = "
|
585
|
+
checksum = "dccbc6fb560df303a44e511618256029410efbc87779018f751ef12c488271fe"
|
556
586
|
dependencies = [
|
557
|
-
"bitflags
|
587
|
+
"bitflags",
|
558
588
|
"cssparser",
|
559
|
-
"fxhash",
|
560
589
|
"log",
|
561
|
-
"phf
|
590
|
+
"phf",
|
562
591
|
"phf_codegen",
|
563
592
|
"precomputed-hash",
|
593
|
+
"rustc-hash 2.1.1",
|
564
594
|
"serde",
|
565
595
|
"smallvec",
|
566
596
|
"static-self",
|
@@ -582,9 +612,9 @@ dependencies = [
|
|
582
612
|
|
583
613
|
[[package]]
|
584
614
|
name = "parking_lot_core"
|
585
|
-
version = "0.9.
|
615
|
+
version = "0.9.10"
|
586
616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
587
|
-
checksum = "
|
617
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
588
618
|
dependencies = [
|
589
619
|
"cfg-if",
|
590
620
|
"libc",
|
@@ -595,108 +625,68 @@ dependencies = [
|
|
595
625
|
|
596
626
|
[[package]]
|
597
627
|
name = "paste"
|
598
|
-
version = "1.0.
|
628
|
+
version = "1.0.15"
|
599
629
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600
|
-
checksum = "
|
630
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
601
631
|
|
602
632
|
[[package]]
|
603
633
|
name = "pathdiff"
|
604
|
-
version = "0.2.
|
634
|
+
version = "0.2.3"
|
605
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
-
checksum = "
|
607
|
-
|
608
|
-
[[package]]
|
609
|
-
name = "peeking_take_while"
|
610
|
-
version = "0.1.2"
|
611
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
612
|
-
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
636
|
+
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
613
637
|
|
614
638
|
[[package]]
|
615
639
|
name = "phf"
|
616
|
-
version = "0.
|
640
|
+
version = "0.11.3"
|
617
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
618
|
-
checksum = "
|
619
|
-
dependencies = [
|
620
|
-
"phf_shared 0.10.0",
|
621
|
-
]
|
622
|
-
|
623
|
-
[[package]]
|
624
|
-
name = "phf"
|
625
|
-
version = "0.11.2"
|
626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
627
|
-
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
642
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
628
643
|
dependencies = [
|
629
644
|
"phf_macros",
|
630
|
-
"phf_shared
|
645
|
+
"phf_shared",
|
631
646
|
]
|
632
647
|
|
633
648
|
[[package]]
|
634
649
|
name = "phf_codegen"
|
635
|
-
version = "0.
|
636
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637
|
-
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
638
|
-
dependencies = [
|
639
|
-
"phf_generator 0.10.0",
|
640
|
-
"phf_shared 0.10.0",
|
641
|
-
]
|
642
|
-
|
643
|
-
[[package]]
|
644
|
-
name = "phf_generator"
|
645
|
-
version = "0.10.0"
|
650
|
+
version = "0.11.3"
|
646
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
647
|
-
checksum = "
|
652
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
648
653
|
dependencies = [
|
649
|
-
"
|
650
|
-
"
|
654
|
+
"phf_generator",
|
655
|
+
"phf_shared",
|
651
656
|
]
|
652
657
|
|
653
658
|
[[package]]
|
654
659
|
name = "phf_generator"
|
655
|
-
version = "0.11.
|
660
|
+
version = "0.11.3"
|
656
661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
657
|
-
checksum = "
|
662
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
658
663
|
dependencies = [
|
659
|
-
"phf_shared
|
664
|
+
"phf_shared",
|
660
665
|
"rand",
|
661
666
|
]
|
662
667
|
|
663
668
|
[[package]]
|
664
669
|
name = "phf_macros"
|
665
|
-
version = "0.11.
|
670
|
+
version = "0.11.3"
|
666
671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
667
|
-
checksum = "
|
672
|
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
668
673
|
dependencies = [
|
669
|
-
"phf_generator
|
670
|
-
"phf_shared
|
674
|
+
"phf_generator",
|
675
|
+
"phf_shared",
|
671
676
|
"proc-macro2",
|
672
677
|
"quote",
|
673
|
-
"syn 2.0.
|
678
|
+
"syn 2.0.100",
|
674
679
|
]
|
675
680
|
|
676
681
|
[[package]]
|
677
682
|
name = "phf_shared"
|
678
|
-
version = "0.
|
683
|
+
version = "0.11.3"
|
679
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
680
|
-
checksum = "
|
685
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
681
686
|
dependencies = [
|
682
687
|
"siphasher",
|
683
688
|
]
|
684
689
|
|
685
|
-
[[package]]
|
686
|
-
name = "phf_shared"
|
687
|
-
version = "0.11.2"
|
688
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
689
|
-
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
690
|
-
dependencies = [
|
691
|
-
"siphasher",
|
692
|
-
]
|
693
|
-
|
694
|
-
[[package]]
|
695
|
-
name = "ppv-lite86"
|
696
|
-
version = "0.2.17"
|
697
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
698
|
-
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
699
|
-
|
700
690
|
[[package]]
|
701
691
|
name = "precomputed-hash"
|
702
692
|
version = "0.1.1"
|
@@ -705,9 +695,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
705
695
|
|
706
696
|
[[package]]
|
707
697
|
name = "proc-macro2"
|
708
|
-
version = "1.0.
|
698
|
+
version = "1.0.94"
|
709
699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
710
|
-
checksum = "
|
700
|
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
711
701
|
dependencies = [
|
712
702
|
"unicode-ident",
|
713
703
|
]
|
@@ -734,9 +724,9 @@ dependencies = [
|
|
734
724
|
|
735
725
|
[[package]]
|
736
726
|
name = "quote"
|
737
|
-
version = "1.0.
|
727
|
+
version = "1.0.40"
|
738
728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "
|
729
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
740
730
|
dependencies = [
|
741
731
|
"proc-macro2",
|
742
732
|
]
|
@@ -753,18 +743,6 @@ version = "0.8.5"
|
|
753
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
754
744
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
755
745
|
dependencies = [
|
756
|
-
"libc",
|
757
|
-
"rand_chacha",
|
758
|
-
"rand_core",
|
759
|
-
]
|
760
|
-
|
761
|
-
[[package]]
|
762
|
-
name = "rand_chacha"
|
763
|
-
version = "0.3.1"
|
764
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
765
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
766
|
-
dependencies = [
|
767
|
-
"ppv-lite86",
|
768
746
|
"rand_core",
|
769
747
|
]
|
770
748
|
|
@@ -773,15 +751,12 @@ name = "rand_core"
|
|
773
751
|
version = "0.6.4"
|
774
752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
775
753
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
776
|
-
dependencies = [
|
777
|
-
"getrandom",
|
778
|
-
]
|
779
754
|
|
780
755
|
[[package]]
|
781
756
|
name = "rayon"
|
782
|
-
version = "1.
|
757
|
+
version = "1.10.0"
|
783
758
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
784
|
-
checksum = "
|
759
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
785
760
|
dependencies = [
|
786
761
|
"either",
|
787
762
|
"rayon-core",
|
@@ -789,9 +764,9 @@ dependencies = [
|
|
789
764
|
|
790
765
|
[[package]]
|
791
766
|
name = "rayon-core"
|
792
|
-
version = "1.12.
|
767
|
+
version = "1.12.1"
|
793
768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
794
|
-
checksum = "
|
769
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
795
770
|
dependencies = [
|
796
771
|
"crossbeam-deque",
|
797
772
|
"crossbeam-utils",
|
@@ -799,18 +774,18 @@ dependencies = [
|
|
799
774
|
|
800
775
|
[[package]]
|
801
776
|
name = "rb-sys"
|
802
|
-
version = "0.9.
|
777
|
+
version = "0.9.111"
|
803
778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
804
|
-
checksum = "
|
779
|
+
checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
|
805
780
|
dependencies = [
|
806
781
|
"rb-sys-build",
|
807
782
|
]
|
808
783
|
|
809
784
|
[[package]]
|
810
785
|
name = "rb-sys-build"
|
811
|
-
version = "0.9.
|
786
|
+
version = "0.9.111"
|
812
787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
813
|
-
checksum = "
|
788
|
+
checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
|
814
789
|
dependencies = [
|
815
790
|
"bindgen",
|
816
791
|
"lazy_static",
|
@@ -818,7 +793,7 @@ dependencies = [
|
|
818
793
|
"quote",
|
819
794
|
"regex",
|
820
795
|
"shell-words",
|
821
|
-
"syn 2.0.
|
796
|
+
"syn 2.0.100",
|
822
797
|
]
|
823
798
|
|
824
799
|
[[package]]
|
@@ -829,18 +804,18 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
829
804
|
|
830
805
|
[[package]]
|
831
806
|
name = "redox_syscall"
|
832
|
-
version = "0.
|
807
|
+
version = "0.5.10"
|
833
808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
834
|
-
checksum = "
|
809
|
+
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
835
810
|
dependencies = [
|
836
|
-
"bitflags
|
811
|
+
"bitflags",
|
837
812
|
]
|
838
813
|
|
839
814
|
[[package]]
|
840
815
|
name = "regex"
|
841
|
-
version = "1.
|
816
|
+
version = "1.11.1"
|
842
817
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
843
|
-
checksum = "
|
818
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
844
819
|
dependencies = [
|
845
820
|
"aho-corasick",
|
846
821
|
"memchr",
|
@@ -850,9 +825,9 @@ dependencies = [
|
|
850
825
|
|
851
826
|
[[package]]
|
852
827
|
name = "regex-automata"
|
853
|
-
version = "0.4.
|
828
|
+
version = "0.4.9"
|
854
829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
855
|
-
checksum = "
|
830
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
856
831
|
dependencies = [
|
857
832
|
"aho-corasick",
|
858
833
|
"memchr",
|
@@ -861,24 +836,24 @@ dependencies = [
|
|
861
836
|
|
862
837
|
[[package]]
|
863
838
|
name = "regex-syntax"
|
864
|
-
version = "0.8.
|
839
|
+
version = "0.8.5"
|
865
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
866
|
-
checksum = "
|
841
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
867
842
|
|
868
843
|
[[package]]
|
869
844
|
name = "rend"
|
870
|
-
version = "0.4.
|
845
|
+
version = "0.4.2"
|
871
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
872
|
-
checksum = "
|
847
|
+
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
873
848
|
dependencies = [
|
874
849
|
"bytecheck",
|
875
850
|
]
|
876
851
|
|
877
852
|
[[package]]
|
878
853
|
name = "rkyv"
|
879
|
-
version = "0.7.
|
854
|
+
version = "0.7.45"
|
880
855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
881
|
-
checksum = "
|
856
|
+
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
|
882
857
|
dependencies = [
|
883
858
|
"bitvec",
|
884
859
|
"bytecheck",
|
@@ -894,9 +869,9 @@ dependencies = [
|
|
894
869
|
|
895
870
|
[[package]]
|
896
871
|
name = "rkyv_derive"
|
897
|
-
version = "0.7.
|
872
|
+
version = "0.7.45"
|
898
873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
899
|
-
checksum = "
|
874
|
+
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
|
900
875
|
dependencies = [
|
901
876
|
"proc-macro2",
|
902
877
|
"quote",
|
@@ -909,11 +884,17 @@ version = "1.1.0"
|
|
909
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
910
885
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
911
886
|
|
887
|
+
[[package]]
|
888
|
+
name = "rustc-hash"
|
889
|
+
version = "2.1.1"
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
891
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
892
|
+
|
912
893
|
[[package]]
|
913
894
|
name = "ryu"
|
914
|
-
version = "1.0.
|
895
|
+
version = "1.0.20"
|
915
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
-
checksum = "
|
897
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
917
898
|
|
918
899
|
[[package]]
|
919
900
|
name = "scopeguard"
|
@@ -929,37 +910,38 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
929
910
|
|
930
911
|
[[package]]
|
931
912
|
name = "seq-macro"
|
932
|
-
version = "0.3.
|
913
|
+
version = "0.3.6"
|
933
914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
934
|
-
checksum = "
|
915
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
935
916
|
|
936
917
|
[[package]]
|
937
918
|
name = "serde"
|
938
|
-
version = "1.0.
|
919
|
+
version = "1.0.219"
|
939
920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
940
|
-
checksum = "
|
921
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
941
922
|
dependencies = [
|
942
923
|
"serde_derive",
|
943
924
|
]
|
944
925
|
|
945
926
|
[[package]]
|
946
927
|
name = "serde_derive"
|
947
|
-
version = "1.0.
|
928
|
+
version = "1.0.219"
|
948
929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
949
|
-
checksum = "
|
930
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
950
931
|
dependencies = [
|
951
932
|
"proc-macro2",
|
952
933
|
"quote",
|
953
|
-
"syn 2.0.
|
934
|
+
"syn 2.0.100",
|
954
935
|
]
|
955
936
|
|
956
937
|
[[package]]
|
957
938
|
name = "serde_json"
|
958
|
-
version = "1.0.
|
939
|
+
version = "1.0.140"
|
959
940
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960
|
-
checksum = "
|
941
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
961
942
|
dependencies = [
|
962
943
|
"itoa",
|
944
|
+
"memchr",
|
963
945
|
"ryu",
|
964
946
|
"serde",
|
965
947
|
]
|
@@ -983,9 +965,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
983
965
|
|
984
966
|
[[package]]
|
985
967
|
name = "shlex"
|
986
|
-
version = "1.
|
968
|
+
version = "1.3.0"
|
987
969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
988
|
-
checksum = "
|
970
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
989
971
|
|
990
972
|
[[package]]
|
991
973
|
name = "simd-abstraction"
|
@@ -998,31 +980,32 @@ dependencies = [
|
|
998
980
|
|
999
981
|
[[package]]
|
1000
982
|
name = "simdutf8"
|
1001
|
-
version = "0.1.
|
983
|
+
version = "0.1.5"
|
1002
984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003
|
-
checksum = "
|
985
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
1004
986
|
|
1005
987
|
[[package]]
|
1006
988
|
name = "siphasher"
|
1007
|
-
version = "0.
|
989
|
+
version = "1.0.1"
|
1008
990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009
|
-
checksum = "
|
991
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
1010
992
|
|
1011
993
|
[[package]]
|
1012
994
|
name = "smallvec"
|
1013
|
-
version = "1.
|
995
|
+
version = "1.14.0"
|
1014
996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015
|
-
checksum = "
|
997
|
+
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
1016
998
|
dependencies = [
|
1017
999
|
"serde",
|
1018
1000
|
]
|
1019
1001
|
|
1020
1002
|
[[package]]
|
1021
1003
|
name = "static-self"
|
1022
|
-
version = "0.1.
|
1004
|
+
version = "0.1.2"
|
1023
1005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1024
|
-
checksum = "
|
1006
|
+
checksum = "f6635404b73efc136af3a7956e53c53d4f34b2f16c95a15c438929add0f69412"
|
1025
1007
|
dependencies = [
|
1008
|
+
"indexmap",
|
1026
1009
|
"smallvec",
|
1027
1010
|
"static-self-derive",
|
1028
1011
|
]
|
@@ -1051,9 +1034,9 @@ dependencies = [
|
|
1051
1034
|
|
1052
1035
|
[[package]]
|
1053
1036
|
name = "syn"
|
1054
|
-
version = "2.0.
|
1037
|
+
version = "2.0.100"
|
1055
1038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056
|
-
checksum = "
|
1039
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
1057
1040
|
dependencies = [
|
1058
1041
|
"proc-macro2",
|
1059
1042
|
"quote",
|
@@ -1068,9 +1051,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1068
1051
|
|
1069
1052
|
[[package]]
|
1070
1053
|
name = "tinyvec"
|
1071
|
-
version = "1.
|
1054
|
+
version = "1.9.0"
|
1072
1055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073
|
-
checksum = "
|
1056
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
1074
1057
|
dependencies = [
|
1075
1058
|
"tinyvec_macros",
|
1076
1059
|
]
|
@@ -1083,27 +1066,33 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1083
1066
|
|
1084
1067
|
[[package]]
|
1085
1068
|
name = "typenum"
|
1086
|
-
version = "1.
|
1069
|
+
version = "1.18.0"
|
1087
1070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1088
|
-
checksum = "
|
1071
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
1089
1072
|
|
1090
1073
|
[[package]]
|
1091
1074
|
name = "unicode-ident"
|
1092
|
-
version = "1.0.
|
1075
|
+
version = "1.0.18"
|
1093
1076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1094
|
-
checksum = "
|
1077
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1078
|
+
|
1079
|
+
[[package]]
|
1080
|
+
name = "unicode-segmentation"
|
1081
|
+
version = "1.12.0"
|
1082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
1095
1084
|
|
1096
1085
|
[[package]]
|
1097
1086
|
name = "uuid"
|
1098
|
-
version = "1.
|
1087
|
+
version = "1.16.0"
|
1099
1088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1100
|
-
checksum = "
|
1089
|
+
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
1101
1090
|
|
1102
1091
|
[[package]]
|
1103
1092
|
name = "version_check"
|
1104
|
-
version = "0.9.
|
1093
|
+
version = "0.9.5"
|
1105
1094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1106
|
-
checksum = "
|
1095
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
1107
1096
|
|
1108
1097
|
[[package]]
|
1109
1098
|
name = "vlq"
|
@@ -1117,37 +1106,16 @@ version = "0.11.0+wasi-snapshot-preview1"
|
|
1117
1106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1118
1107
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1119
1108
|
|
1120
|
-
[[package]]
|
1121
|
-
name = "winapi"
|
1122
|
-
version = "0.3.9"
|
1123
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
1125
|
-
dependencies = [
|
1126
|
-
"winapi-i686-pc-windows-gnu",
|
1127
|
-
"winapi-x86_64-pc-windows-gnu",
|
1128
|
-
]
|
1129
|
-
|
1130
|
-
[[package]]
|
1131
|
-
name = "winapi-i686-pc-windows-gnu"
|
1132
|
-
version = "0.4.0"
|
1133
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1134
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1135
|
-
|
1136
|
-
[[package]]
|
1137
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
1138
|
-
version = "0.4.0"
|
1139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1140
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1141
|
-
|
1142
1109
|
[[package]]
|
1143
1110
|
name = "windows-targets"
|
1144
|
-
version = "0.
|
1111
|
+
version = "0.52.6"
|
1145
1112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1146
|
-
checksum = "
|
1113
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1147
1114
|
dependencies = [
|
1148
1115
|
"windows_aarch64_gnullvm",
|
1149
1116
|
"windows_aarch64_msvc",
|
1150
1117
|
"windows_i686_gnu",
|
1118
|
+
"windows_i686_gnullvm",
|
1151
1119
|
"windows_i686_msvc",
|
1152
1120
|
"windows_x86_64_gnu",
|
1153
1121
|
"windows_x86_64_gnullvm",
|
@@ -1156,45 +1124,51 @@ dependencies = [
|
|
1156
1124
|
|
1157
1125
|
[[package]]
|
1158
1126
|
name = "windows_aarch64_gnullvm"
|
1159
|
-
version = "0.
|
1127
|
+
version = "0.52.6"
|
1160
1128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1161
|
-
checksum = "
|
1129
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1162
1130
|
|
1163
1131
|
[[package]]
|
1164
1132
|
name = "windows_aarch64_msvc"
|
1165
|
-
version = "0.
|
1133
|
+
version = "0.52.6"
|
1166
1134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1167
|
-
checksum = "
|
1135
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1168
1136
|
|
1169
1137
|
[[package]]
|
1170
1138
|
name = "windows_i686_gnu"
|
1171
|
-
version = "0.
|
1139
|
+
version = "0.52.6"
|
1140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1142
|
+
|
1143
|
+
[[package]]
|
1144
|
+
name = "windows_i686_gnullvm"
|
1145
|
+
version = "0.52.6"
|
1172
1146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173
|
-
checksum = "
|
1147
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1174
1148
|
|
1175
1149
|
[[package]]
|
1176
1150
|
name = "windows_i686_msvc"
|
1177
|
-
version = "0.
|
1151
|
+
version = "0.52.6"
|
1178
1152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1179
|
-
checksum = "
|
1153
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1180
1154
|
|
1181
1155
|
[[package]]
|
1182
1156
|
name = "windows_x86_64_gnu"
|
1183
|
-
version = "0.
|
1157
|
+
version = "0.52.6"
|
1184
1158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185
|
-
checksum = "
|
1159
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1186
1160
|
|
1187
1161
|
[[package]]
|
1188
1162
|
name = "windows_x86_64_gnullvm"
|
1189
|
-
version = "0.
|
1163
|
+
version = "0.52.6"
|
1190
1164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191
|
-
checksum = "
|
1165
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1192
1166
|
|
1193
1167
|
[[package]]
|
1194
1168
|
name = "windows_x86_64_msvc"
|
1195
|
-
version = "0.
|
1169
|
+
version = "0.52.6"
|
1196
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197
|
-
checksum = "
|
1171
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1198
1172
|
|
1199
1173
|
[[package]]
|
1200
1174
|
name = "wyz"
|
@@ -1204,3 +1178,23 @@ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
1204
1178
|
dependencies = [
|
1205
1179
|
"tap",
|
1206
1180
|
]
|
1181
|
+
|
1182
|
+
[[package]]
|
1183
|
+
name = "zerocopy"
|
1184
|
+
version = "0.7.35"
|
1185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
1187
|
+
dependencies = [
|
1188
|
+
"zerocopy-derive",
|
1189
|
+
]
|
1190
|
+
|
1191
|
+
[[package]]
|
1192
|
+
name = "zerocopy-derive"
|
1193
|
+
version = "0.7.35"
|
1194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
1196
|
+
dependencies = [
|
1197
|
+
"proc-macro2",
|
1198
|
+
"quote",
|
1199
|
+
"syn 2.0.100",
|
1200
|
+
]
|
Binary file
|
data/lib/mayu/css/3.2/ext.so
CHANGED
Binary file
|
Binary file
|
data/lib/mayu/css/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mayu-css
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Andreas Alin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.9.
|
33
|
+
version: 0.9.111
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.9.
|
40
|
+
version: 0.9.111
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,9 +77,9 @@ files:
|
|
77
77
|
- Cargo.toml
|
78
78
|
- README.md
|
79
79
|
- lib/mayu/css.rb
|
80
|
-
- lib/mayu/css/3.
|
80
|
+
- lib/mayu/css/3.1/ext.so
|
81
81
|
- lib/mayu/css/3.2/ext.so
|
82
|
-
- lib/mayu/css/3.
|
82
|
+
- lib/mayu/css/3.4/ext.so
|
83
83
|
- lib/mayu/css/version.rb
|
84
84
|
homepage: https://github.com/mayu-live/mayu-css
|
85
85
|
licenses:
|
@@ -94,17 +94,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
94
|
requirements:
|
95
95
|
- - ">="
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: '3.
|
97
|
+
version: '3.1'
|
98
98
|
- - "<"
|
99
99
|
- !ruby/object:Gem::Version
|
100
|
-
version: 3.
|
100
|
+
version: 3.5.dev
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
103
|
- - ">="
|
104
104
|
- !ruby/object:Gem::Version
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
|
-
rubygems_version: 3.
|
107
|
+
rubygems_version: 3.5.23
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: CSS parser/transformer for Mayu Live
|
data/lib/mayu/css/3.0/ext.so
DELETED
Binary file
|
data/lib/mayu/css/3.3/ext.so
DELETED
Binary file
|