reallink-cli 0.1.0

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