anveesa 0.7.2 → 0.7.3

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,2250 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "allocator-api2"
7
+ version = "0.2.21"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
+
11
+ [[package]]
12
+ name = "anstream"
13
+ version = "1.0.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
16
+ dependencies = [
17
+ "anstyle",
18
+ "anstyle-parse",
19
+ "anstyle-query",
20
+ "anstyle-wincon",
21
+ "colorchoice",
22
+ "is_terminal_polyfill",
23
+ "utf8parse",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "anstyle"
28
+ version = "1.0.14"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
31
+
32
+ [[package]]
33
+ name = "anstyle-parse"
34
+ version = "1.0.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
37
+ dependencies = [
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle-query"
43
+ version = "1.1.5"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
46
+ dependencies = [
47
+ "windows-sys 0.61.2",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-wincon"
52
+ version = "3.0.11"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
55
+ dependencies = [
56
+ "anstyle",
57
+ "once_cell_polyfill",
58
+ "windows-sys 0.61.2",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anveesa"
63
+ version = "0.7.3"
64
+ dependencies = [
65
+ "anyhow",
66
+ "axum",
67
+ "base64",
68
+ "clap",
69
+ "crossterm",
70
+ "libc",
71
+ "ratatui",
72
+ "reqwest",
73
+ "rustyline",
74
+ "serde",
75
+ "serde_json",
76
+ "tokio",
77
+ "tokio-stream",
78
+ "toml",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anyhow"
83
+ version = "1.0.102"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
86
+
87
+ [[package]]
88
+ name = "async-trait"
89
+ version = "0.1.89"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
92
+ dependencies = [
93
+ "proc-macro2",
94
+ "quote",
95
+ "syn",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "atomic-waker"
100
+ version = "1.1.2"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
103
+
104
+ [[package]]
105
+ name = "axum"
106
+ version = "0.7.9"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
109
+ dependencies = [
110
+ "async-trait",
111
+ "axum-core",
112
+ "bytes",
113
+ "futures-util",
114
+ "http",
115
+ "http-body",
116
+ "http-body-util",
117
+ "hyper",
118
+ "hyper-util",
119
+ "itoa",
120
+ "matchit",
121
+ "memchr",
122
+ "mime",
123
+ "percent-encoding",
124
+ "pin-project-lite",
125
+ "rustversion",
126
+ "serde",
127
+ "serde_json",
128
+ "serde_path_to_error",
129
+ "serde_urlencoded",
130
+ "sync_wrapper",
131
+ "tokio",
132
+ "tower",
133
+ "tower-layer",
134
+ "tower-service",
135
+ "tracing",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "axum-core"
140
+ version = "0.4.5"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
143
+ dependencies = [
144
+ "async-trait",
145
+ "bytes",
146
+ "futures-util",
147
+ "http",
148
+ "http-body",
149
+ "http-body-util",
150
+ "mime",
151
+ "pin-project-lite",
152
+ "rustversion",
153
+ "sync_wrapper",
154
+ "tower-layer",
155
+ "tower-service",
156
+ "tracing",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "base64"
161
+ version = "0.22.1"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
164
+
165
+ [[package]]
166
+ name = "bitflags"
167
+ version = "2.11.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
170
+
171
+ [[package]]
172
+ name = "bumpalo"
173
+ version = "3.20.3"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
176
+
177
+ [[package]]
178
+ name = "bytes"
179
+ version = "1.11.1"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
182
+
183
+ [[package]]
184
+ name = "cassowary"
185
+ version = "0.3.0"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
188
+
189
+ [[package]]
190
+ name = "castaway"
191
+ version = "0.2.4"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
194
+ dependencies = [
195
+ "rustversion",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "cc"
200
+ version = "1.2.62"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
203
+ dependencies = [
204
+ "find-msvc-tools",
205
+ "shlex",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "cfg-if"
210
+ version = "1.0.4"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
213
+
214
+ [[package]]
215
+ name = "cfg_aliases"
216
+ version = "0.1.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
219
+
220
+ [[package]]
221
+ name = "cfg_aliases"
222
+ version = "0.2.1"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
225
+
226
+ [[package]]
227
+ name = "clap"
228
+ version = "4.6.1"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
231
+ dependencies = [
232
+ "clap_builder",
233
+ "clap_derive",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "clap_builder"
238
+ version = "4.6.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
241
+ dependencies = [
242
+ "anstream",
243
+ "anstyle",
244
+ "clap_lex",
245
+ "strsim",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "clap_derive"
250
+ version = "4.6.1"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
253
+ dependencies = [
254
+ "heck",
255
+ "proc-macro2",
256
+ "quote",
257
+ "syn",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "clap_lex"
262
+ version = "1.1.0"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
265
+
266
+ [[package]]
267
+ name = "clipboard-win"
268
+ version = "5.4.1"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
271
+ dependencies = [
272
+ "error-code",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "colorchoice"
277
+ version = "1.0.5"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
280
+
281
+ [[package]]
282
+ name = "compact_str"
283
+ version = "0.8.2"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
286
+ dependencies = [
287
+ "castaway",
288
+ "cfg-if",
289
+ "itoa",
290
+ "rustversion",
291
+ "ryu",
292
+ "static_assertions",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "crossterm"
297
+ version = "0.28.1"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
300
+ dependencies = [
301
+ "bitflags",
302
+ "crossterm_winapi",
303
+ "mio",
304
+ "parking_lot",
305
+ "rustix 0.38.44",
306
+ "signal-hook",
307
+ "signal-hook-mio",
308
+ "winapi",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "crossterm_winapi"
313
+ version = "0.9.1"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
316
+ dependencies = [
317
+ "winapi",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "darling"
322
+ version = "0.23.0"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
325
+ dependencies = [
326
+ "darling_core",
327
+ "darling_macro",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "darling_core"
332
+ version = "0.23.0"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
335
+ dependencies = [
336
+ "ident_case",
337
+ "proc-macro2",
338
+ "quote",
339
+ "strsim",
340
+ "syn",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "darling_macro"
345
+ version = "0.23.0"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
348
+ dependencies = [
349
+ "darling_core",
350
+ "quote",
351
+ "syn",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "displaydoc"
356
+ version = "0.2.5"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
359
+ dependencies = [
360
+ "proc-macro2",
361
+ "quote",
362
+ "syn",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "either"
367
+ version = "1.16.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
370
+
371
+ [[package]]
372
+ name = "endian-type"
373
+ version = "0.1.2"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
376
+
377
+ [[package]]
378
+ name = "equivalent"
379
+ version = "1.0.2"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
382
+
383
+ [[package]]
384
+ name = "errno"
385
+ version = "0.3.14"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
388
+ dependencies = [
389
+ "libc",
390
+ "windows-sys 0.61.2",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "error-code"
395
+ version = "3.3.2"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
398
+
399
+ [[package]]
400
+ name = "fd-lock"
401
+ version = "4.0.4"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
404
+ dependencies = [
405
+ "cfg-if",
406
+ "rustix 1.1.4",
407
+ "windows-sys 0.52.0",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "find-msvc-tools"
412
+ version = "0.1.9"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
415
+
416
+ [[package]]
417
+ name = "foldhash"
418
+ version = "0.1.5"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
421
+
422
+ [[package]]
423
+ name = "form_urlencoded"
424
+ version = "1.2.2"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
427
+ dependencies = [
428
+ "percent-encoding",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "futures-channel"
433
+ version = "0.3.32"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
436
+ dependencies = [
437
+ "futures-core",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "futures-core"
442
+ version = "0.3.32"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
445
+
446
+ [[package]]
447
+ name = "futures-io"
448
+ version = "0.3.32"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
451
+
452
+ [[package]]
453
+ name = "futures-macro"
454
+ version = "0.3.32"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
457
+ dependencies = [
458
+ "proc-macro2",
459
+ "quote",
460
+ "syn",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "futures-sink"
465
+ version = "0.3.32"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
468
+
469
+ [[package]]
470
+ name = "futures-task"
471
+ version = "0.3.32"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
474
+
475
+ [[package]]
476
+ name = "futures-util"
477
+ version = "0.3.32"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
480
+ dependencies = [
481
+ "futures-core",
482
+ "futures-io",
483
+ "futures-macro",
484
+ "futures-sink",
485
+ "futures-task",
486
+ "memchr",
487
+ "pin-project-lite",
488
+ "slab",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "getrandom"
493
+ version = "0.2.17"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
496
+ dependencies = [
497
+ "cfg-if",
498
+ "js-sys",
499
+ "libc",
500
+ "wasi",
501
+ "wasm-bindgen",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "getrandom"
506
+ version = "0.3.4"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
509
+ dependencies = [
510
+ "cfg-if",
511
+ "js-sys",
512
+ "libc",
513
+ "r-efi",
514
+ "wasip2",
515
+ "wasm-bindgen",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "hashbrown"
520
+ version = "0.15.5"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
523
+ dependencies = [
524
+ "allocator-api2",
525
+ "equivalent",
526
+ "foldhash",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "hashbrown"
531
+ version = "0.17.1"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
534
+
535
+ [[package]]
536
+ name = "heck"
537
+ version = "0.5.0"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
540
+
541
+ [[package]]
542
+ name = "home"
543
+ version = "0.5.12"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
546
+ dependencies = [
547
+ "windows-sys 0.61.2",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "http"
552
+ version = "1.4.0"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
555
+ dependencies = [
556
+ "bytes",
557
+ "itoa",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "http-body"
562
+ version = "1.0.1"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
565
+ dependencies = [
566
+ "bytes",
567
+ "http",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "http-body-util"
572
+ version = "0.1.3"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
575
+ dependencies = [
576
+ "bytes",
577
+ "futures-core",
578
+ "http",
579
+ "http-body",
580
+ "pin-project-lite",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "httparse"
585
+ version = "1.10.1"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
588
+
589
+ [[package]]
590
+ name = "httpdate"
591
+ version = "1.0.3"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
594
+
595
+ [[package]]
596
+ name = "hyper"
597
+ version = "1.9.0"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
600
+ dependencies = [
601
+ "atomic-waker",
602
+ "bytes",
603
+ "futures-channel",
604
+ "futures-core",
605
+ "http",
606
+ "http-body",
607
+ "httparse",
608
+ "httpdate",
609
+ "itoa",
610
+ "pin-project-lite",
611
+ "smallvec",
612
+ "tokio",
613
+ "want",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "hyper-rustls"
618
+ version = "0.27.9"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
621
+ dependencies = [
622
+ "http",
623
+ "hyper",
624
+ "hyper-util",
625
+ "rustls",
626
+ "tokio",
627
+ "tokio-rustls",
628
+ "tower-service",
629
+ "webpki-roots",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "hyper-util"
634
+ version = "0.1.20"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
637
+ dependencies = [
638
+ "base64",
639
+ "bytes",
640
+ "futures-channel",
641
+ "futures-util",
642
+ "http",
643
+ "http-body",
644
+ "hyper",
645
+ "ipnet",
646
+ "libc",
647
+ "percent-encoding",
648
+ "pin-project-lite",
649
+ "socket2",
650
+ "tokio",
651
+ "tower-service",
652
+ "tracing",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "icu_collections"
657
+ version = "2.2.0"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
660
+ dependencies = [
661
+ "displaydoc",
662
+ "potential_utf",
663
+ "utf8_iter",
664
+ "yoke",
665
+ "zerofrom",
666
+ "zerovec",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "icu_locale_core"
671
+ version = "2.2.0"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
674
+ dependencies = [
675
+ "displaydoc",
676
+ "litemap",
677
+ "tinystr",
678
+ "writeable",
679
+ "zerovec",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "icu_normalizer"
684
+ version = "2.2.0"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
687
+ dependencies = [
688
+ "icu_collections",
689
+ "icu_normalizer_data",
690
+ "icu_properties",
691
+ "icu_provider",
692
+ "smallvec",
693
+ "zerovec",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "icu_normalizer_data"
698
+ version = "2.2.0"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
701
+
702
+ [[package]]
703
+ name = "icu_properties"
704
+ version = "2.2.0"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
707
+ dependencies = [
708
+ "icu_collections",
709
+ "icu_locale_core",
710
+ "icu_properties_data",
711
+ "icu_provider",
712
+ "zerotrie",
713
+ "zerovec",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "icu_properties_data"
718
+ version = "2.2.0"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
721
+
722
+ [[package]]
723
+ name = "icu_provider"
724
+ version = "2.2.0"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
727
+ dependencies = [
728
+ "displaydoc",
729
+ "icu_locale_core",
730
+ "writeable",
731
+ "yoke",
732
+ "zerofrom",
733
+ "zerotrie",
734
+ "zerovec",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "ident_case"
739
+ version = "1.0.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
742
+
743
+ [[package]]
744
+ name = "idna"
745
+ version = "1.1.0"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
748
+ dependencies = [
749
+ "idna_adapter",
750
+ "smallvec",
751
+ "utf8_iter",
752
+ ]
753
+
754
+ [[package]]
755
+ name = "idna_adapter"
756
+ version = "1.2.2"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
759
+ dependencies = [
760
+ "icu_normalizer",
761
+ "icu_properties",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "indexmap"
766
+ version = "2.14.0"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
769
+ dependencies = [
770
+ "equivalent",
771
+ "hashbrown 0.17.1",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "indoc"
776
+ version = "2.0.7"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
779
+ dependencies = [
780
+ "rustversion",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "instability"
785
+ version = "0.3.12"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
788
+ dependencies = [
789
+ "darling",
790
+ "indoc",
791
+ "proc-macro2",
792
+ "quote",
793
+ "syn",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "ipnet"
798
+ version = "2.12.0"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
801
+
802
+ [[package]]
803
+ name = "is_terminal_polyfill"
804
+ version = "1.70.2"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
807
+
808
+ [[package]]
809
+ name = "itertools"
810
+ version = "0.13.0"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
813
+ dependencies = [
814
+ "either",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "itoa"
819
+ version = "1.0.18"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
822
+
823
+ [[package]]
824
+ name = "js-sys"
825
+ version = "0.3.99"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
828
+ dependencies = [
829
+ "cfg-if",
830
+ "futures-util",
831
+ "once_cell",
832
+ "wasm-bindgen",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "libc"
837
+ version = "0.2.186"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
840
+
841
+ [[package]]
842
+ name = "linux-raw-sys"
843
+ version = "0.4.15"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
846
+
847
+ [[package]]
848
+ name = "linux-raw-sys"
849
+ version = "0.12.1"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
852
+
853
+ [[package]]
854
+ name = "litemap"
855
+ version = "0.8.2"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
858
+
859
+ [[package]]
860
+ name = "lock_api"
861
+ version = "0.4.14"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
864
+ dependencies = [
865
+ "scopeguard",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "log"
870
+ version = "0.4.29"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
873
+
874
+ [[package]]
875
+ name = "lru"
876
+ version = "0.12.5"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
879
+ dependencies = [
880
+ "hashbrown 0.15.5",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "lru-slab"
885
+ version = "0.1.2"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
888
+
889
+ [[package]]
890
+ name = "matchit"
891
+ version = "0.7.3"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
894
+
895
+ [[package]]
896
+ name = "memchr"
897
+ version = "2.8.0"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
900
+
901
+ [[package]]
902
+ name = "mime"
903
+ version = "0.3.17"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
906
+
907
+ [[package]]
908
+ name = "mio"
909
+ version = "1.2.0"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
912
+ dependencies = [
913
+ "libc",
914
+ "log",
915
+ "wasi",
916
+ "windows-sys 0.61.2",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "nibble_vec"
921
+ version = "0.1.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
924
+ dependencies = [
925
+ "smallvec",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "nix"
930
+ version = "0.28.0"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
933
+ dependencies = [
934
+ "bitflags",
935
+ "cfg-if",
936
+ "cfg_aliases 0.1.1",
937
+ "libc",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "once_cell"
942
+ version = "1.21.4"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
945
+
946
+ [[package]]
947
+ name = "once_cell_polyfill"
948
+ version = "1.70.2"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
951
+
952
+ [[package]]
953
+ name = "parking_lot"
954
+ version = "0.12.5"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
957
+ dependencies = [
958
+ "lock_api",
959
+ "parking_lot_core",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "parking_lot_core"
964
+ version = "0.9.12"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
967
+ dependencies = [
968
+ "cfg-if",
969
+ "libc",
970
+ "redox_syscall",
971
+ "smallvec",
972
+ "windows-link",
973
+ ]
974
+
975
+ [[package]]
976
+ name = "paste"
977
+ version = "1.0.15"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
980
+
981
+ [[package]]
982
+ name = "percent-encoding"
983
+ version = "2.3.2"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
986
+
987
+ [[package]]
988
+ name = "pin-project-lite"
989
+ version = "0.2.17"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
992
+
993
+ [[package]]
994
+ name = "potential_utf"
995
+ version = "0.1.5"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
998
+ dependencies = [
999
+ "zerovec",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "ppv-lite86"
1004
+ version = "0.2.21"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1007
+ dependencies = [
1008
+ "zerocopy",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "proc-macro2"
1013
+ version = "1.0.106"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1016
+ dependencies = [
1017
+ "unicode-ident",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "quinn"
1022
+ version = "0.11.9"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1025
+ dependencies = [
1026
+ "bytes",
1027
+ "cfg_aliases 0.2.1",
1028
+ "pin-project-lite",
1029
+ "quinn-proto",
1030
+ "quinn-udp",
1031
+ "rustc-hash",
1032
+ "rustls",
1033
+ "socket2",
1034
+ "thiserror",
1035
+ "tokio",
1036
+ "tracing",
1037
+ "web-time",
1038
+ ]
1039
+
1040
+ [[package]]
1041
+ name = "quinn-proto"
1042
+ version = "0.11.14"
1043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1044
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1045
+ dependencies = [
1046
+ "bytes",
1047
+ "getrandom 0.3.4",
1048
+ "lru-slab",
1049
+ "rand",
1050
+ "ring",
1051
+ "rustc-hash",
1052
+ "rustls",
1053
+ "rustls-pki-types",
1054
+ "slab",
1055
+ "thiserror",
1056
+ "tinyvec",
1057
+ "tracing",
1058
+ "web-time",
1059
+ ]
1060
+
1061
+ [[package]]
1062
+ name = "quinn-udp"
1063
+ version = "0.5.14"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1066
+ dependencies = [
1067
+ "cfg_aliases 0.2.1",
1068
+ "libc",
1069
+ "once_cell",
1070
+ "socket2",
1071
+ "tracing",
1072
+ "windows-sys 0.60.2",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "quote"
1077
+ version = "1.0.45"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1080
+ dependencies = [
1081
+ "proc-macro2",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "r-efi"
1086
+ version = "5.3.0"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1089
+
1090
+ [[package]]
1091
+ name = "radix_trie"
1092
+ version = "0.2.1"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
1095
+ dependencies = [
1096
+ "endian-type",
1097
+ "nibble_vec",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "rand"
1102
+ version = "0.9.4"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1105
+ dependencies = [
1106
+ "rand_chacha",
1107
+ "rand_core",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "rand_chacha"
1112
+ version = "0.9.0"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1115
+ dependencies = [
1116
+ "ppv-lite86",
1117
+ "rand_core",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "rand_core"
1122
+ version = "0.9.5"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1125
+ dependencies = [
1126
+ "getrandom 0.3.4",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "ratatui"
1131
+ version = "0.29.0"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
1134
+ dependencies = [
1135
+ "bitflags",
1136
+ "cassowary",
1137
+ "compact_str",
1138
+ "crossterm",
1139
+ "indoc",
1140
+ "instability",
1141
+ "itertools",
1142
+ "lru",
1143
+ "paste",
1144
+ "strum",
1145
+ "unicode-segmentation",
1146
+ "unicode-truncate",
1147
+ "unicode-width 0.2.0",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "redox_syscall"
1152
+ version = "0.5.18"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1155
+ dependencies = [
1156
+ "bitflags",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "reqwest"
1161
+ version = "0.12.28"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1164
+ dependencies = [
1165
+ "base64",
1166
+ "bytes",
1167
+ "futures-core",
1168
+ "futures-util",
1169
+ "http",
1170
+ "http-body",
1171
+ "http-body-util",
1172
+ "hyper",
1173
+ "hyper-rustls",
1174
+ "hyper-util",
1175
+ "js-sys",
1176
+ "log",
1177
+ "percent-encoding",
1178
+ "pin-project-lite",
1179
+ "quinn",
1180
+ "rustls",
1181
+ "rustls-pki-types",
1182
+ "serde",
1183
+ "serde_json",
1184
+ "serde_urlencoded",
1185
+ "sync_wrapper",
1186
+ "tokio",
1187
+ "tokio-rustls",
1188
+ "tokio-util",
1189
+ "tower",
1190
+ "tower-http",
1191
+ "tower-service",
1192
+ "url",
1193
+ "wasm-bindgen",
1194
+ "wasm-bindgen-futures",
1195
+ "wasm-streams",
1196
+ "web-sys",
1197
+ "webpki-roots",
1198
+ ]
1199
+
1200
+ [[package]]
1201
+ name = "ring"
1202
+ version = "0.17.14"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1205
+ dependencies = [
1206
+ "cc",
1207
+ "cfg-if",
1208
+ "getrandom 0.2.17",
1209
+ "libc",
1210
+ "untrusted",
1211
+ "windows-sys 0.52.0",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "rustc-hash"
1216
+ version = "2.1.2"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1219
+
1220
+ [[package]]
1221
+ name = "rustix"
1222
+ version = "0.38.44"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1225
+ dependencies = [
1226
+ "bitflags",
1227
+ "errno",
1228
+ "libc",
1229
+ "linux-raw-sys 0.4.15",
1230
+ "windows-sys 0.52.0",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "rustix"
1235
+ version = "1.1.4"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1238
+ dependencies = [
1239
+ "bitflags",
1240
+ "errno",
1241
+ "libc",
1242
+ "linux-raw-sys 0.12.1",
1243
+ "windows-sys 0.61.2",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "rustls"
1248
+ version = "0.23.40"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
1251
+ dependencies = [
1252
+ "once_cell",
1253
+ "ring",
1254
+ "rustls-pki-types",
1255
+ "rustls-webpki",
1256
+ "subtle",
1257
+ "zeroize",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "rustls-pki-types"
1262
+ version = "1.14.1"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1265
+ dependencies = [
1266
+ "web-time",
1267
+ "zeroize",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "rustls-webpki"
1272
+ version = "0.103.13"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1275
+ dependencies = [
1276
+ "ring",
1277
+ "rustls-pki-types",
1278
+ "untrusted",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "rustversion"
1283
+ version = "1.0.22"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1286
+
1287
+ [[package]]
1288
+ name = "rustyline"
1289
+ version = "14.0.0"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
1292
+ dependencies = [
1293
+ "bitflags",
1294
+ "cfg-if",
1295
+ "clipboard-win",
1296
+ "fd-lock",
1297
+ "home",
1298
+ "libc",
1299
+ "log",
1300
+ "memchr",
1301
+ "nix",
1302
+ "radix_trie",
1303
+ "unicode-segmentation",
1304
+ "unicode-width 0.1.14",
1305
+ "utf8parse",
1306
+ "windows-sys 0.52.0",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "ryu"
1311
+ version = "1.0.23"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1314
+
1315
+ [[package]]
1316
+ name = "scopeguard"
1317
+ version = "1.2.0"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1320
+
1321
+ [[package]]
1322
+ name = "serde"
1323
+ version = "1.0.228"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1326
+ dependencies = [
1327
+ "serde_core",
1328
+ "serde_derive",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "serde_core"
1333
+ version = "1.0.228"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1336
+ dependencies = [
1337
+ "serde_derive",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "serde_derive"
1342
+ version = "1.0.228"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1345
+ dependencies = [
1346
+ "proc-macro2",
1347
+ "quote",
1348
+ "syn",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "serde_json"
1353
+ version = "1.0.150"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1356
+ dependencies = [
1357
+ "itoa",
1358
+ "memchr",
1359
+ "serde",
1360
+ "serde_core",
1361
+ "zmij",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "serde_path_to_error"
1366
+ version = "0.1.20"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1369
+ dependencies = [
1370
+ "itoa",
1371
+ "serde",
1372
+ "serde_core",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "serde_spanned"
1377
+ version = "0.6.9"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1380
+ dependencies = [
1381
+ "serde",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "serde_urlencoded"
1386
+ version = "0.7.1"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1389
+ dependencies = [
1390
+ "form_urlencoded",
1391
+ "itoa",
1392
+ "ryu",
1393
+ "serde",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "shlex"
1398
+ version = "1.3.0"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1401
+
1402
+ [[package]]
1403
+ name = "signal-hook"
1404
+ version = "0.3.18"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
1407
+ dependencies = [
1408
+ "libc",
1409
+ "signal-hook-registry",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "signal-hook-mio"
1414
+ version = "0.2.5"
1415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
1417
+ dependencies = [
1418
+ "libc",
1419
+ "mio",
1420
+ "signal-hook",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "signal-hook-registry"
1425
+ version = "1.4.8"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1428
+ dependencies = [
1429
+ "errno",
1430
+ "libc",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "slab"
1435
+ version = "0.4.12"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1438
+
1439
+ [[package]]
1440
+ name = "smallvec"
1441
+ version = "1.15.1"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1444
+
1445
+ [[package]]
1446
+ name = "socket2"
1447
+ version = "0.6.3"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1450
+ dependencies = [
1451
+ "libc",
1452
+ "windows-sys 0.61.2",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "stable_deref_trait"
1457
+ version = "1.2.1"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1460
+
1461
+ [[package]]
1462
+ name = "static_assertions"
1463
+ version = "1.1.0"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1466
+
1467
+ [[package]]
1468
+ name = "strsim"
1469
+ version = "0.11.1"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1472
+
1473
+ [[package]]
1474
+ name = "strum"
1475
+ version = "0.26.3"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1478
+ dependencies = [
1479
+ "strum_macros",
1480
+ ]
1481
+
1482
+ [[package]]
1483
+ name = "strum_macros"
1484
+ version = "0.26.4"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1487
+ dependencies = [
1488
+ "heck",
1489
+ "proc-macro2",
1490
+ "quote",
1491
+ "rustversion",
1492
+ "syn",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "subtle"
1497
+ version = "2.6.1"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1500
+
1501
+ [[package]]
1502
+ name = "syn"
1503
+ version = "2.0.117"
1504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1506
+ dependencies = [
1507
+ "proc-macro2",
1508
+ "quote",
1509
+ "unicode-ident",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "sync_wrapper"
1514
+ version = "1.0.2"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1517
+ dependencies = [
1518
+ "futures-core",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "synstructure"
1523
+ version = "0.13.2"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1526
+ dependencies = [
1527
+ "proc-macro2",
1528
+ "quote",
1529
+ "syn",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "thiserror"
1534
+ version = "2.0.18"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1537
+ dependencies = [
1538
+ "thiserror-impl",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "thiserror-impl"
1543
+ version = "2.0.18"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1546
+ dependencies = [
1547
+ "proc-macro2",
1548
+ "quote",
1549
+ "syn",
1550
+ ]
1551
+
1552
+ [[package]]
1553
+ name = "tinystr"
1554
+ version = "0.8.3"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1557
+ dependencies = [
1558
+ "displaydoc",
1559
+ "zerovec",
1560
+ ]
1561
+
1562
+ [[package]]
1563
+ name = "tinyvec"
1564
+ version = "1.11.0"
1565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1566
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1567
+ dependencies = [
1568
+ "tinyvec_macros",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "tinyvec_macros"
1573
+ version = "0.1.1"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1576
+
1577
+ [[package]]
1578
+ name = "tokio"
1579
+ version = "1.52.3"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1582
+ dependencies = [
1583
+ "bytes",
1584
+ "libc",
1585
+ "mio",
1586
+ "pin-project-lite",
1587
+ "signal-hook-registry",
1588
+ "socket2",
1589
+ "tokio-macros",
1590
+ "windows-sys 0.61.2",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "tokio-macros"
1595
+ version = "2.7.0"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1598
+ dependencies = [
1599
+ "proc-macro2",
1600
+ "quote",
1601
+ "syn",
1602
+ ]
1603
+
1604
+ [[package]]
1605
+ name = "tokio-rustls"
1606
+ version = "0.26.4"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1609
+ dependencies = [
1610
+ "rustls",
1611
+ "tokio",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "tokio-stream"
1616
+ version = "0.1.18"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1619
+ dependencies = [
1620
+ "futures-core",
1621
+ "pin-project-lite",
1622
+ "tokio",
1623
+ "tokio-util",
1624
+ ]
1625
+
1626
+ [[package]]
1627
+ name = "tokio-util"
1628
+ version = "0.7.18"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1631
+ dependencies = [
1632
+ "bytes",
1633
+ "futures-core",
1634
+ "futures-sink",
1635
+ "pin-project-lite",
1636
+ "tokio",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "toml"
1641
+ version = "0.8.23"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1644
+ dependencies = [
1645
+ "serde",
1646
+ "serde_spanned",
1647
+ "toml_datetime",
1648
+ "toml_edit",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "toml_datetime"
1653
+ version = "0.6.11"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1656
+ dependencies = [
1657
+ "serde",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "toml_edit"
1662
+ version = "0.22.27"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1665
+ dependencies = [
1666
+ "indexmap",
1667
+ "serde",
1668
+ "serde_spanned",
1669
+ "toml_datetime",
1670
+ "toml_write",
1671
+ "winnow",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "toml_write"
1676
+ version = "0.1.2"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1679
+
1680
+ [[package]]
1681
+ name = "tower"
1682
+ version = "0.5.3"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1685
+ dependencies = [
1686
+ "futures-core",
1687
+ "futures-util",
1688
+ "pin-project-lite",
1689
+ "sync_wrapper",
1690
+ "tokio",
1691
+ "tower-layer",
1692
+ "tower-service",
1693
+ "tracing",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "tower-http"
1698
+ version = "0.6.11"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1701
+ dependencies = [
1702
+ "bitflags",
1703
+ "bytes",
1704
+ "futures-util",
1705
+ "http",
1706
+ "http-body",
1707
+ "pin-project-lite",
1708
+ "tower",
1709
+ "tower-layer",
1710
+ "tower-service",
1711
+ "url",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "tower-layer"
1716
+ version = "0.3.3"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1719
+
1720
+ [[package]]
1721
+ name = "tower-service"
1722
+ version = "0.3.3"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1725
+
1726
+ [[package]]
1727
+ name = "tracing"
1728
+ version = "0.1.44"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1731
+ dependencies = [
1732
+ "log",
1733
+ "pin-project-lite",
1734
+ "tracing-core",
1735
+ ]
1736
+
1737
+ [[package]]
1738
+ name = "tracing-core"
1739
+ version = "0.1.36"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1742
+ dependencies = [
1743
+ "once_cell",
1744
+ ]
1745
+
1746
+ [[package]]
1747
+ name = "try-lock"
1748
+ version = "0.2.5"
1749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1750
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1751
+
1752
+ [[package]]
1753
+ name = "unicode-ident"
1754
+ version = "1.0.24"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1757
+
1758
+ [[package]]
1759
+ name = "unicode-segmentation"
1760
+ version = "1.13.2"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
1763
+
1764
+ [[package]]
1765
+ name = "unicode-truncate"
1766
+ version = "1.1.0"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
1769
+ dependencies = [
1770
+ "itertools",
1771
+ "unicode-segmentation",
1772
+ "unicode-width 0.1.14",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "unicode-width"
1777
+ version = "0.1.14"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1780
+
1781
+ [[package]]
1782
+ name = "unicode-width"
1783
+ version = "0.2.0"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
1786
+
1787
+ [[package]]
1788
+ name = "untrusted"
1789
+ version = "0.9.0"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1792
+
1793
+ [[package]]
1794
+ name = "url"
1795
+ version = "2.5.8"
1796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1798
+ dependencies = [
1799
+ "form_urlencoded",
1800
+ "idna",
1801
+ "percent-encoding",
1802
+ "serde",
1803
+ ]
1804
+
1805
+ [[package]]
1806
+ name = "utf8_iter"
1807
+ version = "1.0.4"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1810
+
1811
+ [[package]]
1812
+ name = "utf8parse"
1813
+ version = "0.2.2"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1816
+
1817
+ [[package]]
1818
+ name = "want"
1819
+ version = "0.3.1"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1822
+ dependencies = [
1823
+ "try-lock",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "wasi"
1828
+ version = "0.11.1+wasi-snapshot-preview1"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1831
+
1832
+ [[package]]
1833
+ name = "wasip2"
1834
+ version = "1.0.3+wasi-0.2.9"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1837
+ dependencies = [
1838
+ "wit-bindgen",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "wasm-bindgen"
1843
+ version = "0.2.122"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1846
+ dependencies = [
1847
+ "cfg-if",
1848
+ "once_cell",
1849
+ "rustversion",
1850
+ "wasm-bindgen-macro",
1851
+ "wasm-bindgen-shared",
1852
+ ]
1853
+
1854
+ [[package]]
1855
+ name = "wasm-bindgen-futures"
1856
+ version = "0.4.72"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
1859
+ dependencies = [
1860
+ "js-sys",
1861
+ "wasm-bindgen",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "wasm-bindgen-macro"
1866
+ version = "0.2.122"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1869
+ dependencies = [
1870
+ "quote",
1871
+ "wasm-bindgen-macro-support",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "wasm-bindgen-macro-support"
1876
+ version = "0.2.122"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1879
+ dependencies = [
1880
+ "bumpalo",
1881
+ "proc-macro2",
1882
+ "quote",
1883
+ "syn",
1884
+ "wasm-bindgen-shared",
1885
+ ]
1886
+
1887
+ [[package]]
1888
+ name = "wasm-bindgen-shared"
1889
+ version = "0.2.122"
1890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1892
+ dependencies = [
1893
+ "unicode-ident",
1894
+ ]
1895
+
1896
+ [[package]]
1897
+ name = "wasm-streams"
1898
+ version = "0.4.2"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
1901
+ dependencies = [
1902
+ "futures-util",
1903
+ "js-sys",
1904
+ "wasm-bindgen",
1905
+ "wasm-bindgen-futures",
1906
+ "web-sys",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "web-sys"
1911
+ version = "0.3.99"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
1914
+ dependencies = [
1915
+ "js-sys",
1916
+ "wasm-bindgen",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "web-time"
1921
+ version = "1.1.0"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1924
+ dependencies = [
1925
+ "js-sys",
1926
+ "wasm-bindgen",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "webpki-roots"
1931
+ version = "1.0.7"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
1934
+ dependencies = [
1935
+ "rustls-pki-types",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "winapi"
1940
+ version = "0.3.9"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1943
+ dependencies = [
1944
+ "winapi-i686-pc-windows-gnu",
1945
+ "winapi-x86_64-pc-windows-gnu",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "winapi-i686-pc-windows-gnu"
1950
+ version = "0.4.0"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1953
+
1954
+ [[package]]
1955
+ name = "winapi-x86_64-pc-windows-gnu"
1956
+ version = "0.4.0"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1959
+
1960
+ [[package]]
1961
+ name = "windows-link"
1962
+ version = "0.2.1"
1963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1965
+
1966
+ [[package]]
1967
+ name = "windows-sys"
1968
+ version = "0.52.0"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1971
+ dependencies = [
1972
+ "windows-targets 0.52.6",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "windows-sys"
1977
+ version = "0.60.2"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1980
+ dependencies = [
1981
+ "windows-targets 0.53.5",
1982
+ ]
1983
+
1984
+ [[package]]
1985
+ name = "windows-sys"
1986
+ version = "0.61.2"
1987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1989
+ dependencies = [
1990
+ "windows-link",
1991
+ ]
1992
+
1993
+ [[package]]
1994
+ name = "windows-targets"
1995
+ version = "0.52.6"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1998
+ dependencies = [
1999
+ "windows_aarch64_gnullvm 0.52.6",
2000
+ "windows_aarch64_msvc 0.52.6",
2001
+ "windows_i686_gnu 0.52.6",
2002
+ "windows_i686_gnullvm 0.52.6",
2003
+ "windows_i686_msvc 0.52.6",
2004
+ "windows_x86_64_gnu 0.52.6",
2005
+ "windows_x86_64_gnullvm 0.52.6",
2006
+ "windows_x86_64_msvc 0.52.6",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "windows-targets"
2011
+ version = "0.53.5"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2014
+ dependencies = [
2015
+ "windows-link",
2016
+ "windows_aarch64_gnullvm 0.53.1",
2017
+ "windows_aarch64_msvc 0.53.1",
2018
+ "windows_i686_gnu 0.53.1",
2019
+ "windows_i686_gnullvm 0.53.1",
2020
+ "windows_i686_msvc 0.53.1",
2021
+ "windows_x86_64_gnu 0.53.1",
2022
+ "windows_x86_64_gnullvm 0.53.1",
2023
+ "windows_x86_64_msvc 0.53.1",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "windows_aarch64_gnullvm"
2028
+ version = "0.52.6"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2031
+
2032
+ [[package]]
2033
+ name = "windows_aarch64_gnullvm"
2034
+ version = "0.53.1"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2037
+
2038
+ [[package]]
2039
+ name = "windows_aarch64_msvc"
2040
+ version = "0.52.6"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2043
+
2044
+ [[package]]
2045
+ name = "windows_aarch64_msvc"
2046
+ version = "0.53.1"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2049
+
2050
+ [[package]]
2051
+ name = "windows_i686_gnu"
2052
+ version = "0.52.6"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2055
+
2056
+ [[package]]
2057
+ name = "windows_i686_gnu"
2058
+ version = "0.53.1"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2061
+
2062
+ [[package]]
2063
+ name = "windows_i686_gnullvm"
2064
+ version = "0.52.6"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2067
+
2068
+ [[package]]
2069
+ name = "windows_i686_gnullvm"
2070
+ version = "0.53.1"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2073
+
2074
+ [[package]]
2075
+ name = "windows_i686_msvc"
2076
+ version = "0.52.6"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2079
+
2080
+ [[package]]
2081
+ name = "windows_i686_msvc"
2082
+ version = "0.53.1"
2083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2084
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2085
+
2086
+ [[package]]
2087
+ name = "windows_x86_64_gnu"
2088
+ version = "0.52.6"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2091
+
2092
+ [[package]]
2093
+ name = "windows_x86_64_gnu"
2094
+ version = "0.53.1"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2097
+
2098
+ [[package]]
2099
+ name = "windows_x86_64_gnullvm"
2100
+ version = "0.52.6"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2103
+
2104
+ [[package]]
2105
+ name = "windows_x86_64_gnullvm"
2106
+ version = "0.53.1"
2107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2108
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2109
+
2110
+ [[package]]
2111
+ name = "windows_x86_64_msvc"
2112
+ version = "0.52.6"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2115
+
2116
+ [[package]]
2117
+ name = "windows_x86_64_msvc"
2118
+ version = "0.53.1"
2119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2120
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2121
+
2122
+ [[package]]
2123
+ name = "winnow"
2124
+ version = "0.7.15"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2127
+ dependencies = [
2128
+ "memchr",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "wit-bindgen"
2133
+ version = "0.57.1"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2136
+
2137
+ [[package]]
2138
+ name = "writeable"
2139
+ version = "0.6.3"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2142
+
2143
+ [[package]]
2144
+ name = "yoke"
2145
+ version = "0.8.2"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2148
+ dependencies = [
2149
+ "stable_deref_trait",
2150
+ "yoke-derive",
2151
+ "zerofrom",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "yoke-derive"
2156
+ version = "0.8.2"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2159
+ dependencies = [
2160
+ "proc-macro2",
2161
+ "quote",
2162
+ "syn",
2163
+ "synstructure",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "zerocopy"
2168
+ version = "0.8.48"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2171
+ dependencies = [
2172
+ "zerocopy-derive",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "zerocopy-derive"
2177
+ version = "0.8.48"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2180
+ dependencies = [
2181
+ "proc-macro2",
2182
+ "quote",
2183
+ "syn",
2184
+ ]
2185
+
2186
+ [[package]]
2187
+ name = "zerofrom"
2188
+ version = "0.1.8"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2191
+ dependencies = [
2192
+ "zerofrom-derive",
2193
+ ]
2194
+
2195
+ [[package]]
2196
+ name = "zerofrom-derive"
2197
+ version = "0.1.7"
2198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2199
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2200
+ dependencies = [
2201
+ "proc-macro2",
2202
+ "quote",
2203
+ "syn",
2204
+ "synstructure",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "zeroize"
2209
+ version = "1.8.2"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2212
+
2213
+ [[package]]
2214
+ name = "zerotrie"
2215
+ version = "0.2.4"
2216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2218
+ dependencies = [
2219
+ "displaydoc",
2220
+ "yoke",
2221
+ "zerofrom",
2222
+ ]
2223
+
2224
+ [[package]]
2225
+ name = "zerovec"
2226
+ version = "0.11.6"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2229
+ dependencies = [
2230
+ "yoke",
2231
+ "zerofrom",
2232
+ "zerovec-derive",
2233
+ ]
2234
+
2235
+ [[package]]
2236
+ name = "zerovec-derive"
2237
+ version = "0.11.3"
2238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2240
+ dependencies = [
2241
+ "proc-macro2",
2242
+ "quote",
2243
+ "syn",
2244
+ ]
2245
+
2246
+ [[package]]
2247
+ name = "zmij"
2248
+ version = "1.0.21"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"