qnap-cli 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2369 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "ansi-str"
16
+ version = "0.8.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d"
19
+ dependencies = [
20
+ "ansitok",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "ansitok"
25
+ version = "0.2.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83"
28
+ dependencies = [
29
+ "nom",
30
+ "vte",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "anstream"
35
+ version = "1.0.0"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
38
+ dependencies = [
39
+ "anstyle",
40
+ "anstyle-parse",
41
+ "anstyle-query",
42
+ "anstyle-wincon",
43
+ "colorchoice",
44
+ "is_terminal_polyfill",
45
+ "utf8parse",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "anstyle"
50
+ version = "1.0.14"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
53
+
54
+ [[package]]
55
+ name = "anstyle-parse"
56
+ version = "1.0.0"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
59
+ dependencies = [
60
+ "utf8parse",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "anstyle-query"
65
+ version = "1.1.5"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
68
+ dependencies = [
69
+ "windows-sys 0.61.2",
70
+ ]
71
+
72
+ [[package]]
73
+ name = "anstyle-wincon"
74
+ version = "3.0.11"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
77
+ dependencies = [
78
+ "anstyle",
79
+ "once_cell_polyfill",
80
+ "windows-sys 0.61.2",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "anyhow"
85
+ version = "1.0.102"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
88
+
89
+ [[package]]
90
+ name = "arrayvec"
91
+ version = "0.5.2"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
94
+
95
+ [[package]]
96
+ name = "assert-json-diff"
97
+ version = "2.0.2"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
100
+ dependencies = [
101
+ "serde",
102
+ "serde_json",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "atomic-waker"
107
+ version = "1.1.2"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
110
+
111
+ [[package]]
112
+ name = "base64"
113
+ version = "0.22.1"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
116
+
117
+ [[package]]
118
+ name = "bitflags"
119
+ version = "2.11.0"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
122
+
123
+ [[package]]
124
+ name = "bumpalo"
125
+ version = "3.20.2"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
128
+
129
+ [[package]]
130
+ name = "bytecount"
131
+ version = "0.6.9"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
134
+
135
+ [[package]]
136
+ name = "bytes"
137
+ version = "1.11.1"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
140
+
141
+ [[package]]
142
+ name = "cc"
143
+ version = "1.2.58"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
146
+ dependencies = [
147
+ "find-msvc-tools",
148
+ "shlex",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "cfg-if"
153
+ version = "1.0.4"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
156
+
157
+ [[package]]
158
+ name = "cfg_aliases"
159
+ version = "0.2.1"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
162
+
163
+ [[package]]
164
+ name = "clap"
165
+ version = "4.6.0"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
168
+ dependencies = [
169
+ "clap_builder",
170
+ "clap_derive",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "clap_builder"
175
+ version = "4.6.0"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
178
+ dependencies = [
179
+ "anstream",
180
+ "anstyle",
181
+ "clap_lex",
182
+ "strsim",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "clap_derive"
187
+ version = "4.6.0"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
190
+ dependencies = [
191
+ "heck 0.5.0",
192
+ "proc-macro2",
193
+ "quote",
194
+ "syn 2.0.117",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "clap_lex"
199
+ version = "1.1.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
202
+
203
+ [[package]]
204
+ name = "colorchoice"
205
+ version = "1.0.5"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
208
+
209
+ [[package]]
210
+ name = "cookie"
211
+ version = "0.18.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
214
+ dependencies = [
215
+ "percent-encoding",
216
+ "time",
217
+ "version_check",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "cookie_store"
222
+ version = "0.22.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f"
225
+ dependencies = [
226
+ "cookie",
227
+ "document-features",
228
+ "idna",
229
+ "log",
230
+ "publicsuffix",
231
+ "serde",
232
+ "serde_derive",
233
+ "serde_json",
234
+ "time",
235
+ "url",
236
+ ]
237
+
238
+ [[package]]
239
+ name = "deadpool"
240
+ version = "0.12.3"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
243
+ dependencies = [
244
+ "deadpool-runtime",
245
+ "lazy_static",
246
+ "num_cpus",
247
+ "tokio",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "deadpool-runtime"
252
+ version = "0.1.4"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
255
+
256
+ [[package]]
257
+ name = "deranged"
258
+ version = "0.5.8"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
261
+ dependencies = [
262
+ "powerfmt",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "dirs"
267
+ version = "6.0.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
270
+ dependencies = [
271
+ "dirs-sys",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "dirs-sys"
276
+ version = "0.5.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
279
+ dependencies = [
280
+ "libc",
281
+ "option-ext",
282
+ "redox_users",
283
+ "windows-sys 0.61.2",
284
+ ]
285
+
286
+ [[package]]
287
+ name = "displaydoc"
288
+ version = "0.2.5"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
291
+ dependencies = [
292
+ "proc-macro2",
293
+ "quote",
294
+ "syn 2.0.117",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "document-features"
299
+ version = "0.2.12"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
302
+ dependencies = [
303
+ "litrs",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "encoding_rs"
308
+ version = "0.8.35"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
311
+ dependencies = [
312
+ "cfg-if",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "equivalent"
317
+ version = "1.0.2"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
320
+
321
+ [[package]]
322
+ name = "errno"
323
+ version = "0.3.14"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
326
+ dependencies = [
327
+ "libc",
328
+ "windows-sys 0.61.2",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "fastrand"
333
+ version = "2.3.0"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
336
+
337
+ [[package]]
338
+ name = "find-msvc-tools"
339
+ version = "0.1.9"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
342
+
343
+ [[package]]
344
+ name = "fnv"
345
+ version = "1.0.7"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
348
+
349
+ [[package]]
350
+ name = "foldhash"
351
+ version = "0.1.5"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
354
+
355
+ [[package]]
356
+ name = "form_urlencoded"
357
+ version = "1.2.2"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
360
+ dependencies = [
361
+ "percent-encoding",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "futures"
366
+ version = "0.3.32"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
369
+ dependencies = [
370
+ "futures-channel",
371
+ "futures-core",
372
+ "futures-executor",
373
+ "futures-io",
374
+ "futures-sink",
375
+ "futures-task",
376
+ "futures-util",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "futures-channel"
381
+ version = "0.3.32"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
384
+ dependencies = [
385
+ "futures-core",
386
+ "futures-sink",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "futures-core"
391
+ version = "0.3.32"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
394
+
395
+ [[package]]
396
+ name = "futures-executor"
397
+ version = "0.3.32"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
400
+ dependencies = [
401
+ "futures-core",
402
+ "futures-task",
403
+ "futures-util",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "futures-io"
408
+ version = "0.3.32"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
411
+
412
+ [[package]]
413
+ name = "futures-macro"
414
+ version = "0.3.32"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
417
+ dependencies = [
418
+ "proc-macro2",
419
+ "quote",
420
+ "syn 2.0.117",
421
+ ]
422
+
423
+ [[package]]
424
+ name = "futures-sink"
425
+ version = "0.3.32"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
428
+
429
+ [[package]]
430
+ name = "futures-task"
431
+ version = "0.3.32"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
434
+
435
+ [[package]]
436
+ name = "futures-util"
437
+ version = "0.3.32"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
440
+ dependencies = [
441
+ "futures-channel",
442
+ "futures-core",
443
+ "futures-io",
444
+ "futures-macro",
445
+ "futures-sink",
446
+ "futures-task",
447
+ "memchr",
448
+ "pin-project-lite",
449
+ "slab",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "getrandom"
454
+ version = "0.2.17"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
457
+ dependencies = [
458
+ "cfg-if",
459
+ "js-sys",
460
+ "libc",
461
+ "wasi",
462
+ "wasm-bindgen",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "getrandom"
467
+ version = "0.3.4"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
470
+ dependencies = [
471
+ "cfg-if",
472
+ "js-sys",
473
+ "libc",
474
+ "r-efi 5.3.0",
475
+ "wasip2",
476
+ "wasm-bindgen",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "getrandom"
481
+ version = "0.4.2"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
484
+ dependencies = [
485
+ "cfg-if",
486
+ "libc",
487
+ "r-efi 6.0.0",
488
+ "wasip2",
489
+ "wasip3",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "h2"
494
+ version = "0.4.13"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
497
+ dependencies = [
498
+ "atomic-waker",
499
+ "bytes",
500
+ "fnv",
501
+ "futures-core",
502
+ "futures-sink",
503
+ "http",
504
+ "indexmap",
505
+ "slab",
506
+ "tokio",
507
+ "tokio-util",
508
+ "tracing",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "hashbrown"
513
+ version = "0.15.5"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
516
+ dependencies = [
517
+ "foldhash",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "hashbrown"
522
+ version = "0.16.1"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
525
+
526
+ [[package]]
527
+ name = "heck"
528
+ version = "0.4.1"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
531
+
532
+ [[package]]
533
+ name = "heck"
534
+ version = "0.5.0"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
537
+
538
+ [[package]]
539
+ name = "hermit-abi"
540
+ version = "0.5.2"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
543
+
544
+ [[package]]
545
+ name = "http"
546
+ version = "1.4.0"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
549
+ dependencies = [
550
+ "bytes",
551
+ "itoa",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "http-body"
556
+ version = "1.0.1"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
559
+ dependencies = [
560
+ "bytes",
561
+ "http",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "http-body-util"
566
+ version = "0.1.3"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
569
+ dependencies = [
570
+ "bytes",
571
+ "futures-core",
572
+ "http",
573
+ "http-body",
574
+ "pin-project-lite",
575
+ ]
576
+
577
+ [[package]]
578
+ name = "httparse"
579
+ version = "1.10.1"
580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
581
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
582
+
583
+ [[package]]
584
+ name = "httpdate"
585
+ version = "1.0.3"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
588
+
589
+ [[package]]
590
+ name = "hyper"
591
+ version = "1.8.1"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
594
+ dependencies = [
595
+ "atomic-waker",
596
+ "bytes",
597
+ "futures-channel",
598
+ "futures-core",
599
+ "h2",
600
+ "http",
601
+ "http-body",
602
+ "httparse",
603
+ "httpdate",
604
+ "itoa",
605
+ "pin-project-lite",
606
+ "pin-utils",
607
+ "smallvec",
608
+ "tokio",
609
+ "want",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "hyper-rustls"
614
+ version = "0.27.7"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
617
+ dependencies = [
618
+ "http",
619
+ "hyper",
620
+ "hyper-util",
621
+ "rustls",
622
+ "rustls-pki-types",
623
+ "tokio",
624
+ "tokio-rustls",
625
+ "tower-service",
626
+ "webpki-roots",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "hyper-util"
631
+ version = "0.1.20"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
634
+ dependencies = [
635
+ "base64",
636
+ "bytes",
637
+ "futures-channel",
638
+ "futures-util",
639
+ "http",
640
+ "http-body",
641
+ "hyper",
642
+ "ipnet",
643
+ "libc",
644
+ "percent-encoding",
645
+ "pin-project-lite",
646
+ "socket2",
647
+ "tokio",
648
+ "tower-service",
649
+ "tracing",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "icu_collections"
654
+ version = "2.1.1"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
657
+ dependencies = [
658
+ "displaydoc",
659
+ "potential_utf",
660
+ "yoke",
661
+ "zerofrom",
662
+ "zerovec",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "icu_locale_core"
667
+ version = "2.1.1"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
670
+ dependencies = [
671
+ "displaydoc",
672
+ "litemap",
673
+ "tinystr",
674
+ "writeable",
675
+ "zerovec",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "icu_normalizer"
680
+ version = "2.1.1"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
683
+ dependencies = [
684
+ "icu_collections",
685
+ "icu_normalizer_data",
686
+ "icu_properties",
687
+ "icu_provider",
688
+ "smallvec",
689
+ "zerovec",
690
+ ]
691
+
692
+ [[package]]
693
+ name = "icu_normalizer_data"
694
+ version = "2.1.1"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
697
+
698
+ [[package]]
699
+ name = "icu_properties"
700
+ version = "2.1.2"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
703
+ dependencies = [
704
+ "icu_collections",
705
+ "icu_locale_core",
706
+ "icu_properties_data",
707
+ "icu_provider",
708
+ "zerotrie",
709
+ "zerovec",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "icu_properties_data"
714
+ version = "2.1.2"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
717
+
718
+ [[package]]
719
+ name = "icu_provider"
720
+ version = "2.1.1"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
723
+ dependencies = [
724
+ "displaydoc",
725
+ "icu_locale_core",
726
+ "writeable",
727
+ "yoke",
728
+ "zerofrom",
729
+ "zerotrie",
730
+ "zerovec",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "id-arena"
735
+ version = "2.3.0"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
738
+
739
+ [[package]]
740
+ name = "idna"
741
+ version = "1.1.0"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
744
+ dependencies = [
745
+ "idna_adapter",
746
+ "smallvec",
747
+ "utf8_iter",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "idna_adapter"
752
+ version = "1.2.1"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
755
+ dependencies = [
756
+ "icu_normalizer",
757
+ "icu_properties",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "indexmap"
762
+ version = "2.13.0"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
765
+ dependencies = [
766
+ "equivalent",
767
+ "hashbrown 0.16.1",
768
+ "serde",
769
+ "serde_core",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "ipnet"
774
+ version = "2.12.0"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
777
+
778
+ [[package]]
779
+ name = "iri-string"
780
+ version = "0.7.12"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
783
+ dependencies = [
784
+ "memchr",
785
+ "serde",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "is_terminal_polyfill"
790
+ version = "1.70.2"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
793
+
794
+ [[package]]
795
+ name = "itoa"
796
+ version = "1.0.18"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
799
+
800
+ [[package]]
801
+ name = "js-sys"
802
+ version = "0.3.92"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995"
805
+ dependencies = [
806
+ "cfg-if",
807
+ "futures-util",
808
+ "once_cell",
809
+ "wasm-bindgen",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "lazy_static"
814
+ version = "1.5.0"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
817
+
818
+ [[package]]
819
+ name = "leb128fmt"
820
+ version = "0.1.0"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
823
+
824
+ [[package]]
825
+ name = "libc"
826
+ version = "0.2.183"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
829
+
830
+ [[package]]
831
+ name = "libredox"
832
+ version = "0.1.15"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
835
+ dependencies = [
836
+ "libc",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "linux-raw-sys"
841
+ version = "0.12.1"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
844
+
845
+ [[package]]
846
+ name = "litemap"
847
+ version = "0.8.1"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
850
+
851
+ [[package]]
852
+ name = "litrs"
853
+ version = "1.0.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
856
+
857
+ [[package]]
858
+ name = "log"
859
+ version = "0.4.29"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
862
+
863
+ [[package]]
864
+ name = "lru-slab"
865
+ version = "0.1.2"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
868
+
869
+ [[package]]
870
+ name = "memchr"
871
+ version = "2.8.0"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
874
+
875
+ [[package]]
876
+ name = "mime"
877
+ version = "0.3.17"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
880
+
881
+ [[package]]
882
+ name = "minimal-lexical"
883
+ version = "0.2.1"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
886
+
887
+ [[package]]
888
+ name = "mio"
889
+ version = "1.2.0"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
892
+ dependencies = [
893
+ "libc",
894
+ "wasi",
895
+ "windows-sys 0.61.2",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "nom"
900
+ version = "7.1.3"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
903
+ dependencies = [
904
+ "memchr",
905
+ "minimal-lexical",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "num-conv"
910
+ version = "0.1.0"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
913
+
914
+ [[package]]
915
+ name = "num_cpus"
916
+ version = "1.17.0"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
919
+ dependencies = [
920
+ "hermit-abi",
921
+ "libc",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "once_cell"
926
+ version = "1.21.4"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
929
+
930
+ [[package]]
931
+ name = "once_cell_polyfill"
932
+ version = "1.70.2"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
935
+
936
+ [[package]]
937
+ name = "option-ext"
938
+ version = "0.2.0"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
941
+
942
+ [[package]]
943
+ name = "owo-colors"
944
+ version = "4.3.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
947
+
948
+ [[package]]
949
+ name = "papergrid"
950
+ version = "0.13.0"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "d2b0f8def1f117e13c895f3eda65a7b5650688da29d6ad04635f61bc7b92eebd"
953
+ dependencies = [
954
+ "ansi-str",
955
+ "ansitok",
956
+ "bytecount",
957
+ "fnv",
958
+ "unicode-width",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "percent-encoding"
963
+ version = "2.3.2"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
966
+
967
+ [[package]]
968
+ name = "pin-project-lite"
969
+ version = "0.2.17"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
972
+
973
+ [[package]]
974
+ name = "pin-utils"
975
+ version = "0.1.0"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
978
+
979
+ [[package]]
980
+ name = "potential_utf"
981
+ version = "0.1.4"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
984
+ dependencies = [
985
+ "zerovec",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "powerfmt"
990
+ version = "0.2.0"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
993
+
994
+ [[package]]
995
+ name = "ppv-lite86"
996
+ version = "0.2.21"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
999
+ dependencies = [
1000
+ "zerocopy",
1001
+ ]
1002
+
1003
+ [[package]]
1004
+ name = "prettyplease"
1005
+ version = "0.2.37"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1008
+ dependencies = [
1009
+ "proc-macro2",
1010
+ "syn 2.0.117",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "proc-macro-error-attr2"
1015
+ version = "2.0.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1018
+ dependencies = [
1019
+ "proc-macro2",
1020
+ "quote",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "proc-macro-error2"
1025
+ version = "2.0.1"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1028
+ dependencies = [
1029
+ "proc-macro-error-attr2",
1030
+ "proc-macro2",
1031
+ "quote",
1032
+ "syn 2.0.117",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "proc-macro2"
1037
+ version = "1.0.106"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1040
+ dependencies = [
1041
+ "unicode-ident",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "psl-types"
1046
+ version = "2.0.11"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
1049
+
1050
+ [[package]]
1051
+ name = "publicsuffix"
1052
+ version = "2.3.0"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
1055
+ dependencies = [
1056
+ "idna",
1057
+ "psl-types",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "qnap"
1062
+ version = "0.1.1"
1063
+ dependencies = [
1064
+ "anyhow",
1065
+ "base64",
1066
+ "clap",
1067
+ "dirs",
1068
+ "owo-colors",
1069
+ "reqwest",
1070
+ "roxmltree",
1071
+ "rpassword",
1072
+ "serde",
1073
+ "serde_json",
1074
+ "tabled",
1075
+ "tempfile",
1076
+ "tokio",
1077
+ "toml",
1078
+ "wiremock",
1079
+ ]
1080
+
1081
+ [[package]]
1082
+ name = "quinn"
1083
+ version = "0.11.9"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1086
+ dependencies = [
1087
+ "bytes",
1088
+ "cfg_aliases",
1089
+ "pin-project-lite",
1090
+ "quinn-proto",
1091
+ "quinn-udp",
1092
+ "rustc-hash",
1093
+ "rustls",
1094
+ "socket2",
1095
+ "thiserror",
1096
+ "tokio",
1097
+ "tracing",
1098
+ "web-time",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "quinn-proto"
1103
+ version = "0.11.14"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1106
+ dependencies = [
1107
+ "bytes",
1108
+ "getrandom 0.3.4",
1109
+ "lru-slab",
1110
+ "rand",
1111
+ "ring",
1112
+ "rustc-hash",
1113
+ "rustls",
1114
+ "rustls-pki-types",
1115
+ "slab",
1116
+ "thiserror",
1117
+ "tinyvec",
1118
+ "tracing",
1119
+ "web-time",
1120
+ ]
1121
+
1122
+ [[package]]
1123
+ name = "quinn-udp"
1124
+ version = "0.5.14"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1127
+ dependencies = [
1128
+ "cfg_aliases",
1129
+ "libc",
1130
+ "once_cell",
1131
+ "socket2",
1132
+ "tracing",
1133
+ "windows-sys 0.59.0",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "quote"
1138
+ version = "1.0.45"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1141
+ dependencies = [
1142
+ "proc-macro2",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "r-efi"
1147
+ version = "5.3.0"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1150
+
1151
+ [[package]]
1152
+ name = "r-efi"
1153
+ version = "6.0.0"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1156
+
1157
+ [[package]]
1158
+ name = "rand"
1159
+ version = "0.9.2"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1162
+ dependencies = [
1163
+ "rand_chacha",
1164
+ "rand_core",
1165
+ ]
1166
+
1167
+ [[package]]
1168
+ name = "rand_chacha"
1169
+ version = "0.9.0"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1172
+ dependencies = [
1173
+ "ppv-lite86",
1174
+ "rand_core",
1175
+ ]
1176
+
1177
+ [[package]]
1178
+ name = "rand_core"
1179
+ version = "0.9.5"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1182
+ dependencies = [
1183
+ "getrandom 0.3.4",
1184
+ ]
1185
+
1186
+ [[package]]
1187
+ name = "redox_users"
1188
+ version = "0.5.2"
1189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1191
+ dependencies = [
1192
+ "getrandom 0.2.17",
1193
+ "libredox",
1194
+ "thiserror",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "regex"
1199
+ version = "1.12.3"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1202
+ dependencies = [
1203
+ "aho-corasick",
1204
+ "memchr",
1205
+ "regex-automata",
1206
+ "regex-syntax",
1207
+ ]
1208
+
1209
+ [[package]]
1210
+ name = "regex-automata"
1211
+ version = "0.4.14"
1212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1214
+ dependencies = [
1215
+ "aho-corasick",
1216
+ "memchr",
1217
+ "regex-syntax",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "regex-syntax"
1222
+ version = "0.8.10"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1225
+
1226
+ [[package]]
1227
+ name = "reqwest"
1228
+ version = "0.12.28"
1229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1230
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1231
+ dependencies = [
1232
+ "base64",
1233
+ "bytes",
1234
+ "cookie",
1235
+ "cookie_store",
1236
+ "encoding_rs",
1237
+ "futures-core",
1238
+ "http",
1239
+ "http-body",
1240
+ "http-body-util",
1241
+ "hyper",
1242
+ "hyper-rustls",
1243
+ "hyper-util",
1244
+ "js-sys",
1245
+ "log",
1246
+ "mime",
1247
+ "percent-encoding",
1248
+ "pin-project-lite",
1249
+ "quinn",
1250
+ "rustls",
1251
+ "rustls-pki-types",
1252
+ "serde",
1253
+ "serde_json",
1254
+ "serde_urlencoded",
1255
+ "sync_wrapper",
1256
+ "tokio",
1257
+ "tokio-rustls",
1258
+ "tower",
1259
+ "tower-http",
1260
+ "tower-service",
1261
+ "url",
1262
+ "wasm-bindgen",
1263
+ "wasm-bindgen-futures",
1264
+ "web-sys",
1265
+ "webpki-roots",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "ring"
1270
+ version = "0.17.14"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1273
+ dependencies = [
1274
+ "cc",
1275
+ "cfg-if",
1276
+ "getrandom 0.2.17",
1277
+ "libc",
1278
+ "untrusted",
1279
+ "windows-sys 0.52.0",
1280
+ ]
1281
+
1282
+ [[package]]
1283
+ name = "roxmltree"
1284
+ version = "0.20.0"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
1287
+
1288
+ [[package]]
1289
+ name = "rpassword"
1290
+ version = "7.4.0"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
1293
+ dependencies = [
1294
+ "libc",
1295
+ "rtoolbox",
1296
+ "windows-sys 0.59.0",
1297
+ ]
1298
+
1299
+ [[package]]
1300
+ name = "rtoolbox"
1301
+ version = "0.0.3"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
1304
+ dependencies = [
1305
+ "libc",
1306
+ "windows-sys 0.52.0",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "rustc-hash"
1311
+ version = "2.1.2"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1314
+
1315
+ [[package]]
1316
+ name = "rustix"
1317
+ version = "1.1.4"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1320
+ dependencies = [
1321
+ "bitflags",
1322
+ "errno",
1323
+ "libc",
1324
+ "linux-raw-sys",
1325
+ "windows-sys 0.61.2",
1326
+ ]
1327
+
1328
+ [[package]]
1329
+ name = "rustls"
1330
+ version = "0.23.37"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1333
+ dependencies = [
1334
+ "once_cell",
1335
+ "ring",
1336
+ "rustls-pki-types",
1337
+ "rustls-webpki",
1338
+ "subtle",
1339
+ "zeroize",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "rustls-pki-types"
1344
+ version = "1.14.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1347
+ dependencies = [
1348
+ "web-time",
1349
+ "zeroize",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "rustls-webpki"
1354
+ version = "0.103.10"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
1357
+ dependencies = [
1358
+ "ring",
1359
+ "rustls-pki-types",
1360
+ "untrusted",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "rustversion"
1365
+ version = "1.0.22"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1368
+
1369
+ [[package]]
1370
+ name = "ryu"
1371
+ version = "1.0.23"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1374
+
1375
+ [[package]]
1376
+ name = "semver"
1377
+ version = "1.0.27"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1380
+
1381
+ [[package]]
1382
+ name = "serde"
1383
+ version = "1.0.228"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1386
+ dependencies = [
1387
+ "serde_core",
1388
+ "serde_derive",
1389
+ ]
1390
+
1391
+ [[package]]
1392
+ name = "serde_core"
1393
+ version = "1.0.228"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1396
+ dependencies = [
1397
+ "serde_derive",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "serde_derive"
1402
+ version = "1.0.228"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1405
+ dependencies = [
1406
+ "proc-macro2",
1407
+ "quote",
1408
+ "syn 2.0.117",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "serde_json"
1413
+ version = "1.0.149"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1416
+ dependencies = [
1417
+ "itoa",
1418
+ "memchr",
1419
+ "serde",
1420
+ "serde_core",
1421
+ "zmij",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "serde_spanned"
1426
+ version = "0.6.9"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1429
+ dependencies = [
1430
+ "serde",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "serde_urlencoded"
1435
+ version = "0.7.1"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1438
+ dependencies = [
1439
+ "form_urlencoded",
1440
+ "itoa",
1441
+ "ryu",
1442
+ "serde",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "shlex"
1447
+ version = "1.3.0"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1450
+
1451
+ [[package]]
1452
+ name = "slab"
1453
+ version = "0.4.12"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1456
+
1457
+ [[package]]
1458
+ name = "smallvec"
1459
+ version = "1.15.1"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1462
+
1463
+ [[package]]
1464
+ name = "socket2"
1465
+ version = "0.6.3"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1468
+ dependencies = [
1469
+ "libc",
1470
+ "windows-sys 0.61.2",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "stable_deref_trait"
1475
+ version = "1.2.1"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1478
+
1479
+ [[package]]
1480
+ name = "strsim"
1481
+ version = "0.11.1"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1484
+
1485
+ [[package]]
1486
+ name = "subtle"
1487
+ version = "2.6.1"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1490
+
1491
+ [[package]]
1492
+ name = "syn"
1493
+ version = "1.0.109"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1496
+ dependencies = [
1497
+ "proc-macro2",
1498
+ "quote",
1499
+ "unicode-ident",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "syn"
1504
+ version = "2.0.117"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1507
+ dependencies = [
1508
+ "proc-macro2",
1509
+ "quote",
1510
+ "unicode-ident",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "sync_wrapper"
1515
+ version = "1.0.2"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1518
+ dependencies = [
1519
+ "futures-core",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "synstructure"
1524
+ version = "0.13.2"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1527
+ dependencies = [
1528
+ "proc-macro2",
1529
+ "quote",
1530
+ "syn 2.0.117",
1531
+ ]
1532
+
1533
+ [[package]]
1534
+ name = "tabled"
1535
+ version = "0.17.0"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "c6709222f3973137427ce50559cd564dc187a95b9cfe01613d2f4e93610e510a"
1538
+ dependencies = [
1539
+ "ansi-str",
1540
+ "ansitok",
1541
+ "papergrid",
1542
+ "tabled_derive",
1543
+ ]
1544
+
1545
+ [[package]]
1546
+ name = "tabled_derive"
1547
+ version = "0.9.0"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "931be476627d4c54070a1f3a9739ccbfec9b36b39815106a20cce2243bbcefe1"
1550
+ dependencies = [
1551
+ "heck 0.4.1",
1552
+ "proc-macro-error2",
1553
+ "proc-macro2",
1554
+ "quote",
1555
+ "syn 1.0.109",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "tempfile"
1560
+ version = "3.27.0"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1563
+ dependencies = [
1564
+ "fastrand",
1565
+ "getrandom 0.4.2",
1566
+ "once_cell",
1567
+ "rustix",
1568
+ "windows-sys 0.61.2",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "thiserror"
1573
+ version = "2.0.18"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1576
+ dependencies = [
1577
+ "thiserror-impl",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "thiserror-impl"
1582
+ version = "2.0.18"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1585
+ dependencies = [
1586
+ "proc-macro2",
1587
+ "quote",
1588
+ "syn 2.0.117",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "time"
1593
+ version = "0.3.45"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
1596
+ dependencies = [
1597
+ "deranged",
1598
+ "itoa",
1599
+ "num-conv",
1600
+ "powerfmt",
1601
+ "serde_core",
1602
+ "time-core",
1603
+ "time-macros",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "time-core"
1608
+ version = "0.1.7"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
1611
+
1612
+ [[package]]
1613
+ name = "time-macros"
1614
+ version = "0.2.25"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
1617
+ dependencies = [
1618
+ "num-conv",
1619
+ "time-core",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "tinystr"
1624
+ version = "0.8.2"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1627
+ dependencies = [
1628
+ "displaydoc",
1629
+ "zerovec",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "tinyvec"
1634
+ version = "1.11.0"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1637
+ dependencies = [
1638
+ "tinyvec_macros",
1639
+ ]
1640
+
1641
+ [[package]]
1642
+ name = "tinyvec_macros"
1643
+ version = "0.1.1"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1646
+
1647
+ [[package]]
1648
+ name = "tokio"
1649
+ version = "1.50.0"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1652
+ dependencies = [
1653
+ "bytes",
1654
+ "libc",
1655
+ "mio",
1656
+ "pin-project-lite",
1657
+ "socket2",
1658
+ "tokio-macros",
1659
+ "windows-sys 0.61.2",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "tokio-macros"
1664
+ version = "2.6.1"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1667
+ dependencies = [
1668
+ "proc-macro2",
1669
+ "quote",
1670
+ "syn 2.0.117",
1671
+ ]
1672
+
1673
+ [[package]]
1674
+ name = "tokio-rustls"
1675
+ version = "0.26.4"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1678
+ dependencies = [
1679
+ "rustls",
1680
+ "tokio",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "tokio-util"
1685
+ version = "0.7.18"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1688
+ dependencies = [
1689
+ "bytes",
1690
+ "futures-core",
1691
+ "futures-sink",
1692
+ "pin-project-lite",
1693
+ "tokio",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "toml"
1698
+ version = "0.8.23"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1701
+ dependencies = [
1702
+ "serde",
1703
+ "serde_spanned",
1704
+ "toml_datetime",
1705
+ "toml_edit",
1706
+ ]
1707
+
1708
+ [[package]]
1709
+ name = "toml_datetime"
1710
+ version = "0.6.11"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1713
+ dependencies = [
1714
+ "serde",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "toml_edit"
1719
+ version = "0.22.27"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1722
+ dependencies = [
1723
+ "indexmap",
1724
+ "serde",
1725
+ "serde_spanned",
1726
+ "toml_datetime",
1727
+ "toml_write",
1728
+ "winnow",
1729
+ ]
1730
+
1731
+ [[package]]
1732
+ name = "toml_write"
1733
+ version = "0.1.2"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1736
+
1737
+ [[package]]
1738
+ name = "tower"
1739
+ version = "0.5.3"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1742
+ dependencies = [
1743
+ "futures-core",
1744
+ "futures-util",
1745
+ "pin-project-lite",
1746
+ "sync_wrapper",
1747
+ "tokio",
1748
+ "tower-layer",
1749
+ "tower-service",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "tower-http"
1754
+ version = "0.6.8"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1757
+ dependencies = [
1758
+ "bitflags",
1759
+ "bytes",
1760
+ "futures-util",
1761
+ "http",
1762
+ "http-body",
1763
+ "iri-string",
1764
+ "pin-project-lite",
1765
+ "tower",
1766
+ "tower-layer",
1767
+ "tower-service",
1768
+ ]
1769
+
1770
+ [[package]]
1771
+ name = "tower-layer"
1772
+ version = "0.3.3"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1775
+
1776
+ [[package]]
1777
+ name = "tower-service"
1778
+ version = "0.3.3"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1781
+
1782
+ [[package]]
1783
+ name = "tracing"
1784
+ version = "0.1.44"
1785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1786
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1787
+ dependencies = [
1788
+ "pin-project-lite",
1789
+ "tracing-core",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "tracing-core"
1794
+ version = "0.1.36"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1797
+ dependencies = [
1798
+ "once_cell",
1799
+ ]
1800
+
1801
+ [[package]]
1802
+ name = "try-lock"
1803
+ version = "0.2.5"
1804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1805
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1806
+
1807
+ [[package]]
1808
+ name = "unicode-ident"
1809
+ version = "1.0.24"
1810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1812
+
1813
+ [[package]]
1814
+ name = "unicode-width"
1815
+ version = "0.2.2"
1816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1817
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1818
+
1819
+ [[package]]
1820
+ name = "unicode-xid"
1821
+ version = "0.2.6"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1824
+
1825
+ [[package]]
1826
+ name = "untrusted"
1827
+ version = "0.9.0"
1828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1830
+
1831
+ [[package]]
1832
+ name = "url"
1833
+ version = "2.5.8"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1836
+ dependencies = [
1837
+ "form_urlencoded",
1838
+ "idna",
1839
+ "percent-encoding",
1840
+ "serde",
1841
+ ]
1842
+
1843
+ [[package]]
1844
+ name = "utf8_iter"
1845
+ version = "1.0.4"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1848
+
1849
+ [[package]]
1850
+ name = "utf8parse"
1851
+ version = "0.2.2"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1854
+
1855
+ [[package]]
1856
+ name = "version_check"
1857
+ version = "0.9.5"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1860
+
1861
+ [[package]]
1862
+ name = "vte"
1863
+ version = "0.10.1"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
1866
+ dependencies = [
1867
+ "arrayvec",
1868
+ "utf8parse",
1869
+ "vte_generate_state_changes",
1870
+ ]
1871
+
1872
+ [[package]]
1873
+ name = "vte_generate_state_changes"
1874
+ version = "0.1.2"
1875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+ checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
1877
+ dependencies = [
1878
+ "proc-macro2",
1879
+ "quote",
1880
+ ]
1881
+
1882
+ [[package]]
1883
+ name = "want"
1884
+ version = "0.3.1"
1885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1886
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1887
+ dependencies = [
1888
+ "try-lock",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "wasi"
1893
+ version = "0.11.1+wasi-snapshot-preview1"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1896
+
1897
+ [[package]]
1898
+ name = "wasip2"
1899
+ version = "1.0.1+wasi-0.2.4"
1900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1901
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1902
+ dependencies = [
1903
+ "wit-bindgen 0.46.0",
1904
+ ]
1905
+
1906
+ [[package]]
1907
+ name = "wasip3"
1908
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1911
+ dependencies = [
1912
+ "wit-bindgen 0.51.0",
1913
+ ]
1914
+
1915
+ [[package]]
1916
+ name = "wasm-bindgen"
1917
+ version = "0.2.115"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
1920
+ dependencies = [
1921
+ "cfg-if",
1922
+ "once_cell",
1923
+ "rustversion",
1924
+ "wasm-bindgen-macro",
1925
+ "wasm-bindgen-shared",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "wasm-bindgen-futures"
1930
+ version = "0.4.65"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "2d1faf851e778dfa54db7cd438b70758eba9755cb47403f3496edd7c8fc212f0"
1933
+ dependencies = [
1934
+ "js-sys",
1935
+ "wasm-bindgen",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "wasm-bindgen-macro"
1940
+ version = "0.2.115"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
1943
+ dependencies = [
1944
+ "quote",
1945
+ "wasm-bindgen-macro-support",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "wasm-bindgen-macro-support"
1950
+ version = "0.2.115"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
1953
+ dependencies = [
1954
+ "bumpalo",
1955
+ "proc-macro2",
1956
+ "quote",
1957
+ "syn 2.0.117",
1958
+ "wasm-bindgen-shared",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "wasm-bindgen-shared"
1963
+ version = "0.2.115"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
1966
+ dependencies = [
1967
+ "unicode-ident",
1968
+ ]
1969
+
1970
+ [[package]]
1971
+ name = "wasm-encoder"
1972
+ version = "0.244.0"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1975
+ dependencies = [
1976
+ "leb128fmt",
1977
+ "wasmparser",
1978
+ ]
1979
+
1980
+ [[package]]
1981
+ name = "wasm-metadata"
1982
+ version = "0.244.0"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1985
+ dependencies = [
1986
+ "anyhow",
1987
+ "indexmap",
1988
+ "wasm-encoder",
1989
+ "wasmparser",
1990
+ ]
1991
+
1992
+ [[package]]
1993
+ name = "wasmparser"
1994
+ version = "0.244.0"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1997
+ dependencies = [
1998
+ "bitflags",
1999
+ "hashbrown 0.15.5",
2000
+ "indexmap",
2001
+ "semver",
2002
+ ]
2003
+
2004
+ [[package]]
2005
+ name = "web-sys"
2006
+ version = "0.3.92"
2007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2008
+ checksum = "84cde8507f4d7cfcb1185b8cb5890c494ffea65edbe1ba82cfd63661c805ed94"
2009
+ dependencies = [
2010
+ "js-sys",
2011
+ "wasm-bindgen",
2012
+ ]
2013
+
2014
+ [[package]]
2015
+ name = "web-time"
2016
+ version = "1.1.0"
2017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2019
+ dependencies = [
2020
+ "js-sys",
2021
+ "wasm-bindgen",
2022
+ ]
2023
+
2024
+ [[package]]
2025
+ name = "webpki-roots"
2026
+ version = "1.0.6"
2027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2028
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
2029
+ dependencies = [
2030
+ "rustls-pki-types",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "windows-link"
2035
+ version = "0.2.1"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2038
+
2039
+ [[package]]
2040
+ name = "windows-sys"
2041
+ version = "0.52.0"
2042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2043
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2044
+ dependencies = [
2045
+ "windows-targets",
2046
+ ]
2047
+
2048
+ [[package]]
2049
+ name = "windows-sys"
2050
+ version = "0.59.0"
2051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2053
+ dependencies = [
2054
+ "windows-targets",
2055
+ ]
2056
+
2057
+ [[package]]
2058
+ name = "windows-sys"
2059
+ version = "0.61.2"
2060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2061
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2062
+ dependencies = [
2063
+ "windows-link",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "windows-targets"
2068
+ version = "0.52.6"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2071
+ dependencies = [
2072
+ "windows_aarch64_gnullvm",
2073
+ "windows_aarch64_msvc",
2074
+ "windows_i686_gnu",
2075
+ "windows_i686_gnullvm",
2076
+ "windows_i686_msvc",
2077
+ "windows_x86_64_gnu",
2078
+ "windows_x86_64_gnullvm",
2079
+ "windows_x86_64_msvc",
2080
+ ]
2081
+
2082
+ [[package]]
2083
+ name = "windows_aarch64_gnullvm"
2084
+ version = "0.52.6"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2087
+
2088
+ [[package]]
2089
+ name = "windows_aarch64_msvc"
2090
+ version = "0.52.6"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2093
+
2094
+ [[package]]
2095
+ name = "windows_i686_gnu"
2096
+ version = "0.52.6"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2099
+
2100
+ [[package]]
2101
+ name = "windows_i686_gnullvm"
2102
+ version = "0.52.6"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2105
+
2106
+ [[package]]
2107
+ name = "windows_i686_msvc"
2108
+ version = "0.52.6"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2111
+
2112
+ [[package]]
2113
+ name = "windows_x86_64_gnu"
2114
+ version = "0.52.6"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2117
+
2118
+ [[package]]
2119
+ name = "windows_x86_64_gnullvm"
2120
+ version = "0.52.6"
2121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2122
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2123
+
2124
+ [[package]]
2125
+ name = "windows_x86_64_msvc"
2126
+ version = "0.52.6"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2129
+
2130
+ [[package]]
2131
+ name = "winnow"
2132
+ version = "0.7.15"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2135
+ dependencies = [
2136
+ "memchr",
2137
+ ]
2138
+
2139
+ [[package]]
2140
+ name = "wiremock"
2141
+ version = "0.6.5"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
2144
+ dependencies = [
2145
+ "assert-json-diff",
2146
+ "base64",
2147
+ "deadpool",
2148
+ "futures",
2149
+ "http",
2150
+ "http-body-util",
2151
+ "hyper",
2152
+ "hyper-util",
2153
+ "log",
2154
+ "once_cell",
2155
+ "regex",
2156
+ "serde",
2157
+ "serde_json",
2158
+ "tokio",
2159
+ "url",
2160
+ ]
2161
+
2162
+ [[package]]
2163
+ name = "wit-bindgen"
2164
+ version = "0.46.0"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2167
+
2168
+ [[package]]
2169
+ name = "wit-bindgen"
2170
+ version = "0.51.0"
2171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2173
+ dependencies = [
2174
+ "wit-bindgen-rust-macro",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "wit-bindgen-core"
2179
+ version = "0.51.0"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2182
+ dependencies = [
2183
+ "anyhow",
2184
+ "heck 0.5.0",
2185
+ "wit-parser",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "wit-bindgen-rust"
2190
+ version = "0.51.0"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2193
+ dependencies = [
2194
+ "anyhow",
2195
+ "heck 0.5.0",
2196
+ "indexmap",
2197
+ "prettyplease",
2198
+ "syn 2.0.117",
2199
+ "wasm-metadata",
2200
+ "wit-bindgen-core",
2201
+ "wit-component",
2202
+ ]
2203
+
2204
+ [[package]]
2205
+ name = "wit-bindgen-rust-macro"
2206
+ version = "0.51.0"
2207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2209
+ dependencies = [
2210
+ "anyhow",
2211
+ "prettyplease",
2212
+ "proc-macro2",
2213
+ "quote",
2214
+ "syn 2.0.117",
2215
+ "wit-bindgen-core",
2216
+ "wit-bindgen-rust",
2217
+ ]
2218
+
2219
+ [[package]]
2220
+ name = "wit-component"
2221
+ version = "0.244.0"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2224
+ dependencies = [
2225
+ "anyhow",
2226
+ "bitflags",
2227
+ "indexmap",
2228
+ "log",
2229
+ "serde",
2230
+ "serde_derive",
2231
+ "serde_json",
2232
+ "wasm-encoder",
2233
+ "wasm-metadata",
2234
+ "wasmparser",
2235
+ "wit-parser",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "wit-parser"
2240
+ version = "0.244.0"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2243
+ dependencies = [
2244
+ "anyhow",
2245
+ "id-arena",
2246
+ "indexmap",
2247
+ "log",
2248
+ "semver",
2249
+ "serde",
2250
+ "serde_derive",
2251
+ "serde_json",
2252
+ "unicode-xid",
2253
+ "wasmparser",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "writeable"
2258
+ version = "0.6.2"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2261
+
2262
+ [[package]]
2263
+ name = "yoke"
2264
+ version = "0.8.1"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2267
+ dependencies = [
2268
+ "stable_deref_trait",
2269
+ "yoke-derive",
2270
+ "zerofrom",
2271
+ ]
2272
+
2273
+ [[package]]
2274
+ name = "yoke-derive"
2275
+ version = "0.8.1"
2276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2277
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2278
+ dependencies = [
2279
+ "proc-macro2",
2280
+ "quote",
2281
+ "syn 2.0.117",
2282
+ "synstructure",
2283
+ ]
2284
+
2285
+ [[package]]
2286
+ name = "zerocopy"
2287
+ version = "0.8.48"
2288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2289
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2290
+ dependencies = [
2291
+ "zerocopy-derive",
2292
+ ]
2293
+
2294
+ [[package]]
2295
+ name = "zerocopy-derive"
2296
+ version = "0.8.48"
2297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2299
+ dependencies = [
2300
+ "proc-macro2",
2301
+ "quote",
2302
+ "syn 2.0.117",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "zerofrom"
2307
+ version = "0.1.6"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2310
+ dependencies = [
2311
+ "zerofrom-derive",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "zerofrom-derive"
2316
+ version = "0.1.6"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2319
+ dependencies = [
2320
+ "proc-macro2",
2321
+ "quote",
2322
+ "syn 2.0.117",
2323
+ "synstructure",
2324
+ ]
2325
+
2326
+ [[package]]
2327
+ name = "zeroize"
2328
+ version = "1.8.2"
2329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2330
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2331
+
2332
+ [[package]]
2333
+ name = "zerotrie"
2334
+ version = "0.2.3"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2337
+ dependencies = [
2338
+ "displaydoc",
2339
+ "yoke",
2340
+ "zerofrom",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "zerovec"
2345
+ version = "0.11.5"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2348
+ dependencies = [
2349
+ "yoke",
2350
+ "zerofrom",
2351
+ "zerovec-derive",
2352
+ ]
2353
+
2354
+ [[package]]
2355
+ name = "zerovec-derive"
2356
+ version = "0.11.2"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2359
+ dependencies = [
2360
+ "proc-macro2",
2361
+ "quote",
2362
+ "syn 2.0.117",
2363
+ ]
2364
+
2365
+ [[package]]
2366
+ name = "zmij"
2367
+ version = "1.0.21"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"