clihatch 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,1101 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom",
13
+ "once_cell",
14
+ "serde",
15
+ "version_check",
16
+ "zerocopy",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "aho-corasick"
21
+ version = "1.1.4"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
24
+ dependencies = [
25
+ "memchr",
26
+ ]
27
+
28
+ [[package]]
29
+ name = "allocator-api2"
30
+ version = "0.2.21"
31
+ source = "registry+https://github.com/rust-lang/crates.io-index"
32
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
33
+
34
+ [[package]]
35
+ name = "anstream"
36
+ version = "1.0.0"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
39
+ dependencies = [
40
+ "anstyle",
41
+ "anstyle-parse",
42
+ "anstyle-query",
43
+ "anstyle-wincon",
44
+ "colorchoice",
45
+ "is_terminal_polyfill",
46
+ "utf8parse",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "anstyle"
51
+ version = "1.0.14"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
54
+
55
+ [[package]]
56
+ name = "anstyle-parse"
57
+ version = "1.0.0"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
60
+ dependencies = [
61
+ "utf8parse",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anstyle-query"
66
+ version = "1.1.5"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
69
+ dependencies = [
70
+ "windows-sys",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anstyle-wincon"
75
+ version = "3.0.11"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
78
+ dependencies = [
79
+ "anstyle",
80
+ "once_cell_polyfill",
81
+ "windows-sys",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "autocfg"
86
+ version = "1.5.1"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
89
+
90
+ [[package]]
91
+ name = "bit-set"
92
+ version = "0.8.0"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
95
+ dependencies = [
96
+ "bit-vec",
97
+ ]
98
+
99
+ [[package]]
100
+ name = "bit-vec"
101
+ version = "0.8.0"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
104
+
105
+ [[package]]
106
+ name = "bitflags"
107
+ version = "2.13.0"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
110
+
111
+ [[package]]
112
+ name = "borrow-or-share"
113
+ version = "0.2.4"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
116
+
117
+ [[package]]
118
+ name = "bumpalo"
119
+ version = "3.20.3"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
122
+
123
+ [[package]]
124
+ name = "bytecount"
125
+ version = "0.6.9"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
128
+
129
+ [[package]]
130
+ name = "cfg-if"
131
+ version = "1.0.4"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
134
+
135
+ [[package]]
136
+ name = "clap"
137
+ version = "4.6.1"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
140
+ dependencies = [
141
+ "clap_builder",
142
+ "clap_derive",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "clap_builder"
147
+ version = "4.6.0"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
150
+ dependencies = [
151
+ "anstream",
152
+ "anstyle",
153
+ "clap_lex",
154
+ "strsim",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "clap_complete"
159
+ version = "4.6.5"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
162
+ dependencies = [
163
+ "clap",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "clap_derive"
168
+ version = "4.6.1"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
171
+ dependencies = [
172
+ "heck",
173
+ "proc-macro2",
174
+ "quote",
175
+ "syn",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "clap_lex"
180
+ version = "1.1.0"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
183
+
184
+ [[package]]
185
+ name = "clihatch"
186
+ version = "0.1.0"
187
+ dependencies = [
188
+ "clap",
189
+ "clap_complete",
190
+ "include_dir",
191
+ "jsonschema",
192
+ "serde",
193
+ "serde_json",
194
+ "thiserror",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "colorchoice"
199
+ version = "1.0.5"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
202
+
203
+ [[package]]
204
+ name = "data-encoding"
205
+ version = "2.11.0"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
208
+
209
+ [[package]]
210
+ name = "displaydoc"
211
+ version = "0.2.6"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
214
+ dependencies = [
215
+ "proc-macro2",
216
+ "quote",
217
+ "syn",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "email_address"
222
+ version = "0.2.9"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
225
+ dependencies = [
226
+ "serde",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "equivalent"
231
+ version = "1.0.2"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
234
+
235
+ [[package]]
236
+ name = "fancy-regex"
237
+ version = "0.18.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277"
240
+ dependencies = [
241
+ "bit-set",
242
+ "regex-automata",
243
+ "regex-syntax",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "fluent-uri"
248
+ version = "0.4.1"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
251
+ dependencies = [
252
+ "borrow-or-share",
253
+ "ref-cast",
254
+ "serde",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "foldhash"
259
+ version = "0.2.0"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
262
+
263
+ [[package]]
264
+ name = "fraction"
265
+ version = "0.15.4"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872"
268
+ dependencies = [
269
+ "lazy_static",
270
+ "num",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "getrandom"
275
+ version = "0.3.4"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
278
+ dependencies = [
279
+ "cfg-if",
280
+ "js-sys",
281
+ "libc",
282
+ "r-efi",
283
+ "wasip2",
284
+ "wasm-bindgen",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "hashbrown"
289
+ version = "0.16.1"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
292
+ dependencies = [
293
+ "allocator-api2",
294
+ "equivalent",
295
+ "foldhash",
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 = "icu_collections"
306
+ version = "2.2.0"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
309
+ dependencies = [
310
+ "displaydoc",
311
+ "potential_utf",
312
+ "utf8_iter",
313
+ "yoke",
314
+ "zerofrom",
315
+ "zerovec",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "icu_locale_core"
320
+ version = "2.2.0"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
323
+ dependencies = [
324
+ "displaydoc",
325
+ "litemap",
326
+ "tinystr",
327
+ "writeable",
328
+ "zerovec",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "icu_normalizer"
333
+ version = "2.2.0"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
336
+ dependencies = [
337
+ "icu_collections",
338
+ "icu_normalizer_data",
339
+ "icu_properties",
340
+ "icu_provider",
341
+ "smallvec",
342
+ "zerovec",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "icu_normalizer_data"
347
+ version = "2.2.0"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
350
+
351
+ [[package]]
352
+ name = "icu_properties"
353
+ version = "2.2.0"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
356
+ dependencies = [
357
+ "icu_collections",
358
+ "icu_locale_core",
359
+ "icu_properties_data",
360
+ "icu_provider",
361
+ "zerotrie",
362
+ "zerovec",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "icu_properties_data"
367
+ version = "2.2.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
370
+
371
+ [[package]]
372
+ name = "icu_provider"
373
+ version = "2.2.0"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
376
+ dependencies = [
377
+ "displaydoc",
378
+ "icu_locale_core",
379
+ "writeable",
380
+ "yoke",
381
+ "zerofrom",
382
+ "zerotrie",
383
+ "zerovec",
384
+ ]
385
+
386
+ [[package]]
387
+ name = "idna"
388
+ version = "1.1.0"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
391
+ dependencies = [
392
+ "idna_adapter",
393
+ "smallvec",
394
+ "utf8_iter",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "idna_adapter"
399
+ version = "1.2.2"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
402
+ dependencies = [
403
+ "icu_normalizer",
404
+ "icu_properties",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "include_dir"
409
+ version = "0.7.4"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
412
+ dependencies = [
413
+ "include_dir_macros",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "include_dir_macros"
418
+ version = "0.7.4"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
421
+ dependencies = [
422
+ "proc-macro2",
423
+ "quote",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "is_terminal_polyfill"
428
+ version = "1.70.2"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
431
+
432
+ [[package]]
433
+ name = "itoa"
434
+ version = "1.0.18"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
437
+
438
+ [[package]]
439
+ name = "js-sys"
440
+ version = "0.3.102"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
443
+ dependencies = [
444
+ "cfg-if",
445
+ "wasm-bindgen",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "jsonschema"
450
+ version = "0.46.5"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "6a5fe5206f06e589caf25e79fc05ccdf91fca745685fe9fe1a13bbdfb479a631"
453
+ dependencies = [
454
+ "ahash",
455
+ "bytecount",
456
+ "data-encoding",
457
+ "email_address",
458
+ "fancy-regex",
459
+ "fraction",
460
+ "getrandom",
461
+ "idna",
462
+ "itoa",
463
+ "num-cmp",
464
+ "num-traits",
465
+ "percent-encoding",
466
+ "referencing",
467
+ "regex",
468
+ "regex-syntax",
469
+ "serde",
470
+ "serde_json",
471
+ "unicode-general-category",
472
+ "uuid-simd",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "lazy_static"
477
+ version = "1.5.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
480
+
481
+ [[package]]
482
+ name = "libc"
483
+ version = "0.2.186"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
486
+
487
+ [[package]]
488
+ name = "litemap"
489
+ version = "0.8.2"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
492
+
493
+ [[package]]
494
+ name = "lock_api"
495
+ version = "0.4.14"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
498
+ dependencies = [
499
+ "scopeguard",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "memchr"
504
+ version = "2.8.2"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
507
+
508
+ [[package]]
509
+ name = "micromap"
510
+ version = "0.3.0"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74"
513
+
514
+ [[package]]
515
+ name = "num"
516
+ version = "0.4.3"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
519
+ dependencies = [
520
+ "num-bigint",
521
+ "num-complex",
522
+ "num-integer",
523
+ "num-iter",
524
+ "num-rational",
525
+ "num-traits",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "num-bigint"
530
+ version = "0.4.6"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
533
+ dependencies = [
534
+ "num-integer",
535
+ "num-traits",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "num-cmp"
540
+ version = "0.1.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
543
+
544
+ [[package]]
545
+ name = "num-complex"
546
+ version = "0.4.6"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
549
+ dependencies = [
550
+ "num-traits",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "num-integer"
555
+ version = "0.1.46"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
558
+ dependencies = [
559
+ "num-traits",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "num-iter"
564
+ version = "0.1.45"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
567
+ dependencies = [
568
+ "autocfg",
569
+ "num-integer",
570
+ "num-traits",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "num-rational"
575
+ version = "0.4.2"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
578
+ dependencies = [
579
+ "num-bigint",
580
+ "num-integer",
581
+ "num-traits",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "num-traits"
586
+ version = "0.2.19"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
589
+ dependencies = [
590
+ "autocfg",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "once_cell"
595
+ version = "1.21.4"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
598
+
599
+ [[package]]
600
+ name = "once_cell_polyfill"
601
+ version = "1.70.2"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
604
+
605
+ [[package]]
606
+ name = "outref"
607
+ version = "0.5.2"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
610
+
611
+ [[package]]
612
+ name = "parking_lot"
613
+ version = "0.12.5"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
616
+ dependencies = [
617
+ "lock_api",
618
+ "parking_lot_core",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "parking_lot_core"
623
+ version = "0.9.12"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
626
+ dependencies = [
627
+ "cfg-if",
628
+ "libc",
629
+ "redox_syscall",
630
+ "smallvec",
631
+ "windows-link",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "percent-encoding"
636
+ version = "2.3.2"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
639
+
640
+ [[package]]
641
+ name = "potential_utf"
642
+ version = "0.1.5"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
645
+ dependencies = [
646
+ "zerovec",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "proc-macro2"
651
+ version = "1.0.106"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
654
+ dependencies = [
655
+ "unicode-ident",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "quote"
660
+ version = "1.0.45"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
663
+ dependencies = [
664
+ "proc-macro2",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "r-efi"
669
+ version = "5.3.0"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
672
+
673
+ [[package]]
674
+ name = "redox_syscall"
675
+ version = "0.5.18"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
678
+ dependencies = [
679
+ "bitflags",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "ref-cast"
684
+ version = "1.0.25"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
687
+ dependencies = [
688
+ "ref-cast-impl",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "ref-cast-impl"
693
+ version = "1.0.25"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
696
+ dependencies = [
697
+ "proc-macro2",
698
+ "quote",
699
+ "syn",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "referencing"
704
+ version = "0.46.5"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "69e4e17ef386c5383591d07623d3de49cbc601156e7582973e6db98d66a57de2"
707
+ dependencies = [
708
+ "ahash",
709
+ "fluent-uri",
710
+ "getrandom",
711
+ "hashbrown",
712
+ "itoa",
713
+ "micromap",
714
+ "parking_lot",
715
+ "percent-encoding",
716
+ "serde_json",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "regex"
721
+ version = "1.12.4"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
724
+ dependencies = [
725
+ "aho-corasick",
726
+ "memchr",
727
+ "regex-automata",
728
+ "regex-syntax",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "regex-automata"
733
+ version = "0.4.14"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
736
+ dependencies = [
737
+ "aho-corasick",
738
+ "memchr",
739
+ "regex-syntax",
740
+ ]
741
+
742
+ [[package]]
743
+ name = "regex-syntax"
744
+ version = "0.8.11"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
747
+
748
+ [[package]]
749
+ name = "rustversion"
750
+ version = "1.0.22"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
753
+
754
+ [[package]]
755
+ name = "scopeguard"
756
+ version = "1.2.0"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
759
+
760
+ [[package]]
761
+ name = "serde"
762
+ version = "1.0.228"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
765
+ dependencies = [
766
+ "serde_core",
767
+ "serde_derive",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "serde_core"
772
+ version = "1.0.228"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
775
+ dependencies = [
776
+ "serde_derive",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "serde_derive"
781
+ version = "1.0.228"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
784
+ dependencies = [
785
+ "proc-macro2",
786
+ "quote",
787
+ "syn",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "serde_json"
792
+ version = "1.0.150"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
795
+ dependencies = [
796
+ "itoa",
797
+ "memchr",
798
+ "serde",
799
+ "serde_core",
800
+ "zmij",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "smallvec"
805
+ version = "1.15.2"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
808
+
809
+ [[package]]
810
+ name = "stable_deref_trait"
811
+ version = "1.2.1"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
814
+
815
+ [[package]]
816
+ name = "strsim"
817
+ version = "0.11.1"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
820
+
821
+ [[package]]
822
+ name = "syn"
823
+ version = "2.0.118"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
826
+ dependencies = [
827
+ "proc-macro2",
828
+ "quote",
829
+ "unicode-ident",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "synstructure"
834
+ version = "0.13.2"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
837
+ dependencies = [
838
+ "proc-macro2",
839
+ "quote",
840
+ "syn",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "thiserror"
845
+ version = "2.0.18"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
848
+ dependencies = [
849
+ "thiserror-impl",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "thiserror-impl"
854
+ version = "2.0.18"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
857
+ dependencies = [
858
+ "proc-macro2",
859
+ "quote",
860
+ "syn",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "tinystr"
865
+ version = "0.8.3"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
868
+ dependencies = [
869
+ "displaydoc",
870
+ "zerovec",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "unicode-general-category"
875
+ version = "1.1.0"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
878
+
879
+ [[package]]
880
+ name = "unicode-ident"
881
+ version = "1.0.24"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
884
+
885
+ [[package]]
886
+ name = "utf8_iter"
887
+ version = "1.0.4"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
890
+
891
+ [[package]]
892
+ name = "utf8parse"
893
+ version = "0.2.2"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
896
+
897
+ [[package]]
898
+ name = "uuid-simd"
899
+ version = "0.8.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
902
+ dependencies = [
903
+ "outref",
904
+ "vsimd",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "version_check"
909
+ version = "0.9.5"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
912
+
913
+ [[package]]
914
+ name = "vsimd"
915
+ version = "0.8.0"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
918
+
919
+ [[package]]
920
+ name = "wasip2"
921
+ version = "1.0.4+wasi-0.2.12"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
924
+ dependencies = [
925
+ "wit-bindgen",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "wasm-bindgen"
930
+ version = "0.2.125"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
933
+ dependencies = [
934
+ "cfg-if",
935
+ "once_cell",
936
+ "rustversion",
937
+ "wasm-bindgen-macro",
938
+ "wasm-bindgen-shared",
939
+ ]
940
+
941
+ [[package]]
942
+ name = "wasm-bindgen-macro"
943
+ version = "0.2.125"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
946
+ dependencies = [
947
+ "quote",
948
+ "wasm-bindgen-macro-support",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "wasm-bindgen-macro-support"
953
+ version = "0.2.125"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
956
+ dependencies = [
957
+ "bumpalo",
958
+ "proc-macro2",
959
+ "quote",
960
+ "syn",
961
+ "wasm-bindgen-shared",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "wasm-bindgen-shared"
966
+ version = "0.2.125"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
969
+ dependencies = [
970
+ "unicode-ident",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "windows-link"
975
+ version = "0.2.1"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
978
+
979
+ [[package]]
980
+ name = "windows-sys"
981
+ version = "0.61.2"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
984
+ dependencies = [
985
+ "windows-link",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "wit-bindgen"
990
+ version = "0.57.1"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
993
+
994
+ [[package]]
995
+ name = "writeable"
996
+ version = "0.6.3"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
999
+
1000
+ [[package]]
1001
+ name = "yoke"
1002
+ version = "0.8.3"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1005
+ dependencies = [
1006
+ "stable_deref_trait",
1007
+ "yoke-derive",
1008
+ "zerofrom",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "yoke-derive"
1013
+ version = "0.8.2"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1016
+ dependencies = [
1017
+ "proc-macro2",
1018
+ "quote",
1019
+ "syn",
1020
+ "synstructure",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "zerocopy"
1025
+ version = "0.8.52"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
1028
+ dependencies = [
1029
+ "zerocopy-derive",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "zerocopy-derive"
1034
+ version = "0.8.52"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
1037
+ dependencies = [
1038
+ "proc-macro2",
1039
+ "quote",
1040
+ "syn",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "zerofrom"
1045
+ version = "0.1.8"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1048
+ dependencies = [
1049
+ "zerofrom-derive",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "zerofrom-derive"
1054
+ version = "0.1.7"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1057
+ dependencies = [
1058
+ "proc-macro2",
1059
+ "quote",
1060
+ "syn",
1061
+ "synstructure",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "zerotrie"
1066
+ version = "0.2.4"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1069
+ dependencies = [
1070
+ "displaydoc",
1071
+ "yoke",
1072
+ "zerofrom",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "zerovec"
1077
+ version = "0.11.6"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
1080
+ dependencies = [
1081
+ "yoke",
1082
+ "zerofrom",
1083
+ "zerovec-derive",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "zerovec-derive"
1088
+ version = "0.11.3"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
1091
+ dependencies = [
1092
+ "proc-macro2",
1093
+ "quote",
1094
+ "syn",
1095
+ ]
1096
+
1097
+ [[package]]
1098
+ name = "zmij"
1099
+ version = "1.0.21"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"