@mbe24/99problems 0.1.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.
package/Cargo.lock ADDED
@@ -0,0 +1,1758 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "anstream"
7
+ version = "0.6.21"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
10
+ dependencies = [
11
+ "anstyle",
12
+ "anstyle-parse",
13
+ "anstyle-query",
14
+ "anstyle-wincon",
15
+ "colorchoice",
16
+ "is_terminal_polyfill",
17
+ "utf8parse",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.13"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
25
+
26
+ [[package]]
27
+ name = "anstyle-parse"
28
+ version = "0.2.7"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31
+ dependencies = [
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle-query"
37
+ version = "1.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40
+ dependencies = [
41
+ "windows-sys 0.61.2",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle-wincon"
46
+ version = "3.0.11"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49
+ dependencies = [
50
+ "anstyle",
51
+ "once_cell_polyfill",
52
+ "windows-sys 0.61.2",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "anyhow"
57
+ version = "1.0.102"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
60
+
61
+ [[package]]
62
+ name = "atomic-waker"
63
+ version = "1.1.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
66
+
67
+ [[package]]
68
+ name = "base64"
69
+ version = "0.22.1"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
72
+
73
+ [[package]]
74
+ name = "bitflags"
75
+ version = "2.11.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
78
+
79
+ [[package]]
80
+ name = "bumpalo"
81
+ version = "3.20.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
84
+
85
+ [[package]]
86
+ name = "bytes"
87
+ version = "1.11.1"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
90
+
91
+ [[package]]
92
+ name = "cc"
93
+ version = "1.2.56"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
96
+ dependencies = [
97
+ "find-msvc-tools",
98
+ "shlex",
99
+ ]
100
+
101
+ [[package]]
102
+ name = "cfg-if"
103
+ version = "1.0.4"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
106
+
107
+ [[package]]
108
+ name = "cfg_aliases"
109
+ version = "0.2.1"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
112
+
113
+ [[package]]
114
+ name = "clap"
115
+ version = "4.5.60"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
118
+ dependencies = [
119
+ "clap_builder",
120
+ "clap_derive",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "clap_builder"
125
+ version = "4.5.60"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
128
+ dependencies = [
129
+ "anstream",
130
+ "anstyle",
131
+ "clap_lex",
132
+ "strsim",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "clap_derive"
137
+ version = "4.5.55"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
140
+ dependencies = [
141
+ "heck",
142
+ "proc-macro2",
143
+ "quote",
144
+ "syn",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "clap_lex"
149
+ version = "1.0.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
152
+
153
+ [[package]]
154
+ name = "colorchoice"
155
+ version = "1.0.4"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
158
+
159
+ [[package]]
160
+ name = "dirs"
161
+ version = "5.0.1"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
164
+ dependencies = [
165
+ "dirs-sys",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "dirs-sys"
170
+ version = "0.4.1"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
173
+ dependencies = [
174
+ "libc",
175
+ "option-ext",
176
+ "redox_users",
177
+ "windows-sys 0.48.0",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "displaydoc"
182
+ version = "0.2.5"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
185
+ dependencies = [
186
+ "proc-macro2",
187
+ "quote",
188
+ "syn",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "equivalent"
193
+ version = "1.0.2"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
196
+
197
+ [[package]]
198
+ name = "find-msvc-tools"
199
+ version = "0.1.9"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
202
+
203
+ [[package]]
204
+ name = "form_urlencoded"
205
+ version = "1.2.2"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
208
+ dependencies = [
209
+ "percent-encoding",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "futures-channel"
214
+ version = "0.3.32"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
217
+ dependencies = [
218
+ "futures-core",
219
+ "futures-sink",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "futures-core"
224
+ version = "0.3.32"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
227
+
228
+ [[package]]
229
+ name = "futures-io"
230
+ version = "0.3.32"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
233
+
234
+ [[package]]
235
+ name = "futures-sink"
236
+ version = "0.3.32"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
239
+
240
+ [[package]]
241
+ name = "futures-task"
242
+ version = "0.3.32"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
245
+
246
+ [[package]]
247
+ name = "futures-util"
248
+ version = "0.3.32"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
251
+ dependencies = [
252
+ "futures-core",
253
+ "futures-io",
254
+ "futures-sink",
255
+ "futures-task",
256
+ "memchr",
257
+ "pin-project-lite",
258
+ "slab",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "getrandom"
263
+ version = "0.2.17"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
266
+ dependencies = [
267
+ "cfg-if",
268
+ "js-sys",
269
+ "libc",
270
+ "wasi",
271
+ "wasm-bindgen",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "getrandom"
276
+ version = "0.3.4"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
279
+ dependencies = [
280
+ "cfg-if",
281
+ "js-sys",
282
+ "libc",
283
+ "r-efi",
284
+ "wasip2",
285
+ "wasm-bindgen",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "hashbrown"
290
+ version = "0.16.1"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
293
+
294
+ [[package]]
295
+ name = "heck"
296
+ version = "0.5.0"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
299
+
300
+ [[package]]
301
+ name = "http"
302
+ version = "1.4.0"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
305
+ dependencies = [
306
+ "bytes",
307
+ "itoa",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "http-body"
312
+ version = "1.0.1"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
315
+ dependencies = [
316
+ "bytes",
317
+ "http",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "http-body-util"
322
+ version = "0.1.3"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
325
+ dependencies = [
326
+ "bytes",
327
+ "futures-core",
328
+ "http",
329
+ "http-body",
330
+ "pin-project-lite",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "httparse"
335
+ version = "1.10.1"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
338
+
339
+ [[package]]
340
+ name = "hyper"
341
+ version = "1.8.1"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
344
+ dependencies = [
345
+ "atomic-waker",
346
+ "bytes",
347
+ "futures-channel",
348
+ "futures-core",
349
+ "http",
350
+ "http-body",
351
+ "httparse",
352
+ "itoa",
353
+ "pin-project-lite",
354
+ "pin-utils",
355
+ "smallvec",
356
+ "tokio",
357
+ "want",
358
+ ]
359
+
360
+ [[package]]
361
+ name = "hyper-rustls"
362
+ version = "0.27.7"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
365
+ dependencies = [
366
+ "http",
367
+ "hyper",
368
+ "hyper-util",
369
+ "rustls",
370
+ "rustls-pki-types",
371
+ "tokio",
372
+ "tokio-rustls",
373
+ "tower-service",
374
+ "webpki-roots",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "hyper-util"
379
+ version = "0.1.20"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
382
+ dependencies = [
383
+ "base64",
384
+ "bytes",
385
+ "futures-channel",
386
+ "futures-util",
387
+ "http",
388
+ "http-body",
389
+ "hyper",
390
+ "ipnet",
391
+ "libc",
392
+ "percent-encoding",
393
+ "pin-project-lite",
394
+ "socket2",
395
+ "tokio",
396
+ "tower-service",
397
+ "tracing",
398
+ ]
399
+
400
+ [[package]]
401
+ name = "icu_collections"
402
+ version = "2.1.1"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
405
+ dependencies = [
406
+ "displaydoc",
407
+ "potential_utf",
408
+ "yoke",
409
+ "zerofrom",
410
+ "zerovec",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "icu_locale_core"
415
+ version = "2.1.1"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
418
+ dependencies = [
419
+ "displaydoc",
420
+ "litemap",
421
+ "tinystr",
422
+ "writeable",
423
+ "zerovec",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "icu_normalizer"
428
+ version = "2.1.1"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
431
+ dependencies = [
432
+ "icu_collections",
433
+ "icu_normalizer_data",
434
+ "icu_properties",
435
+ "icu_provider",
436
+ "smallvec",
437
+ "zerovec",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "icu_normalizer_data"
442
+ version = "2.1.1"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
445
+
446
+ [[package]]
447
+ name = "icu_properties"
448
+ version = "2.1.2"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
451
+ dependencies = [
452
+ "icu_collections",
453
+ "icu_locale_core",
454
+ "icu_properties_data",
455
+ "icu_provider",
456
+ "zerotrie",
457
+ "zerovec",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "icu_properties_data"
462
+ version = "2.1.2"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
465
+
466
+ [[package]]
467
+ name = "icu_provider"
468
+ version = "2.1.1"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
471
+ dependencies = [
472
+ "displaydoc",
473
+ "icu_locale_core",
474
+ "writeable",
475
+ "yoke",
476
+ "zerofrom",
477
+ "zerotrie",
478
+ "zerovec",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "idna"
483
+ version = "1.1.0"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
486
+ dependencies = [
487
+ "idna_adapter",
488
+ "smallvec",
489
+ "utf8_iter",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "idna_adapter"
494
+ version = "1.2.1"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
497
+ dependencies = [
498
+ "icu_normalizer",
499
+ "icu_properties",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "indexmap"
504
+ version = "2.13.0"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
507
+ dependencies = [
508
+ "equivalent",
509
+ "hashbrown",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "ipnet"
514
+ version = "2.11.0"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
517
+
518
+ [[package]]
519
+ name = "iri-string"
520
+ version = "0.7.10"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
523
+ dependencies = [
524
+ "memchr",
525
+ "serde",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "is_terminal_polyfill"
530
+ version = "1.70.2"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
533
+
534
+ [[package]]
535
+ name = "itoa"
536
+ version = "1.0.17"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
539
+
540
+ [[package]]
541
+ name = "js-sys"
542
+ version = "0.3.91"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
545
+ dependencies = [
546
+ "once_cell",
547
+ "wasm-bindgen",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "libc"
552
+ version = "0.2.182"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
555
+
556
+ [[package]]
557
+ name = "libredox"
558
+ version = "0.1.14"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
561
+ dependencies = [
562
+ "libc",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "litemap"
567
+ version = "0.8.1"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
570
+
571
+ [[package]]
572
+ name = "log"
573
+ version = "0.4.29"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
576
+
577
+ [[package]]
578
+ name = "lru-slab"
579
+ version = "0.1.2"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
582
+
583
+ [[package]]
584
+ name = "memchr"
585
+ version = "2.8.0"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
588
+
589
+ [[package]]
590
+ name = "mio"
591
+ version = "1.1.1"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
594
+ dependencies = [
595
+ "libc",
596
+ "wasi",
597
+ "windows-sys 0.61.2",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "once_cell"
602
+ version = "1.21.3"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
605
+
606
+ [[package]]
607
+ name = "once_cell_polyfill"
608
+ version = "1.70.2"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
611
+
612
+ [[package]]
613
+ name = "option-ext"
614
+ version = "0.2.0"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
617
+
618
+ [[package]]
619
+ name = "percent-encoding"
620
+ version = "2.3.2"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
623
+
624
+ [[package]]
625
+ name = "pin-project-lite"
626
+ version = "0.2.17"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
629
+
630
+ [[package]]
631
+ name = "pin-utils"
632
+ version = "0.1.0"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
635
+
636
+ [[package]]
637
+ name = "potential_utf"
638
+ version = "0.1.4"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
641
+ dependencies = [
642
+ "zerovec",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "ppv-lite86"
647
+ version = "0.2.21"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
650
+ dependencies = [
651
+ "zerocopy",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "problems99"
656
+ version = "0.1.0"
657
+ dependencies = [
658
+ "anyhow",
659
+ "clap",
660
+ "dirs",
661
+ "reqwest",
662
+ "serde",
663
+ "serde_json",
664
+ "serde_yaml",
665
+ "toml",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "proc-macro2"
670
+ version = "1.0.106"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
673
+ dependencies = [
674
+ "unicode-ident",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "quinn"
679
+ version = "0.11.9"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
682
+ dependencies = [
683
+ "bytes",
684
+ "cfg_aliases",
685
+ "pin-project-lite",
686
+ "quinn-proto",
687
+ "quinn-udp",
688
+ "rustc-hash",
689
+ "rustls",
690
+ "socket2",
691
+ "thiserror 2.0.18",
692
+ "tokio",
693
+ "tracing",
694
+ "web-time",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "quinn-proto"
699
+ version = "0.11.13"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
702
+ dependencies = [
703
+ "bytes",
704
+ "getrandom 0.3.4",
705
+ "lru-slab",
706
+ "rand",
707
+ "ring",
708
+ "rustc-hash",
709
+ "rustls",
710
+ "rustls-pki-types",
711
+ "slab",
712
+ "thiserror 2.0.18",
713
+ "tinyvec",
714
+ "tracing",
715
+ "web-time",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "quinn-udp"
720
+ version = "0.5.14"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
723
+ dependencies = [
724
+ "cfg_aliases",
725
+ "libc",
726
+ "once_cell",
727
+ "socket2",
728
+ "tracing",
729
+ "windows-sys 0.52.0",
730
+ ]
731
+
732
+ [[package]]
733
+ name = "quote"
734
+ version = "1.0.44"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
737
+ dependencies = [
738
+ "proc-macro2",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "r-efi"
743
+ version = "5.3.0"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
746
+
747
+ [[package]]
748
+ name = "rand"
749
+ version = "0.9.2"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
752
+ dependencies = [
753
+ "rand_chacha",
754
+ "rand_core",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "rand_chacha"
759
+ version = "0.9.0"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
762
+ dependencies = [
763
+ "ppv-lite86",
764
+ "rand_core",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "rand_core"
769
+ version = "0.9.5"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
772
+ dependencies = [
773
+ "getrandom 0.3.4",
774
+ ]
775
+
776
+ [[package]]
777
+ name = "redox_users"
778
+ version = "0.4.6"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
781
+ dependencies = [
782
+ "getrandom 0.2.17",
783
+ "libredox",
784
+ "thiserror 1.0.69",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "reqwest"
789
+ version = "0.12.28"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
792
+ dependencies = [
793
+ "base64",
794
+ "bytes",
795
+ "futures-channel",
796
+ "futures-core",
797
+ "futures-util",
798
+ "http",
799
+ "http-body",
800
+ "http-body-util",
801
+ "hyper",
802
+ "hyper-rustls",
803
+ "hyper-util",
804
+ "js-sys",
805
+ "log",
806
+ "percent-encoding",
807
+ "pin-project-lite",
808
+ "quinn",
809
+ "rustls",
810
+ "rustls-pki-types",
811
+ "serde",
812
+ "serde_json",
813
+ "serde_urlencoded",
814
+ "sync_wrapper",
815
+ "tokio",
816
+ "tokio-rustls",
817
+ "tower",
818
+ "tower-http",
819
+ "tower-service",
820
+ "url",
821
+ "wasm-bindgen",
822
+ "wasm-bindgen-futures",
823
+ "web-sys",
824
+ "webpki-roots",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "ring"
829
+ version = "0.17.14"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
832
+ dependencies = [
833
+ "cc",
834
+ "cfg-if",
835
+ "getrandom 0.2.17",
836
+ "libc",
837
+ "untrusted",
838
+ "windows-sys 0.52.0",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "rustc-hash"
843
+ version = "2.1.1"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
846
+
847
+ [[package]]
848
+ name = "rustls"
849
+ version = "0.23.37"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
852
+ dependencies = [
853
+ "once_cell",
854
+ "ring",
855
+ "rustls-pki-types",
856
+ "rustls-webpki",
857
+ "subtle",
858
+ "zeroize",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "rustls-pki-types"
863
+ version = "1.14.0"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
866
+ dependencies = [
867
+ "web-time",
868
+ "zeroize",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "rustls-webpki"
873
+ version = "0.103.9"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
876
+ dependencies = [
877
+ "ring",
878
+ "rustls-pki-types",
879
+ "untrusted",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "rustversion"
884
+ version = "1.0.22"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
887
+
888
+ [[package]]
889
+ name = "ryu"
890
+ version = "1.0.23"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
893
+
894
+ [[package]]
895
+ name = "serde"
896
+ version = "1.0.228"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
899
+ dependencies = [
900
+ "serde_core",
901
+ "serde_derive",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "serde_core"
906
+ version = "1.0.228"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
909
+ dependencies = [
910
+ "serde_derive",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "serde_derive"
915
+ version = "1.0.228"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
918
+ dependencies = [
919
+ "proc-macro2",
920
+ "quote",
921
+ "syn",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "serde_json"
926
+ version = "1.0.149"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
929
+ dependencies = [
930
+ "itoa",
931
+ "memchr",
932
+ "serde",
933
+ "serde_core",
934
+ "zmij",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "serde_spanned"
939
+ version = "0.6.9"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
942
+ dependencies = [
943
+ "serde",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "serde_urlencoded"
948
+ version = "0.7.1"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
951
+ dependencies = [
952
+ "form_urlencoded",
953
+ "itoa",
954
+ "ryu",
955
+ "serde",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "serde_yaml"
960
+ version = "0.9.34+deprecated"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
963
+ dependencies = [
964
+ "indexmap",
965
+ "itoa",
966
+ "ryu",
967
+ "serde",
968
+ "unsafe-libyaml",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "shlex"
973
+ version = "1.3.0"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
976
+
977
+ [[package]]
978
+ name = "slab"
979
+ version = "0.4.12"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
982
+
983
+ [[package]]
984
+ name = "smallvec"
985
+ version = "1.15.1"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
988
+
989
+ [[package]]
990
+ name = "socket2"
991
+ version = "0.6.2"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
994
+ dependencies = [
995
+ "libc",
996
+ "windows-sys 0.60.2",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "stable_deref_trait"
1001
+ version = "1.2.1"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1004
+
1005
+ [[package]]
1006
+ name = "strsim"
1007
+ version = "0.11.1"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1010
+
1011
+ [[package]]
1012
+ name = "subtle"
1013
+ version = "2.6.1"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1016
+
1017
+ [[package]]
1018
+ name = "syn"
1019
+ version = "2.0.117"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1022
+ dependencies = [
1023
+ "proc-macro2",
1024
+ "quote",
1025
+ "unicode-ident",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "sync_wrapper"
1030
+ version = "1.0.2"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1033
+ dependencies = [
1034
+ "futures-core",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "synstructure"
1039
+ version = "0.13.2"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1042
+ dependencies = [
1043
+ "proc-macro2",
1044
+ "quote",
1045
+ "syn",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "thiserror"
1050
+ version = "1.0.69"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1053
+ dependencies = [
1054
+ "thiserror-impl 1.0.69",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "thiserror"
1059
+ version = "2.0.18"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1062
+ dependencies = [
1063
+ "thiserror-impl 2.0.18",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "thiserror-impl"
1068
+ version = "1.0.69"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1071
+ dependencies = [
1072
+ "proc-macro2",
1073
+ "quote",
1074
+ "syn",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "thiserror-impl"
1079
+ version = "2.0.18"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1082
+ dependencies = [
1083
+ "proc-macro2",
1084
+ "quote",
1085
+ "syn",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "tinystr"
1090
+ version = "0.8.2"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1093
+ dependencies = [
1094
+ "displaydoc",
1095
+ "zerovec",
1096
+ ]
1097
+
1098
+ [[package]]
1099
+ name = "tinyvec"
1100
+ version = "1.10.0"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1103
+ dependencies = [
1104
+ "tinyvec_macros",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "tinyvec_macros"
1109
+ version = "0.1.1"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1112
+
1113
+ [[package]]
1114
+ name = "tokio"
1115
+ version = "1.49.0"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1118
+ dependencies = [
1119
+ "bytes",
1120
+ "libc",
1121
+ "mio",
1122
+ "pin-project-lite",
1123
+ "socket2",
1124
+ "windows-sys 0.61.2",
1125
+ ]
1126
+
1127
+ [[package]]
1128
+ name = "tokio-rustls"
1129
+ version = "0.26.4"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1132
+ dependencies = [
1133
+ "rustls",
1134
+ "tokio",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "toml"
1139
+ version = "0.8.23"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1142
+ dependencies = [
1143
+ "serde",
1144
+ "serde_spanned",
1145
+ "toml_datetime",
1146
+ "toml_edit",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "toml_datetime"
1151
+ version = "0.6.11"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1154
+ dependencies = [
1155
+ "serde",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "toml_edit"
1160
+ version = "0.22.27"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1163
+ dependencies = [
1164
+ "indexmap",
1165
+ "serde",
1166
+ "serde_spanned",
1167
+ "toml_datetime",
1168
+ "toml_write",
1169
+ "winnow",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "toml_write"
1174
+ version = "0.1.2"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1177
+
1178
+ [[package]]
1179
+ name = "tower"
1180
+ version = "0.5.3"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1183
+ dependencies = [
1184
+ "futures-core",
1185
+ "futures-util",
1186
+ "pin-project-lite",
1187
+ "sync_wrapper",
1188
+ "tokio",
1189
+ "tower-layer",
1190
+ "tower-service",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "tower-http"
1195
+ version = "0.6.8"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1198
+ dependencies = [
1199
+ "bitflags",
1200
+ "bytes",
1201
+ "futures-util",
1202
+ "http",
1203
+ "http-body",
1204
+ "iri-string",
1205
+ "pin-project-lite",
1206
+ "tower",
1207
+ "tower-layer",
1208
+ "tower-service",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "tower-layer"
1213
+ version = "0.3.3"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1216
+
1217
+ [[package]]
1218
+ name = "tower-service"
1219
+ version = "0.3.3"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1222
+
1223
+ [[package]]
1224
+ name = "tracing"
1225
+ version = "0.1.44"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1228
+ dependencies = [
1229
+ "pin-project-lite",
1230
+ "tracing-core",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "tracing-core"
1235
+ version = "0.1.36"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1238
+ dependencies = [
1239
+ "once_cell",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "try-lock"
1244
+ version = "0.2.5"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1247
+
1248
+ [[package]]
1249
+ name = "unicode-ident"
1250
+ version = "1.0.24"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1253
+
1254
+ [[package]]
1255
+ name = "unsafe-libyaml"
1256
+ version = "0.2.11"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1259
+
1260
+ [[package]]
1261
+ name = "untrusted"
1262
+ version = "0.9.0"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1265
+
1266
+ [[package]]
1267
+ name = "url"
1268
+ version = "2.5.8"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1271
+ dependencies = [
1272
+ "form_urlencoded",
1273
+ "idna",
1274
+ "percent-encoding",
1275
+ "serde",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "utf8_iter"
1280
+ version = "1.0.4"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1283
+
1284
+ [[package]]
1285
+ name = "utf8parse"
1286
+ version = "0.2.2"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1289
+
1290
+ [[package]]
1291
+ name = "want"
1292
+ version = "0.3.1"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1295
+ dependencies = [
1296
+ "try-lock",
1297
+ ]
1298
+
1299
+ [[package]]
1300
+ name = "wasi"
1301
+ version = "0.11.1+wasi-snapshot-preview1"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1304
+
1305
+ [[package]]
1306
+ name = "wasip2"
1307
+ version = "1.0.2+wasi-0.2.9"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1310
+ dependencies = [
1311
+ "wit-bindgen",
1312
+ ]
1313
+
1314
+ [[package]]
1315
+ name = "wasm-bindgen"
1316
+ version = "0.2.114"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1319
+ dependencies = [
1320
+ "cfg-if",
1321
+ "once_cell",
1322
+ "rustversion",
1323
+ "wasm-bindgen-macro",
1324
+ "wasm-bindgen-shared",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "wasm-bindgen-futures"
1329
+ version = "0.4.64"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
1332
+ dependencies = [
1333
+ "cfg-if",
1334
+ "futures-util",
1335
+ "js-sys",
1336
+ "once_cell",
1337
+ "wasm-bindgen",
1338
+ "web-sys",
1339
+ ]
1340
+
1341
+ [[package]]
1342
+ name = "wasm-bindgen-macro"
1343
+ version = "0.2.114"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1346
+ dependencies = [
1347
+ "quote",
1348
+ "wasm-bindgen-macro-support",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "wasm-bindgen-macro-support"
1353
+ version = "0.2.114"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1356
+ dependencies = [
1357
+ "bumpalo",
1358
+ "proc-macro2",
1359
+ "quote",
1360
+ "syn",
1361
+ "wasm-bindgen-shared",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "wasm-bindgen-shared"
1366
+ version = "0.2.114"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1369
+ dependencies = [
1370
+ "unicode-ident",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "web-sys"
1375
+ version = "0.3.91"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
1378
+ dependencies = [
1379
+ "js-sys",
1380
+ "wasm-bindgen",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "web-time"
1385
+ version = "1.1.0"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1388
+ dependencies = [
1389
+ "js-sys",
1390
+ "wasm-bindgen",
1391
+ ]
1392
+
1393
+ [[package]]
1394
+ name = "webpki-roots"
1395
+ version = "1.0.6"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
1398
+ dependencies = [
1399
+ "rustls-pki-types",
1400
+ ]
1401
+
1402
+ [[package]]
1403
+ name = "windows-link"
1404
+ version = "0.2.1"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1407
+
1408
+ [[package]]
1409
+ name = "windows-sys"
1410
+ version = "0.48.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1413
+ dependencies = [
1414
+ "windows-targets 0.48.5",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "windows-sys"
1419
+ version = "0.52.0"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1422
+ dependencies = [
1423
+ "windows-targets 0.52.6",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "windows-sys"
1428
+ version = "0.60.2"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1431
+ dependencies = [
1432
+ "windows-targets 0.53.5",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "windows-sys"
1437
+ version = "0.61.2"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1440
+ dependencies = [
1441
+ "windows-link",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "windows-targets"
1446
+ version = "0.48.5"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1449
+ dependencies = [
1450
+ "windows_aarch64_gnullvm 0.48.5",
1451
+ "windows_aarch64_msvc 0.48.5",
1452
+ "windows_i686_gnu 0.48.5",
1453
+ "windows_i686_msvc 0.48.5",
1454
+ "windows_x86_64_gnu 0.48.5",
1455
+ "windows_x86_64_gnullvm 0.48.5",
1456
+ "windows_x86_64_msvc 0.48.5",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "windows-targets"
1461
+ version = "0.52.6"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1464
+ dependencies = [
1465
+ "windows_aarch64_gnullvm 0.52.6",
1466
+ "windows_aarch64_msvc 0.52.6",
1467
+ "windows_i686_gnu 0.52.6",
1468
+ "windows_i686_gnullvm 0.52.6",
1469
+ "windows_i686_msvc 0.52.6",
1470
+ "windows_x86_64_gnu 0.52.6",
1471
+ "windows_x86_64_gnullvm 0.52.6",
1472
+ "windows_x86_64_msvc 0.52.6",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "windows-targets"
1477
+ version = "0.53.5"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1480
+ dependencies = [
1481
+ "windows-link",
1482
+ "windows_aarch64_gnullvm 0.53.1",
1483
+ "windows_aarch64_msvc 0.53.1",
1484
+ "windows_i686_gnu 0.53.1",
1485
+ "windows_i686_gnullvm 0.53.1",
1486
+ "windows_i686_msvc 0.53.1",
1487
+ "windows_x86_64_gnu 0.53.1",
1488
+ "windows_x86_64_gnullvm 0.53.1",
1489
+ "windows_x86_64_msvc 0.53.1",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "windows_aarch64_gnullvm"
1494
+ version = "0.48.5"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1497
+
1498
+ [[package]]
1499
+ name = "windows_aarch64_gnullvm"
1500
+ version = "0.52.6"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1503
+
1504
+ [[package]]
1505
+ name = "windows_aarch64_gnullvm"
1506
+ version = "0.53.1"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1509
+
1510
+ [[package]]
1511
+ name = "windows_aarch64_msvc"
1512
+ version = "0.48.5"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1515
+
1516
+ [[package]]
1517
+ name = "windows_aarch64_msvc"
1518
+ version = "0.52.6"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1521
+
1522
+ [[package]]
1523
+ name = "windows_aarch64_msvc"
1524
+ version = "0.53.1"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1527
+
1528
+ [[package]]
1529
+ name = "windows_i686_gnu"
1530
+ version = "0.48.5"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1533
+
1534
+ [[package]]
1535
+ name = "windows_i686_gnu"
1536
+ version = "0.52.6"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1539
+
1540
+ [[package]]
1541
+ name = "windows_i686_gnu"
1542
+ version = "0.53.1"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1545
+
1546
+ [[package]]
1547
+ name = "windows_i686_gnullvm"
1548
+ version = "0.52.6"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1551
+
1552
+ [[package]]
1553
+ name = "windows_i686_gnullvm"
1554
+ version = "0.53.1"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1557
+
1558
+ [[package]]
1559
+ name = "windows_i686_msvc"
1560
+ version = "0.48.5"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1563
+
1564
+ [[package]]
1565
+ name = "windows_i686_msvc"
1566
+ version = "0.52.6"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1569
+
1570
+ [[package]]
1571
+ name = "windows_i686_msvc"
1572
+ version = "0.53.1"
1573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1574
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1575
+
1576
+ [[package]]
1577
+ name = "windows_x86_64_gnu"
1578
+ version = "0.48.5"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1581
+
1582
+ [[package]]
1583
+ name = "windows_x86_64_gnu"
1584
+ version = "0.52.6"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1587
+
1588
+ [[package]]
1589
+ name = "windows_x86_64_gnu"
1590
+ version = "0.53.1"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1593
+
1594
+ [[package]]
1595
+ name = "windows_x86_64_gnullvm"
1596
+ version = "0.48.5"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1599
+
1600
+ [[package]]
1601
+ name = "windows_x86_64_gnullvm"
1602
+ version = "0.52.6"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1605
+
1606
+ [[package]]
1607
+ name = "windows_x86_64_gnullvm"
1608
+ version = "0.53.1"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1611
+
1612
+ [[package]]
1613
+ name = "windows_x86_64_msvc"
1614
+ version = "0.48.5"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1617
+
1618
+ [[package]]
1619
+ name = "windows_x86_64_msvc"
1620
+ version = "0.52.6"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1623
+
1624
+ [[package]]
1625
+ name = "windows_x86_64_msvc"
1626
+ version = "0.53.1"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1629
+
1630
+ [[package]]
1631
+ name = "winnow"
1632
+ version = "0.7.14"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
1635
+ dependencies = [
1636
+ "memchr",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "wit-bindgen"
1641
+ version = "0.51.0"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1644
+
1645
+ [[package]]
1646
+ name = "writeable"
1647
+ version = "0.6.2"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1650
+
1651
+ [[package]]
1652
+ name = "yoke"
1653
+ version = "0.8.1"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1656
+ dependencies = [
1657
+ "stable_deref_trait",
1658
+ "yoke-derive",
1659
+ "zerofrom",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "yoke-derive"
1664
+ version = "0.8.1"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1667
+ dependencies = [
1668
+ "proc-macro2",
1669
+ "quote",
1670
+ "syn",
1671
+ "synstructure",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "zerocopy"
1676
+ version = "0.8.40"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
1679
+ dependencies = [
1680
+ "zerocopy-derive",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "zerocopy-derive"
1685
+ version = "0.8.40"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
1688
+ dependencies = [
1689
+ "proc-macro2",
1690
+ "quote",
1691
+ "syn",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "zerofrom"
1696
+ version = "0.1.6"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1699
+ dependencies = [
1700
+ "zerofrom-derive",
1701
+ ]
1702
+
1703
+ [[package]]
1704
+ name = "zerofrom-derive"
1705
+ version = "0.1.6"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1708
+ dependencies = [
1709
+ "proc-macro2",
1710
+ "quote",
1711
+ "syn",
1712
+ "synstructure",
1713
+ ]
1714
+
1715
+ [[package]]
1716
+ name = "zeroize"
1717
+ version = "1.8.2"
1718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1719
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1720
+
1721
+ [[package]]
1722
+ name = "zerotrie"
1723
+ version = "0.2.3"
1724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1725
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1726
+ dependencies = [
1727
+ "displaydoc",
1728
+ "yoke",
1729
+ "zerofrom",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "zerovec"
1734
+ version = "0.11.5"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1737
+ dependencies = [
1738
+ "yoke",
1739
+ "zerofrom",
1740
+ "zerovec-derive",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "zerovec-derive"
1745
+ version = "0.11.2"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1748
+ dependencies = [
1749
+ "proc-macro2",
1750
+ "quote",
1751
+ "syn",
1752
+ ]
1753
+
1754
+ [[package]]
1755
+ name = "zmij"
1756
+ version = "1.0.21"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"