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