@ezetgalaxy/titan 25.12.4 → 25.12.5
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.
- package/README.md +144 -181
- package/package.json +1 -1
- package/templates/server/Cargo.lock +443 -427
- package/templates/server/Cargo.toml +4 -2
- package/templates/server/src/main.rs +199 -114
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
5
11
|
[[package]]
|
|
6
12
|
name = "aho-corasick"
|
|
7
13
|
version = "1.1.4"
|
|
@@ -12,12 +18,18 @@ dependencies = [
|
|
|
12
18
|
]
|
|
13
19
|
|
|
14
20
|
[[package]]
|
|
15
|
-
name = "
|
|
16
|
-
version = "0.
|
|
21
|
+
name = "alloc-no-stdlib"
|
|
22
|
+
version = "2.0.4"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "alloc-stdlib"
|
|
28
|
+
version = "0.2.2"
|
|
17
29
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "
|
|
30
|
+
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
19
31
|
dependencies = [
|
|
20
|
-
"
|
|
32
|
+
"alloc-no-stdlib",
|
|
21
33
|
]
|
|
22
34
|
|
|
23
35
|
[[package]]
|
|
@@ -38,6 +50,19 @@ version = "0.7.6"
|
|
|
38
50
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
51
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
40
52
|
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "async-compression"
|
|
55
|
+
version = "0.4.34"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473"
|
|
58
|
+
dependencies = [
|
|
59
|
+
"compression-codecs",
|
|
60
|
+
"compression-core",
|
|
61
|
+
"futures-core",
|
|
62
|
+
"pin-project-lite",
|
|
63
|
+
"tokio",
|
|
64
|
+
]
|
|
65
|
+
|
|
41
66
|
[[package]]
|
|
42
67
|
name = "atomic-waker"
|
|
43
68
|
version = "1.1.2"
|
|
@@ -102,6 +127,12 @@ dependencies = [
|
|
|
102
127
|
"tracing",
|
|
103
128
|
]
|
|
104
129
|
|
|
130
|
+
[[package]]
|
|
131
|
+
name = "base64"
|
|
132
|
+
version = "0.21.7"
|
|
133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
135
|
+
|
|
105
136
|
[[package]]
|
|
106
137
|
name = "base64"
|
|
107
138
|
version = "0.22.1"
|
|
@@ -116,9 +147,9 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
|
116
147
|
|
|
117
148
|
[[package]]
|
|
118
149
|
name = "boa_ast"
|
|
119
|
-
version = "0.
|
|
150
|
+
version = "0.20.0"
|
|
120
151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
-
checksum = "
|
|
152
|
+
checksum = "2c340fe0f0b267787095cbe35240c6786ff19da63ec7b69367ba338eace8169b"
|
|
122
153
|
dependencies = [
|
|
123
154
|
"bitflags",
|
|
124
155
|
"boa_interner",
|
|
@@ -131,11 +162,10 @@ dependencies = [
|
|
|
131
162
|
|
|
132
163
|
[[package]]
|
|
133
164
|
name = "boa_engine"
|
|
134
|
-
version = "0.
|
|
165
|
+
version = "0.20.0"
|
|
135
166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
136
|
-
checksum = "
|
|
167
|
+
checksum = "f620c3f06f51e65c0504ddf04978be1b814ac6586f0b45f6019801ab5efd37f9"
|
|
137
168
|
dependencies = [
|
|
138
|
-
"aligned-vec",
|
|
139
169
|
"arrayvec",
|
|
140
170
|
"bitflags",
|
|
141
171
|
"boa_ast",
|
|
@@ -143,19 +173,14 @@ dependencies = [
|
|
|
143
173
|
"boa_interner",
|
|
144
174
|
"boa_macros",
|
|
145
175
|
"boa_parser",
|
|
176
|
+
"boa_profiler",
|
|
146
177
|
"boa_string",
|
|
147
178
|
"bytemuck",
|
|
148
179
|
"cfg-if",
|
|
149
|
-
"cow-utils",
|
|
150
180
|
"dashmap",
|
|
151
|
-
"dynify",
|
|
152
181
|
"fast-float2",
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"futures-concurrency",
|
|
156
|
-
"futures-lite",
|
|
157
|
-
"hashbrown 0.16.1",
|
|
158
|
-
"icu_normalizer",
|
|
182
|
+
"hashbrown 0.15.5",
|
|
183
|
+
"icu_normalizer 1.5.0",
|
|
159
184
|
"indexmap",
|
|
160
185
|
"intrusive-collections",
|
|
161
186
|
"itertools",
|
|
@@ -163,45 +188,45 @@ dependencies = [
|
|
|
163
188
|
"num-integer",
|
|
164
189
|
"num-traits",
|
|
165
190
|
"num_enum",
|
|
166
|
-
"
|
|
191
|
+
"once_cell",
|
|
192
|
+
"pollster",
|
|
167
193
|
"portable-atomic",
|
|
168
|
-
"rand",
|
|
194
|
+
"rand 0.8.5",
|
|
169
195
|
"regress",
|
|
170
196
|
"rustc-hash",
|
|
171
197
|
"ryu-js",
|
|
172
198
|
"serde",
|
|
173
199
|
"serde_json",
|
|
174
|
-
"
|
|
200
|
+
"sptr",
|
|
175
201
|
"static_assertions",
|
|
176
|
-
"tag_ptr",
|
|
177
202
|
"tap",
|
|
178
203
|
"thin-vec",
|
|
179
204
|
"thiserror",
|
|
180
205
|
"time",
|
|
181
|
-
"xsum",
|
|
182
206
|
]
|
|
183
207
|
|
|
184
208
|
[[package]]
|
|
185
209
|
name = "boa_gc"
|
|
186
|
-
version = "0.
|
|
210
|
+
version = "0.20.0"
|
|
187
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "
|
|
212
|
+
checksum = "2425c0b7720d42d73eaa6a883fbb77a5c920da8694964a3d79a67597ac55cce2"
|
|
189
213
|
dependencies = [
|
|
190
214
|
"boa_macros",
|
|
215
|
+
"boa_profiler",
|
|
191
216
|
"boa_string",
|
|
192
|
-
"hashbrown 0.
|
|
217
|
+
"hashbrown 0.15.5",
|
|
193
218
|
"thin-vec",
|
|
194
219
|
]
|
|
195
220
|
|
|
196
221
|
[[package]]
|
|
197
222
|
name = "boa_interner"
|
|
198
|
-
version = "0.
|
|
223
|
+
version = "0.20.0"
|
|
199
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
-
checksum = "
|
|
225
|
+
checksum = "42407a3b724cfaecde8f7d4af566df4b56af32a2f11f0956f5570bb974e7f749"
|
|
201
226
|
dependencies = [
|
|
202
227
|
"boa_gc",
|
|
203
228
|
"boa_macros",
|
|
204
|
-
"hashbrown 0.
|
|
229
|
+
"hashbrown 0.15.5",
|
|
205
230
|
"indexmap",
|
|
206
231
|
"once_cell",
|
|
207
232
|
"phf",
|
|
@@ -211,12 +236,10 @@ dependencies = [
|
|
|
211
236
|
|
|
212
237
|
[[package]]
|
|
213
238
|
name = "boa_macros"
|
|
214
|
-
version = "0.
|
|
239
|
+
version = "0.20.0"
|
|
215
240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
241
|
+
checksum = "9fd3f870829131332587f607a7ff909f1af5fc523fd1b192db55fbbdf52e8d3c"
|
|
217
242
|
dependencies = [
|
|
218
|
-
"cfg-if",
|
|
219
|
-
"cow-utils",
|
|
220
243
|
"proc-macro2",
|
|
221
244
|
"quote",
|
|
222
245
|
"syn",
|
|
@@ -225,36 +248,63 @@ dependencies = [
|
|
|
225
248
|
|
|
226
249
|
[[package]]
|
|
227
250
|
name = "boa_parser"
|
|
228
|
-
version = "0.
|
|
251
|
+
version = "0.20.0"
|
|
229
252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
-
checksum = "
|
|
253
|
+
checksum = "9cc142dac798cdc6e2dbccfddeb50f36d2523bb977a976e19bdb3ae19b740804"
|
|
231
254
|
dependencies = [
|
|
232
255
|
"bitflags",
|
|
233
256
|
"boa_ast",
|
|
234
257
|
"boa_interner",
|
|
235
258
|
"boa_macros",
|
|
259
|
+
"boa_profiler",
|
|
236
260
|
"fast-float2",
|
|
237
|
-
"icu_properties",
|
|
261
|
+
"icu_properties 1.5.1",
|
|
238
262
|
"num-bigint",
|
|
239
263
|
"num-traits",
|
|
240
264
|
"regress",
|
|
241
265
|
"rustc-hash",
|
|
242
266
|
]
|
|
243
267
|
|
|
268
|
+
[[package]]
|
|
269
|
+
name = "boa_profiler"
|
|
270
|
+
version = "0.20.0"
|
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
+
checksum = "4064908e7cdf9b6317179e9b04dcb27f1510c1c144aeab4d0394014f37a0f922"
|
|
273
|
+
|
|
244
274
|
[[package]]
|
|
245
275
|
name = "boa_string"
|
|
246
|
-
version = "0.
|
|
276
|
+
version = "0.20.0"
|
|
247
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
248
|
-
checksum = "
|
|
278
|
+
checksum = "7debc13fbf7997bf38bf8e9b20f1ad5e2a7d27a900e1f6039fe244ce30f589b5"
|
|
249
279
|
dependencies = [
|
|
250
280
|
"fast-float2",
|
|
251
|
-
"itoa",
|
|
252
281
|
"paste",
|
|
253
282
|
"rustc-hash",
|
|
254
|
-
"
|
|
283
|
+
"sptr",
|
|
255
284
|
"static_assertions",
|
|
256
285
|
]
|
|
257
286
|
|
|
287
|
+
[[package]]
|
|
288
|
+
name = "brotli"
|
|
289
|
+
version = "8.0.2"
|
|
290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
+
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
|
|
292
|
+
dependencies = [
|
|
293
|
+
"alloc-no-stdlib",
|
|
294
|
+
"alloc-stdlib",
|
|
295
|
+
"brotli-decompressor",
|
|
296
|
+
]
|
|
297
|
+
|
|
298
|
+
[[package]]
|
|
299
|
+
name = "brotli-decompressor"
|
|
300
|
+
version = "5.0.0"
|
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
302
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
|
303
|
+
dependencies = [
|
|
304
|
+
"alloc-no-stdlib",
|
|
305
|
+
"alloc-stdlib",
|
|
306
|
+
]
|
|
307
|
+
|
|
258
308
|
[[package]]
|
|
259
309
|
name = "bumpalo"
|
|
260
310
|
version = "3.19.0"
|
|
@@ -310,15 +360,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
310
360
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
311
361
|
|
|
312
362
|
[[package]]
|
|
313
|
-
name = "
|
|
314
|
-
version = "0.
|
|
363
|
+
name = "compression-codecs"
|
|
364
|
+
version = "0.4.33"
|
|
315
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
-
checksum = "
|
|
366
|
+
checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad"
|
|
317
367
|
dependencies = [
|
|
318
|
-
"
|
|
319
|
-
"
|
|
368
|
+
"brotli",
|
|
369
|
+
"compression-core",
|
|
370
|
+
"flate2",
|
|
371
|
+
"memchr",
|
|
320
372
|
]
|
|
321
373
|
|
|
374
|
+
[[package]]
|
|
375
|
+
name = "compression-core"
|
|
376
|
+
version = "0.4.31"
|
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
+
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
|
|
379
|
+
|
|
322
380
|
[[package]]
|
|
323
381
|
name = "core-foundation"
|
|
324
382
|
version = "0.9.4"
|
|
@@ -336,10 +394,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
336
394
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
337
395
|
|
|
338
396
|
[[package]]
|
|
339
|
-
name = "
|
|
340
|
-
version = "
|
|
397
|
+
name = "crc32fast"
|
|
398
|
+
version = "1.5.0"
|
|
341
399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
-
checksum = "
|
|
400
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
401
|
+
dependencies = [
|
|
402
|
+
"cfg-if",
|
|
403
|
+
]
|
|
343
404
|
|
|
344
405
|
[[package]]
|
|
345
406
|
name = "crossbeam-utils"
|
|
@@ -370,12 +431,6 @@ dependencies = [
|
|
|
370
431
|
"powerfmt",
|
|
371
432
|
]
|
|
372
433
|
|
|
373
|
-
[[package]]
|
|
374
|
-
name = "diatomic-waker"
|
|
375
|
-
version = "0.2.3"
|
|
376
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
377
|
-
checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
|
|
378
|
-
|
|
379
434
|
[[package]]
|
|
380
435
|
name = "displaydoc"
|
|
381
436
|
version = "0.2.5"
|
|
@@ -399,26 +454,6 @@ version = "0.15.7"
|
|
|
399
454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
400
455
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
401
456
|
|
|
402
|
-
[[package]]
|
|
403
|
-
name = "dynify"
|
|
404
|
-
version = "0.1.2"
|
|
405
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
406
|
-
checksum = "81acb15628a3e22358bf73de5e7e62360b8a777dbcb5fc9ac7dfa9ae73723747"
|
|
407
|
-
dependencies = [
|
|
408
|
-
"dynify-macros",
|
|
409
|
-
]
|
|
410
|
-
|
|
411
|
-
[[package]]
|
|
412
|
-
name = "dynify-macros"
|
|
413
|
-
version = "0.1.2"
|
|
414
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
415
|
-
checksum = "1ec431cd708430d5029356535259c5d645d60edd3d39c54e5eea9782d46caa7d"
|
|
416
|
-
dependencies = [
|
|
417
|
-
"proc-macro2",
|
|
418
|
-
"quote",
|
|
419
|
-
"syn",
|
|
420
|
-
]
|
|
421
|
-
|
|
422
457
|
[[package]]
|
|
423
458
|
name = "either"
|
|
424
459
|
version = "1.15.0"
|
|
@@ -434,26 +469,6 @@ dependencies = [
|
|
|
434
469
|
"cfg-if",
|
|
435
470
|
]
|
|
436
471
|
|
|
437
|
-
[[package]]
|
|
438
|
-
name = "equator"
|
|
439
|
-
version = "0.4.2"
|
|
440
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
-
checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
|
|
442
|
-
dependencies = [
|
|
443
|
-
"equator-macro",
|
|
444
|
-
]
|
|
445
|
-
|
|
446
|
-
[[package]]
|
|
447
|
-
name = "equator-macro"
|
|
448
|
-
version = "0.4.2"
|
|
449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
-
checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
|
|
451
|
-
dependencies = [
|
|
452
|
-
"proc-macro2",
|
|
453
|
-
"quote",
|
|
454
|
-
"syn",
|
|
455
|
-
]
|
|
456
|
-
|
|
457
472
|
[[package]]
|
|
458
473
|
name = "equivalent"
|
|
459
474
|
version = "1.0.2"
|
|
@@ -489,19 +504,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
489
504
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
|
490
505
|
|
|
491
506
|
[[package]]
|
|
492
|
-
name = "
|
|
493
|
-
version = "
|
|
507
|
+
name = "flate2"
|
|
508
|
+
version = "1.1.5"
|
|
494
509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
495
|
-
checksum = "
|
|
496
|
-
|
|
497
|
-
[[package]]
|
|
498
|
-
name = "float16"
|
|
499
|
-
version = "0.1.5"
|
|
500
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
501
|
-
checksum = "7bffafbd079d520191c7c2779ae9cf757601266cf4167d3f659ff09617ff8483"
|
|
510
|
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
|
502
511
|
dependencies = [
|
|
503
|
-
"
|
|
504
|
-
"
|
|
512
|
+
"crc32fast",
|
|
513
|
+
"miniz_oxide",
|
|
505
514
|
]
|
|
506
515
|
|
|
507
516
|
[[package]]
|
|
@@ -510,6 +519,12 @@ version = "1.0.7"
|
|
|
510
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
511
520
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
512
521
|
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "foldhash"
|
|
524
|
+
version = "0.1.5"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
527
|
+
|
|
513
528
|
[[package]]
|
|
514
529
|
name = "foldhash"
|
|
515
530
|
version = "0.2.0"
|
|
@@ -540,19 +555,6 @@ dependencies = [
|
|
|
540
555
|
"percent-encoding",
|
|
541
556
|
]
|
|
542
557
|
|
|
543
|
-
[[package]]
|
|
544
|
-
name = "futures-buffered"
|
|
545
|
-
version = "0.2.12"
|
|
546
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
-
checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
|
|
548
|
-
dependencies = [
|
|
549
|
-
"cordyceps",
|
|
550
|
-
"diatomic-waker",
|
|
551
|
-
"futures-core",
|
|
552
|
-
"pin-project-lite",
|
|
553
|
-
"spin",
|
|
554
|
-
]
|
|
555
|
-
|
|
556
558
|
[[package]]
|
|
557
559
|
name = "futures-channel"
|
|
558
560
|
version = "0.3.31"
|
|
@@ -560,21 +562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
560
562
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
561
563
|
dependencies = [
|
|
562
564
|
"futures-core",
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
[[package]]
|
|
566
|
-
name = "futures-concurrency"
|
|
567
|
-
version = "7.6.3"
|
|
568
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
569
|
-
checksum = "0eb68017df91f2e477ed4bea586c59eaecaa47ed885a770d0444e21e62572cd2"
|
|
570
|
-
dependencies = [
|
|
571
|
-
"fixedbitset",
|
|
572
|
-
"futures-buffered",
|
|
573
|
-
"futures-core",
|
|
574
|
-
"futures-lite",
|
|
575
|
-
"pin-project",
|
|
576
|
-
"slab",
|
|
577
|
-
"smallvec",
|
|
565
|
+
"futures-sink",
|
|
578
566
|
]
|
|
579
567
|
|
|
580
568
|
[[package]]
|
|
@@ -589,19 +577,6 @@ version = "0.3.31"
|
|
|
589
577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
590
578
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
591
579
|
|
|
592
|
-
[[package]]
|
|
593
|
-
name = "futures-lite"
|
|
594
|
-
version = "2.6.1"
|
|
595
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
596
|
-
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
|
597
|
-
dependencies = [
|
|
598
|
-
"fastrand",
|
|
599
|
-
"futures-core",
|
|
600
|
-
"futures-io",
|
|
601
|
-
"parking",
|
|
602
|
-
"pin-project-lite",
|
|
603
|
-
]
|
|
604
|
-
|
|
605
580
|
[[package]]
|
|
606
581
|
name = "futures-sink"
|
|
607
582
|
version = "0.3.31"
|
|
@@ -621,23 +596,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
621
596
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
622
597
|
dependencies = [
|
|
623
598
|
"futures-core",
|
|
599
|
+
"futures-io",
|
|
600
|
+
"futures-sink",
|
|
624
601
|
"futures-task",
|
|
602
|
+
"memchr",
|
|
625
603
|
"pin-project-lite",
|
|
626
604
|
"pin-utils",
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
[[package]]
|
|
630
|
-
name = "generator"
|
|
631
|
-
version = "0.8.7"
|
|
632
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
|
|
634
|
-
dependencies = [
|
|
635
|
-
"cc",
|
|
636
|
-
"cfg-if",
|
|
637
|
-
"libc",
|
|
638
|
-
"log",
|
|
639
|
-
"rustversion",
|
|
640
|
-
"windows",
|
|
605
|
+
"slab",
|
|
641
606
|
]
|
|
642
607
|
|
|
643
608
|
[[package]]
|
|
@@ -692,6 +657,17 @@ version = "0.14.5"
|
|
|
692
657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
693
658
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
694
659
|
|
|
660
|
+
[[package]]
|
|
661
|
+
name = "hashbrown"
|
|
662
|
+
version = "0.15.5"
|
|
663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
664
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
665
|
+
dependencies = [
|
|
666
|
+
"allocator-api2",
|
|
667
|
+
"equivalent",
|
|
668
|
+
"foldhash 0.1.5",
|
|
669
|
+
]
|
|
670
|
+
|
|
695
671
|
[[package]]
|
|
696
672
|
name = "hashbrown"
|
|
697
673
|
version = "0.16.1"
|
|
@@ -700,7 +676,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
|
700
676
|
dependencies = [
|
|
701
677
|
"allocator-api2",
|
|
702
678
|
"equivalent",
|
|
703
|
-
"foldhash",
|
|
679
|
+
"foldhash 0.2.0",
|
|
704
680
|
]
|
|
705
681
|
|
|
706
682
|
[[package]]
|
|
@@ -810,7 +786,7 @@ version = "0.1.19"
|
|
|
810
786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
787
|
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
|
812
788
|
dependencies = [
|
|
813
|
-
"base64",
|
|
789
|
+
"base64 0.22.1",
|
|
814
790
|
"bytes",
|
|
815
791
|
"futures-channel",
|
|
816
792
|
"futures-core",
|
|
@@ -830,6 +806,18 @@ dependencies = [
|
|
|
830
806
|
"windows-registry",
|
|
831
807
|
]
|
|
832
808
|
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "icu_collections"
|
|
811
|
+
version = "1.5.0"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
814
|
+
dependencies = [
|
|
815
|
+
"displaydoc",
|
|
816
|
+
"yoke 0.7.5",
|
|
817
|
+
"zerofrom",
|
|
818
|
+
"zerovec 0.10.4",
|
|
819
|
+
]
|
|
820
|
+
|
|
833
821
|
[[package]]
|
|
834
822
|
name = "icu_collections"
|
|
835
823
|
version = "2.0.0"
|
|
@@ -838,9 +826,9 @@ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
|
838
826
|
dependencies = [
|
|
839
827
|
"displaydoc",
|
|
840
828
|
"potential_utf",
|
|
841
|
-
"yoke",
|
|
829
|
+
"yoke 0.8.1",
|
|
842
830
|
"zerofrom",
|
|
843
|
-
"zerovec",
|
|
831
|
+
"zerovec 0.11.5",
|
|
844
832
|
]
|
|
845
833
|
|
|
846
834
|
[[package]]
|
|
@@ -850,36 +838,106 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
850
838
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
851
839
|
dependencies = [
|
|
852
840
|
"displaydoc",
|
|
853
|
-
"litemap",
|
|
841
|
+
"litemap 0.8.1",
|
|
854
842
|
"serde",
|
|
855
|
-
"tinystr",
|
|
856
|
-
"writeable",
|
|
857
|
-
"zerovec",
|
|
843
|
+
"tinystr 0.8.2",
|
|
844
|
+
"writeable 0.6.2",
|
|
845
|
+
"zerovec 0.11.5",
|
|
846
|
+
]
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "icu_locid"
|
|
850
|
+
version = "1.5.0"
|
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
853
|
+
dependencies = [
|
|
854
|
+
"displaydoc",
|
|
855
|
+
"litemap 0.7.5",
|
|
856
|
+
"tinystr 0.7.6",
|
|
857
|
+
"writeable 0.5.5",
|
|
858
|
+
"zerovec 0.10.4",
|
|
859
|
+
]
|
|
860
|
+
|
|
861
|
+
[[package]]
|
|
862
|
+
name = "icu_locid_transform"
|
|
863
|
+
version = "1.5.0"
|
|
864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
865
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
866
|
+
dependencies = [
|
|
867
|
+
"displaydoc",
|
|
868
|
+
"icu_locid",
|
|
869
|
+
"icu_locid_transform_data",
|
|
870
|
+
"icu_provider 1.5.0",
|
|
871
|
+
"tinystr 0.7.6",
|
|
872
|
+
"zerovec 0.10.4",
|
|
858
873
|
]
|
|
859
874
|
|
|
875
|
+
[[package]]
|
|
876
|
+
name = "icu_locid_transform_data"
|
|
877
|
+
version = "1.5.1"
|
|
878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
879
|
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
880
|
+
|
|
860
881
|
[[package]]
|
|
861
882
|
name = "icu_normalizer"
|
|
862
|
-
version = "
|
|
883
|
+
version = "1.5.0"
|
|
863
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
864
|
-
checksum = "
|
|
885
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
865
886
|
dependencies = [
|
|
866
887
|
"displaydoc",
|
|
867
|
-
"icu_collections",
|
|
868
|
-
"icu_normalizer_data",
|
|
869
|
-
"icu_properties",
|
|
870
|
-
"icu_provider",
|
|
888
|
+
"icu_collections 1.5.0",
|
|
889
|
+
"icu_normalizer_data 1.5.1",
|
|
890
|
+
"icu_properties 1.5.1",
|
|
891
|
+
"icu_provider 1.5.0",
|
|
871
892
|
"smallvec",
|
|
872
893
|
"utf16_iter",
|
|
894
|
+
"utf8_iter",
|
|
873
895
|
"write16",
|
|
874
|
-
"zerovec",
|
|
896
|
+
"zerovec 0.10.4",
|
|
897
|
+
]
|
|
898
|
+
|
|
899
|
+
[[package]]
|
|
900
|
+
name = "icu_normalizer"
|
|
901
|
+
version = "2.0.1"
|
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
|
+
checksum = "8b24a59706036ba941c9476a55cd57b82b77f38a3c667d637ee7cabbc85eaedc"
|
|
904
|
+
dependencies = [
|
|
905
|
+
"displaydoc",
|
|
906
|
+
"icu_collections 2.0.0",
|
|
907
|
+
"icu_normalizer_data 2.0.0",
|
|
908
|
+
"icu_properties 2.0.2",
|
|
909
|
+
"icu_provider 2.1.1",
|
|
910
|
+
"smallvec",
|
|
911
|
+
"zerovec 0.11.5",
|
|
875
912
|
]
|
|
876
913
|
|
|
914
|
+
[[package]]
|
|
915
|
+
name = "icu_normalizer_data"
|
|
916
|
+
version = "1.5.1"
|
|
917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
918
|
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
919
|
+
|
|
877
920
|
[[package]]
|
|
878
921
|
name = "icu_normalizer_data"
|
|
879
922
|
version = "2.0.0"
|
|
880
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
924
|
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
882
925
|
|
|
926
|
+
[[package]]
|
|
927
|
+
name = "icu_properties"
|
|
928
|
+
version = "1.5.1"
|
|
929
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
931
|
+
dependencies = [
|
|
932
|
+
"displaydoc",
|
|
933
|
+
"icu_collections 1.5.0",
|
|
934
|
+
"icu_locid_transform",
|
|
935
|
+
"icu_properties_data 1.5.1",
|
|
936
|
+
"icu_provider 1.5.0",
|
|
937
|
+
"tinystr 0.7.6",
|
|
938
|
+
"zerovec 0.10.4",
|
|
939
|
+
]
|
|
940
|
+
|
|
883
941
|
[[package]]
|
|
884
942
|
name = "icu_properties"
|
|
885
943
|
version = "2.0.2"
|
|
@@ -887,21 +945,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
887
945
|
checksum = "f5a97b8ac6235e69506e8dacfb2adf38461d2ce6d3e9bd9c94c4cbc3cd4400a4"
|
|
888
946
|
dependencies = [
|
|
889
947
|
"displaydoc",
|
|
890
|
-
"icu_collections",
|
|
948
|
+
"icu_collections 2.0.0",
|
|
891
949
|
"icu_locale_core",
|
|
892
|
-
"icu_properties_data",
|
|
893
|
-
"icu_provider",
|
|
950
|
+
"icu_properties_data 2.0.1",
|
|
951
|
+
"icu_provider 2.1.1",
|
|
894
952
|
"potential_utf",
|
|
895
953
|
"zerotrie",
|
|
896
|
-
"zerovec",
|
|
954
|
+
"zerovec 0.11.5",
|
|
897
955
|
]
|
|
898
956
|
|
|
957
|
+
[[package]]
|
|
958
|
+
name = "icu_properties_data"
|
|
959
|
+
version = "1.5.1"
|
|
960
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
961
|
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
962
|
+
|
|
899
963
|
[[package]]
|
|
900
964
|
name = "icu_properties_data"
|
|
901
965
|
version = "2.0.1"
|
|
902
966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
967
|
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
|
904
968
|
|
|
969
|
+
[[package]]
|
|
970
|
+
name = "icu_provider"
|
|
971
|
+
version = "1.5.0"
|
|
972
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
973
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
974
|
+
dependencies = [
|
|
975
|
+
"displaydoc",
|
|
976
|
+
"icu_locid",
|
|
977
|
+
"icu_provider_macros",
|
|
978
|
+
"stable_deref_trait",
|
|
979
|
+
"tinystr 0.7.6",
|
|
980
|
+
"writeable 0.5.5",
|
|
981
|
+
"yoke 0.7.5",
|
|
982
|
+
"zerofrom",
|
|
983
|
+
"zerovec 0.10.4",
|
|
984
|
+
]
|
|
985
|
+
|
|
905
986
|
[[package]]
|
|
906
987
|
name = "icu_provider"
|
|
907
988
|
version = "2.1.1"
|
|
@@ -912,11 +993,22 @@ dependencies = [
|
|
|
912
993
|
"icu_locale_core",
|
|
913
994
|
"serde",
|
|
914
995
|
"stable_deref_trait",
|
|
915
|
-
"writeable",
|
|
916
|
-
"yoke",
|
|
996
|
+
"writeable 0.6.2",
|
|
997
|
+
"yoke 0.8.1",
|
|
917
998
|
"zerofrom",
|
|
918
999
|
"zerotrie",
|
|
919
|
-
"zerovec",
|
|
1000
|
+
"zerovec 0.11.5",
|
|
1001
|
+
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "icu_provider_macros"
|
|
1005
|
+
version = "1.5.0"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
1008
|
+
dependencies = [
|
|
1009
|
+
"proc-macro2",
|
|
1010
|
+
"quote",
|
|
1011
|
+
"syn",
|
|
920
1012
|
]
|
|
921
1013
|
|
|
922
1014
|
[[package]]
|
|
@@ -936,8 +1028,8 @@ version = "1.2.1"
|
|
|
936
1028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
937
1029
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
938
1030
|
dependencies = [
|
|
939
|
-
"icu_normalizer",
|
|
940
|
-
"icu_properties",
|
|
1031
|
+
"icu_normalizer 2.0.1",
|
|
1032
|
+
"icu_properties 2.0.2",
|
|
941
1033
|
]
|
|
942
1034
|
|
|
943
1035
|
[[package]]
|
|
@@ -977,9 +1069,9 @@ dependencies = [
|
|
|
977
1069
|
|
|
978
1070
|
[[package]]
|
|
979
1071
|
name = "itertools"
|
|
980
|
-
version = "0.
|
|
1072
|
+
version = "0.13.0"
|
|
981
1073
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
982
|
-
checksum = "
|
|
1074
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
983
1075
|
dependencies = [
|
|
984
1076
|
"either",
|
|
985
1077
|
]
|
|
@@ -1018,6 +1110,12 @@ version = "0.11.0"
|
|
|
1018
1110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
1111
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
1020
1112
|
|
|
1113
|
+
[[package]]
|
|
1114
|
+
name = "litemap"
|
|
1115
|
+
version = "0.7.5"
|
|
1116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1117
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
1118
|
+
|
|
1021
1119
|
[[package]]
|
|
1022
1120
|
name = "litemap"
|
|
1023
1121
|
version = "0.8.1"
|
|
@@ -1039,34 +1137,12 @@ version = "0.4.29"
|
|
|
1039
1137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
1138
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1041
1139
|
|
|
1042
|
-
[[package]]
|
|
1043
|
-
name = "loom"
|
|
1044
|
-
version = "0.7.2"
|
|
1045
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
|
1047
|
-
dependencies = [
|
|
1048
|
-
"cfg-if",
|
|
1049
|
-
"generator",
|
|
1050
|
-
"scoped-tls",
|
|
1051
|
-
"tracing",
|
|
1052
|
-
"tracing-subscriber",
|
|
1053
|
-
]
|
|
1054
|
-
|
|
1055
1140
|
[[package]]
|
|
1056
1141
|
name = "lru-slab"
|
|
1057
1142
|
version = "0.1.2"
|
|
1058
1143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1059
1144
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1060
1145
|
|
|
1061
|
-
[[package]]
|
|
1062
|
-
name = "matchers"
|
|
1063
|
-
version = "0.2.0"
|
|
1064
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
-
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1066
|
-
dependencies = [
|
|
1067
|
-
"regex-automata",
|
|
1068
|
-
]
|
|
1069
|
-
|
|
1070
1146
|
[[package]]
|
|
1071
1147
|
name = "matchit"
|
|
1072
1148
|
version = "0.8.4"
|
|
@@ -1094,6 +1170,16 @@ version = "0.3.17"
|
|
|
1094
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1095
1171
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1096
1172
|
|
|
1173
|
+
[[package]]
|
|
1174
|
+
name = "miniz_oxide"
|
|
1175
|
+
version = "0.8.9"
|
|
1176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1177
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1178
|
+
dependencies = [
|
|
1179
|
+
"adler2",
|
|
1180
|
+
"simd-adler32",
|
|
1181
|
+
]
|
|
1182
|
+
|
|
1097
1183
|
[[package]]
|
|
1098
1184
|
name = "mio"
|
|
1099
1185
|
version = "1.1.1"
|
|
@@ -1247,12 +1333,6 @@ dependencies = [
|
|
|
1247
1333
|
"vcpkg",
|
|
1248
1334
|
]
|
|
1249
1335
|
|
|
1250
|
-
[[package]]
|
|
1251
|
-
name = "parking"
|
|
1252
|
-
version = "2.2.1"
|
|
1253
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
-
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
1255
|
-
|
|
1256
1336
|
[[package]]
|
|
1257
1337
|
name = "parking_lot_core"
|
|
1258
1338
|
version = "0.9.12"
|
|
@@ -1263,7 +1343,7 @@ dependencies = [
|
|
|
1263
1343
|
"libc",
|
|
1264
1344
|
"redox_syscall",
|
|
1265
1345
|
"smallvec",
|
|
1266
|
-
"windows-link
|
|
1346
|
+
"windows-link",
|
|
1267
1347
|
]
|
|
1268
1348
|
|
|
1269
1349
|
[[package]]
|
|
@@ -1280,9 +1360,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
1280
1360
|
|
|
1281
1361
|
[[package]]
|
|
1282
1362
|
name = "phf"
|
|
1283
|
-
version = "0.
|
|
1363
|
+
version = "0.11.3"
|
|
1284
1364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1285
|
-
checksum = "
|
|
1365
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
1286
1366
|
dependencies = [
|
|
1287
1367
|
"phf_macros",
|
|
1288
1368
|
"phf_shared",
|
|
@@ -1290,19 +1370,19 @@ dependencies = [
|
|
|
1290
1370
|
|
|
1291
1371
|
[[package]]
|
|
1292
1372
|
name = "phf_generator"
|
|
1293
|
-
version = "0.
|
|
1373
|
+
version = "0.11.3"
|
|
1294
1374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1295
|
-
checksum = "
|
|
1375
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
1296
1376
|
dependencies = [
|
|
1297
|
-
"fastrand",
|
|
1298
1377
|
"phf_shared",
|
|
1378
|
+
"rand 0.8.5",
|
|
1299
1379
|
]
|
|
1300
1380
|
|
|
1301
1381
|
[[package]]
|
|
1302
1382
|
name = "phf_macros"
|
|
1303
|
-
version = "0.
|
|
1383
|
+
version = "0.11.3"
|
|
1304
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1305
|
-
checksum = "
|
|
1385
|
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
|
1306
1386
|
dependencies = [
|
|
1307
1387
|
"phf_generator",
|
|
1308
1388
|
"phf_shared",
|
|
@@ -1313,33 +1393,13 @@ dependencies = [
|
|
|
1313
1393
|
|
|
1314
1394
|
[[package]]
|
|
1315
1395
|
name = "phf_shared"
|
|
1316
|
-
version = "0.
|
|
1396
|
+
version = "0.11.3"
|
|
1317
1397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1398
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
1319
1399
|
dependencies = [
|
|
1320
1400
|
"siphasher",
|
|
1321
1401
|
]
|
|
1322
1402
|
|
|
1323
|
-
[[package]]
|
|
1324
|
-
name = "pin-project"
|
|
1325
|
-
version = "1.1.10"
|
|
1326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1327
|
-
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
1328
|
-
dependencies = [
|
|
1329
|
-
"pin-project-internal",
|
|
1330
|
-
]
|
|
1331
|
-
|
|
1332
|
-
[[package]]
|
|
1333
|
-
name = "pin-project-internal"
|
|
1334
|
-
version = "1.1.10"
|
|
1335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1336
|
-
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
1337
|
-
dependencies = [
|
|
1338
|
-
"proc-macro2",
|
|
1339
|
-
"quote",
|
|
1340
|
-
"syn",
|
|
1341
|
-
]
|
|
1342
|
-
|
|
1343
1403
|
[[package]]
|
|
1344
1404
|
name = "pin-project-lite"
|
|
1345
1405
|
version = "0.2.16"
|
|
@@ -1358,6 +1418,12 @@ version = "0.3.32"
|
|
|
1358
1418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1359
1419
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1360
1420
|
|
|
1421
|
+
[[package]]
|
|
1422
|
+
name = "pollster"
|
|
1423
|
+
version = "0.4.0"
|
|
1424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1425
|
+
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
|
|
1426
|
+
|
|
1361
1427
|
[[package]]
|
|
1362
1428
|
name = "portable-atomic"
|
|
1363
1429
|
version = "1.11.1"
|
|
@@ -1370,7 +1436,7 @@ version = "0.1.4"
|
|
|
1370
1436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1371
1437
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
1372
1438
|
dependencies = [
|
|
1373
|
-
"zerovec",
|
|
1439
|
+
"zerovec 0.11.5",
|
|
1374
1440
|
]
|
|
1375
1441
|
|
|
1376
1442
|
[[package]]
|
|
@@ -1435,7 +1501,7 @@ dependencies = [
|
|
|
1435
1501
|
"bytes",
|
|
1436
1502
|
"getrandom 0.3.4",
|
|
1437
1503
|
"lru-slab",
|
|
1438
|
-
"rand",
|
|
1504
|
+
"rand 0.9.2",
|
|
1439
1505
|
"ring",
|
|
1440
1506
|
"rustc-hash",
|
|
1441
1507
|
"rustls",
|
|
@@ -1476,14 +1542,35 @@ version = "5.3.0"
|
|
|
1476
1542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1477
1543
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1478
1544
|
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "rand"
|
|
1547
|
+
version = "0.8.5"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1550
|
+
dependencies = [
|
|
1551
|
+
"libc",
|
|
1552
|
+
"rand_chacha 0.3.1",
|
|
1553
|
+
"rand_core 0.6.4",
|
|
1554
|
+
]
|
|
1555
|
+
|
|
1479
1556
|
[[package]]
|
|
1480
1557
|
name = "rand"
|
|
1481
1558
|
version = "0.9.2"
|
|
1482
1559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1483
1560
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1484
1561
|
dependencies = [
|
|
1485
|
-
"rand_chacha",
|
|
1486
|
-
"rand_core",
|
|
1562
|
+
"rand_chacha 0.9.0",
|
|
1563
|
+
"rand_core 0.9.3",
|
|
1564
|
+
]
|
|
1565
|
+
|
|
1566
|
+
[[package]]
|
|
1567
|
+
name = "rand_chacha"
|
|
1568
|
+
version = "0.3.1"
|
|
1569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1570
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1571
|
+
dependencies = [
|
|
1572
|
+
"ppv-lite86",
|
|
1573
|
+
"rand_core 0.6.4",
|
|
1487
1574
|
]
|
|
1488
1575
|
|
|
1489
1576
|
[[package]]
|
|
@@ -1493,7 +1580,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1493
1580
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1494
1581
|
dependencies = [
|
|
1495
1582
|
"ppv-lite86",
|
|
1496
|
-
"rand_core",
|
|
1583
|
+
"rand_core 0.9.3",
|
|
1584
|
+
]
|
|
1585
|
+
|
|
1586
|
+
[[package]]
|
|
1587
|
+
name = "rand_core"
|
|
1588
|
+
version = "0.6.4"
|
|
1589
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1590
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1591
|
+
dependencies = [
|
|
1592
|
+
"getrandom 0.2.16",
|
|
1497
1593
|
]
|
|
1498
1594
|
|
|
1499
1595
|
[[package]]
|
|
@@ -1514,6 +1610,18 @@ dependencies = [
|
|
|
1514
1610
|
"bitflags",
|
|
1515
1611
|
]
|
|
1516
1612
|
|
|
1613
|
+
[[package]]
|
|
1614
|
+
name = "regex"
|
|
1615
|
+
version = "1.12.2"
|
|
1616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1618
|
+
dependencies = [
|
|
1619
|
+
"aho-corasick",
|
|
1620
|
+
"memchr",
|
|
1621
|
+
"regex-automata",
|
|
1622
|
+
"regex-syntax",
|
|
1623
|
+
]
|
|
1624
|
+
|
|
1517
1625
|
[[package]]
|
|
1518
1626
|
name = "regex-automata"
|
|
1519
1627
|
version = "0.4.13"
|
|
@@ -1547,10 +1655,13 @@ version = "0.12.24"
|
|
|
1547
1655
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1548
1656
|
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
|
|
1549
1657
|
dependencies = [
|
|
1550
|
-
"
|
|
1658
|
+
"async-compression",
|
|
1659
|
+
"base64 0.22.1",
|
|
1551
1660
|
"bytes",
|
|
1552
1661
|
"encoding_rs",
|
|
1662
|
+
"futures-channel",
|
|
1553
1663
|
"futures-core",
|
|
1664
|
+
"futures-util",
|
|
1554
1665
|
"h2",
|
|
1555
1666
|
"http",
|
|
1556
1667
|
"http-body",
|
|
@@ -1575,6 +1686,7 @@ dependencies = [
|
|
|
1575
1686
|
"tokio",
|
|
1576
1687
|
"tokio-native-tls",
|
|
1577
1688
|
"tokio-rustls",
|
|
1689
|
+
"tokio-util",
|
|
1578
1690
|
"tower",
|
|
1579
1691
|
"tower-http",
|
|
1580
1692
|
"tower-service",
|
|
@@ -1605,15 +1717,6 @@ version = "2.1.1"
|
|
|
1605
1717
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
1718
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
1607
1719
|
|
|
1608
|
-
[[package]]
|
|
1609
|
-
name = "rustc_version"
|
|
1610
|
-
version = "0.2.3"
|
|
1611
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1612
|
-
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
1613
|
-
dependencies = [
|
|
1614
|
-
"semver",
|
|
1615
|
-
]
|
|
1616
|
-
|
|
1617
1720
|
[[package]]
|
|
1618
1721
|
name = "rustix"
|
|
1619
1722
|
version = "1.1.2"
|
|
@@ -1689,12 +1792,6 @@ dependencies = [
|
|
|
1689
1792
|
"windows-sys 0.61.2",
|
|
1690
1793
|
]
|
|
1691
1794
|
|
|
1692
|
-
[[package]]
|
|
1693
|
-
name = "scoped-tls"
|
|
1694
|
-
version = "1.0.1"
|
|
1695
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1696
|
-
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
1697
|
-
|
|
1698
1795
|
[[package]]
|
|
1699
1796
|
name = "scopeguard"
|
|
1700
1797
|
version = "1.2.0"
|
|
@@ -1724,21 +1821,6 @@ dependencies = [
|
|
|
1724
1821
|
"libc",
|
|
1725
1822
|
]
|
|
1726
1823
|
|
|
1727
|
-
[[package]]
|
|
1728
|
-
name = "semver"
|
|
1729
|
-
version = "0.9.0"
|
|
1730
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1731
|
-
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
1732
|
-
dependencies = [
|
|
1733
|
-
"semver-parser",
|
|
1734
|
-
]
|
|
1735
|
-
|
|
1736
|
-
[[package]]
|
|
1737
|
-
name = "semver-parser"
|
|
1738
|
-
version = "0.7.0"
|
|
1739
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1740
|
-
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
1741
|
-
|
|
1742
1824
|
[[package]]
|
|
1743
1825
|
name = "serde"
|
|
1744
1826
|
version = "1.0.228"
|
|
@@ -1811,9 +1893,11 @@ version = "0.1.0"
|
|
|
1811
1893
|
dependencies = [
|
|
1812
1894
|
"anyhow",
|
|
1813
1895
|
"axum",
|
|
1896
|
+
"base64 0.21.7",
|
|
1814
1897
|
"boa_engine",
|
|
1815
1898
|
"dotenv",
|
|
1816
1899
|
"dotenvy",
|
|
1900
|
+
"regex",
|
|
1817
1901
|
"reqwest",
|
|
1818
1902
|
"serde",
|
|
1819
1903
|
"serde_json",
|
|
@@ -1848,6 +1932,12 @@ dependencies = [
|
|
|
1848
1932
|
"libc",
|
|
1849
1933
|
]
|
|
1850
1934
|
|
|
1935
|
+
[[package]]
|
|
1936
|
+
name = "simd-adler32"
|
|
1937
|
+
version = "0.3.7"
|
|
1938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1939
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
1940
|
+
|
|
1851
1941
|
[[package]]
|
|
1852
1942
|
name = "siphasher"
|
|
1853
1943
|
version = "1.0.1"
|
|
@@ -1860,15 +1950,6 @@ version = "0.4.11"
|
|
|
1860
1950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
1951
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
1862
1952
|
|
|
1863
|
-
[[package]]
|
|
1864
|
-
name = "small_btree"
|
|
1865
|
-
version = "0.1.0"
|
|
1866
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1867
|
-
checksum = "0ba60d2df92ba73864714808ca68c059734853e6ab722b40e1cf543ebb3a057a"
|
|
1868
|
-
dependencies = [
|
|
1869
|
-
"arrayvec",
|
|
1870
|
-
]
|
|
1871
|
-
|
|
1872
1953
|
[[package]]
|
|
1873
1954
|
name = "smallvec"
|
|
1874
1955
|
version = "1.15.1"
|
|
@@ -1886,10 +1967,10 @@ dependencies = [
|
|
|
1886
1967
|
]
|
|
1887
1968
|
|
|
1888
1969
|
[[package]]
|
|
1889
|
-
name = "
|
|
1890
|
-
version = "0.
|
|
1970
|
+
name = "sptr"
|
|
1971
|
+
version = "0.3.2"
|
|
1891
1972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1892
|
-
checksum = "
|
|
1973
|
+
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
|
|
1893
1974
|
|
|
1894
1975
|
[[package]]
|
|
1895
1976
|
name = "stable_deref_trait"
|
|
@@ -1961,12 +2042,6 @@ dependencies = [
|
|
|
1961
2042
|
"libc",
|
|
1962
2043
|
]
|
|
1963
2044
|
|
|
1964
|
-
[[package]]
|
|
1965
|
-
name = "tag_ptr"
|
|
1966
|
-
version = "0.1.0"
|
|
1967
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1968
|
-
checksum = "c0e973b34477b7823833469eb0f5a3a60370fef7a453e02d751b59180d0a5a05"
|
|
1969
|
-
|
|
1970
2045
|
[[package]]
|
|
1971
2046
|
name = "tap"
|
|
1972
2047
|
version = "1.0.1"
|
|
@@ -2055,6 +2130,16 @@ dependencies = [
|
|
|
2055
2130
|
"time-core",
|
|
2056
2131
|
]
|
|
2057
2132
|
|
|
2133
|
+
[[package]]
|
|
2134
|
+
name = "tinystr"
|
|
2135
|
+
version = "0.7.6"
|
|
2136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2137
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
2138
|
+
dependencies = [
|
|
2139
|
+
"displaydoc",
|
|
2140
|
+
"zerovec 0.10.4",
|
|
2141
|
+
]
|
|
2142
|
+
|
|
2058
2143
|
[[package]]
|
|
2059
2144
|
name = "tinystr"
|
|
2060
2145
|
version = "0.8.2"
|
|
@@ -2063,7 +2148,7 @@ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
|
2063
2148
|
dependencies = [
|
|
2064
2149
|
"displaydoc",
|
|
2065
2150
|
"serde_core",
|
|
2066
|
-
"zerovec",
|
|
2151
|
+
"zerovec 0.11.5",
|
|
2067
2152
|
]
|
|
2068
2153
|
|
|
2069
2154
|
[[package]]
|
|
@@ -2267,14 +2352,10 @@ version = "0.3.22"
|
|
|
2267
2352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2268
2353
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
2269
2354
|
dependencies = [
|
|
2270
|
-
"matchers",
|
|
2271
2355
|
"nu-ansi-term",
|
|
2272
|
-
"once_cell",
|
|
2273
|
-
"regex-automata",
|
|
2274
2356
|
"sharded-slab",
|
|
2275
2357
|
"smallvec",
|
|
2276
2358
|
"thread_local",
|
|
2277
|
-
"tracing",
|
|
2278
2359
|
"tracing-core",
|
|
2279
2360
|
"tracing-log",
|
|
2280
2361
|
]
|
|
@@ -2444,114 +2525,21 @@ dependencies = [
|
|
|
2444
2525
|
"rustls-pki-types",
|
|
2445
2526
|
]
|
|
2446
2527
|
|
|
2447
|
-
[[package]]
|
|
2448
|
-
name = "windows"
|
|
2449
|
-
version = "0.61.3"
|
|
2450
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2451
|
-
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
2452
|
-
dependencies = [
|
|
2453
|
-
"windows-collections",
|
|
2454
|
-
"windows-core",
|
|
2455
|
-
"windows-future",
|
|
2456
|
-
"windows-link 0.1.3",
|
|
2457
|
-
"windows-numerics",
|
|
2458
|
-
]
|
|
2459
|
-
|
|
2460
|
-
[[package]]
|
|
2461
|
-
name = "windows-collections"
|
|
2462
|
-
version = "0.2.0"
|
|
2463
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2464
|
-
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
2465
|
-
dependencies = [
|
|
2466
|
-
"windows-core",
|
|
2467
|
-
]
|
|
2468
|
-
|
|
2469
|
-
[[package]]
|
|
2470
|
-
name = "windows-core"
|
|
2471
|
-
version = "0.61.2"
|
|
2472
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2473
|
-
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
2474
|
-
dependencies = [
|
|
2475
|
-
"windows-implement",
|
|
2476
|
-
"windows-interface",
|
|
2477
|
-
"windows-link 0.1.3",
|
|
2478
|
-
"windows-result 0.3.4",
|
|
2479
|
-
"windows-strings 0.4.2",
|
|
2480
|
-
]
|
|
2481
|
-
|
|
2482
|
-
[[package]]
|
|
2483
|
-
name = "windows-future"
|
|
2484
|
-
version = "0.2.1"
|
|
2485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2486
|
-
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
2487
|
-
dependencies = [
|
|
2488
|
-
"windows-core",
|
|
2489
|
-
"windows-link 0.1.3",
|
|
2490
|
-
"windows-threading",
|
|
2491
|
-
]
|
|
2492
|
-
|
|
2493
|
-
[[package]]
|
|
2494
|
-
name = "windows-implement"
|
|
2495
|
-
version = "0.60.2"
|
|
2496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2497
|
-
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
2498
|
-
dependencies = [
|
|
2499
|
-
"proc-macro2",
|
|
2500
|
-
"quote",
|
|
2501
|
-
"syn",
|
|
2502
|
-
]
|
|
2503
|
-
|
|
2504
|
-
[[package]]
|
|
2505
|
-
name = "windows-interface"
|
|
2506
|
-
version = "0.59.3"
|
|
2507
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2508
|
-
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
2509
|
-
dependencies = [
|
|
2510
|
-
"proc-macro2",
|
|
2511
|
-
"quote",
|
|
2512
|
-
"syn",
|
|
2513
|
-
]
|
|
2514
|
-
|
|
2515
|
-
[[package]]
|
|
2516
|
-
name = "windows-link"
|
|
2517
|
-
version = "0.1.3"
|
|
2518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2519
|
-
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
2520
|
-
|
|
2521
2528
|
[[package]]
|
|
2522
2529
|
name = "windows-link"
|
|
2523
2530
|
version = "0.2.1"
|
|
2524
2531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2525
2532
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2526
2533
|
|
|
2527
|
-
[[package]]
|
|
2528
|
-
name = "windows-numerics"
|
|
2529
|
-
version = "0.2.0"
|
|
2530
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2531
|
-
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
2532
|
-
dependencies = [
|
|
2533
|
-
"windows-core",
|
|
2534
|
-
"windows-link 0.1.3",
|
|
2535
|
-
]
|
|
2536
|
-
|
|
2537
2534
|
[[package]]
|
|
2538
2535
|
name = "windows-registry"
|
|
2539
2536
|
version = "0.6.1"
|
|
2540
2537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2541
2538
|
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
2542
2539
|
dependencies = [
|
|
2543
|
-
"windows-link
|
|
2544
|
-
"windows-result
|
|
2545
|
-
"windows-strings
|
|
2546
|
-
]
|
|
2547
|
-
|
|
2548
|
-
[[package]]
|
|
2549
|
-
name = "windows-result"
|
|
2550
|
-
version = "0.3.4"
|
|
2551
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2552
|
-
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
2553
|
-
dependencies = [
|
|
2554
|
-
"windows-link 0.1.3",
|
|
2540
|
+
"windows-link",
|
|
2541
|
+
"windows-result",
|
|
2542
|
+
"windows-strings",
|
|
2555
2543
|
]
|
|
2556
2544
|
|
|
2557
2545
|
[[package]]
|
|
@@ -2560,16 +2548,7 @@ version = "0.4.1"
|
|
|
2560
2548
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2561
2549
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
2562
2550
|
dependencies = [
|
|
2563
|
-
"windows-link
|
|
2564
|
-
]
|
|
2565
|
-
|
|
2566
|
-
[[package]]
|
|
2567
|
-
name = "windows-strings"
|
|
2568
|
-
version = "0.4.2"
|
|
2569
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2570
|
-
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
2571
|
-
dependencies = [
|
|
2572
|
-
"windows-link 0.1.3",
|
|
2551
|
+
"windows-link",
|
|
2573
2552
|
]
|
|
2574
2553
|
|
|
2575
2554
|
[[package]]
|
|
@@ -2578,7 +2557,7 @@ version = "0.5.1"
|
|
|
2578
2557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2579
2558
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
2580
2559
|
dependencies = [
|
|
2581
|
-
"windows-link
|
|
2560
|
+
"windows-link",
|
|
2582
2561
|
]
|
|
2583
2562
|
|
|
2584
2563
|
[[package]]
|
|
@@ -2605,7 +2584,7 @@ version = "0.61.2"
|
|
|
2605
2584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2606
2585
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2607
2586
|
dependencies = [
|
|
2608
|
-
"windows-link
|
|
2587
|
+
"windows-link",
|
|
2609
2588
|
]
|
|
2610
2589
|
|
|
2611
2590
|
[[package]]
|
|
@@ -2630,7 +2609,7 @@ version = "0.53.5"
|
|
|
2630
2609
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2631
2610
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
2632
2611
|
dependencies = [
|
|
2633
|
-
"windows-link
|
|
2612
|
+
"windows-link",
|
|
2634
2613
|
"windows_aarch64_gnullvm 0.53.1",
|
|
2635
2614
|
"windows_aarch64_msvc 0.53.1",
|
|
2636
2615
|
"windows_i686_gnu 0.53.1",
|
|
@@ -2641,15 +2620,6 @@ dependencies = [
|
|
|
2641
2620
|
"windows_x86_64_msvc 0.53.1",
|
|
2642
2621
|
]
|
|
2643
2622
|
|
|
2644
|
-
[[package]]
|
|
2645
|
-
name = "windows-threading"
|
|
2646
|
-
version = "0.1.0"
|
|
2647
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2648
|
-
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
2649
|
-
dependencies = [
|
|
2650
|
-
"windows-link 0.1.3",
|
|
2651
|
-
]
|
|
2652
|
-
|
|
2653
2623
|
[[package]]
|
|
2654
2624
|
name = "windows_aarch64_gnullvm"
|
|
2655
2625
|
version = "0.52.6"
|
|
@@ -2767,6 +2737,12 @@ version = "1.0.0"
|
|
|
2767
2737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2768
2738
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
2769
2739
|
|
|
2740
|
+
[[package]]
|
|
2741
|
+
name = "writeable"
|
|
2742
|
+
version = "0.5.5"
|
|
2743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2744
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
2745
|
+
|
|
2770
2746
|
[[package]]
|
|
2771
2747
|
name = "writeable"
|
|
2772
2748
|
version = "0.6.2"
|
|
@@ -2774,10 +2750,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2774
2750
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
2775
2751
|
|
|
2776
2752
|
[[package]]
|
|
2777
|
-
name = "
|
|
2778
|
-
version = "0.
|
|
2753
|
+
name = "yoke"
|
|
2754
|
+
version = "0.7.5"
|
|
2779
2755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2780
|
-
checksum = "
|
|
2756
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
2757
|
+
dependencies = [
|
|
2758
|
+
"serde",
|
|
2759
|
+
"stable_deref_trait",
|
|
2760
|
+
"yoke-derive 0.7.5",
|
|
2761
|
+
"zerofrom",
|
|
2762
|
+
]
|
|
2781
2763
|
|
|
2782
2764
|
[[package]]
|
|
2783
2765
|
name = "yoke"
|
|
@@ -2786,10 +2768,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2786
2768
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
2787
2769
|
dependencies = [
|
|
2788
2770
|
"stable_deref_trait",
|
|
2789
|
-
"yoke-derive",
|
|
2771
|
+
"yoke-derive 0.8.1",
|
|
2790
2772
|
"zerofrom",
|
|
2791
2773
|
]
|
|
2792
2774
|
|
|
2775
|
+
[[package]]
|
|
2776
|
+
name = "yoke-derive"
|
|
2777
|
+
version = "0.7.5"
|
|
2778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2779
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
2780
|
+
dependencies = [
|
|
2781
|
+
"proc-macro2",
|
|
2782
|
+
"quote",
|
|
2783
|
+
"syn",
|
|
2784
|
+
"synstructure",
|
|
2785
|
+
]
|
|
2786
|
+
|
|
2793
2787
|
[[package]]
|
|
2794
2788
|
name = "yoke-derive"
|
|
2795
2789
|
version = "0.8.1"
|
|
@@ -2856,8 +2850,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2856
2850
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
2857
2851
|
dependencies = [
|
|
2858
2852
|
"displaydoc",
|
|
2859
|
-
"yoke",
|
|
2853
|
+
"yoke 0.8.1",
|
|
2854
|
+
"zerofrom",
|
|
2855
|
+
]
|
|
2856
|
+
|
|
2857
|
+
[[package]]
|
|
2858
|
+
name = "zerovec"
|
|
2859
|
+
version = "0.10.4"
|
|
2860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2861
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
2862
|
+
dependencies = [
|
|
2863
|
+
"yoke 0.7.5",
|
|
2860
2864
|
"zerofrom",
|
|
2865
|
+
"zerovec-derive 0.10.3",
|
|
2861
2866
|
]
|
|
2862
2867
|
|
|
2863
2868
|
[[package]]
|
|
@@ -2867,9 +2872,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2867
2872
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
2868
2873
|
dependencies = [
|
|
2869
2874
|
"serde",
|
|
2870
|
-
"yoke",
|
|
2875
|
+
"yoke 0.8.1",
|
|
2871
2876
|
"zerofrom",
|
|
2872
|
-
"zerovec-derive",
|
|
2877
|
+
"zerovec-derive 0.11.2",
|
|
2878
|
+
]
|
|
2879
|
+
|
|
2880
|
+
[[package]]
|
|
2881
|
+
name = "zerovec-derive"
|
|
2882
|
+
version = "0.10.3"
|
|
2883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2884
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
2885
|
+
dependencies = [
|
|
2886
|
+
"proc-macro2",
|
|
2887
|
+
"quote",
|
|
2888
|
+
"syn",
|
|
2873
2889
|
]
|
|
2874
2890
|
|
|
2875
2891
|
[[package]]
|