@repokit/core 4.0.6 → 5.0.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.
Files changed (68) hide show
  1. package/README.md +17 -4
  2. package/dist/types.d.mts +1 -1
  3. package/externals/TSCompiler.ts +1 -2
  4. package/externals/types.ts +1 -1
  5. package/package.json +29 -19
  6. package/Cargo.lock +0 -1609
  7. package/Cargo.toml +0 -23
  8. package/installation/install.sh +0 -99
  9. package/internals/argv/argv.rs +0 -132
  10. package/internals/argv/mod.rs +0 -1
  11. package/internals/caches/crawl_cache.rs +0 -126
  12. package/internals/caches/file_cache.rs +0 -104
  13. package/internals/caches/mod.rs +0 -6
  14. package/internals/caches/old_cache.rs +0 -35
  15. package/internals/caches/repokit_version_resolver.rs +0 -50
  16. package/internals/caches/settings_cache.rs +0 -73
  17. package/internals/caches/version_cache.rs +0 -142
  18. package/internals/context/cache_scope.rs +0 -71
  19. package/internals/context/file_system.rs +0 -66
  20. package/internals/context/git_scope.rs +0 -55
  21. package/internals/context/mod.rs +0 -5
  22. package/internals/context/node_scope.rs +0 -133
  23. package/internals/context/typescript_bridge.rs +0 -84
  24. package/internals/executables/internal_executable.rs +0 -15
  25. package/internals/executables/internal_executable_definition.rs +0 -40
  26. package/internals/executables/mod.rs +0 -2
  27. package/internals/executor/executor.rs +0 -88
  28. package/internals/executor/mod.rs +0 -1
  29. package/internals/file_walker/file_walker.rs +0 -69
  30. package/internals/file_walker/mod.rs +0 -2
  31. package/internals/file_walker/walker.rs +0 -114
  32. package/internals/internal_commands/help.rs +0 -174
  33. package/internals/internal_commands/internal_registry.rs +0 -34
  34. package/internals/internal_commands/list_commands.rs +0 -97
  35. package/internals/internal_commands/list_owners.rs +0 -61
  36. package/internals/internal_commands/list_themes.rs +0 -114
  37. package/internals/internal_commands/list_version.rs +0 -59
  38. package/internals/internal_commands/locate_command.rs +0 -77
  39. package/internals/internal_commands/mod.rs +0 -11
  40. package/internals/internal_commands/onboarder.rs +0 -60
  41. package/internals/internal_commands/register_command.rs +0 -99
  42. package/internals/internal_commands/search_commands.rs +0 -201
  43. package/internals/internal_commands/upgrade_repokit.rs +0 -71
  44. package/internals/internal_filesystem/file_builder.rs +0 -56
  45. package/internals/internal_filesystem/mod.rs +0 -1
  46. package/internals/logger/logger.rs +0 -163
  47. package/internals/logger/mod.rs +0 -1
  48. package/internals/main.rs +0 -23
  49. package/internals/post_processing/mod.rs +0 -1
  50. package/internals/post_processing/post_processor.rs +0 -37
  51. package/internals/repokit/command_definition.rs +0 -11
  52. package/internals/repokit/mod.rs +0 -6
  53. package/internals/repokit/repokit.rs +0 -146
  54. package/internals/repokit/repokit_command.rs +0 -101
  55. package/internals/repokit/repokit_config.rs +0 -101
  56. package/internals/repokit/repokit_construct_validator.rs +0 -11
  57. package/internals/repokit/repokit_runtime.rs +0 -43
  58. package/internals/themes/built_in_themes/mod.rs +0 -3
  59. package/internals/themes/built_in_themes/money.rs +0 -41
  60. package/internals/themes/built_in_themes/seeing_red.rs +0 -41
  61. package/internals/themes/built_in_themes/the_blues.rs +0 -41
  62. package/internals/themes/mod.rs +0 -5
  63. package/internals/themes/theme.rs +0 -108
  64. package/internals/themes/theme_colors.rs +0 -32
  65. package/internals/themes/theme_inputs.rs +0 -35
  66. package/internals/themes/theme_registry.rs +0 -123
  67. package/internals/validations/command_validations.rs +0 -127
  68. package/internals/validations/mod.rs +0 -1
