css_inline 0.21.3-x64-mingw-ucrt

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.
data/Cargo.lock ADDED
@@ -0,0 +1,1947 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "atomic-waker"
22
+ version = "1.1.2"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
25
+
26
+ [[package]]
27
+ name = "base64"
28
+ version = "0.22.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
31
+
32
+ [[package]]
33
+ name = "bindgen"
34
+ version = "0.72.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
37
+ dependencies = [
38
+ "bitflags",
39
+ "cexpr",
40
+ "clang-sys",
41
+ "itertools",
42
+ "proc-macro2",
43
+ "quote",
44
+ "regex",
45
+ "rustc-hash",
46
+ "shlex",
47
+ "syn",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "bitflags"
52
+ version = "2.11.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
55
+
56
+ [[package]]
57
+ name = "bumpalo"
58
+ version = "3.20.2"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
61
+
62
+ [[package]]
63
+ name = "bytes"
64
+ version = "1.11.1"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
67
+
68
+ [[package]]
69
+ name = "cc"
70
+ version = "1.2.58"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
73
+ dependencies = [
74
+ "find-msvc-tools",
75
+ "shlex",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "cexpr"
80
+ version = "0.6.0"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
83
+ dependencies = [
84
+ "nom",
85
+ ]
86
+
87
+ [[package]]
88
+ name = "cfg-if"
89
+ version = "1.0.4"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
92
+
93
+ [[package]]
94
+ name = "cfg_aliases"
95
+ version = "0.2.1"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
98
+
99
+ [[package]]
100
+ name = "chacha20"
101
+ version = "0.10.1"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
104
+ dependencies = [
105
+ "cfg-if",
106
+ "cpufeatures",
107
+ "rand_core",
108
+ ]
109
+
110
+ [[package]]
111
+ name = "clang-sys"
112
+ version = "1.8.1"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
115
+ dependencies = [
116
+ "glob",
117
+ "libc",
118
+ "libloading",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "cpufeatures"
123
+ version = "0.3.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
126
+ dependencies = [
127
+ "libc",
128
+ ]
129
+
130
+ [[package]]
131
+ name = "crossbeam-deque"
132
+ version = "0.8.6"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
135
+ dependencies = [
136
+ "crossbeam-epoch",
137
+ "crossbeam-utils",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "crossbeam-epoch"
142
+ version = "0.9.18"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
145
+ dependencies = [
146
+ "crossbeam-utils",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "crossbeam-utils"
151
+ version = "0.8.21"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
154
+
155
+ [[package]]
156
+ name = "css-inline"
157
+ version = "0.21.2"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "7712a34dea84441c915bf8fbd94c78ce024f0f902dc333a4fa43510e047479f0"
160
+ dependencies = [
161
+ "cssparser",
162
+ "html5ever",
163
+ "lru",
164
+ "memchr",
165
+ "precomputed-hash",
166
+ "reqwest",
167
+ "rustc-hash",
168
+ "selectors",
169
+ "smallvec",
170
+ "url",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "css-inline-ruby"
175
+ version = "0.21.3"
176
+ dependencies = [
177
+ "css-inline",
178
+ "magnus",
179
+ "rayon",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "cssparser"
184
+ version = "0.37.0"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
187
+ dependencies = [
188
+ "cssparser-macros",
189
+ "dtoa-short",
190
+ "itoa",
191
+ "phf",
192
+ "smallvec",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "cssparser-macros"
197
+ version = "0.7.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "10a2a99df6e410a8ff4245aa2006499ea662245f967cc7c0a38c83ef8eb44dbf"
200
+ dependencies = [
201
+ "quote",
202
+ "syn",
203
+ ]
204
+
205
+ [[package]]
206
+ name = "derive_more"
207
+ version = "2.1.1"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
210
+ dependencies = [
211
+ "derive_more-impl",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "derive_more-impl"
216
+ version = "2.1.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
219
+ dependencies = [
220
+ "proc-macro2",
221
+ "quote",
222
+ "rustc_version",
223
+ "syn",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "displaydoc"
228
+ version = "0.2.5"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
231
+ dependencies = [
232
+ "proc-macro2",
233
+ "quote",
234
+ "syn",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "dtoa"
239
+ version = "1.0.11"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
242
+
243
+ [[package]]
244
+ name = "dtoa-short"
245
+ version = "0.3.5"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
248
+ dependencies = [
249
+ "dtoa",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "either"
254
+ version = "1.15.0"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
257
+
258
+ [[package]]
259
+ name = "equivalent"
260
+ version = "1.0.2"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
263
+
264
+ [[package]]
265
+ name = "fastrand"
266
+ version = "2.3.0"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
269
+
270
+ [[package]]
271
+ name = "find-msvc-tools"
272
+ version = "0.1.9"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
275
+
276
+ [[package]]
277
+ name = "foldhash"
278
+ version = "0.2.0"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
281
+
282
+ [[package]]
283
+ name = "form_urlencoded"
284
+ version = "1.2.2"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
287
+ dependencies = [
288
+ "percent-encoding",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "futures-channel"
293
+ version = "0.3.32"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
296
+ dependencies = [
297
+ "futures-core",
298
+ "futures-sink",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "futures-core"
303
+ version = "0.3.32"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
306
+
307
+ [[package]]
308
+ name = "futures-io"
309
+ version = "0.3.32"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
312
+
313
+ [[package]]
314
+ name = "futures-sink"
315
+ version = "0.3.32"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
318
+
319
+ [[package]]
320
+ name = "futures-task"
321
+ version = "0.3.32"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
324
+
325
+ [[package]]
326
+ name = "futures-util"
327
+ version = "0.3.32"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
330
+ dependencies = [
331
+ "futures-core",
332
+ "futures-io",
333
+ "futures-sink",
334
+ "futures-task",
335
+ "memchr",
336
+ "pin-project-lite",
337
+ "slab",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "getrandom"
342
+ version = "0.2.17"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
345
+ dependencies = [
346
+ "cfg-if",
347
+ "js-sys",
348
+ "libc",
349
+ "wasi",
350
+ "wasm-bindgen",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "getrandom"
355
+ version = "0.4.3"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
358
+ dependencies = [
359
+ "cfg-if",
360
+ "js-sys",
361
+ "libc",
362
+ "r-efi",
363
+ "rand_core",
364
+ "wasm-bindgen",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "glob"
369
+ version = "0.3.3"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
372
+
373
+ [[package]]
374
+ name = "hashbrown"
375
+ version = "0.17.1"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
378
+ dependencies = [
379
+ "allocator-api2",
380
+ "equivalent",
381
+ "foldhash",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "html5ever"
386
+ version = "0.39.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
389
+ dependencies = [
390
+ "log",
391
+ "markup5ever",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "http"
396
+ version = "1.4.0"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
399
+ dependencies = [
400
+ "bytes",
401
+ "itoa",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "http-body"
406
+ version = "1.0.1"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
409
+ dependencies = [
410
+ "bytes",
411
+ "http",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "http-body-util"
416
+ version = "0.1.3"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
419
+ dependencies = [
420
+ "bytes",
421
+ "futures-core",
422
+ "http",
423
+ "http-body",
424
+ "pin-project-lite",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "httparse"
429
+ version = "1.10.1"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
432
+
433
+ [[package]]
434
+ name = "hyper"
435
+ version = "1.9.0"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
438
+ dependencies = [
439
+ "atomic-waker",
440
+ "bytes",
441
+ "futures-channel",
442
+ "futures-core",
443
+ "http",
444
+ "http-body",
445
+ "httparse",
446
+ "itoa",
447
+ "pin-project-lite",
448
+ "smallvec",
449
+ "tokio",
450
+ "want",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "hyper-rustls"
455
+ version = "0.27.7"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
458
+ dependencies = [
459
+ "http",
460
+ "hyper",
461
+ "hyper-util",
462
+ "rustls",
463
+ "rustls-pki-types",
464
+ "tokio",
465
+ "tokio-rustls",
466
+ "tower-service",
467
+ "webpki-roots",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "hyper-util"
472
+ version = "0.1.20"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
475
+ dependencies = [
476
+ "base64",
477
+ "bytes",
478
+ "futures-channel",
479
+ "futures-util",
480
+ "http",
481
+ "http-body",
482
+ "hyper",
483
+ "ipnet",
484
+ "libc",
485
+ "percent-encoding",
486
+ "pin-project-lite",
487
+ "socket2",
488
+ "tokio",
489
+ "tower-service",
490
+ "tracing",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "icu_collections"
495
+ version = "2.1.1"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
498
+ dependencies = [
499
+ "displaydoc",
500
+ "potential_utf",
501
+ "yoke",
502
+ "zerofrom",
503
+ "zerovec",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "icu_locale_core"
508
+ version = "2.1.1"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
511
+ dependencies = [
512
+ "displaydoc",
513
+ "litemap",
514
+ "tinystr",
515
+ "writeable",
516
+ "zerovec",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "icu_normalizer"
521
+ version = "2.1.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "33747cecc725eebb47ac503fab725e395d50cb7889ae490a1359f130611d4cc5"
524
+ dependencies = [
525
+ "icu_collections",
526
+ "icu_normalizer_data",
527
+ "icu_properties",
528
+ "icu_provider",
529
+ "smallvec",
530
+ "zerovec",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "icu_normalizer_data"
535
+ version = "2.1.1"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
538
+
539
+ [[package]]
540
+ name = "icu_properties"
541
+ version = "2.1.2"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
544
+ dependencies = [
545
+ "icu_collections",
546
+ "icu_locale_core",
547
+ "icu_properties_data",
548
+ "icu_provider",
549
+ "zerotrie",
550
+ "zerovec",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "icu_properties_data"
555
+ version = "2.1.2"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
558
+
559
+ [[package]]
560
+ name = "icu_provider"
561
+ version = "2.1.1"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
564
+ dependencies = [
565
+ "displaydoc",
566
+ "icu_locale_core",
567
+ "writeable",
568
+ "yoke",
569
+ "zerofrom",
570
+ "zerotrie",
571
+ "zerovec",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "idna"
576
+ version = "1.1.0"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
579
+ dependencies = [
580
+ "idna_adapter",
581
+ "smallvec",
582
+ "utf8_iter",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "idna_adapter"
587
+ version = "1.2.1"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
590
+ dependencies = [
591
+ "icu_normalizer",
592
+ "icu_properties",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "ipnet"
597
+ version = "2.12.0"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
600
+
601
+ [[package]]
602
+ name = "iri-string"
603
+ version = "0.7.12"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
606
+ dependencies = [
607
+ "memchr",
608
+ "serde",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "itertools"
613
+ version = "0.13.0"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
616
+ dependencies = [
617
+ "either",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "itoa"
622
+ version = "1.0.18"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
625
+
626
+ [[package]]
627
+ name = "js-sys"
628
+ version = "0.3.94"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
631
+ dependencies = [
632
+ "cfg-if",
633
+ "futures-util",
634
+ "once_cell",
635
+ "wasm-bindgen",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "lazy_static"
640
+ version = "1.5.0"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
643
+
644
+ [[package]]
645
+ name = "libc"
646
+ version = "0.2.184"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
649
+
650
+ [[package]]
651
+ name = "libloading"
652
+ version = "0.8.9"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
655
+ dependencies = [
656
+ "cfg-if",
657
+ "windows-link",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "litemap"
662
+ version = "0.8.2"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
665
+
666
+ [[package]]
667
+ name = "lock_api"
668
+ version = "0.4.14"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
671
+ dependencies = [
672
+ "scopeguard",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "log"
677
+ version = "0.4.29"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
680
+
681
+ [[package]]
682
+ name = "lru"
683
+ version = "0.18.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
686
+ dependencies = [
687
+ "hashbrown",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "lru-slab"
692
+ version = "0.1.2"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
695
+
696
+ [[package]]
697
+ name = "magnus"
698
+ version = "0.8.2"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
701
+ dependencies = [
702
+ "magnus-macros",
703
+ "rb-sys",
704
+ "rb-sys-env",
705
+ "seq-macro",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "magnus-macros"
710
+ version = "0.8.0"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
713
+ dependencies = [
714
+ "proc-macro2",
715
+ "quote",
716
+ "syn",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "markup5ever"
721
+ version = "0.39.0"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
724
+ dependencies = [
725
+ "log",
726
+ "tendril",
727
+ "web_atoms",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "memchr"
732
+ version = "2.8.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
735
+
736
+ [[package]]
737
+ name = "minimal-lexical"
738
+ version = "0.2.1"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
741
+
742
+ [[package]]
743
+ name = "mio"
744
+ version = "1.2.0"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
747
+ dependencies = [
748
+ "libc",
749
+ "wasi",
750
+ "windows-sys 0.61.2",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "new_debug_unreachable"
755
+ version = "1.0.6"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
758
+
759
+ [[package]]
760
+ name = "nom"
761
+ version = "7.1.3"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
764
+ dependencies = [
765
+ "memchr",
766
+ "minimal-lexical",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "once_cell"
771
+ version = "1.21.4"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
774
+
775
+ [[package]]
776
+ name = "parking_lot"
777
+ version = "0.12.5"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
780
+ dependencies = [
781
+ "lock_api",
782
+ "parking_lot_core",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "parking_lot_core"
787
+ version = "0.9.12"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
790
+ dependencies = [
791
+ "cfg-if",
792
+ "libc",
793
+ "redox_syscall",
794
+ "smallvec",
795
+ "windows-link",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "percent-encoding"
800
+ version = "2.3.2"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
803
+
804
+ [[package]]
805
+ name = "phf"
806
+ version = "0.13.1"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
809
+ dependencies = [
810
+ "phf_macros",
811
+ "phf_shared",
812
+ "serde",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "phf_codegen"
817
+ version = "0.13.1"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
820
+ dependencies = [
821
+ "phf_generator",
822
+ "phf_shared",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "phf_generator"
827
+ version = "0.13.1"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
830
+ dependencies = [
831
+ "fastrand",
832
+ "phf_shared",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "phf_macros"
837
+ version = "0.13.1"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
840
+ dependencies = [
841
+ "phf_generator",
842
+ "phf_shared",
843
+ "proc-macro2",
844
+ "quote",
845
+ "syn",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "phf_shared"
850
+ version = "0.13.1"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
853
+ dependencies = [
854
+ "siphasher",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "pin-project-lite"
859
+ version = "0.2.17"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
862
+
863
+ [[package]]
864
+ name = "potential_utf"
865
+ version = "0.1.5"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
868
+ dependencies = [
869
+ "zerovec",
870
+ ]
871
+
872
+ [[package]]
873
+ name = "precomputed-hash"
874
+ version = "0.1.1"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
877
+
878
+ [[package]]
879
+ name = "proc-macro2"
880
+ version = "1.0.106"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
883
+ dependencies = [
884
+ "unicode-ident",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "quinn"
889
+ version = "0.11.9"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
892
+ dependencies = [
893
+ "bytes",
894
+ "cfg_aliases",
895
+ "pin-project-lite",
896
+ "quinn-proto",
897
+ "quinn-udp",
898
+ "rustc-hash",
899
+ "rustls",
900
+ "socket2",
901
+ "thiserror",
902
+ "tokio",
903
+ "tracing",
904
+ "web-time",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "quinn-proto"
909
+ version = "0.11.16"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
912
+ dependencies = [
913
+ "bytes",
914
+ "getrandom 0.4.3",
915
+ "lru-slab",
916
+ "rand",
917
+ "rand_pcg",
918
+ "ring",
919
+ "rustc-hash",
920
+ "rustls",
921
+ "rustls-pki-types",
922
+ "slab",
923
+ "thiserror",
924
+ "tinyvec",
925
+ "tracing",
926
+ "web-time",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "quinn-udp"
931
+ version = "0.5.14"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
934
+ dependencies = [
935
+ "cfg_aliases",
936
+ "libc",
937
+ "once_cell",
938
+ "socket2",
939
+ "tracing",
940
+ "windows-sys 0.60.2",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "quote"
945
+ version = "1.0.45"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
948
+ dependencies = [
949
+ "proc-macro2",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "r-efi"
954
+ version = "6.0.0"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
957
+
958
+ [[package]]
959
+ name = "rand"
960
+ version = "0.10.2"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
963
+ dependencies = [
964
+ "chacha20",
965
+ "getrandom 0.4.3",
966
+ "rand_core",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "rand_core"
971
+ version = "0.10.1"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
974
+
975
+ [[package]]
976
+ name = "rand_pcg"
977
+ version = "0.10.2"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
980
+ dependencies = [
981
+ "rand_core",
982
+ ]
983
+
984
+ [[package]]
985
+ name = "rayon"
986
+ version = "1.12.0"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
989
+ dependencies = [
990
+ "either",
991
+ "rayon-core",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "rayon-core"
996
+ version = "1.13.0"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
999
+ dependencies = [
1000
+ "crossbeam-deque",
1001
+ "crossbeam-utils",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "rb-sys"
1006
+ version = "0.9.125"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "85b37650fabd8ba515910a0dc089dcb6348eb3c35fbf91698cb226435be2babc"
1009
+ dependencies = [
1010
+ "rb-sys-build",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "rb-sys-build"
1015
+ version = "0.9.125"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "c73b806faa66006e491458b48a78725621c1ac5a2a6efe2614c90711a7780b80"
1018
+ dependencies = [
1019
+ "bindgen",
1020
+ "lazy_static",
1021
+ "proc-macro2",
1022
+ "quote",
1023
+ "regex",
1024
+ "shell-words",
1025
+ "syn",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "rb-sys-env"
1030
+ version = "0.2.3"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1033
+
1034
+ [[package]]
1035
+ name = "redox_syscall"
1036
+ version = "0.5.18"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1039
+ dependencies = [
1040
+ "bitflags",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "regex"
1045
+ version = "1.12.3"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1048
+ dependencies = [
1049
+ "aho-corasick",
1050
+ "memchr",
1051
+ "regex-automata",
1052
+ "regex-syntax",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "regex-automata"
1057
+ version = "0.4.14"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1060
+ dependencies = [
1061
+ "aho-corasick",
1062
+ "memchr",
1063
+ "regex-syntax",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "regex-syntax"
1068
+ version = "0.8.10"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1071
+
1072
+ [[package]]
1073
+ name = "reqwest"
1074
+ version = "0.12.28"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1077
+ dependencies = [
1078
+ "base64",
1079
+ "bytes",
1080
+ "futures-channel",
1081
+ "futures-core",
1082
+ "futures-util",
1083
+ "http",
1084
+ "http-body",
1085
+ "http-body-util",
1086
+ "hyper",
1087
+ "hyper-rustls",
1088
+ "hyper-util",
1089
+ "js-sys",
1090
+ "log",
1091
+ "percent-encoding",
1092
+ "pin-project-lite",
1093
+ "quinn",
1094
+ "rustls",
1095
+ "rustls-pki-types",
1096
+ "serde",
1097
+ "serde_json",
1098
+ "serde_urlencoded",
1099
+ "sync_wrapper",
1100
+ "tokio",
1101
+ "tokio-rustls",
1102
+ "tower",
1103
+ "tower-http",
1104
+ "tower-service",
1105
+ "url",
1106
+ "wasm-bindgen",
1107
+ "wasm-bindgen-futures",
1108
+ "web-sys",
1109
+ "webpki-roots",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "ring"
1114
+ version = "0.17.14"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1117
+ dependencies = [
1118
+ "cc",
1119
+ "cfg-if",
1120
+ "getrandom 0.2.17",
1121
+ "libc",
1122
+ "untrusted",
1123
+ "windows-sys 0.52.0",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "rustc-hash"
1128
+ version = "2.1.2"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1131
+
1132
+ [[package]]
1133
+ name = "rustc_version"
1134
+ version = "0.4.1"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1137
+ dependencies = [
1138
+ "semver",
1139
+ ]
1140
+
1141
+ [[package]]
1142
+ name = "rustls"
1143
+ version = "0.23.37"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1146
+ dependencies = [
1147
+ "once_cell",
1148
+ "ring",
1149
+ "rustls-pki-types",
1150
+ "rustls-webpki",
1151
+ "subtle",
1152
+ "zeroize",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "rustls-pki-types"
1157
+ version = "1.14.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1160
+ dependencies = [
1161
+ "web-time",
1162
+ "zeroize",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "rustls-webpki"
1167
+ version = "0.103.13"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1170
+ dependencies = [
1171
+ "ring",
1172
+ "rustls-pki-types",
1173
+ "untrusted",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "rustversion"
1178
+ version = "1.0.22"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1181
+
1182
+ [[package]]
1183
+ name = "ryu"
1184
+ version = "1.0.23"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1187
+
1188
+ [[package]]
1189
+ name = "scopeguard"
1190
+ version = "1.2.0"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1193
+
1194
+ [[package]]
1195
+ name = "selectors"
1196
+ version = "0.40.0"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "eeee001a77567bb05e71652718d3ff76d8697c151ac523e68e9513194eb2b75a"
1199
+ dependencies = [
1200
+ "bitflags",
1201
+ "cssparser",
1202
+ "derive_more",
1203
+ "log",
1204
+ "new_debug_unreachable",
1205
+ "phf",
1206
+ "phf_codegen",
1207
+ "precomputed-hash",
1208
+ "rustc-hash",
1209
+ "servo_arc",
1210
+ "smallvec",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "semver"
1215
+ version = "1.0.27"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1218
+
1219
+ [[package]]
1220
+ name = "seq-macro"
1221
+ version = "0.3.6"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1224
+
1225
+ [[package]]
1226
+ name = "serde"
1227
+ version = "1.0.228"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1230
+ dependencies = [
1231
+ "serde_core",
1232
+ "serde_derive",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "serde_core"
1237
+ version = "1.0.228"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1240
+ dependencies = [
1241
+ "serde_derive",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "serde_derive"
1246
+ version = "1.0.228"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1249
+ dependencies = [
1250
+ "proc-macro2",
1251
+ "quote",
1252
+ "syn",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "serde_json"
1257
+ version = "1.0.149"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1260
+ dependencies = [
1261
+ "itoa",
1262
+ "memchr",
1263
+ "serde",
1264
+ "serde_core",
1265
+ "zmij",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "serde_urlencoded"
1270
+ version = "0.7.1"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1273
+ dependencies = [
1274
+ "form_urlencoded",
1275
+ "itoa",
1276
+ "ryu",
1277
+ "serde",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "servo_arc"
1282
+ version = "0.4.3"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
1285
+ dependencies = [
1286
+ "stable_deref_trait",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "shell-words"
1291
+ version = "1.1.1"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1294
+
1295
+ [[package]]
1296
+ name = "shlex"
1297
+ version = "1.3.0"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1300
+
1301
+ [[package]]
1302
+ name = "siphasher"
1303
+ version = "1.0.2"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
1306
+
1307
+ [[package]]
1308
+ name = "slab"
1309
+ version = "0.4.12"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1312
+
1313
+ [[package]]
1314
+ name = "smallvec"
1315
+ version = "1.15.1"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1318
+
1319
+ [[package]]
1320
+ name = "socket2"
1321
+ version = "0.6.3"
1322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1323
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1324
+ dependencies = [
1325
+ "libc",
1326
+ "windows-sys 0.61.2",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "stable_deref_trait"
1331
+ version = "1.2.1"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1334
+
1335
+ [[package]]
1336
+ name = "string_cache"
1337
+ version = "0.9.0"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
1340
+ dependencies = [
1341
+ "new_debug_unreachable",
1342
+ "parking_lot",
1343
+ "phf_shared",
1344
+ "precomputed-hash",
1345
+ ]
1346
+
1347
+ [[package]]
1348
+ name = "string_cache_codegen"
1349
+ version = "0.6.1"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
1352
+ dependencies = [
1353
+ "phf_generator",
1354
+ "phf_shared",
1355
+ "proc-macro2",
1356
+ "quote",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "subtle"
1361
+ version = "2.6.1"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1364
+
1365
+ [[package]]
1366
+ name = "syn"
1367
+ version = "2.0.117"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1370
+ dependencies = [
1371
+ "proc-macro2",
1372
+ "quote",
1373
+ "unicode-ident",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "sync_wrapper"
1378
+ version = "1.0.2"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1381
+ dependencies = [
1382
+ "futures-core",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "synstructure"
1387
+ version = "0.13.2"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1390
+ dependencies = [
1391
+ "proc-macro2",
1392
+ "quote",
1393
+ "syn",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "tendril"
1398
+ version = "0.5.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
1401
+ dependencies = [
1402
+ "new_debug_unreachable",
1403
+ "utf-8",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "thiserror"
1408
+ version = "2.0.18"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1411
+ dependencies = [
1412
+ "thiserror-impl",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "thiserror-impl"
1417
+ version = "2.0.18"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1420
+ dependencies = [
1421
+ "proc-macro2",
1422
+ "quote",
1423
+ "syn",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "tinystr"
1428
+ version = "0.8.3"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1431
+ dependencies = [
1432
+ "displaydoc",
1433
+ "zerovec",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "tinyvec"
1438
+ version = "1.11.0"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1441
+ dependencies = [
1442
+ "tinyvec_macros",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "tinyvec_macros"
1447
+ version = "0.1.1"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1450
+
1451
+ [[package]]
1452
+ name = "tokio"
1453
+ version = "1.50.0"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1456
+ dependencies = [
1457
+ "bytes",
1458
+ "libc",
1459
+ "mio",
1460
+ "pin-project-lite",
1461
+ "socket2",
1462
+ "windows-sys 0.61.2",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "tokio-rustls"
1467
+ version = "0.26.4"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1470
+ dependencies = [
1471
+ "rustls",
1472
+ "tokio",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "tower"
1477
+ version = "0.5.3"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1480
+ dependencies = [
1481
+ "futures-core",
1482
+ "futures-util",
1483
+ "pin-project-lite",
1484
+ "sync_wrapper",
1485
+ "tokio",
1486
+ "tower-layer",
1487
+ "tower-service",
1488
+ ]
1489
+
1490
+ [[package]]
1491
+ name = "tower-http"
1492
+ version = "0.6.8"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1495
+ dependencies = [
1496
+ "bitflags",
1497
+ "bytes",
1498
+ "futures-util",
1499
+ "http",
1500
+ "http-body",
1501
+ "iri-string",
1502
+ "pin-project-lite",
1503
+ "tower",
1504
+ "tower-layer",
1505
+ "tower-service",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "tower-layer"
1510
+ version = "0.3.3"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1513
+
1514
+ [[package]]
1515
+ name = "tower-service"
1516
+ version = "0.3.3"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1519
+
1520
+ [[package]]
1521
+ name = "tracing"
1522
+ version = "0.1.44"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1525
+ dependencies = [
1526
+ "pin-project-lite",
1527
+ "tracing-core",
1528
+ ]
1529
+
1530
+ [[package]]
1531
+ name = "tracing-core"
1532
+ version = "0.1.36"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1535
+ dependencies = [
1536
+ "once_cell",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "try-lock"
1541
+ version = "0.2.5"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1544
+
1545
+ [[package]]
1546
+ name = "unicode-ident"
1547
+ version = "1.0.24"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1550
+
1551
+ [[package]]
1552
+ name = "untrusted"
1553
+ version = "0.9.0"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1556
+
1557
+ [[package]]
1558
+ name = "url"
1559
+ version = "2.5.8"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1562
+ dependencies = [
1563
+ "form_urlencoded",
1564
+ "idna",
1565
+ "percent-encoding",
1566
+ "serde",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "utf-8"
1571
+ version = "0.7.6"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1574
+
1575
+ [[package]]
1576
+ name = "utf8_iter"
1577
+ version = "1.0.4"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1580
+
1581
+ [[package]]
1582
+ name = "want"
1583
+ version = "0.3.1"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1586
+ dependencies = [
1587
+ "try-lock",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "wasi"
1592
+ version = "0.11.1+wasi-snapshot-preview1"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1595
+
1596
+ [[package]]
1597
+ name = "wasm-bindgen"
1598
+ version = "0.2.117"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1601
+ dependencies = [
1602
+ "cfg-if",
1603
+ "once_cell",
1604
+ "rustversion",
1605
+ "wasm-bindgen-macro",
1606
+ "wasm-bindgen-shared",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "wasm-bindgen-futures"
1611
+ version = "0.4.67"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
1614
+ dependencies = [
1615
+ "js-sys",
1616
+ "wasm-bindgen",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "wasm-bindgen-macro"
1621
+ version = "0.2.117"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1624
+ dependencies = [
1625
+ "quote",
1626
+ "wasm-bindgen-macro-support",
1627
+ ]
1628
+
1629
+ [[package]]
1630
+ name = "wasm-bindgen-macro-support"
1631
+ version = "0.2.117"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1634
+ dependencies = [
1635
+ "bumpalo",
1636
+ "proc-macro2",
1637
+ "quote",
1638
+ "syn",
1639
+ "wasm-bindgen-shared",
1640
+ ]
1641
+
1642
+ [[package]]
1643
+ name = "wasm-bindgen-shared"
1644
+ version = "0.2.117"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1647
+ dependencies = [
1648
+ "unicode-ident",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "web-sys"
1653
+ version = "0.3.94"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
1656
+ dependencies = [
1657
+ "js-sys",
1658
+ "wasm-bindgen",
1659
+ ]
1660
+
1661
+ [[package]]
1662
+ name = "web-time"
1663
+ version = "1.1.0"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1666
+ dependencies = [
1667
+ "js-sys",
1668
+ "wasm-bindgen",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "web_atoms"
1673
+ version = "0.2.3"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576"
1676
+ dependencies = [
1677
+ "phf",
1678
+ "phf_codegen",
1679
+ "string_cache",
1680
+ "string_cache_codegen",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "webpki-roots"
1685
+ version = "1.0.6"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
1688
+ dependencies = [
1689
+ "rustls-pki-types",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "windows-link"
1694
+ version = "0.2.1"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1697
+
1698
+ [[package]]
1699
+ name = "windows-sys"
1700
+ version = "0.52.0"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1703
+ dependencies = [
1704
+ "windows-targets 0.52.6",
1705
+ ]
1706
+
1707
+ [[package]]
1708
+ name = "windows-sys"
1709
+ version = "0.60.2"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1712
+ dependencies = [
1713
+ "windows-targets 0.53.5",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "windows-sys"
1718
+ version = "0.61.2"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1721
+ dependencies = [
1722
+ "windows-link",
1723
+ ]
1724
+
1725
+ [[package]]
1726
+ name = "windows-targets"
1727
+ version = "0.52.6"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1730
+ dependencies = [
1731
+ "windows_aarch64_gnullvm 0.52.6",
1732
+ "windows_aarch64_msvc 0.52.6",
1733
+ "windows_i686_gnu 0.52.6",
1734
+ "windows_i686_gnullvm 0.52.6",
1735
+ "windows_i686_msvc 0.52.6",
1736
+ "windows_x86_64_gnu 0.52.6",
1737
+ "windows_x86_64_gnullvm 0.52.6",
1738
+ "windows_x86_64_msvc 0.52.6",
1739
+ ]
1740
+
1741
+ [[package]]
1742
+ name = "windows-targets"
1743
+ version = "0.53.5"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1746
+ dependencies = [
1747
+ "windows-link",
1748
+ "windows_aarch64_gnullvm 0.53.1",
1749
+ "windows_aarch64_msvc 0.53.1",
1750
+ "windows_i686_gnu 0.53.1",
1751
+ "windows_i686_gnullvm 0.53.1",
1752
+ "windows_i686_msvc 0.53.1",
1753
+ "windows_x86_64_gnu 0.53.1",
1754
+ "windows_x86_64_gnullvm 0.53.1",
1755
+ "windows_x86_64_msvc 0.53.1",
1756
+ ]
1757
+
1758
+ [[package]]
1759
+ name = "windows_aarch64_gnullvm"
1760
+ version = "0.52.6"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1763
+
1764
+ [[package]]
1765
+ name = "windows_aarch64_gnullvm"
1766
+ version = "0.53.1"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1769
+
1770
+ [[package]]
1771
+ name = "windows_aarch64_msvc"
1772
+ version = "0.52.6"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1775
+
1776
+ [[package]]
1777
+ name = "windows_aarch64_msvc"
1778
+ version = "0.53.1"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1781
+
1782
+ [[package]]
1783
+ name = "windows_i686_gnu"
1784
+ version = "0.52.6"
1785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1786
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1787
+
1788
+ [[package]]
1789
+ name = "windows_i686_gnu"
1790
+ version = "0.53.1"
1791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1792
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1793
+
1794
+ [[package]]
1795
+ name = "windows_i686_gnullvm"
1796
+ version = "0.52.6"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1799
+
1800
+ [[package]]
1801
+ name = "windows_i686_gnullvm"
1802
+ version = "0.53.1"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1805
+
1806
+ [[package]]
1807
+ name = "windows_i686_msvc"
1808
+ version = "0.52.6"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1811
+
1812
+ [[package]]
1813
+ name = "windows_i686_msvc"
1814
+ version = "0.53.1"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1817
+
1818
+ [[package]]
1819
+ name = "windows_x86_64_gnu"
1820
+ version = "0.52.6"
1821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1822
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1823
+
1824
+ [[package]]
1825
+ name = "windows_x86_64_gnu"
1826
+ version = "0.53.1"
1827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1829
+
1830
+ [[package]]
1831
+ name = "windows_x86_64_gnullvm"
1832
+ version = "0.52.6"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1835
+
1836
+ [[package]]
1837
+ name = "windows_x86_64_gnullvm"
1838
+ version = "0.53.1"
1839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1840
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1841
+
1842
+ [[package]]
1843
+ name = "windows_x86_64_msvc"
1844
+ version = "0.52.6"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1847
+
1848
+ [[package]]
1849
+ name = "windows_x86_64_msvc"
1850
+ version = "0.53.1"
1851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1852
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1853
+
1854
+ [[package]]
1855
+ name = "writeable"
1856
+ version = "0.6.2"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1859
+
1860
+ [[package]]
1861
+ name = "yoke"
1862
+ version = "0.8.2"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
1865
+ dependencies = [
1866
+ "stable_deref_trait",
1867
+ "yoke-derive",
1868
+ "zerofrom",
1869
+ ]
1870
+
1871
+ [[package]]
1872
+ name = "yoke-derive"
1873
+ version = "0.8.2"
1874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1875
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1876
+ dependencies = [
1877
+ "proc-macro2",
1878
+ "quote",
1879
+ "syn",
1880
+ "synstructure",
1881
+ ]
1882
+
1883
+ [[package]]
1884
+ name = "zerofrom"
1885
+ version = "0.1.7"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
1888
+ dependencies = [
1889
+ "zerofrom-derive",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "zerofrom-derive"
1894
+ version = "0.1.7"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1897
+ dependencies = [
1898
+ "proc-macro2",
1899
+ "quote",
1900
+ "syn",
1901
+ "synstructure",
1902
+ ]
1903
+
1904
+ [[package]]
1905
+ name = "zeroize"
1906
+ version = "1.8.2"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1909
+
1910
+ [[package]]
1911
+ name = "zerotrie"
1912
+ version = "0.2.4"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1915
+ dependencies = [
1916
+ "displaydoc",
1917
+ "yoke",
1918
+ "zerofrom",
1919
+ ]
1920
+
1921
+ [[package]]
1922
+ name = "zerovec"
1923
+ version = "0.11.6"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1926
+ dependencies = [
1927
+ "yoke",
1928
+ "zerofrom",
1929
+ "zerovec-derive",
1930
+ ]
1931
+
1932
+ [[package]]
1933
+ name = "zerovec-derive"
1934
+ version = "0.11.3"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1937
+ dependencies = [
1938
+ "proc-macro2",
1939
+ "quote",
1940
+ "syn",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "zmij"
1945
+ version = "1.0.21"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"