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