package/Cargo.lock DELETED
@@ -1,1609 +0,0 @@
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 0.3.4",
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 = "alphanumeric-sort"
36
- version = "1.5.6"
37
- source = "registry+https://github.com/rust-lang/crates.io-index"
38
- checksum = "d7789d0c06f5a946e0d860f8a3cd055dd714d44657c16116cac8ee47da03f280"
39
-
40
- [[package]]
41
- name = "ansi-colors-macro"
42
- version = "0.1.2"
43
- source = "registry+https://github.com/rust-lang/crates.io-index"
44
- checksum = "f4c2afa84a2916e88ff06df6fd84e7c89e374a726e392f72dc5e32d6db3c3cf6"
45
-
46
- [[package]]
47
- name = "anyhow"
48
- version = "1.0.102"
49
- source = "registry+https://github.com/rust-lang/crates.io-index"
50
- checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
51
-
52
- [[package]]
53
- name = "atty"
54
- version = "0.2.14"
55
- source = "registry+https://github.com/rust-lang/crates.io-index"
56
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
57
- dependencies = [
58
- "hermit-abi",
59
- "libc",
60
- "winapi",
61
- ]
62
-
63
- [[package]]
64
- name = "autocfg"
65
- version = "1.5.0"
66
- source = "registry+https://github.com/rust-lang/crates.io-index"
67
- checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
68
-
69
- [[package]]
70
- name = "bit-set"
71
- version = "0.8.0"
72
- source = "registry+https://github.com/rust-lang/crates.io-index"
73
- checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
74
- dependencies = [
75
- "bit-vec",
76
- ]
77
-
78
- [[package]]
79
- name = "bit-vec"
80
- version = "0.8.0"
81
- source = "registry+https://github.com/rust-lang/crates.io-index"
82
- checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
83
-
84
- [[package]]
85
- name = "bitflags"
86
- version = "1.3.2"
87
- source = "registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
89
-
90
- [[package]]
91
- name = "bitflags"
92
- version = "2.11.0"
93
- source = "registry+https://github.com/rust-lang/crates.io-index"
94
- checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
95
-
96
- [[package]]
97
- name = "borrow-or-share"
98
- version = "0.2.4"
99
- source = "registry+https://github.com/rust-lang/crates.io-index"
100
- checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
101
-
102
- [[package]]
103
- name = "bstr"
104
- version = "1.12.1"
105
- source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
107
- dependencies = [
108
- "memchr",
109
- "serde",
110
- ]
111
-
112
- [[package]]
113
- name = "bumpalo"
114
- version = "3.20.2"
115
- source = "registry+https://github.com/rust-lang/crates.io-index"
116
- checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
117
-
118
- [[package]]
119
- name = "bytecount"
120
- version = "0.6.9"
121
- source = "registry+https://github.com/rust-lang/crates.io-index"
122
- checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
123
-
124
- [[package]]
125
- name = "bytes"
126
- version = "1.11.1"
127
- source = "registry+https://github.com/rust-lang/crates.io-index"
128
- checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
129
-
130
- [[package]]
131
- name = "cfg-if"
132
- version = "1.0.4"
133
- source = "registry+https://github.com/rust-lang/crates.io-index"
134
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
135
-
136
- [[package]]
137
- name = "colored"
138
- version = "3.1.1"
139
- source = "registry+https://github.com/rust-lang/crates.io-index"
140
- checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
141
- dependencies = [
142
- "windows-sys",
143
- ]
144
-
145
- [[package]]
146
- name = "crossbeam-deque"
147
- version = "0.8.6"
148
- source = "registry+https://github.com/rust-lang/crates.io-index"
149
- checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
150
- dependencies = [
151
- "crossbeam-epoch",
152
- "crossbeam-utils",
153
- ]
154
-
155
- [[package]]
156
- name = "crossbeam-epoch"
157
- version = "0.9.18"
158
- source = "registry+https://github.com/rust-lang/crates.io-index"
159
- checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
160
- dependencies = [
161
- "crossbeam-utils",
162
- ]
163
-
164
- [[package]]
165
- name = "crossbeam-utils"
166
- version = "0.8.21"
167
- source = "registry+https://github.com/rust-lang/crates.io-index"
168
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
169
-
170
- [[package]]
171
- name = "crossterm"
172
- version = "0.22.1"
173
- source = "registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
175
- dependencies = [
176
- "bitflags 1.3.2",
177
- "crossterm_winapi",
178
- "libc",
179
- "mio 0.7.14",
180
- "parking_lot 0.11.2",
181
- "signal-hook",
182
- "signal-hook-mio",
183
- "winapi",
184
- ]
185
-
186
- [[package]]
187
- name = "crossterm_winapi"
188
- version = "0.9.1"
189
- source = "registry+https://github.com/rust-lang/crates.io-index"
190
- checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
191
- dependencies = [
192
- "winapi",
193
- ]
194
-
195
- [[package]]
196
- name = "data-encoding"
197
- version = "2.10.0"
198
- source = "registry+https://github.com/rust-lang/crates.io-index"
199
- checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
200
-
201
- [[package]]
202
- name = "dirs"
203
- version = "6.0.0"
204
- source = "registry+https://github.com/rust-lang/crates.io-index"
205
- checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
206
- dependencies = [
207
- "dirs-sys",
208
- ]
209
-
210
- [[package]]
211
- name = "dirs-sys"
212
- version = "0.5.0"
213
- source = "registry+https://github.com/rust-lang/crates.io-index"
214
- checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
215
- dependencies = [
216
- "libc",
217
- "option-ext",
218
- "redox_users",
219
- "windows-sys",
220
- ]
221
-
222
- [[package]]
223
- name = "displaydoc"
224
- version = "0.2.5"
225
- source = "registry+https://github.com/rust-lang/crates.io-index"
226
- checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
227
- dependencies = [
228
- "proc-macro2",
229
- "quote",
230
- "syn",
231
- ]
232
-
233
- [[package]]
234
- name = "dyn-clone"
235
- version = "1.0.20"
236
- source = "registry+https://github.com/rust-lang/crates.io-index"
237
- checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
238
-
239
- [[package]]
240
- name = "email_address"
241
- version = "0.2.9"
242
- source = "registry+https://github.com/rust-lang/crates.io-index"
243
- checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
244
- dependencies = [
245
- "serde",
246
- ]
247
-
248
- [[package]]
249
- name = "equivalent"
250
- version = "1.0.2"
251
- source = "registry+https://github.com/rust-lang/crates.io-index"
252
- checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
253
-
254
- [[package]]
255
- name = "errno"
256
- version = "0.3.14"
257
- source = "registry+https://github.com/rust-lang/crates.io-index"
258
- checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
259
- dependencies = [
260
- "libc",
261
- "windows-sys",
262
- ]
263
-
264
- [[package]]
265
- name = "fancy-regex"
266
- version = "0.17.0"
267
- source = "registry+https://github.com/rust-lang/crates.io-index"
268
- checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
269
- dependencies = [
270
- "bit-set",
271
- "regex-automata",
272
- "regex-syntax",
273
- ]
274
-
275
- [[package]]
276
- name = "fluent-uri"
277
- version = "0.4.1"
278
- source = "registry+https://github.com/rust-lang/crates.io-index"
279
- checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
280
- dependencies = [
281
- "borrow-or-share",
282
- "ref-cast",
283
- "serde",
284
- ]
285
-
286
- [[package]]
287
- name = "foldhash"
288
- version = "0.2.0"
289
- source = "registry+https://github.com/rust-lang/crates.io-index"
290
- checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
291
-
292
- [[package]]
293
- name = "fraction"
294
- version = "0.15.3"
295
- source = "registry+https://github.com/rust-lang/crates.io-index"
296
- checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
297
- dependencies = [
298
- "lazy_static",
299
- "num",
300
- ]
301
-
302
- [[package]]
303
- name = "futures"
304
- version = "0.3.32"
305
- source = "registry+https://github.com/rust-lang/crates.io-index"
306
- checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
307
- dependencies = [
308
- "futures-channel",
309
- "futures-core",
310
- "futures-executor",
311
- "futures-io",
312
- "futures-sink",
313
- "futures-task",
314
- "futures-util",
315
- ]
316
-
317
- [[package]]
318
- name = "futures-channel"
319
- version = "0.3.32"
320
- source = "registry+https://github.com/rust-lang/crates.io-index"
321
- checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
322
- dependencies = [
323
- "futures-core",
324
- "futures-sink",
325
- ]
326
-
327
- [[package]]
328
- name = "futures-core"
329
- version = "0.3.32"
330
- source = "registry+https://github.com/rust-lang/crates.io-index"
331
- checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
332
-
333
- [[package]]
334
- name = "futures-executor"
335
- version = "0.3.32"
336
- source = "registry+https://github.com/rust-lang/crates.io-index"
337
- checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
338
- dependencies = [
339
- "futures-core",
340
- "futures-task",
341
- "futures-util",
342
- ]
343
-
344
- [[package]]
345
- name = "futures-io"
346
- version = "0.3.32"
347
- source = "registry+https://github.com/rust-lang/crates.io-index"
348
- checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
349
-
350
- [[package]]
351
- name = "futures-macro"
352
- version = "0.3.32"
353
- source = "registry+https://github.com/rust-lang/crates.io-index"
354
- checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
355
- dependencies = [
356
- "proc-macro2",
357
- "quote",
358
- "syn",
359
- ]
360
-
361
- [[package]]
362
- name = "futures-sink"
363
- version = "0.3.32"
364
- source = "registry+https://github.com/rust-lang/crates.io-index"
365
- checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
366
-
367
- [[package]]
368
- name = "futures-task"
369
- version = "0.3.32"
370
- source = "registry+https://github.com/rust-lang/crates.io-index"
371
- checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
372
-
373
- [[package]]
374
- name = "futures-util"
375
- version = "0.3.32"
376
- source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
378
- dependencies = [
379
- "futures-channel",
380
- "futures-core",
381
- "futures-io",
382
- "futures-macro",
383
- "futures-sink",
384
- "futures-task",
385
- "memchr",
386
- "pin-project-lite",
387
- "slab",
388
- ]
389
-
390
- [[package]]
391
- name = "getrandom"
392
- version = "0.2.17"
393
- source = "registry+https://github.com/rust-lang/crates.io-index"
394
- checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
395
- dependencies = [
396
- "cfg-if",
397
- "libc",
398
- "wasi",
399
- ]
400
-
401
- [[package]]
402
- name = "getrandom"
403
- version = "0.3.4"
404
- source = "registry+https://github.com/rust-lang/crates.io-index"
405
- checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
406
- dependencies = [
407
- "cfg-if",
408
- "js-sys",
409
- "libc",
410
- "r-efi",
411
- "wasip2",
412
- "wasm-bindgen",
413
- ]
414
-
415
- [[package]]
416
- name = "globset"
417
- version = "0.4.18"
418
- source = "registry+https://github.com/rust-lang/crates.io-index"
419
- checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
420
- dependencies = [
421
- "aho-corasick",
422
- "bstr",
423
- "log",
424
- "regex-automata",
425
- "regex-syntax",
426
- ]
427
-
428
- [[package]]
429
- name = "hashbrown"
430
- version = "0.16.1"
431
- source = "registry+https://github.com/rust-lang/crates.io-index"
432
- checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
433
- dependencies = [
434
- "allocator-api2",
435
- "equivalent",
436
- "foldhash",
437
- ]
438
-
439
- [[package]]
440
- name = "heck"
441
- version = "0.3.3"
442
- source = "registry+https://github.com/rust-lang/crates.io-index"
443
- checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
444
- dependencies = [
445
- "unicode-segmentation",
446
- ]
447
-
448
- [[package]]
449
- name = "hermit-abi"
450
- version = "0.1.19"
451
- source = "registry+https://github.com/rust-lang/crates.io-index"
452
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
453
- dependencies = [
454
- "libc",
455
- ]
456
-
457
- [[package]]
458
- name = "icu_collections"
459
- version = "2.1.1"
460
- source = "registry+https://github.com/rust-lang/crates.io-index"
461
- checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
462
- dependencies = [
463
- "displaydoc",
464
- "potential_utf",
465
- "yoke",
466
- "zerofrom",
467
- "zerovec",
468
- ]
469
-
470
- [[package]]
471
- name = "icu_locale_core"
472
- version = "2.1.1"
473
- source = "registry+https://github.com/rust-lang/crates.io-index"
474
- checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
475
- dependencies = [
476
- "displaydoc",
477
- "litemap",
478
- "tinystr",
479
- "writeable",
480
- "zerovec",
481
- ]
482
-
483
- [[package]]
484
- name = "icu_normalizer"
485
- version = "2.1.1"
486
- source = "registry+https://github.com/rust-lang/crates.io-index"
487
- checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
488
- dependencies = [
489
- "icu_collections",
490
- "icu_normalizer_data",
491
- "icu_properties",
492
- "icu_provider",
493
- "smallvec",
494
- "zerovec",
495
- ]
496
-
497
- [[package]]
498
- name = "icu_normalizer_data"
499
- version = "2.1.1"
500
- source = "registry+https://github.com/rust-lang/crates.io-index"
501
- checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
502
-
503
- [[package]]
504
- name = "icu_properties"
505
- version = "2.1.2"
506
- source = "registry+https://github.com/rust-lang/crates.io-index"
507
- checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
508
- dependencies = [
509
- "icu_collections",
510
- "icu_locale_core",
511
- "icu_properties_data",
512
- "icu_provider",
513
- "zerotrie",
514
- "zerovec",
515
- ]
516
-
517
- [[package]]
518
- name = "icu_properties_data"
519
- version = "2.1.2"
520
- source = "registry+https://github.com/rust-lang/crates.io-index"
521
- checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
522
-
523
- [[package]]
524
- name = "icu_provider"
525
- version = "2.1.1"
526
- source = "registry+https://github.com/rust-lang/crates.io-index"
527
- checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
528
- dependencies = [
529
- "displaydoc",
530
- "icu_locale_core",
531
- "writeable",
532
- "yoke",
533
- "zerofrom",
534
- "zerotrie",
535
- "zerovec",
536
- ]
537
-
538
- [[package]]
539
- name = "idna"
540
- version = "1.1.0"
541
- source = "registry+https://github.com/rust-lang/crates.io-index"
542
- checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
543
- dependencies = [
544
- "idna_adapter",
545
- "smallvec",
546
- "utf8_iter",
547
- ]
548
-
549
- [[package]]
550
- name = "idna_adapter"
551
- version = "1.2.1"
552
- source = "registry+https://github.com/rust-lang/crates.io-index"
553
- checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
554
- dependencies = [
555
- "icu_normalizer",
556
- "icu_properties",
557
- ]
558
-
559
- [[package]]
560
- name = "ignore"
561
- version = "0.4.25"
562
- source = "registry+https://github.com/rust-lang/crates.io-index"
563
- checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
564
- dependencies = [
565
- "crossbeam-deque",
566
- "globset",
567
- "log",
568
- "memchr",
569
- "regex-automata",
570
- "same-file",
571
- "walkdir",
572
- "winapi-util",
573
- ]
574
-
575
- [[package]]
576
- name = "instant"
577
- version = "0.1.13"
578
- source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
580
- dependencies = [
581
- "cfg-if",
582
- ]
583
-
584
- [[package]]
585
- name = "itoa"
586
- version = "1.0.17"
587
- source = "registry+https://github.com/rust-lang/crates.io-index"
588
- checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
589
-
590
- [[package]]
591
- name = "js-sys"
592
- version = "0.3.94"
593
- source = "registry+https://github.com/rust-lang/crates.io-index"
594
- checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
595
- dependencies = [
596
- "once_cell",
597
- "wasm-bindgen",
598
- ]
599
-
600
- [[package]]
601
- name = "jsonschema"
602
- version = "0.46.2"
603
- source = "registry+https://github.com/rust-lang/crates.io-index"
604
- checksum = "50180452e7808015fe083eae3efcf1ec98b89b45dd8cc204f7b4a6b7b81ea675"
605
- dependencies = [
606
- "ahash",
607
- "bytecount",
608
- "data-encoding",
609
- "email_address",
610
- "fancy-regex",
611
- "fraction",
612
- "getrandom 0.3.4",
613
- "idna",
614
- "itoa",
615
- "num-cmp",
616
- "num-traits",
617
- "percent-encoding",
618
- "referencing",
619
- "regex",
620
- "regex-syntax",
621
- "serde",
622
- "serde_json",
623
- "unicode-general-category",
624
- "uuid-simd",
625
- ]
626
-
627
- [[package]]
628
- name = "lazy_static"
629
- version = "1.5.0"
630
- source = "registry+https://github.com/rust-lang/crates.io-index"
631
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
632
-
633
- [[package]]
634
- name = "libc"
635
- version = "0.2.183"
636
- source = "registry+https://github.com/rust-lang/crates.io-index"
637
- checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
638
-
639
- [[package]]
640
- name = "libredox"
641
- version = "0.1.15"
642
- source = "registry+https://github.com/rust-lang/crates.io-index"
643
- checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
644
- dependencies = [
645
- "libc",
646
- ]
647
-
648
- [[package]]
649
- name = "litemap"
650
- version = "0.8.1"
651
- source = "registry+https://github.com/rust-lang/crates.io-index"
652
- checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
653
-
654
- [[package]]
655
- name = "lock_api"
656
- version = "0.4.14"
657
- source = "registry+https://github.com/rust-lang/crates.io-index"
658
- checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
659
- dependencies = [
660
- "scopeguard",
661
- ]
662
-
663
- [[package]]
664
- name = "log"
665
- version = "0.4.29"
666
- source = "registry+https://github.com/rust-lang/crates.io-index"
667
- checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
668
-
669
- [[package]]
670
- name = "memchr"
671
- version = "2.7.6"
672
- source = "registry+https://github.com/rust-lang/crates.io-index"
673
- checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
674
-
675
- [[package]]
676
- name = "micromap"
677
- version = "0.3.0"
678
- source = "registry+https://github.com/rust-lang/crates.io-index"
679
- checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74"
680
-
681
- [[package]]
682
- name = "mio"
683
- version = "0.7.14"
684
- source = "registry+https://github.com/rust-lang/crates.io-index"
685
- checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
686
- dependencies = [
687
- "libc",
688
- "log",
689
- "miow",
690
- "ntapi",
691
- "winapi",
692
- ]
693
-
694
- [[package]]
695
- name = "mio"
696
- version = "1.2.0"
697
- source = "registry+https://github.com/rust-lang/crates.io-index"
698
- checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
699
- dependencies = [
700
- "libc",
701
- "wasi",
702
- "windows-sys",
703
- ]
704
-
705
- [[package]]
706
- name = "miow"
707
- version = "0.3.7"
708
- source = "registry+https://github.com/rust-lang/crates.io-index"
709
- checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
710
- dependencies = [
711
- "winapi",
712
- ]
713
-
714
- [[package]]
715
- name = "normalize-path"
716
- version = "0.2.1"
717
- source = "registry+https://github.com/rust-lang/crates.io-index"
718
- checksum = "f5438dd2b2ff4c6df6e1ce22d825ed2fa93ee2922235cc45186991717f0a892d"
719
-
720
- [[package]]
721
- name = "ntapi"
722
- version = "0.3.7"
723
- source = "registry+https://github.com/rust-lang/crates.io-index"
724
- checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
725
- dependencies = [
726
- "winapi",
727
- ]
728
-
729
- [[package]]
730
- name = "num"
731
- version = "0.4.3"
732
- source = "registry+https://github.com/rust-lang/crates.io-index"
733
- checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
734
- dependencies = [
735
- "num-bigint",
736
- "num-complex",
737
- "num-integer",
738
- "num-iter",
739
- "num-rational",
740
- "num-traits",
741
- ]
742
-
743
- [[package]]
744
- name = "num-bigint"
745
- version = "0.4.6"
746
- source = "registry+https://github.com/rust-lang/crates.io-index"
747
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
748
- dependencies = [
749
- "num-integer",
750
- "num-traits",
751
- ]
752
-
753
- [[package]]
754
- name = "num-cmp"
755
- version = "0.1.0"
756
- source = "registry+https://github.com/rust-lang/crates.io-index"
757
- checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
758
-
759
- [[package]]
760
- name = "num-complex"
761
- version = "0.4.6"
762
- source = "registry+https://github.com/rust-lang/crates.io-index"
763
- checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
764
- dependencies = [
765
- "num-traits",
766
- ]
767
-
768
- [[package]]
769
- name = "num-integer"
770
- version = "0.1.46"
771
- source = "registry+https://github.com/rust-lang/crates.io-index"
772
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
773
- dependencies = [
774
- "num-traits",
775
- ]
776
-
777
- [[package]]
778
- name = "num-iter"
779
- version = "0.1.45"
780
- source = "registry+https://github.com/rust-lang/crates.io-index"
781
- checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
782
- dependencies = [
783
- "autocfg",
784
- "num-integer",
785
- "num-traits",
786
- ]
787
-
788
- [[package]]
789
- name = "num-rational"
790
- version = "0.4.2"
791
- source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
793
- dependencies = [
794
- "num-bigint",
795
- "num-integer",
796
- "num-traits",
797
- ]
798
-
799
- [[package]]
800
- name = "num-traits"
801
- version = "0.2.19"
802
- source = "registry+https://github.com/rust-lang/crates.io-index"
803
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
804
- dependencies = [
805
- "autocfg",
806
- ]
807
-
808
- [[package]]
809
- name = "once_cell"
810
- version = "1.21.4"
811
- source = "registry+https://github.com/rust-lang/crates.io-index"
812
- checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
813
-
814
- [[package]]
815
- name = "option-ext"
816
- version = "0.2.0"
817
- source = "registry+https://github.com/rust-lang/crates.io-index"
818
- checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
819
-
820
- [[package]]
821
- name = "outref"
822
- version = "0.5.2"
823
- source = "registry+https://github.com/rust-lang/crates.io-index"
824
- checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
825
-
826
- [[package]]
827
- name = "parking_lot"
828
- version = "0.11.2"
829
- source = "registry+https://github.com/rust-lang/crates.io-index"
830
- checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
831
- dependencies = [
832
- "instant",
833
- "lock_api",
834
- "parking_lot_core 0.8.6",
835
- ]
836
-
837
- [[package]]
838
- name = "parking_lot"
839
- version = "0.12.5"
840
- source = "registry+https://github.com/rust-lang/crates.io-index"
841
- checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
842
- dependencies = [
843
- "lock_api",
844
- "parking_lot_core 0.9.12",
845
- ]
846
-
847
- [[package]]
848
- name = "parking_lot_core"
849
- version = "0.8.6"
850
- source = "registry+https://github.com/rust-lang/crates.io-index"
851
- checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
852
- dependencies = [
853
- "cfg-if",
854
- "instant",
855
- "libc",
856
- "redox_syscall 0.2.16",
857
- "smallvec",
858
- "winapi",
859
- ]
860
-
861
- [[package]]
862
- name = "parking_lot_core"
863
- version = "0.9.12"
864
- source = "registry+https://github.com/rust-lang/crates.io-index"
865
- checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
866
- dependencies = [
867
- "cfg-if",
868
- "libc",
869
- "redox_syscall 0.5.18",
870
- "smallvec",
871
- "windows-link",
872
- ]
873
-
874
- [[package]]
875
- name = "percent-encoding"
876
- version = "2.3.2"
877
- source = "registry+https://github.com/rust-lang/crates.io-index"
878
- checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
879
-
880
- [[package]]
881
- name = "pin-project-lite"
882
- version = "0.2.16"
883
- source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
885
-
886
- [[package]]
887
- name = "potential_utf"
888
- version = "0.1.4"
889
- source = "registry+https://github.com/rust-lang/crates.io-index"
890
- checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
891
- dependencies = [
892
- "zerovec",
893
- ]
894
-
895
- [[package]]
896
- name = "proc-macro2"
897
- version = "1.0.106"
898
- source = "registry+https://github.com/rust-lang/crates.io-index"
899
- checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
900
- dependencies = [
901
- "unicode-ident",
902
- ]
903
-
904
- [[package]]
905
- name = "quote"
906
- version = "1.0.45"
907
- source = "registry+https://github.com/rust-lang/crates.io-index"
908
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
909
- dependencies = [
910
- "proc-macro2",
911
- ]
912
-
913
- [[package]]
914
- name = "r-efi"
915
- version = "5.3.0"
916
- source = "registry+https://github.com/rust-lang/crates.io-index"
917
- checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
918
-
919
- [[package]]
920
- name = "redox_syscall"
921
- version = "0.2.16"
922
- source = "registry+https://github.com/rust-lang/crates.io-index"
923
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
924
- dependencies = [
925
- "bitflags 1.3.2",
926
- ]
927
-
928
- [[package]]
929
- name = "redox_syscall"
930
- version = "0.5.18"
931
- source = "registry+https://github.com/rust-lang/crates.io-index"
932
- checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
933
- dependencies = [
934
- "bitflags 2.11.0",
935
- ]
936
-
937
- [[package]]
938
- name = "redox_users"
939
- version = "0.5.2"
940
- source = "registry+https://github.com/rust-lang/crates.io-index"
941
- checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
942
- dependencies = [
943
- "getrandom 0.2.17",
944
- "libredox",
945
- "thiserror",
946
- ]
947
-
948
- [[package]]
949
- name = "ref-cast"
950
- version = "1.0.25"
951
- source = "registry+https://github.com/rust-lang/crates.io-index"
952
- checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
953
- dependencies = [
954
- "ref-cast-impl",
955
- ]
956
-
957
- [[package]]
958
- name = "ref-cast-impl"
959
- version = "1.0.25"
960
- source = "registry+https://github.com/rust-lang/crates.io-index"
961
- checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
962
- dependencies = [
963
- "proc-macro2",
964
- "quote",
965
- "syn",
966
- ]
967
-
968
- [[package]]
969
- name = "referencing"
970
- version = "0.46.2"
971
- source = "registry+https://github.com/rust-lang/crates.io-index"
972
- checksum = "acb0c66c7b78c1da928bee668b5cc638c678642ff587faff6e6222f797be9d4c"
973
- dependencies = [
974
- "ahash",
975
- "fluent-uri",
976
- "getrandom 0.3.4",
977
- "hashbrown",
978
- "itoa",
979
- "micromap",
980
- "parking_lot 0.12.5",
981
- "percent-encoding",
982
- "serde_json",
983
- ]
984
-
985
- [[package]]
986
- name = "regex"
987
- version = "1.12.3"
988
- source = "registry+https://github.com/rust-lang/crates.io-index"
989
- checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
990
- dependencies = [
991
- "aho-corasick",
992
- "memchr",
993
- "regex-automata",
994
- "regex-syntax",
995
- ]
996
-
997
- [[package]]
998
- name = "regex-automata"
999
- version = "0.4.14"
1000
- source = "registry+https://github.com/rust-lang/crates.io-index"
1001
- checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1002
- dependencies = [
1003
- "aho-corasick",
1004
- "memchr",
1005
- "regex-syntax",
1006
- ]
1007
-
1008
- [[package]]
1009
- name = "regex-syntax"
1010
- version = "0.8.9"
1011
- source = "registry+https://github.com/rust-lang/crates.io-index"
1012
- checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1013
-
1014
- [[package]]
1015
- name = "repokit"
1016
- version = "4.0.6"
1017
- dependencies = [
1018
- "alphanumeric-sort",
1019
- "colored",
1020
- "futures",
1021
- "ignore",
1022
- "jsonschema",
1023
- "normalize-path",
1024
- "regex",
1025
- "schemars",
1026
- "serde",
1027
- "serde_json",
1028
- "shellexpand",
1029
- "terminal-spinners",
1030
- "tokio",
1031
- ]
1032
-
1033
- [[package]]
1034
- name = "rustversion"
1035
- version = "1.0.22"
1036
- source = "registry+https://github.com/rust-lang/crates.io-index"
1037
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1038
-
1039
- [[package]]
1040
- name = "same-file"
1041
- version = "1.0.6"
1042
- source = "registry+https://github.com/rust-lang/crates.io-index"
1043
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1044
- dependencies = [
1045
- "winapi-util",
1046
- ]
1047
-
1048
- [[package]]
1049
- name = "schemars"
1050
- version = "1.2.1"
1051
- source = "registry+https://github.com/rust-lang/crates.io-index"
1052
- checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
1053
- dependencies = [
1054
- "dyn-clone",
1055
- "ref-cast",
1056
- "schemars_derive",
1057
- "serde",
1058
- "serde_json",
1059
- ]
1060
-
1061
- [[package]]
1062
- name = "schemars_derive"
1063
- version = "1.2.1"
1064
- source = "registry+https://github.com/rust-lang/crates.io-index"
1065
- checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f"
1066
- dependencies = [
1067
- "proc-macro2",
1068
- "quote",
1069
- "serde_derive_internals",
1070
- "syn",
1071
- ]
1072
-
1073
- [[package]]
1074
- name = "scopeguard"
1075
- version = "1.2.0"
1076
- source = "registry+https://github.com/rust-lang/crates.io-index"
1077
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1078
-
1079
- [[package]]
1080
- name = "serde"
1081
- version = "1.0.228"
1082
- source = "registry+https://github.com/rust-lang/crates.io-index"
1083
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1084
- dependencies = [
1085
- "serde_core",
1086
- "serde_derive",
1087
- ]
1088
-
1089
- [[package]]
1090
- name = "serde_core"
1091
- version = "1.0.228"
1092
- source = "registry+https://github.com/rust-lang/crates.io-index"
1093
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1094
- dependencies = [
1095
- "serde_derive",
1096
- ]
1097
-
1098
- [[package]]
1099
- name = "serde_derive"
1100
- version = "1.0.228"
1101
- source = "registry+https://github.com/rust-lang/crates.io-index"
1102
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1103
- dependencies = [
1104
- "proc-macro2",
1105
- "quote",
1106
- "syn",
1107
- ]
1108
-
1109
- [[package]]
1110
- name = "serde_derive_internals"
1111
- version = "0.29.1"
1112
- source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1114
- dependencies = [
1115
- "proc-macro2",
1116
- "quote",
1117
- "syn",
1118
- ]
1119
-
1120
- [[package]]
1121
- name = "serde_json"
1122
- version = "1.0.149"
1123
- source = "registry+https://github.com/rust-lang/crates.io-index"
1124
- checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1125
- dependencies = [
1126
- "itoa",
1127
- "memchr",
1128
- "serde",
1129
- "serde_core",
1130
- "zmij",
1131
- ]
1132
-
1133
- [[package]]
1134
- name = "shellexpand"
1135
- version = "3.1.2"
1136
- source = "registry+https://github.com/rust-lang/crates.io-index"
1137
- checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8"
1138
- dependencies = [
1139
- "dirs",
1140
- ]
1141
-
1142
- [[package]]
1143
- name = "signal-hook"
1144
- version = "0.3.18"
1145
- source = "registry+https://github.com/rust-lang/crates.io-index"
1146
- checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
1147
- dependencies = [
1148
- "libc",
1149
- "signal-hook-registry",
1150
- ]
1151
-
1152
- [[package]]
1153
- name = "signal-hook-mio"
1154
- version = "0.2.5"
1155
- source = "registry+https://github.com/rust-lang/crates.io-index"
1156
- checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
1157
- dependencies = [
1158
- "libc",
1159
- "mio 0.7.14",
1160
- "signal-hook",
1161
- ]
1162
-
1163
- [[package]]
1164
- name = "signal-hook-registry"
1165
- version = "1.4.8"
1166
- source = "registry+https://github.com/rust-lang/crates.io-index"
1167
- checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1168
- dependencies = [
1169
- "errno",
1170
- "libc",
1171
- ]
1172
-
1173
- [[package]]
1174
- name = "slab"
1175
- version = "0.4.12"
1176
- source = "registry+https://github.com/rust-lang/crates.io-index"
1177
- checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1178
-
1179
- [[package]]
1180
- name = "smallvec"
1181
- version = "1.15.1"
1182
- source = "registry+https://github.com/rust-lang/crates.io-index"
1183
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1184
-
1185
- [[package]]
1186
- name = "socket2"
1187
- version = "0.6.3"
1188
- source = "registry+https://github.com/rust-lang/crates.io-index"
1189
- checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1190
- dependencies = [
1191
- "libc",
1192
- "windows-sys",
1193
- ]
1194
-
1195
- [[package]]
1196
- name = "stable_deref_trait"
1197
- version = "1.2.1"
1198
- source = "registry+https://github.com/rust-lang/crates.io-index"
1199
- checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1200
-
1201
- [[package]]
1202
- name = "syn"
1203
- version = "2.0.117"
1204
- source = "registry+https://github.com/rust-lang/crates.io-index"
1205
- checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1206
- dependencies = [
1207
- "proc-macro2",
1208
- "quote",
1209
- "unicode-ident",
1210
- ]
1211
-
1212
- [[package]]
1213
- name = "synstructure"
1214
- version = "0.13.2"
1215
- source = "registry+https://github.com/rust-lang/crates.io-index"
1216
- checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1217
- dependencies = [
1218
- "proc-macro2",
1219
- "quote",
1220
- "syn",
1221
- ]
1222
-
1223
- [[package]]
1224
- name = "terminal-emoji"
1225
- version = "0.4.1"
1226
- source = "registry+https://github.com/rust-lang/crates.io-index"
1227
- checksum = "8143568e8d5270b3b8f573ab8bb11a556a5c9e4becdc12241a7eef4c54a55170"
1228
- dependencies = [
1229
- "terminal-supports-emoji",
1230
- ]
1231
-
1232
- [[package]]
1233
- name = "terminal-log-symbols"
1234
- version = "0.1.6"
1235
- source = "registry+https://github.com/rust-lang/crates.io-index"
1236
- checksum = "b7569386670bad024a2729d194542c42500615fca75f1139c99b697704f7e46f"
1237
- dependencies = [
1238
- "ansi-colors-macro",
1239
- "terminal-emoji",
1240
- ]
1241
-
1242
- [[package]]
1243
- name = "terminal-spinner-data"
1244
- version = "0.1.2"
1245
- source = "registry+https://github.com/rust-lang/crates.io-index"
1246
- checksum = "3aadcf9cbc909865c51ff9ced167a1065201b9b35d7254d530c9520b687ef3f4"
1247
- dependencies = [
1248
- "anyhow",
1249
- "heck",
1250
- "quote",
1251
- "serde",
1252
- "serde_json",
1253
- ]
1254
-
1255
- [[package]]
1256
- name = "terminal-spinners"
1257
- version = "0.3.2"
1258
- source = "registry+https://github.com/rust-lang/crates.io-index"
1259
- checksum = "d8a1f23d549659993743823e9f54d6dd0502e6e6466894a0e1c254262c0e0e93"
1260
- dependencies = [
1261
- "crossterm",
1262
- "terminal-log-symbols",
1263
- "terminal-spinner-data",
1264
- ]
1265
-
1266
- [[package]]
1267
- name = "terminal-supports-emoji"
1268
- version = "0.1.3"
1269
- source = "registry+https://github.com/rust-lang/crates.io-index"
1270
- checksum = "c8873a7a1f2d286cfedc10663a722309b1c74092852cf149aee738cbe901c6eb"
1271
- dependencies = [
1272
- "atty",
1273
- "lazy_static",
1274
- ]
1275
-
1276
- [[package]]
1277
- name = "thiserror"
1278
- version = "2.0.18"
1279
- source = "registry+https://github.com/rust-lang/crates.io-index"
1280
- checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1281
- dependencies = [
1282
- "thiserror-impl",
1283
- ]
1284
-
1285
- [[package]]
1286
- name = "thiserror-impl"
1287
- version = "2.0.18"
1288
- source = "registry+https://github.com/rust-lang/crates.io-index"
1289
- checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1290
- dependencies = [
1291
- "proc-macro2",
1292
- "quote",
1293
- "syn",
1294
- ]
1295
-
1296
- [[package]]
1297
- name = "tinystr"
1298
- version = "0.8.2"
1299
- source = "registry+https://github.com/rust-lang/crates.io-index"
1300
- checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1301
- dependencies = [
1302
- "displaydoc",
1303
- "zerovec",
1304
- ]
1305
-
1306
- [[package]]
1307
- name = "tokio"
1308
- version = "1.52.1"
1309
- source = "registry+https://github.com/rust-lang/crates.io-index"
1310
- checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
1311
- dependencies = [
1312
- "bytes",
1313
- "libc",
1314
- "mio 1.2.0",
1315
- "parking_lot 0.12.5",
1316
- "pin-project-lite",
1317
- "signal-hook-registry",
1318
- "socket2",
1319
- "tokio-macros",
1320
- "windows-sys",
1321
- ]
1322
-
1323
- [[package]]
1324
- name = "tokio-macros"
1325
- version = "2.7.0"
1326
- source = "registry+https://github.com/rust-lang/crates.io-index"
1327
- checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1328
- dependencies = [
1329
- "proc-macro2",
1330
- "quote",
1331
- "syn",
1332
- ]
1333
-
1334
- [[package]]
1335
- name = "unicode-general-category"
1336
- version = "1.1.0"
1337
- source = "registry+https://github.com/rust-lang/crates.io-index"
1338
- checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
1339
-
1340
- [[package]]
1341
- name = "unicode-ident"
1342
- version = "1.0.22"
1343
- source = "registry+https://github.com/rust-lang/crates.io-index"
1344
- checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1345
-
1346
- [[package]]
1347
- name = "unicode-segmentation"
1348
- version = "1.13.2"
1349
- source = "registry+https://github.com/rust-lang/crates.io-index"
1350
- checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
1351
-
1352
- [[package]]
1353
- name = "utf8_iter"
1354
- version = "1.0.4"
1355
- source = "registry+https://github.com/rust-lang/crates.io-index"
1356
- checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1357
-
1358
- [[package]]
1359
- name = "uuid-simd"
1360
- version = "0.8.0"
1361
- source = "registry+https://github.com/rust-lang/crates.io-index"
1362
- checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
1363
- dependencies = [
1364
- "outref",
1365
- "vsimd",
1366
- ]
1367
-
1368
- [[package]]
1369
- name = "version_check"
1370
- version = "0.9.5"
1371
- source = "registry+https://github.com/rust-lang/crates.io-index"
1372
- checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1373
-
1374
- [[package]]
1375
- name = "vsimd"
1376
- version = "0.8.0"
1377
- source = "registry+https://github.com/rust-lang/crates.io-index"
1378
- checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
1379
-
1380
- [[package]]
1381
- name = "walkdir"
1382
- version = "2.5.0"
1383
- source = "registry+https://github.com/rust-lang/crates.io-index"
1384
- checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1385
- dependencies = [
1386
- "same-file",
1387
- "winapi-util",
1388
- ]
1389
-
1390
- [[package]]
1391
- name = "wasi"
1392
- version = "0.11.1+wasi-snapshot-preview1"
1393
- source = "registry+https://github.com/rust-lang/crates.io-index"
1394
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1395
-
1396
- [[package]]
1397
- name = "wasip2"
1398
- version = "1.0.2+wasi-0.2.9"
1399
- source = "registry+https://github.com/rust-lang/crates.io-index"
1400
- checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1401
- dependencies = [
1402
- "wit-bindgen",
1403
- ]
1404
-
1405
- [[package]]
1406
- name = "wasm-bindgen"
1407
- version = "0.2.117"
1408
- source = "registry+https://github.com/rust-lang/crates.io-index"
1409
- checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1410
- dependencies = [
1411
- "cfg-if",
1412
- "once_cell",
1413
- "rustversion",
1414
- "wasm-bindgen-macro",
1415
- "wasm-bindgen-shared",
1416
- ]
1417
-
1418
- [[package]]
1419
- name = "wasm-bindgen-macro"
1420
- version = "0.2.117"
1421
- source = "registry+https://github.com/rust-lang/crates.io-index"
1422
- checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1423
- dependencies = [
1424
- "quote",
1425
- "wasm-bindgen-macro-support",
1426
- ]
1427
-
1428
- [[package]]
1429
- name = "wasm-bindgen-macro-support"
1430
- version = "0.2.117"
1431
- source = "registry+https://github.com/rust-lang/crates.io-index"
1432
- checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1433
- dependencies = [
1434
- "bumpalo",
1435
- "proc-macro2",
1436
- "quote",
1437
- "syn",
1438
- "wasm-bindgen-shared",
1439
- ]
1440
-
1441
- [[package]]
1442
- name = "wasm-bindgen-shared"
1443
- version = "0.2.117"
1444
- source = "registry+https://github.com/rust-lang/crates.io-index"
1445
- checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1446
- dependencies = [
1447
- "unicode-ident",
1448
- ]
1449
-
1450
- [[package]]
1451
- name = "winapi"
1452
- version = "0.3.9"
1453
- source = "registry+https://github.com/rust-lang/crates.io-index"
1454
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1455
- dependencies = [
1456
- "winapi-i686-pc-windows-gnu",
1457
- "winapi-x86_64-pc-windows-gnu",
1458
- ]
1459
-
1460
- [[package]]
1461
- name = "winapi-i686-pc-windows-gnu"
1462
- version = "0.4.0"
1463
- source = "registry+https://github.com/rust-lang/crates.io-index"
1464
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1465
-
1466
- [[package]]
1467
- name = "winapi-util"
1468
- version = "0.1.11"
1469
- source = "registry+https://github.com/rust-lang/crates.io-index"
1470
- checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1471
- dependencies = [
1472
- "windows-sys",
1473
- ]
1474
-
1475
- [[package]]
1476
- name = "winapi-x86_64-pc-windows-gnu"
1477
- version = "0.4.0"
1478
- source = "registry+https://github.com/rust-lang/crates.io-index"
1479
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1480
-
1481
- [[package]]
1482
- name = "windows-link"
1483
- version = "0.2.1"
1484
- source = "registry+https://github.com/rust-lang/crates.io-index"
1485
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1486
-
1487
- [[package]]
1488
- name = "windows-sys"
1489
- version = "0.61.2"
1490
- source = "registry+https://github.com/rust-lang/crates.io-index"
1491
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1492
- dependencies = [
1493
- "windows-link",
1494
- ]
1495
-
1496
- [[package]]
1497
- name = "wit-bindgen"
1498
- version = "0.51.0"
1499
- source = "registry+https://github.com/rust-lang/crates.io-index"
1500
- checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1501
-
1502
- [[package]]
1503
- name = "writeable"
1504
- version = "0.6.2"
1505
- source = "registry+https://github.com/rust-lang/crates.io-index"
1506
- checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1507
-
1508
- [[package]]
1509
- name = "yoke"
1510
- version = "0.8.1"
1511
- source = "registry+https://github.com/rust-lang/crates.io-index"
1512
- checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1513
- dependencies = [
1514
- "stable_deref_trait",
1515
- "yoke-derive",
1516
- "zerofrom",
1517
- ]
1518
-
1519
- [[package]]
1520
- name = "yoke-derive"
1521
- version = "0.8.1"
1522
- source = "registry+https://github.com/rust-lang/crates.io-index"
1523
- checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1524
- dependencies = [
1525
- "proc-macro2",
1526
- "quote",
1527
- "syn",
1528
- "synstructure",
1529
- ]
1530
-
1531
- [[package]]
1532
- name = "zerocopy"
1533
- version = "0.8.48"
1534
- source = "registry+https://github.com/rust-lang/crates.io-index"
1535
- checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1536
- dependencies = [
1537
- "zerocopy-derive",
1538
- ]
1539
-
1540
- [[package]]
1541
- name = "zerocopy-derive"
1542
- version = "0.8.48"
1543
- source = "registry+https://github.com/rust-lang/crates.io-index"
1544
- checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1545
- dependencies = [
1546
- "proc-macro2",
1547
- "quote",
1548
- "syn",
1549
- ]
1550
-
1551
- [[package]]
1552
- name = "zerofrom"
1553
- version = "0.1.6"
1554
- source = "registry+https://github.com/rust-lang/crates.io-index"
1555
- checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1556
- dependencies = [
1557
- "zerofrom-derive",
1558
- ]
1559
-
1560
- [[package]]
1561
- name = "zerofrom-derive"
1562
- version = "0.1.6"
1563
- source = "registry+https://github.com/rust-lang/crates.io-index"
1564
- checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1565
- dependencies = [
1566
- "proc-macro2",
1567
- "quote",
1568
- "syn",
1569
- "synstructure",
1570
- ]
1571
-
1572
- [[package]]
1573
- name = "zerotrie"
1574
- version = "0.2.3"
1575
- source = "registry+https://github.com/rust-lang/crates.io-index"
1576
- checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1577
- dependencies = [
1578
- "displaydoc",
1579
- "yoke",
1580
- "zerofrom",
1581
- ]
1582
-
1583
- [[package]]
1584
- name = "zerovec"
1585
- version = "0.11.5"
1586
- source = "registry+https://github.com/rust-lang/crates.io-index"
1587
- checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1588
- dependencies = [
1589
- "yoke",
1590
- "zerofrom",
1591
- "zerovec-derive",
1592
- ]
1593
-
1594
- [[package]]
1595
- name = "zerovec-derive"
1596
- version = "0.11.2"
1597
- source = "registry+https://github.com/rust-lang/crates.io-index"
1598
- checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1599
- dependencies = [
1600
- "proc-macro2",
1601
- "quote",
1602
- "syn",
1603
- ]
1604
-
1605
- [[package]]
1606
- name = "zmij"
1607
- version = "1.0.17"
1608
- source = "registry+https://github.com/rust-lang/crates.io-index"
1609
- checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"