ctate 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.lock ADDED
@@ -0,0 +1,1223 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "allocator-api2"
7
+ version = "0.2.21"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
+
11
+ [[package]]
12
+ name = "bitflags"
13
+ version = "2.13.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
16
+
17
+ [[package]]
18
+ name = "bumpalo"
19
+ version = "3.20.3"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
22
+
23
+ [[package]]
24
+ name = "bytes"
25
+ version = "1.12.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
28
+
29
+ [[package]]
30
+ name = "cassowary"
31
+ version = "0.3.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
34
+
35
+ [[package]]
36
+ name = "castaway"
37
+ version = "0.2.4"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
40
+ dependencies = [
41
+ "rustversion",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "cfg-if"
46
+ version = "1.0.4"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
49
+
50
+ [[package]]
51
+ name = "combine"
52
+ version = "4.6.7"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
55
+ dependencies = [
56
+ "bytes",
57
+ "memchr",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "compact_str"
62
+ version = "0.8.2"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
65
+ dependencies = [
66
+ "castaway",
67
+ "cfg-if",
68
+ "itoa",
69
+ "rustversion",
70
+ "ryu",
71
+ "static_assertions",
72
+ ]
73
+
74
+ [[package]]
75
+ name = "core-foundation"
76
+ version = "0.10.1"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
79
+ dependencies = [
80
+ "core-foundation-sys",
81
+ "libc",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "core-foundation-sys"
86
+ version = "0.8.7"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
89
+
90
+ [[package]]
91
+ name = "crossterm"
92
+ version = "0.28.1"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
95
+ dependencies = [
96
+ "bitflags",
97
+ "crossterm_winapi",
98
+ "mio",
99
+ "parking_lot",
100
+ "rustix",
101
+ "signal-hook",
102
+ "signal-hook-mio",
103
+ "winapi",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "crossterm_winapi"
108
+ version = "0.9.1"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
111
+ dependencies = [
112
+ "winapi",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "ctate"
117
+ version = "0.1.0"
118
+ dependencies = [
119
+ "crossterm",
120
+ "ratatui",
121
+ "webbrowser",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "darling"
126
+ version = "0.23.0"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
129
+ dependencies = [
130
+ "darling_core",
131
+ "darling_macro",
132
+ ]
133
+
134
+ [[package]]
135
+ name = "darling_core"
136
+ version = "0.23.0"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
139
+ dependencies = [
140
+ "ident_case",
141
+ "proc-macro2",
142
+ "quote",
143
+ "strsim",
144
+ "syn",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "darling_macro"
149
+ version = "0.23.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
152
+ dependencies = [
153
+ "darling_core",
154
+ "quote",
155
+ "syn",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "displaydoc"
160
+ version = "0.2.6"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
163
+ dependencies = [
164
+ "proc-macro2",
165
+ "quote",
166
+ "syn",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "either"
171
+ version = "1.16.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
174
+
175
+ [[package]]
176
+ name = "equivalent"
177
+ version = "1.0.2"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
180
+
181
+ [[package]]
182
+ name = "errno"
183
+ version = "0.3.14"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
186
+ dependencies = [
187
+ "libc",
188
+ "windows-sys 0.61.2",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "foldhash"
193
+ version = "0.1.5"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
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-core"
208
+ version = "0.3.32"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
211
+
212
+ [[package]]
213
+ name = "futures-task"
214
+ version = "0.3.32"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
217
+
218
+ [[package]]
219
+ name = "futures-util"
220
+ version = "0.3.32"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
223
+ dependencies = [
224
+ "futures-core",
225
+ "futures-task",
226
+ "pin-project-lite",
227
+ "slab",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "hashbrown"
232
+ version = "0.15.5"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
235
+ dependencies = [
236
+ "allocator-api2",
237
+ "equivalent",
238
+ "foldhash",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "heck"
243
+ version = "0.5.0"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
246
+
247
+ [[package]]
248
+ name = "icu_collections"
249
+ version = "2.2.0"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
252
+ dependencies = [
253
+ "displaydoc",
254
+ "potential_utf",
255
+ "utf8_iter",
256
+ "yoke",
257
+ "zerofrom",
258
+ "zerovec",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "icu_locale_core"
263
+ version = "2.2.0"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
266
+ dependencies = [
267
+ "displaydoc",
268
+ "litemap",
269
+ "tinystr",
270
+ "writeable",
271
+ "zerovec",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "icu_normalizer"
276
+ version = "2.2.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
279
+ dependencies = [
280
+ "icu_collections",
281
+ "icu_normalizer_data",
282
+ "icu_properties",
283
+ "icu_provider",
284
+ "smallvec",
285
+ "zerovec",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "icu_normalizer_data"
290
+ version = "2.2.0"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
293
+
294
+ [[package]]
295
+ name = "icu_properties"
296
+ version = "2.2.0"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
299
+ dependencies = [
300
+ "icu_collections",
301
+ "icu_locale_core",
302
+ "icu_properties_data",
303
+ "icu_provider",
304
+ "zerotrie",
305
+ "zerovec",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "icu_properties_data"
310
+ version = "2.2.0"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
313
+
314
+ [[package]]
315
+ name = "icu_provider"
316
+ version = "2.2.0"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
319
+ dependencies = [
320
+ "displaydoc",
321
+ "icu_locale_core",
322
+ "writeable",
323
+ "yoke",
324
+ "zerofrom",
325
+ "zerotrie",
326
+ "zerovec",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "ident_case"
331
+ version = "1.0.1"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
334
+
335
+ [[package]]
336
+ name = "idna"
337
+ version = "1.1.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
340
+ dependencies = [
341
+ "idna_adapter",
342
+ "smallvec",
343
+ "utf8_iter",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "idna_adapter"
348
+ version = "1.2.2"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
351
+ dependencies = [
352
+ "icu_normalizer",
353
+ "icu_properties",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "indoc"
358
+ version = "2.0.7"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
361
+ dependencies = [
362
+ "rustversion",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "instability"
367
+ version = "0.3.12"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
370
+ dependencies = [
371
+ "darling",
372
+ "indoc",
373
+ "proc-macro2",
374
+ "quote",
375
+ "syn",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "itertools"
380
+ version = "0.13.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
383
+ dependencies = [
384
+ "either",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "itoa"
389
+ version = "1.0.18"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
392
+
393
+ [[package]]
394
+ name = "jni"
395
+ version = "0.22.4"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
398
+ dependencies = [
399
+ "cfg-if",
400
+ "combine",
401
+ "jni-macros",
402
+ "jni-sys",
403
+ "log",
404
+ "simd_cesu8",
405
+ "thiserror",
406
+ "walkdir",
407
+ "windows-link",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "jni-macros"
412
+ version = "0.22.4"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
415
+ dependencies = [
416
+ "proc-macro2",
417
+ "quote",
418
+ "rustc_version",
419
+ "simd_cesu8",
420
+ "syn",
421
+ ]
422
+
423
+ [[package]]
424
+ name = "jni-sys"
425
+ version = "0.4.1"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
428
+ dependencies = [
429
+ "jni-sys-macros",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "jni-sys-macros"
434
+ version = "0.4.1"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
437
+ dependencies = [
438
+ "quote",
439
+ "syn",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "js-sys"
444
+ version = "0.3.103"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
447
+ dependencies = [
448
+ "cfg-if",
449
+ "futures-util",
450
+ "wasm-bindgen",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "libc"
455
+ version = "0.2.186"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
458
+
459
+ [[package]]
460
+ name = "linux-raw-sys"
461
+ version = "0.4.15"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
464
+
465
+ [[package]]
466
+ name = "litemap"
467
+ version = "0.8.2"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
470
+
471
+ [[package]]
472
+ name = "lock_api"
473
+ version = "0.4.14"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
476
+ dependencies = [
477
+ "scopeguard",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "log"
482
+ version = "0.4.33"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
485
+
486
+ [[package]]
487
+ name = "lru"
488
+ version = "0.12.5"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
491
+ dependencies = [
492
+ "hashbrown",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "memchr"
497
+ version = "2.8.2"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
500
+
501
+ [[package]]
502
+ name = "mio"
503
+ version = "1.2.1"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
506
+ dependencies = [
507
+ "libc",
508
+ "log",
509
+ "wasi",
510
+ "windows-sys 0.61.2",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "ndk-context"
515
+ version = "0.1.1"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
518
+
519
+ [[package]]
520
+ name = "objc2"
521
+ version = "0.6.4"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
524
+ dependencies = [
525
+ "objc2-encode",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "objc2-encode"
530
+ version = "4.1.0"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
533
+
534
+ [[package]]
535
+ name = "objc2-foundation"
536
+ version = "0.3.2"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
539
+ dependencies = [
540
+ "bitflags",
541
+ "objc2",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "once_cell"
546
+ version = "1.21.4"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
549
+
550
+ [[package]]
551
+ name = "parking_lot"
552
+ version = "0.12.5"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
555
+ dependencies = [
556
+ "lock_api",
557
+ "parking_lot_core",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "parking_lot_core"
562
+ version = "0.9.12"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
565
+ dependencies = [
566
+ "cfg-if",
567
+ "libc",
568
+ "redox_syscall",
569
+ "smallvec",
570
+ "windows-link",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "paste"
575
+ version = "1.0.15"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
578
+
579
+ [[package]]
580
+ name = "percent-encoding"
581
+ version = "2.3.2"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
584
+
585
+ [[package]]
586
+ name = "pin-project-lite"
587
+ version = "0.2.17"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
590
+
591
+ [[package]]
592
+ name = "potential_utf"
593
+ version = "0.1.5"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
596
+ dependencies = [
597
+ "zerovec",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "proc-macro2"
602
+ version = "1.0.106"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
605
+ dependencies = [
606
+ "unicode-ident",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "quote"
611
+ version = "1.0.46"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
614
+ dependencies = [
615
+ "proc-macro2",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "ratatui"
620
+ version = "0.29.0"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
623
+ dependencies = [
624
+ "bitflags",
625
+ "cassowary",
626
+ "compact_str",
627
+ "crossterm",
628
+ "indoc",
629
+ "instability",
630
+ "itertools",
631
+ "lru",
632
+ "paste",
633
+ "strum",
634
+ "unicode-segmentation",
635
+ "unicode-truncate",
636
+ "unicode-width 0.2.0",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "redox_syscall"
641
+ version = "0.5.18"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
644
+ dependencies = [
645
+ "bitflags",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "rustc_version"
650
+ version = "0.4.1"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
653
+ dependencies = [
654
+ "semver",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "rustix"
659
+ version = "0.38.44"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
662
+ dependencies = [
663
+ "bitflags",
664
+ "errno",
665
+ "libc",
666
+ "linux-raw-sys",
667
+ "windows-sys 0.59.0",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "rustversion"
672
+ version = "1.0.22"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
675
+
676
+ [[package]]
677
+ name = "ryu"
678
+ version = "1.0.23"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
681
+
682
+ [[package]]
683
+ name = "same-file"
684
+ version = "1.0.6"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
687
+ dependencies = [
688
+ "winapi-util",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "scopeguard"
693
+ version = "1.2.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
696
+
697
+ [[package]]
698
+ name = "semver"
699
+ version = "1.0.28"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
702
+
703
+ [[package]]
704
+ name = "serde"
705
+ version = "1.0.228"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
708
+ dependencies = [
709
+ "serde_core",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "serde_core"
714
+ version = "1.0.228"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
717
+ dependencies = [
718
+ "serde_derive",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "serde_derive"
723
+ version = "1.0.228"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
726
+ dependencies = [
727
+ "proc-macro2",
728
+ "quote",
729
+ "syn",
730
+ ]
731
+
732
+ [[package]]
733
+ name = "signal-hook"
734
+ version = "0.3.18"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
737
+ dependencies = [
738
+ "libc",
739
+ "signal-hook-registry",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "signal-hook-mio"
744
+ version = "0.2.5"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
747
+ dependencies = [
748
+ "libc",
749
+ "mio",
750
+ "signal-hook",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "signal-hook-registry"
755
+ version = "1.4.8"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
758
+ dependencies = [
759
+ "errno",
760
+ "libc",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "simd_cesu8"
765
+ version = "1.1.1"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
768
+ dependencies = [
769
+ "rustc_version",
770
+ "simdutf8",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "simdutf8"
775
+ version = "0.1.5"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
778
+
779
+ [[package]]
780
+ name = "slab"
781
+ version = "0.4.12"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
784
+
785
+ [[package]]
786
+ name = "smallvec"
787
+ version = "1.15.2"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
790
+
791
+ [[package]]
792
+ name = "stable_deref_trait"
793
+ version = "1.2.1"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
796
+
797
+ [[package]]
798
+ name = "static_assertions"
799
+ version = "1.1.0"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
802
+
803
+ [[package]]
804
+ name = "strsim"
805
+ version = "0.11.1"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
808
+
809
+ [[package]]
810
+ name = "strum"
811
+ version = "0.26.3"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
814
+ dependencies = [
815
+ "strum_macros",
816
+ ]
817
+
818
+ [[package]]
819
+ name = "strum_macros"
820
+ version = "0.26.4"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
823
+ dependencies = [
824
+ "heck",
825
+ "proc-macro2",
826
+ "quote",
827
+ "rustversion",
828
+ "syn",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "syn"
833
+ version = "2.0.118"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
836
+ dependencies = [
837
+ "proc-macro2",
838
+ "quote",
839
+ "unicode-ident",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "synstructure"
844
+ version = "0.13.2"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
847
+ dependencies = [
848
+ "proc-macro2",
849
+ "quote",
850
+ "syn",
851
+ ]
852
+
853
+ [[package]]
854
+ name = "thiserror"
855
+ version = "2.0.18"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
858
+ dependencies = [
859
+ "thiserror-impl",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "thiserror-impl"
864
+ version = "2.0.18"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
867
+ dependencies = [
868
+ "proc-macro2",
869
+ "quote",
870
+ "syn",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "tinystr"
875
+ version = "0.8.3"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
878
+ dependencies = [
879
+ "displaydoc",
880
+ "zerovec",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "unicode-ident"
885
+ version = "1.0.24"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
888
+
889
+ [[package]]
890
+ name = "unicode-segmentation"
891
+ version = "1.13.3"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
894
+
895
+ [[package]]
896
+ name = "unicode-truncate"
897
+ version = "1.1.0"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
900
+ dependencies = [
901
+ "itertools",
902
+ "unicode-segmentation",
903
+ "unicode-width 0.1.14",
904
+ ]
905
+
906
+ [[package]]
907
+ name = "unicode-width"
908
+ version = "0.1.14"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
911
+
912
+ [[package]]
913
+ name = "unicode-width"
914
+ version = "0.2.0"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
917
+
918
+ [[package]]
919
+ name = "url"
920
+ version = "2.5.8"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
923
+ dependencies = [
924
+ "form_urlencoded",
925
+ "idna",
926
+ "percent-encoding",
927
+ "serde",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "utf8_iter"
932
+ version = "1.0.4"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
935
+
936
+ [[package]]
937
+ name = "walkdir"
938
+ version = "2.5.0"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
941
+ dependencies = [
942
+ "same-file",
943
+ "winapi-util",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "wasi"
948
+ version = "0.11.1+wasi-snapshot-preview1"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
951
+
952
+ [[package]]
953
+ name = "wasm-bindgen"
954
+ version = "0.2.126"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
957
+ dependencies = [
958
+ "cfg-if",
959
+ "once_cell",
960
+ "rustversion",
961
+ "wasm-bindgen-macro",
962
+ "wasm-bindgen-shared",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "wasm-bindgen-macro"
967
+ version = "0.2.126"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
970
+ dependencies = [
971
+ "quote",
972
+ "wasm-bindgen-macro-support",
973
+ ]
974
+
975
+ [[package]]
976
+ name = "wasm-bindgen-macro-support"
977
+ version = "0.2.126"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
980
+ dependencies = [
981
+ "bumpalo",
982
+ "proc-macro2",
983
+ "quote",
984
+ "syn",
985
+ "wasm-bindgen-shared",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "wasm-bindgen-shared"
990
+ version = "0.2.126"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
993
+ dependencies = [
994
+ "unicode-ident",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "web-sys"
999
+ version = "0.3.103"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
1002
+ dependencies = [
1003
+ "js-sys",
1004
+ "wasm-bindgen",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "webbrowser"
1009
+ version = "1.2.1"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72"
1012
+ dependencies = [
1013
+ "core-foundation",
1014
+ "jni",
1015
+ "log",
1016
+ "ndk-context",
1017
+ "objc2",
1018
+ "objc2-foundation",
1019
+ "url",
1020
+ "web-sys",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "winapi"
1025
+ version = "0.3.9"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1028
+ dependencies = [
1029
+ "winapi-i686-pc-windows-gnu",
1030
+ "winapi-x86_64-pc-windows-gnu",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "winapi-i686-pc-windows-gnu"
1035
+ version = "0.4.0"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1038
+
1039
+ [[package]]
1040
+ name = "winapi-util"
1041
+ version = "0.1.11"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1044
+ dependencies = [
1045
+ "windows-sys 0.61.2",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "winapi-x86_64-pc-windows-gnu"
1050
+ version = "0.4.0"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1053
+
1054
+ [[package]]
1055
+ name = "windows-link"
1056
+ version = "0.2.1"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1059
+
1060
+ [[package]]
1061
+ name = "windows-sys"
1062
+ version = "0.59.0"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1065
+ dependencies = [
1066
+ "windows-targets",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "windows-sys"
1071
+ version = "0.61.2"
1072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1074
+ dependencies = [
1075
+ "windows-link",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "windows-targets"
1080
+ version = "0.52.6"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1083
+ dependencies = [
1084
+ "windows_aarch64_gnullvm",
1085
+ "windows_aarch64_msvc",
1086
+ "windows_i686_gnu",
1087
+ "windows_i686_gnullvm",
1088
+ "windows_i686_msvc",
1089
+ "windows_x86_64_gnu",
1090
+ "windows_x86_64_gnullvm",
1091
+ "windows_x86_64_msvc",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "windows_aarch64_gnullvm"
1096
+ version = "0.52.6"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1099
+
1100
+ [[package]]
1101
+ name = "windows_aarch64_msvc"
1102
+ version = "0.52.6"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1105
+
1106
+ [[package]]
1107
+ name = "windows_i686_gnu"
1108
+ version = "0.52.6"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1111
+
1112
+ [[package]]
1113
+ name = "windows_i686_gnullvm"
1114
+ version = "0.52.6"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1117
+
1118
+ [[package]]
1119
+ name = "windows_i686_msvc"
1120
+ version = "0.52.6"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1123
+
1124
+ [[package]]
1125
+ name = "windows_x86_64_gnu"
1126
+ version = "0.52.6"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1129
+
1130
+ [[package]]
1131
+ name = "windows_x86_64_gnullvm"
1132
+ version = "0.52.6"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1135
+
1136
+ [[package]]
1137
+ name = "windows_x86_64_msvc"
1138
+ version = "0.52.6"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1141
+
1142
+ [[package]]
1143
+ name = "writeable"
1144
+ version = "0.6.3"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1147
+
1148
+ [[package]]
1149
+ name = "yoke"
1150
+ version = "0.8.3"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1153
+ dependencies = [
1154
+ "stable_deref_trait",
1155
+ "yoke-derive",
1156
+ "zerofrom",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "yoke-derive"
1161
+ version = "0.8.2"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1164
+ dependencies = [
1165
+ "proc-macro2",
1166
+ "quote",
1167
+ "syn",
1168
+ "synstructure",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "zerofrom"
1173
+ version = "0.1.8"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1176
+ dependencies = [
1177
+ "zerofrom-derive",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "zerofrom-derive"
1182
+ version = "0.1.7"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1185
+ dependencies = [
1186
+ "proc-macro2",
1187
+ "quote",
1188
+ "syn",
1189
+ "synstructure",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "zerotrie"
1194
+ version = "0.2.4"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1197
+ dependencies = [
1198
+ "displaydoc",
1199
+ "yoke",
1200
+ "zerofrom",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "zerovec"
1205
+ version = "0.11.6"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1208
+ dependencies = [
1209
+ "yoke",
1210
+ "zerofrom",
1211
+ "zerovec-derive",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "zerovec-derive"
1216
+ version = "0.11.3"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1219
+ dependencies = [
1220
+ "proc-macro2",
1221
+ "quote",
1222
+ "syn",
1223
+ ]