css_inline 0.15.1 → 0.16.0

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.
@@ -0,0 +1,2105 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "allocator-api2"
31
+ version = "0.2.21"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
+
35
+ [[package]]
36
+ name = "autocfg"
37
+ version = "1.5.0"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
40
+
41
+ [[package]]
42
+ name = "backtrace"
43
+ version = "0.3.75"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
46
+ dependencies = [
47
+ "addr2line",
48
+ "cfg-if",
49
+ "libc",
50
+ "miniz_oxide",
51
+ "object",
52
+ "rustc-demangle",
53
+ "windows-targets 0.52.6",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "base64"
58
+ version = "0.22.1"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
61
+
62
+ [[package]]
63
+ name = "bindgen"
64
+ version = "0.69.5"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
67
+ dependencies = [
68
+ "bitflags",
69
+ "cexpr",
70
+ "clang-sys",
71
+ "itertools",
72
+ "lazy_static",
73
+ "lazycell",
74
+ "proc-macro2",
75
+ "quote",
76
+ "regex",
77
+ "rustc-hash 1.1.0",
78
+ "shlex",
79
+ "syn",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "bitflags"
84
+ version = "2.9.1"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
87
+
88
+ [[package]]
89
+ name = "bumpalo"
90
+ version = "3.19.0"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
93
+
94
+ [[package]]
95
+ name = "byteorder"
96
+ version = "1.5.0"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
99
+
100
+ [[package]]
101
+ name = "bytes"
102
+ version = "1.10.1"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
105
+
106
+ [[package]]
107
+ name = "cc"
108
+ version = "1.2.29"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
111
+ dependencies = [
112
+ "shlex",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "cexpr"
117
+ version = "0.6.0"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
120
+ dependencies = [
121
+ "nom",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "cfg-if"
126
+ version = "1.0.1"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
129
+
130
+ [[package]]
131
+ name = "cfg_aliases"
132
+ version = "0.2.1"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
135
+
136
+ [[package]]
137
+ name = "clang-sys"
138
+ version = "1.8.1"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
141
+ dependencies = [
142
+ "glob",
143
+ "libc",
144
+ "libloading",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "crossbeam-deque"
149
+ version = "0.8.6"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
152
+ dependencies = [
153
+ "crossbeam-epoch",
154
+ "crossbeam-utils",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "crossbeam-epoch"
159
+ version = "0.9.18"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
162
+ dependencies = [
163
+ "crossbeam-utils",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "crossbeam-utils"
168
+ version = "0.8.21"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
171
+
172
+ [[package]]
173
+ name = "css-inline"
174
+ version = "0.16.0"
175
+ dependencies = [
176
+ "css-inline 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
177
+ "magnus",
178
+ "rayon",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "css-inline"
183
+ version = "0.16.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "029829f1a34f85c62c0e5e376c3aa5195308fb5f6c04ec1480188e578574bc4b"
186
+ dependencies = [
187
+ "cssparser",
188
+ "html5ever",
189
+ "indexmap",
190
+ "lru",
191
+ "precomputed-hash",
192
+ "reqwest",
193
+ "rustc-hash 2.1.1",
194
+ "selectors",
195
+ "smallvec",
196
+ "url",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "cssparser"
201
+ version = "0.35.0"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
204
+ dependencies = [
205
+ "cssparser-macros",
206
+ "dtoa-short",
207
+ "itoa",
208
+ "phf",
209
+ "smallvec",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "cssparser-macros"
214
+ version = "0.6.1"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
217
+ dependencies = [
218
+ "quote",
219
+ "syn",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "derive_more"
224
+ version = "2.0.1"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
227
+ dependencies = [
228
+ "derive_more-impl",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "derive_more-impl"
233
+ version = "2.0.1"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
236
+ dependencies = [
237
+ "proc-macro2",
238
+ "quote",
239
+ "syn",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "displaydoc"
244
+ version = "0.2.5"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
247
+ dependencies = [
248
+ "proc-macro2",
249
+ "quote",
250
+ "syn",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "dtoa"
255
+ version = "1.0.10"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
258
+
259
+ [[package]]
260
+ name = "dtoa-short"
261
+ version = "0.3.5"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
264
+ dependencies = [
265
+ "dtoa",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "either"
270
+ version = "1.15.0"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
273
+
274
+ [[package]]
275
+ name = "equivalent"
276
+ version = "1.0.2"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
279
+
280
+ [[package]]
281
+ name = "fnv"
282
+ version = "1.0.7"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
285
+
286
+ [[package]]
287
+ name = "foldhash"
288
+ version = "0.1.5"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
291
+
292
+ [[package]]
293
+ name = "form_urlencoded"
294
+ version = "1.2.1"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
297
+ dependencies = [
298
+ "percent-encoding",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "futf"
303
+ version = "0.1.5"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
306
+ dependencies = [
307
+ "mac",
308
+ "new_debug_unreachable",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "futures-channel"
313
+ version = "0.3.31"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
316
+ dependencies = [
317
+ "futures-core",
318
+ "futures-sink",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "futures-core"
323
+ version = "0.3.31"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
326
+
327
+ [[package]]
328
+ name = "futures-io"
329
+ version = "0.3.31"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
332
+
333
+ [[package]]
334
+ name = "futures-sink"
335
+ version = "0.3.31"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
338
+
339
+ [[package]]
340
+ name = "futures-task"
341
+ version = "0.3.31"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
344
+
345
+ [[package]]
346
+ name = "futures-util"
347
+ version = "0.3.31"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
350
+ dependencies = [
351
+ "futures-core",
352
+ "futures-io",
353
+ "futures-sink",
354
+ "futures-task",
355
+ "memchr",
356
+ "pin-project-lite",
357
+ "pin-utils",
358
+ "slab",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "fxhash"
363
+ version = "0.2.1"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
366
+ dependencies = [
367
+ "byteorder",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "getrandom"
372
+ version = "0.2.16"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
375
+ dependencies = [
376
+ "cfg-if",
377
+ "js-sys",
378
+ "libc",
379
+ "wasi 0.11.1+wasi-snapshot-preview1",
380
+ "wasm-bindgen",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "getrandom"
385
+ version = "0.3.3"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
388
+ dependencies = [
389
+ "cfg-if",
390
+ "js-sys",
391
+ "libc",
392
+ "r-efi",
393
+ "wasi 0.14.2+wasi-0.2.4",
394
+ "wasm-bindgen",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "gimli"
399
+ version = "0.31.1"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
402
+
403
+ [[package]]
404
+ name = "glob"
405
+ version = "0.3.2"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
408
+
409
+ [[package]]
410
+ name = "hashbrown"
411
+ version = "0.15.4"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
414
+ dependencies = [
415
+ "allocator-api2",
416
+ "equivalent",
417
+ "foldhash",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "html5ever"
422
+ version = "0.35.0"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
425
+ dependencies = [
426
+ "log",
427
+ "markup5ever",
428
+ "match_token",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "http"
433
+ version = "1.3.1"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
436
+ dependencies = [
437
+ "bytes",
438
+ "fnv",
439
+ "itoa",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "http-body"
444
+ version = "1.0.1"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
447
+ dependencies = [
448
+ "bytes",
449
+ "http",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "http-body-util"
454
+ version = "0.1.3"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
457
+ dependencies = [
458
+ "bytes",
459
+ "futures-core",
460
+ "http",
461
+ "http-body",
462
+ "pin-project-lite",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "httparse"
467
+ version = "1.10.1"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
470
+
471
+ [[package]]
472
+ name = "hyper"
473
+ version = "1.6.0"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
476
+ dependencies = [
477
+ "bytes",
478
+ "futures-channel",
479
+ "futures-util",
480
+ "http",
481
+ "http-body",
482
+ "httparse",
483
+ "itoa",
484
+ "pin-project-lite",
485
+ "smallvec",
486
+ "tokio",
487
+ "want",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "hyper-rustls"
492
+ version = "0.27.7"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
495
+ dependencies = [
496
+ "http",
497
+ "hyper",
498
+ "hyper-util",
499
+ "rustls",
500
+ "rustls-pki-types",
501
+ "tokio",
502
+ "tokio-rustls",
503
+ "tower-service",
504
+ "webpki-roots",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "hyper-util"
509
+ version = "0.1.15"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
512
+ dependencies = [
513
+ "base64",
514
+ "bytes",
515
+ "futures-channel",
516
+ "futures-core",
517
+ "futures-util",
518
+ "http",
519
+ "http-body",
520
+ "hyper",
521
+ "ipnet",
522
+ "libc",
523
+ "percent-encoding",
524
+ "pin-project-lite",
525
+ "socket2",
526
+ "tokio",
527
+ "tower-service",
528
+ "tracing",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "icu_collections"
533
+ version = "2.0.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
536
+ dependencies = [
537
+ "displaydoc",
538
+ "potential_utf",
539
+ "yoke",
540
+ "zerofrom",
541
+ "zerovec",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "icu_locale_core"
546
+ version = "2.0.0"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
549
+ dependencies = [
550
+ "displaydoc",
551
+ "litemap",
552
+ "tinystr",
553
+ "writeable",
554
+ "zerovec",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "icu_normalizer"
559
+ version = "2.0.0"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
562
+ dependencies = [
563
+ "displaydoc",
564
+ "icu_collections",
565
+ "icu_normalizer_data",
566
+ "icu_properties",
567
+ "icu_provider",
568
+ "smallvec",
569
+ "zerovec",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "icu_normalizer_data"
574
+ version = "2.0.0"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
577
+
578
+ [[package]]
579
+ name = "icu_properties"
580
+ version = "2.0.1"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
583
+ dependencies = [
584
+ "displaydoc",
585
+ "icu_collections",
586
+ "icu_locale_core",
587
+ "icu_properties_data",
588
+ "icu_provider",
589
+ "potential_utf",
590
+ "zerotrie",
591
+ "zerovec",
592
+ ]
593
+
594
+ [[package]]
595
+ name = "icu_properties_data"
596
+ version = "2.0.1"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
599
+
600
+ [[package]]
601
+ name = "icu_provider"
602
+ version = "2.0.0"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
605
+ dependencies = [
606
+ "displaydoc",
607
+ "icu_locale_core",
608
+ "stable_deref_trait",
609
+ "tinystr",
610
+ "writeable",
611
+ "yoke",
612
+ "zerofrom",
613
+ "zerotrie",
614
+ "zerovec",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "idna"
619
+ version = "1.0.3"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
622
+ dependencies = [
623
+ "idna_adapter",
624
+ "smallvec",
625
+ "utf8_iter",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "idna_adapter"
630
+ version = "1.2.1"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
633
+ dependencies = [
634
+ "icu_normalizer",
635
+ "icu_properties",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "indexmap"
640
+ version = "2.10.0"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
643
+ dependencies = [
644
+ "equivalent",
645
+ "hashbrown",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "io-uring"
650
+ version = "0.7.8"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
653
+ dependencies = [
654
+ "bitflags",
655
+ "cfg-if",
656
+ "libc",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "ipnet"
661
+ version = "2.11.0"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
664
+
665
+ [[package]]
666
+ name = "iri-string"
667
+ version = "0.7.8"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
670
+ dependencies = [
671
+ "memchr",
672
+ "serde",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "itertools"
677
+ version = "0.12.1"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
680
+ dependencies = [
681
+ "either",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "itoa"
686
+ version = "1.0.15"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
689
+
690
+ [[package]]
691
+ name = "js-sys"
692
+ version = "0.3.77"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
695
+ dependencies = [
696
+ "once_cell",
697
+ "wasm-bindgen",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "lazy_static"
702
+ version = "1.5.0"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
705
+
706
+ [[package]]
707
+ name = "lazycell"
708
+ version = "1.3.0"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
711
+
712
+ [[package]]
713
+ name = "libc"
714
+ version = "0.2.174"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
717
+
718
+ [[package]]
719
+ name = "libloading"
720
+ version = "0.8.8"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
723
+ dependencies = [
724
+ "cfg-if",
725
+ "windows-targets 0.53.2",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "litemap"
730
+ version = "0.8.0"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
733
+
734
+ [[package]]
735
+ name = "lock_api"
736
+ version = "0.4.13"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
739
+ dependencies = [
740
+ "autocfg",
741
+ "scopeguard",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "log"
746
+ version = "0.4.27"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
749
+
750
+ [[package]]
751
+ name = "lru"
752
+ version = "0.16.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed"
755
+ dependencies = [
756
+ "hashbrown",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "lru-slab"
761
+ version = "0.1.2"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
764
+
765
+ [[package]]
766
+ name = "mac"
767
+ version = "0.1.1"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
770
+
771
+ [[package]]
772
+ name = "magnus"
773
+ version = "0.7.1"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
776
+ dependencies = [
777
+ "magnus-macros",
778
+ "rb-sys",
779
+ "rb-sys-env",
780
+ "seq-macro",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "magnus-macros"
785
+ version = "0.6.0"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
788
+ dependencies = [
789
+ "proc-macro2",
790
+ "quote",
791
+ "syn",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "markup5ever"
796
+ version = "0.35.0"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
799
+ dependencies = [
800
+ "log",
801
+ "tendril",
802
+ "web_atoms",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "match_token"
807
+ version = "0.35.0"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
810
+ dependencies = [
811
+ "proc-macro2",
812
+ "quote",
813
+ "syn",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "memchr"
818
+ version = "2.7.5"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
821
+
822
+ [[package]]
823
+ name = "minimal-lexical"
824
+ version = "0.2.1"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
827
+
828
+ [[package]]
829
+ name = "miniz_oxide"
830
+ version = "0.8.9"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
833
+ dependencies = [
834
+ "adler2",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "mio"
839
+ version = "1.0.4"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
842
+ dependencies = [
843
+ "libc",
844
+ "wasi 0.11.1+wasi-snapshot-preview1",
845
+ "windows-sys 0.59.0",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "new_debug_unreachable"
850
+ version = "1.0.6"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
853
+
854
+ [[package]]
855
+ name = "nom"
856
+ version = "7.1.3"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
859
+ dependencies = [
860
+ "memchr",
861
+ "minimal-lexical",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "object"
866
+ version = "0.36.7"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
869
+ dependencies = [
870
+ "memchr",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "once_cell"
875
+ version = "1.21.3"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
878
+
879
+ [[package]]
880
+ name = "parking_lot"
881
+ version = "0.12.4"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
884
+ dependencies = [
885
+ "lock_api",
886
+ "parking_lot_core",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "parking_lot_core"
891
+ version = "0.9.11"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
894
+ dependencies = [
895
+ "cfg-if",
896
+ "libc",
897
+ "redox_syscall",
898
+ "smallvec",
899
+ "windows-targets 0.52.6",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "percent-encoding"
904
+ version = "2.3.1"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
907
+
908
+ [[package]]
909
+ name = "phf"
910
+ version = "0.11.3"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
913
+ dependencies = [
914
+ "phf_macros",
915
+ "phf_shared",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "phf_codegen"
920
+ version = "0.11.3"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
923
+ dependencies = [
924
+ "phf_generator",
925
+ "phf_shared",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "phf_generator"
930
+ version = "0.11.3"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
933
+ dependencies = [
934
+ "phf_shared",
935
+ "rand 0.8.5",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "phf_macros"
940
+ version = "0.11.3"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
943
+ dependencies = [
944
+ "phf_generator",
945
+ "phf_shared",
946
+ "proc-macro2",
947
+ "quote",
948
+ "syn",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "phf_shared"
953
+ version = "0.11.3"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
956
+ dependencies = [
957
+ "siphasher",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "pin-project-lite"
962
+ version = "0.2.16"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
965
+
966
+ [[package]]
967
+ name = "pin-utils"
968
+ version = "0.1.0"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
971
+
972
+ [[package]]
973
+ name = "potential_utf"
974
+ version = "0.1.2"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
977
+ dependencies = [
978
+ "zerovec",
979
+ ]
980
+
981
+ [[package]]
982
+ name = "ppv-lite86"
983
+ version = "0.2.21"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
986
+ dependencies = [
987
+ "zerocopy",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "precomputed-hash"
992
+ version = "0.1.1"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
995
+
996
+ [[package]]
997
+ name = "proc-macro2"
998
+ version = "1.0.95"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1001
+ dependencies = [
1002
+ "unicode-ident",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "quinn"
1007
+ version = "0.11.8"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
1010
+ dependencies = [
1011
+ "bytes",
1012
+ "cfg_aliases",
1013
+ "pin-project-lite",
1014
+ "quinn-proto",
1015
+ "quinn-udp",
1016
+ "rustc-hash 2.1.1",
1017
+ "rustls",
1018
+ "socket2",
1019
+ "thiserror",
1020
+ "tokio",
1021
+ "tracing",
1022
+ "web-time",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "quinn-proto"
1027
+ version = "0.11.12"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
1030
+ dependencies = [
1031
+ "bytes",
1032
+ "getrandom 0.3.3",
1033
+ "lru-slab",
1034
+ "rand 0.9.1",
1035
+ "ring",
1036
+ "rustc-hash 2.1.1",
1037
+ "rustls",
1038
+ "rustls-pki-types",
1039
+ "slab",
1040
+ "thiserror",
1041
+ "tinyvec",
1042
+ "tracing",
1043
+ "web-time",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "quinn-udp"
1048
+ version = "0.5.13"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
1051
+ dependencies = [
1052
+ "cfg_aliases",
1053
+ "libc",
1054
+ "once_cell",
1055
+ "socket2",
1056
+ "tracing",
1057
+ "windows-sys 0.59.0",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "quote"
1062
+ version = "1.0.40"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1065
+ dependencies = [
1066
+ "proc-macro2",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "r-efi"
1071
+ version = "5.3.0"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1074
+
1075
+ [[package]]
1076
+ name = "rand"
1077
+ version = "0.8.5"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1080
+ dependencies = [
1081
+ "rand_core 0.6.4",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "rand"
1086
+ version = "0.9.1"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1089
+ dependencies = [
1090
+ "rand_chacha",
1091
+ "rand_core 0.9.3",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "rand_chacha"
1096
+ version = "0.9.0"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1099
+ dependencies = [
1100
+ "ppv-lite86",
1101
+ "rand_core 0.9.3",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "rand_core"
1106
+ version = "0.6.4"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1109
+
1110
+ [[package]]
1111
+ name = "rand_core"
1112
+ version = "0.9.3"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1115
+ dependencies = [
1116
+ "getrandom 0.3.3",
1117
+ ]
1118
+
1119
+ [[package]]
1120
+ name = "rayon"
1121
+ version = "1.10.0"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1124
+ dependencies = [
1125
+ "either",
1126
+ "rayon-core",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "rayon-core"
1131
+ version = "1.12.1"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1134
+ dependencies = [
1135
+ "crossbeam-deque",
1136
+ "crossbeam-utils",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "rb-sys"
1141
+ version = "0.9.116"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
1144
+ dependencies = [
1145
+ "rb-sys-build",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "rb-sys-build"
1150
+ version = "0.9.116"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
1153
+ dependencies = [
1154
+ "bindgen",
1155
+ "lazy_static",
1156
+ "proc-macro2",
1157
+ "quote",
1158
+ "regex",
1159
+ "shell-words",
1160
+ "syn",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "rb-sys-env"
1165
+ version = "0.1.2"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1168
+
1169
+ [[package]]
1170
+ name = "redox_syscall"
1171
+ version = "0.5.13"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
1174
+ dependencies = [
1175
+ "bitflags",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "regex"
1180
+ version = "1.11.1"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1183
+ dependencies = [
1184
+ "aho-corasick",
1185
+ "memchr",
1186
+ "regex-automata",
1187
+ "regex-syntax",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "regex-automata"
1192
+ version = "0.4.9"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1195
+ dependencies = [
1196
+ "aho-corasick",
1197
+ "memchr",
1198
+ "regex-syntax",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "regex-syntax"
1203
+ version = "0.8.5"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1206
+
1207
+ [[package]]
1208
+ name = "reqwest"
1209
+ version = "0.12.22"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
1212
+ dependencies = [
1213
+ "base64",
1214
+ "bytes",
1215
+ "futures-channel",
1216
+ "futures-core",
1217
+ "futures-util",
1218
+ "http",
1219
+ "http-body",
1220
+ "http-body-util",
1221
+ "hyper",
1222
+ "hyper-rustls",
1223
+ "hyper-util",
1224
+ "js-sys",
1225
+ "log",
1226
+ "percent-encoding",
1227
+ "pin-project-lite",
1228
+ "quinn",
1229
+ "rustls",
1230
+ "rustls-pki-types",
1231
+ "serde",
1232
+ "serde_json",
1233
+ "serde_urlencoded",
1234
+ "sync_wrapper",
1235
+ "tokio",
1236
+ "tokio-rustls",
1237
+ "tower",
1238
+ "tower-http",
1239
+ "tower-service",
1240
+ "url",
1241
+ "wasm-bindgen",
1242
+ "wasm-bindgen-futures",
1243
+ "web-sys",
1244
+ "webpki-roots",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "ring"
1249
+ version = "0.17.14"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1252
+ dependencies = [
1253
+ "cc",
1254
+ "cfg-if",
1255
+ "getrandom 0.2.16",
1256
+ "libc",
1257
+ "untrusted",
1258
+ "windows-sys 0.52.0",
1259
+ ]
1260
+
1261
+ [[package]]
1262
+ name = "rustc-demangle"
1263
+ version = "0.1.25"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1266
+
1267
+ [[package]]
1268
+ name = "rustc-hash"
1269
+ version = "1.1.0"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1272
+
1273
+ [[package]]
1274
+ name = "rustc-hash"
1275
+ version = "2.1.1"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1278
+
1279
+ [[package]]
1280
+ name = "rustls"
1281
+ version = "0.23.29"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
1284
+ dependencies = [
1285
+ "once_cell",
1286
+ "ring",
1287
+ "rustls-pki-types",
1288
+ "rustls-webpki",
1289
+ "subtle",
1290
+ "zeroize",
1291
+ ]
1292
+
1293
+ [[package]]
1294
+ name = "rustls-pki-types"
1295
+ version = "1.12.0"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1298
+ dependencies = [
1299
+ "web-time",
1300
+ "zeroize",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "rustls-webpki"
1305
+ version = "0.103.4"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
1308
+ dependencies = [
1309
+ "ring",
1310
+ "rustls-pki-types",
1311
+ "untrusted",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "rustversion"
1316
+ version = "1.0.21"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1319
+
1320
+ [[package]]
1321
+ name = "ryu"
1322
+ version = "1.0.20"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1325
+
1326
+ [[package]]
1327
+ name = "scopeguard"
1328
+ version = "1.2.0"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1331
+
1332
+ [[package]]
1333
+ name = "selectors"
1334
+ version = "0.30.0"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "3df44ba8a7ca7a4d28c589e04f526266ed76b6cc556e33fe69fa25de31939a65"
1337
+ dependencies = [
1338
+ "bitflags",
1339
+ "cssparser",
1340
+ "derive_more",
1341
+ "fxhash",
1342
+ "log",
1343
+ "new_debug_unreachable",
1344
+ "phf",
1345
+ "phf_codegen",
1346
+ "precomputed-hash",
1347
+ "servo_arc",
1348
+ "smallvec",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "seq-macro"
1353
+ version = "0.3.6"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1356
+
1357
+ [[package]]
1358
+ name = "serde"
1359
+ version = "1.0.219"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1362
+ dependencies = [
1363
+ "serde_derive",
1364
+ ]
1365
+
1366
+ [[package]]
1367
+ name = "serde_derive"
1368
+ version = "1.0.219"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1371
+ dependencies = [
1372
+ "proc-macro2",
1373
+ "quote",
1374
+ "syn",
1375
+ ]
1376
+
1377
+ [[package]]
1378
+ name = "serde_json"
1379
+ version = "1.0.140"
1380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1381
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1382
+ dependencies = [
1383
+ "itoa",
1384
+ "memchr",
1385
+ "ryu",
1386
+ "serde",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "serde_urlencoded"
1391
+ version = "0.7.1"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1394
+ dependencies = [
1395
+ "form_urlencoded",
1396
+ "itoa",
1397
+ "ryu",
1398
+ "serde",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "servo_arc"
1403
+ version = "0.4.1"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "204ea332803bd95a0b60388590d59cf6468ec9becf626e2451f1d26a1d972de4"
1406
+ dependencies = [
1407
+ "stable_deref_trait",
1408
+ ]
1409
+
1410
+ [[package]]
1411
+ name = "shell-words"
1412
+ version = "1.1.0"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1415
+
1416
+ [[package]]
1417
+ name = "shlex"
1418
+ version = "1.3.0"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1421
+
1422
+ [[package]]
1423
+ name = "siphasher"
1424
+ version = "1.0.1"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1427
+
1428
+ [[package]]
1429
+ name = "slab"
1430
+ version = "0.4.10"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
1433
+
1434
+ [[package]]
1435
+ name = "smallvec"
1436
+ version = "1.15.1"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1439
+
1440
+ [[package]]
1441
+ name = "socket2"
1442
+ version = "0.5.10"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1445
+ dependencies = [
1446
+ "libc",
1447
+ "windows-sys 0.52.0",
1448
+ ]
1449
+
1450
+ [[package]]
1451
+ name = "stable_deref_trait"
1452
+ version = "1.2.0"
1453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1454
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1455
+
1456
+ [[package]]
1457
+ name = "string_cache"
1458
+ version = "0.8.9"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
1461
+ dependencies = [
1462
+ "new_debug_unreachable",
1463
+ "parking_lot",
1464
+ "phf_shared",
1465
+ "precomputed-hash",
1466
+ "serde",
1467
+ ]
1468
+
1469
+ [[package]]
1470
+ name = "string_cache_codegen"
1471
+ version = "0.5.4"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
1474
+ dependencies = [
1475
+ "phf_generator",
1476
+ "phf_shared",
1477
+ "proc-macro2",
1478
+ "quote",
1479
+ ]
1480
+
1481
+ [[package]]
1482
+ name = "subtle"
1483
+ version = "2.6.1"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1486
+
1487
+ [[package]]
1488
+ name = "syn"
1489
+ version = "2.0.104"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
1492
+ dependencies = [
1493
+ "proc-macro2",
1494
+ "quote",
1495
+ "unicode-ident",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "sync_wrapper"
1500
+ version = "1.0.2"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1503
+ dependencies = [
1504
+ "futures-core",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "synstructure"
1509
+ version = "0.13.2"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1512
+ dependencies = [
1513
+ "proc-macro2",
1514
+ "quote",
1515
+ "syn",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "tendril"
1520
+ version = "0.4.3"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1523
+ dependencies = [
1524
+ "futf",
1525
+ "mac",
1526
+ "utf-8",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "thiserror"
1531
+ version = "2.0.12"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1534
+ dependencies = [
1535
+ "thiserror-impl",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "thiserror-impl"
1540
+ version = "2.0.12"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1543
+ dependencies = [
1544
+ "proc-macro2",
1545
+ "quote",
1546
+ "syn",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "tinystr"
1551
+ version = "0.8.1"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1554
+ dependencies = [
1555
+ "displaydoc",
1556
+ "zerovec",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "tinyvec"
1561
+ version = "1.9.0"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
1564
+ dependencies = [
1565
+ "tinyvec_macros",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "tinyvec_macros"
1570
+ version = "0.1.1"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1573
+
1574
+ [[package]]
1575
+ name = "tokio"
1576
+ version = "1.46.1"
1577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1578
+ checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
1579
+ dependencies = [
1580
+ "backtrace",
1581
+ "bytes",
1582
+ "io-uring",
1583
+ "libc",
1584
+ "mio",
1585
+ "pin-project-lite",
1586
+ "slab",
1587
+ "socket2",
1588
+ "windows-sys 0.52.0",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "tokio-rustls"
1593
+ version = "0.26.2"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1596
+ dependencies = [
1597
+ "rustls",
1598
+ "tokio",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "tower"
1603
+ version = "0.5.2"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1606
+ dependencies = [
1607
+ "futures-core",
1608
+ "futures-util",
1609
+ "pin-project-lite",
1610
+ "sync_wrapper",
1611
+ "tokio",
1612
+ "tower-layer",
1613
+ "tower-service",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "tower-http"
1618
+ version = "0.6.6"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1621
+ dependencies = [
1622
+ "bitflags",
1623
+ "bytes",
1624
+ "futures-util",
1625
+ "http",
1626
+ "http-body",
1627
+ "iri-string",
1628
+ "pin-project-lite",
1629
+ "tower",
1630
+ "tower-layer",
1631
+ "tower-service",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "tower-layer"
1636
+ version = "0.3.3"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1639
+
1640
+ [[package]]
1641
+ name = "tower-service"
1642
+ version = "0.3.3"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1645
+
1646
+ [[package]]
1647
+ name = "tracing"
1648
+ version = "0.1.41"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1651
+ dependencies = [
1652
+ "pin-project-lite",
1653
+ "tracing-core",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "tracing-core"
1658
+ version = "0.1.34"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1661
+ dependencies = [
1662
+ "once_cell",
1663
+ ]
1664
+
1665
+ [[package]]
1666
+ name = "try-lock"
1667
+ version = "0.2.5"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1670
+
1671
+ [[package]]
1672
+ name = "unicode-ident"
1673
+ version = "1.0.18"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1676
+
1677
+ [[package]]
1678
+ name = "untrusted"
1679
+ version = "0.9.0"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1682
+
1683
+ [[package]]
1684
+ name = "url"
1685
+ version = "2.5.4"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
1688
+ dependencies = [
1689
+ "form_urlencoded",
1690
+ "idna",
1691
+ "percent-encoding",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "utf-8"
1696
+ version = "0.7.6"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1699
+
1700
+ [[package]]
1701
+ name = "utf8_iter"
1702
+ version = "1.0.4"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1705
+
1706
+ [[package]]
1707
+ name = "want"
1708
+ version = "0.3.1"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1711
+ dependencies = [
1712
+ "try-lock",
1713
+ ]
1714
+
1715
+ [[package]]
1716
+ name = "wasi"
1717
+ version = "0.11.1+wasi-snapshot-preview1"
1718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1719
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1720
+
1721
+ [[package]]
1722
+ name = "wasi"
1723
+ version = "0.14.2+wasi-0.2.4"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1726
+ dependencies = [
1727
+ "wit-bindgen-rt",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "wasm-bindgen"
1732
+ version = "0.2.100"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1735
+ dependencies = [
1736
+ "cfg-if",
1737
+ "once_cell",
1738
+ "rustversion",
1739
+ "wasm-bindgen-macro",
1740
+ ]
1741
+
1742
+ [[package]]
1743
+ name = "wasm-bindgen-backend"
1744
+ version = "0.2.100"
1745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1747
+ dependencies = [
1748
+ "bumpalo",
1749
+ "log",
1750
+ "proc-macro2",
1751
+ "quote",
1752
+ "syn",
1753
+ "wasm-bindgen-shared",
1754
+ ]
1755
+
1756
+ [[package]]
1757
+ name = "wasm-bindgen-futures"
1758
+ version = "0.4.50"
1759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
1761
+ dependencies = [
1762
+ "cfg-if",
1763
+ "js-sys",
1764
+ "once_cell",
1765
+ "wasm-bindgen",
1766
+ "web-sys",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "wasm-bindgen-macro"
1771
+ version = "0.2.100"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1774
+ dependencies = [
1775
+ "quote",
1776
+ "wasm-bindgen-macro-support",
1777
+ ]
1778
+
1779
+ [[package]]
1780
+ name = "wasm-bindgen-macro-support"
1781
+ version = "0.2.100"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1784
+ dependencies = [
1785
+ "proc-macro2",
1786
+ "quote",
1787
+ "syn",
1788
+ "wasm-bindgen-backend",
1789
+ "wasm-bindgen-shared",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "wasm-bindgen-shared"
1794
+ version = "0.2.100"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1797
+ dependencies = [
1798
+ "unicode-ident",
1799
+ ]
1800
+
1801
+ [[package]]
1802
+ name = "web-sys"
1803
+ version = "0.3.77"
1804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1805
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1806
+ dependencies = [
1807
+ "js-sys",
1808
+ "wasm-bindgen",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "web-time"
1813
+ version = "1.1.0"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1816
+ dependencies = [
1817
+ "js-sys",
1818
+ "wasm-bindgen",
1819
+ ]
1820
+
1821
+ [[package]]
1822
+ name = "web_atoms"
1823
+ version = "0.1.3"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
1826
+ dependencies = [
1827
+ "phf",
1828
+ "phf_codegen",
1829
+ "string_cache",
1830
+ "string_cache_codegen",
1831
+ ]
1832
+
1833
+ [[package]]
1834
+ name = "webpki-roots"
1835
+ version = "1.0.1"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
1838
+ dependencies = [
1839
+ "rustls-pki-types",
1840
+ ]
1841
+
1842
+ [[package]]
1843
+ name = "windows-sys"
1844
+ version = "0.52.0"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1847
+ dependencies = [
1848
+ "windows-targets 0.52.6",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "windows-sys"
1853
+ version = "0.59.0"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1856
+ dependencies = [
1857
+ "windows-targets 0.52.6",
1858
+ ]
1859
+
1860
+ [[package]]
1861
+ name = "windows-targets"
1862
+ version = "0.52.6"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1865
+ dependencies = [
1866
+ "windows_aarch64_gnullvm 0.52.6",
1867
+ "windows_aarch64_msvc 0.52.6",
1868
+ "windows_i686_gnu 0.52.6",
1869
+ "windows_i686_gnullvm 0.52.6",
1870
+ "windows_i686_msvc 0.52.6",
1871
+ "windows_x86_64_gnu 0.52.6",
1872
+ "windows_x86_64_gnullvm 0.52.6",
1873
+ "windows_x86_64_msvc 0.52.6",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "windows-targets"
1878
+ version = "0.53.2"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
1881
+ dependencies = [
1882
+ "windows_aarch64_gnullvm 0.53.0",
1883
+ "windows_aarch64_msvc 0.53.0",
1884
+ "windows_i686_gnu 0.53.0",
1885
+ "windows_i686_gnullvm 0.53.0",
1886
+ "windows_i686_msvc 0.53.0",
1887
+ "windows_x86_64_gnu 0.53.0",
1888
+ "windows_x86_64_gnullvm 0.53.0",
1889
+ "windows_x86_64_msvc 0.53.0",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "windows_aarch64_gnullvm"
1894
+ version = "0.52.6"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1897
+
1898
+ [[package]]
1899
+ name = "windows_aarch64_gnullvm"
1900
+ version = "0.53.0"
1901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1903
+
1904
+ [[package]]
1905
+ name = "windows_aarch64_msvc"
1906
+ version = "0.52.6"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1909
+
1910
+ [[package]]
1911
+ name = "windows_aarch64_msvc"
1912
+ version = "0.53.0"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1915
+
1916
+ [[package]]
1917
+ name = "windows_i686_gnu"
1918
+ version = "0.52.6"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1921
+
1922
+ [[package]]
1923
+ name = "windows_i686_gnu"
1924
+ version = "0.53.0"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1927
+
1928
+ [[package]]
1929
+ name = "windows_i686_gnullvm"
1930
+ version = "0.52.6"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1933
+
1934
+ [[package]]
1935
+ name = "windows_i686_gnullvm"
1936
+ version = "0.53.0"
1937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1938
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1939
+
1940
+ [[package]]
1941
+ name = "windows_i686_msvc"
1942
+ version = "0.52.6"
1943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1944
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1945
+
1946
+ [[package]]
1947
+ name = "windows_i686_msvc"
1948
+ version = "0.53.0"
1949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1951
+
1952
+ [[package]]
1953
+ name = "windows_x86_64_gnu"
1954
+ version = "0.52.6"
1955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1957
+
1958
+ [[package]]
1959
+ name = "windows_x86_64_gnu"
1960
+ version = "0.53.0"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1963
+
1964
+ [[package]]
1965
+ name = "windows_x86_64_gnullvm"
1966
+ version = "0.52.6"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1969
+
1970
+ [[package]]
1971
+ name = "windows_x86_64_gnullvm"
1972
+ version = "0.53.0"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1975
+
1976
+ [[package]]
1977
+ name = "windows_x86_64_msvc"
1978
+ version = "0.52.6"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1981
+
1982
+ [[package]]
1983
+ name = "windows_x86_64_msvc"
1984
+ version = "0.53.0"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1987
+
1988
+ [[package]]
1989
+ name = "wit-bindgen-rt"
1990
+ version = "0.39.0"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1993
+ dependencies = [
1994
+ "bitflags",
1995
+ ]
1996
+
1997
+ [[package]]
1998
+ name = "writeable"
1999
+ version = "0.6.1"
2000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2001
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2002
+
2003
+ [[package]]
2004
+ name = "yoke"
2005
+ version = "0.8.0"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2008
+ dependencies = [
2009
+ "serde",
2010
+ "stable_deref_trait",
2011
+ "yoke-derive",
2012
+ "zerofrom",
2013
+ ]
2014
+
2015
+ [[package]]
2016
+ name = "yoke-derive"
2017
+ version = "0.8.0"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2020
+ dependencies = [
2021
+ "proc-macro2",
2022
+ "quote",
2023
+ "syn",
2024
+ "synstructure",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "zerocopy"
2029
+ version = "0.8.26"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2032
+ dependencies = [
2033
+ "zerocopy-derive",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "zerocopy-derive"
2038
+ version = "0.8.26"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2041
+ dependencies = [
2042
+ "proc-macro2",
2043
+ "quote",
2044
+ "syn",
2045
+ ]
2046
+
2047
+ [[package]]
2048
+ name = "zerofrom"
2049
+ version = "0.1.6"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2052
+ dependencies = [
2053
+ "zerofrom-derive",
2054
+ ]
2055
+
2056
+ [[package]]
2057
+ name = "zerofrom-derive"
2058
+ version = "0.1.6"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2061
+ dependencies = [
2062
+ "proc-macro2",
2063
+ "quote",
2064
+ "syn",
2065
+ "synstructure",
2066
+ ]
2067
+
2068
+ [[package]]
2069
+ name = "zeroize"
2070
+ version = "1.8.1"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2073
+
2074
+ [[package]]
2075
+ name = "zerotrie"
2076
+ version = "0.2.2"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2079
+ dependencies = [
2080
+ "displaydoc",
2081
+ "yoke",
2082
+ "zerofrom",
2083
+ ]
2084
+
2085
+ [[package]]
2086
+ name = "zerovec"
2087
+ version = "0.11.2"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
2090
+ dependencies = [
2091
+ "yoke",
2092
+ "zerofrom",
2093
+ "zerovec-derive",
2094
+ ]
2095
+
2096
+ [[package]]
2097
+ name = "zerovec-derive"
2098
+ version = "0.11.1"
2099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2100
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2101
+ dependencies = [
2102
+ "proc-macro2",
2103
+ "quote",
2104
+ "syn",
2105
+ ]