knf-cli 0.2.0__py3-none-win_amd64.whl

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,1420 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:719c49e9-2a44-4a87-a4e6-e97bb7e8d27f",
6
+ "metadata": {
7
+ "timestamp": "2026-08-28T18:36:26.370230500Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.9"
13
+ }
14
+ ],
15
+ "component": {
16
+ "type": "application",
17
+ "bom-ref": "path+file:///D:/a/knf/knf/crates/knf#knf-cli@0.2.0",
18
+ "name": "knf-cli",
19
+ "version": "0.2.0",
20
+ "description": "Merge layered configuration files and print the result",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "expression": "MIT"
25
+ }
26
+ ],
27
+ "purl": "pkg:cargo/knf-cli@0.2.0?download_url=file://.",
28
+ "externalReferences": [
29
+ {
30
+ "type": "vcs",
31
+ "url": "https://github.com/binado/knf"
32
+ }
33
+ ],
34
+ "components": [
35
+ {
36
+ "type": "application",
37
+ "bom-ref": "path+file:///D:/a/knf/knf/crates/knf#knf-cli@0.2.0 bin-target-0",
38
+ "name": "knf",
39
+ "version": "0.2.0",
40
+ "purl": "pkg:cargo/knf-cli@0.2.0?download_url=file://.#src/main.rs"
41
+ }
42
+ ]
43
+ },
44
+ "properties": [
45
+ {
46
+ "name": "cdx:rustc:sbom:target:all_targets",
47
+ "value": "true"
48
+ }
49
+ ]
50
+ },
51
+ "components": [
52
+ {
53
+ "type": "library",
54
+ "bom-ref": "path+file:///D:/a/knf/knf/crates/knf-config#0.2.0",
55
+ "name": "knf-config",
56
+ "version": "0.2.0",
57
+ "description": "Load, merge and emit layered JSON and TOML configuration files",
58
+ "scope": "required",
59
+ "licenses": [
60
+ {
61
+ "expression": "MIT"
62
+ }
63
+ ],
64
+ "purl": "pkg:cargo/knf-config@0.2.0?download_url=file://..\\knf-config",
65
+ "externalReferences": [
66
+ {
67
+ "type": "vcs",
68
+ "url": "https://github.com/binado/knf"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "library",
74
+ "bom-ref": "path+file:///D:/a/knf/knf/crates/knf-core#0.2.0",
75
+ "name": "knf-core",
76
+ "version": "0.2.0",
77
+ "description": "Layered merge over an owned JSON/TOML-superset value tree",
78
+ "scope": "required",
79
+ "licenses": [
80
+ {
81
+ "expression": "MIT"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/knf-core@0.2.0?download_url=file://..\\knf-core",
85
+ "externalReferences": [
86
+ {
87
+ "type": "vcs",
88
+ "url": "https://github.com/binado/knf"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "type": "library",
94
+ "bom-ref": "path+file:///D:/a/knf/knf/crates/knf-interp#0.2.0",
95
+ "name": "knf-interp",
96
+ "version": "0.2.0",
97
+ "description": "${key.path} and ${env:VAR} reference resolution over the knf merge IR",
98
+ "scope": "required",
99
+ "licenses": [
100
+ {
101
+ "expression": "MIT"
102
+ }
103
+ ],
104
+ "purl": "pkg:cargo/knf-interp@0.2.0?download_url=file://..\\knf-interp",
105
+ "externalReferences": [
106
+ {
107
+ "type": "vcs",
108
+ "url": "https://github.com/binado/knf"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "type": "library",
114
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
115
+ "name": "anstream",
116
+ "version": "1.0.0",
117
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
118
+ "scope": "required",
119
+ "hashes": [
120
+ {
121
+ "alg": "SHA-256",
122
+ "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
123
+ }
124
+ ],
125
+ "licenses": [
126
+ {
127
+ "expression": "MIT OR Apache-2.0"
128
+ }
129
+ ],
130
+ "purl": "pkg:cargo/anstream@1.0.0",
131
+ "externalReferences": [
132
+ {
133
+ "type": "vcs",
134
+ "url": "https://github.com/rust-cli/anstyle.git"
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "type": "library",
140
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
141
+ "name": "anstyle-parse",
142
+ "version": "1.0.0",
143
+ "description": "Parse ANSI Style Escapes",
144
+ "scope": "required",
145
+ "hashes": [
146
+ {
147
+ "alg": "SHA-256",
148
+ "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
149
+ }
150
+ ],
151
+ "licenses": [
152
+ {
153
+ "expression": "MIT OR Apache-2.0"
154
+ }
155
+ ],
156
+ "purl": "pkg:cargo/anstyle-parse@1.0.0",
157
+ "externalReferences": [
158
+ {
159
+ "type": "vcs",
160
+ "url": "https://github.com/rust-cli/anstyle.git"
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "type": "library",
166
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
167
+ "name": "anstyle-query",
168
+ "version": "1.1.5",
169
+ "description": "Look up colored console capabilities",
170
+ "scope": "required",
171
+ "hashes": [
172
+ {
173
+ "alg": "SHA-256",
174
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
175
+ }
176
+ ],
177
+ "licenses": [
178
+ {
179
+ "expression": "MIT OR Apache-2.0"
180
+ }
181
+ ],
182
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
183
+ "externalReferences": [
184
+ {
185
+ "type": "vcs",
186
+ "url": "https://github.com/rust-cli/anstyle.git"
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "type": "library",
192
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
193
+ "name": "anstyle-wincon",
194
+ "version": "3.0.11",
195
+ "description": "Styling legacy Windows terminals",
196
+ "scope": "required",
197
+ "hashes": [
198
+ {
199
+ "alg": "SHA-256",
200
+ "content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
201
+ }
202
+ ],
203
+ "licenses": [
204
+ {
205
+ "expression": "MIT OR Apache-2.0"
206
+ }
207
+ ],
208
+ "purl": "pkg:cargo/anstyle-wincon@3.0.11",
209
+ "externalReferences": [
210
+ {
211
+ "type": "vcs",
212
+ "url": "https://github.com/rust-cli/anstyle.git"
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "type": "library",
218
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
219
+ "name": "anstyle",
220
+ "version": "1.0.14",
221
+ "description": "ANSI text styling",
222
+ "scope": "required",
223
+ "hashes": [
224
+ {
225
+ "alg": "SHA-256",
226
+ "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
227
+ }
228
+ ],
229
+ "licenses": [
230
+ {
231
+ "expression": "MIT OR Apache-2.0"
232
+ }
233
+ ],
234
+ "purl": "pkg:cargo/anstyle@1.0.14",
235
+ "externalReferences": [
236
+ {
237
+ "type": "vcs",
238
+ "url": "https://github.com/rust-cli/anstyle.git"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "type": "library",
244
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.104",
245
+ "author": "David Tolnay <dtolnay@gmail.com>",
246
+ "name": "anyhow",
247
+ "version": "1.0.104",
248
+ "description": "Flexible concrete Error type built on std::error::Error",
249
+ "scope": "required",
250
+ "hashes": [
251
+ {
252
+ "alg": "SHA-256",
253
+ "content": "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
254
+ }
255
+ ],
256
+ "licenses": [
257
+ {
258
+ "expression": "MIT OR Apache-2.0"
259
+ }
260
+ ],
261
+ "purl": "pkg:cargo/anyhow@1.0.104",
262
+ "externalReferences": [
263
+ {
264
+ "type": "documentation",
265
+ "url": "https://docs.rs/anyhow"
266
+ },
267
+ {
268
+ "type": "vcs",
269
+ "url": "https://github.com/dtolnay/anyhow"
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "type": "library",
275
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.6",
276
+ "name": "clap",
277
+ "version": "4.6.6",
278
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
279
+ "scope": "required",
280
+ "hashes": [
281
+ {
282
+ "alg": "SHA-256",
283
+ "content": "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
284
+ }
285
+ ],
286
+ "licenses": [
287
+ {
288
+ "expression": "MIT OR Apache-2.0"
289
+ }
290
+ ],
291
+ "purl": "pkg:cargo/clap@4.6.6",
292
+ "externalReferences": [
293
+ {
294
+ "type": "vcs",
295
+ "url": "https://github.com/clap-rs/clap"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "type": "library",
301
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.6",
302
+ "name": "clap_builder",
303
+ "version": "4.6.6",
304
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
305
+ "scope": "required",
306
+ "hashes": [
307
+ {
308
+ "alg": "SHA-256",
309
+ "content": "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
310
+ }
311
+ ],
312
+ "licenses": [
313
+ {
314
+ "expression": "MIT OR Apache-2.0"
315
+ }
316
+ ],
317
+ "purl": "pkg:cargo/clap_builder@4.6.6",
318
+ "externalReferences": [
319
+ {
320
+ "type": "vcs",
321
+ "url": "https://github.com/clap-rs/clap"
322
+ }
323
+ ]
324
+ },
325
+ {
326
+ "type": "library",
327
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.4",
328
+ "name": "clap_derive",
329
+ "version": "4.6.4",
330
+ "description": "Parse command line argument by defining a struct, derive crate.",
331
+ "scope": "required",
332
+ "hashes": [
333
+ {
334
+ "alg": "SHA-256",
335
+ "content": "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
336
+ }
337
+ ],
338
+ "licenses": [
339
+ {
340
+ "expression": "MIT OR Apache-2.0"
341
+ }
342
+ ],
343
+ "purl": "pkg:cargo/clap_derive@4.6.4",
344
+ "externalReferences": [
345
+ {
346
+ "type": "vcs",
347
+ "url": "https://github.com/clap-rs/clap"
348
+ }
349
+ ]
350
+ },
351
+ {
352
+ "type": "library",
353
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
354
+ "name": "clap_lex",
355
+ "version": "1.1.0",
356
+ "description": "Minimal, flexible command line parser",
357
+ "scope": "required",
358
+ "hashes": [
359
+ {
360
+ "alg": "SHA-256",
361
+ "content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
362
+ }
363
+ ],
364
+ "licenses": [
365
+ {
366
+ "expression": "MIT OR Apache-2.0"
367
+ }
368
+ ],
369
+ "purl": "pkg:cargo/clap_lex@1.1.0",
370
+ "externalReferences": [
371
+ {
372
+ "type": "vcs",
373
+ "url": "https://github.com/clap-rs/clap"
374
+ }
375
+ ]
376
+ },
377
+ {
378
+ "type": "library",
379
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
380
+ "name": "colorchoice",
381
+ "version": "1.0.5",
382
+ "description": "Global override of color control",
383
+ "scope": "required",
384
+ "hashes": [
385
+ {
386
+ "alg": "SHA-256",
387
+ "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
388
+ }
389
+ ],
390
+ "licenses": [
391
+ {
392
+ "expression": "MIT OR Apache-2.0"
393
+ }
394
+ ],
395
+ "purl": "pkg:cargo/colorchoice@1.0.5",
396
+ "externalReferences": [
397
+ {
398
+ "type": "vcs",
399
+ "url": "https://github.com/rust-cli/anstyle.git"
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "type": "library",
405
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
406
+ "name": "equivalent",
407
+ "version": "1.0.2",
408
+ "description": "Traits for key comparison in maps.",
409
+ "scope": "required",
410
+ "hashes": [
411
+ {
412
+ "alg": "SHA-256",
413
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
414
+ }
415
+ ],
416
+ "licenses": [
417
+ {
418
+ "expression": "Apache-2.0 OR MIT"
419
+ }
420
+ ],
421
+ "purl": "pkg:cargo/equivalent@1.0.2",
422
+ "externalReferences": [
423
+ {
424
+ "type": "vcs",
425
+ "url": "https://github.com/indexmap-rs/equivalent"
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "type": "library",
431
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
432
+ "name": "hashbrown",
433
+ "version": "0.17.1",
434
+ "description": "A Rust port of Google's SwissTable hash map",
435
+ "scope": "required",
436
+ "hashes": [
437
+ {
438
+ "alg": "SHA-256",
439
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
440
+ }
441
+ ],
442
+ "licenses": [
443
+ {
444
+ "expression": "MIT OR Apache-2.0"
445
+ }
446
+ ],
447
+ "purl": "pkg:cargo/hashbrown@0.17.1",
448
+ "externalReferences": [
449
+ {
450
+ "type": "vcs",
451
+ "url": "https://github.com/rust-lang/hashbrown"
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "type": "library",
457
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
458
+ "name": "heck",
459
+ "version": "0.5.0",
460
+ "description": "heck is a case conversion library.",
461
+ "scope": "required",
462
+ "hashes": [
463
+ {
464
+ "alg": "SHA-256",
465
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
466
+ }
467
+ ],
468
+ "licenses": [
469
+ {
470
+ "expression": "MIT OR Apache-2.0"
471
+ }
472
+ ],
473
+ "purl": "pkg:cargo/heck@0.5.0",
474
+ "externalReferences": [
475
+ {
476
+ "type": "vcs",
477
+ "url": "https://github.com/withoutboats/heck"
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "type": "library",
483
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
484
+ "name": "indexmap",
485
+ "version": "2.14.0",
486
+ "description": "A hash table with consistent order and fast iteration.",
487
+ "scope": "required",
488
+ "hashes": [
489
+ {
490
+ "alg": "SHA-256",
491
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
492
+ }
493
+ ],
494
+ "licenses": [
495
+ {
496
+ "expression": "Apache-2.0 OR MIT"
497
+ }
498
+ ],
499
+ "purl": "pkg:cargo/indexmap@2.14.0",
500
+ "externalReferences": [
501
+ {
502
+ "type": "documentation",
503
+ "url": "https://docs.rs/indexmap/"
504
+ },
505
+ {
506
+ "type": "vcs",
507
+ "url": "https://github.com/indexmap-rs/indexmap"
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "type": "library",
513
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
514
+ "name": "is_terminal_polyfill",
515
+ "version": "1.70.2",
516
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
517
+ "scope": "required",
518
+ "hashes": [
519
+ {
520
+ "alg": "SHA-256",
521
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
522
+ }
523
+ ],
524
+ "licenses": [
525
+ {
526
+ "expression": "MIT OR Apache-2.0"
527
+ }
528
+ ],
529
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
530
+ "externalReferences": [
531
+ {
532
+ "type": "vcs",
533
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "type": "library",
539
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
540
+ "author": "David Tolnay <dtolnay@gmail.com>",
541
+ "name": "itoa",
542
+ "version": "1.0.18",
543
+ "description": "Fast integer primitive to string conversion",
544
+ "scope": "required",
545
+ "hashes": [
546
+ {
547
+ "alg": "SHA-256",
548
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
549
+ }
550
+ ],
551
+ "licenses": [
552
+ {
553
+ "expression": "MIT OR Apache-2.0"
554
+ }
555
+ ],
556
+ "purl": "pkg:cargo/itoa@1.0.18",
557
+ "externalReferences": [
558
+ {
559
+ "type": "documentation",
560
+ "url": "https://docs.rs/itoa"
561
+ },
562
+ {
563
+ "type": "vcs",
564
+ "url": "https://github.com/dtolnay/itoa"
565
+ }
566
+ ]
567
+ },
568
+ {
569
+ "type": "library",
570
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
571
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
572
+ "name": "memchr",
573
+ "version": "2.8.3",
574
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
575
+ "scope": "required",
576
+ "hashes": [
577
+ {
578
+ "alg": "SHA-256",
579
+ "content": "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
580
+ }
581
+ ],
582
+ "licenses": [
583
+ {
584
+ "expression": "Unlicense OR MIT"
585
+ }
586
+ ],
587
+ "purl": "pkg:cargo/memchr@2.8.3",
588
+ "externalReferences": [
589
+ {
590
+ "type": "documentation",
591
+ "url": "https://docs.rs/memchr/"
592
+ },
593
+ {
594
+ "type": "website",
595
+ "url": "https://github.com/BurntSushi/memchr"
596
+ },
597
+ {
598
+ "type": "vcs",
599
+ "url": "https://github.com/BurntSushi/memchr"
600
+ }
601
+ ]
602
+ },
603
+ {
604
+ "type": "library",
605
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
606
+ "name": "once_cell_polyfill",
607
+ "version": "1.70.2",
608
+ "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
609
+ "scope": "required",
610
+ "hashes": [
611
+ {
612
+ "alg": "SHA-256",
613
+ "content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
614
+ }
615
+ ],
616
+ "licenses": [
617
+ {
618
+ "expression": "MIT OR Apache-2.0"
619
+ }
620
+ ],
621
+ "purl": "pkg:cargo/once_cell_polyfill@1.70.2",
622
+ "externalReferences": [
623
+ {
624
+ "type": "vcs",
625
+ "url": "https://github.com/polyfill-rs/once_cell_polyfill"
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "type": "library",
631
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
632
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
633
+ "name": "proc-macro2",
634
+ "version": "1.0.107",
635
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
636
+ "scope": "required",
637
+ "hashes": [
638
+ {
639
+ "alg": "SHA-256",
640
+ "content": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
641
+ }
642
+ ],
643
+ "licenses": [
644
+ {
645
+ "expression": "MIT OR Apache-2.0"
646
+ }
647
+ ],
648
+ "purl": "pkg:cargo/proc-macro2@1.0.107",
649
+ "externalReferences": [
650
+ {
651
+ "type": "documentation",
652
+ "url": "https://docs.rs/proc-macro2"
653
+ },
654
+ {
655
+ "type": "vcs",
656
+ "url": "https://github.com/dtolnay/proc-macro2"
657
+ }
658
+ ]
659
+ },
660
+ {
661
+ "type": "library",
662
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
663
+ "author": "David Tolnay <dtolnay@gmail.com>",
664
+ "name": "quote",
665
+ "version": "1.0.47",
666
+ "description": "Quasi-quoting macro quote!(...)",
667
+ "scope": "required",
668
+ "hashes": [
669
+ {
670
+ "alg": "SHA-256",
671
+ "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
672
+ }
673
+ ],
674
+ "licenses": [
675
+ {
676
+ "expression": "MIT OR Apache-2.0"
677
+ }
678
+ ],
679
+ "purl": "pkg:cargo/quote@1.0.47",
680
+ "externalReferences": [
681
+ {
682
+ "type": "documentation",
683
+ "url": "https://docs.rs/quote/"
684
+ },
685
+ {
686
+ "type": "vcs",
687
+ "url": "https://github.com/dtolnay/quote"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "type": "library",
693
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
694
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
695
+ "name": "serde_core",
696
+ "version": "1.0.229",
697
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
698
+ "scope": "required",
699
+ "hashes": [
700
+ {
701
+ "alg": "SHA-256",
702
+ "content": "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
703
+ }
704
+ ],
705
+ "licenses": [
706
+ {
707
+ "expression": "MIT OR Apache-2.0"
708
+ }
709
+ ],
710
+ "purl": "pkg:cargo/serde_core@1.0.229",
711
+ "externalReferences": [
712
+ {
713
+ "type": "documentation",
714
+ "url": "https://docs.rs/serde_core"
715
+ },
716
+ {
717
+ "type": "website",
718
+ "url": "https://serde.rs"
719
+ },
720
+ {
721
+ "type": "vcs",
722
+ "url": "https://github.com/serde-rs/serde"
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ "type": "library",
728
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
729
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
730
+ "name": "serde_json",
731
+ "version": "1.0.151",
732
+ "description": "A JSON serialization file format",
733
+ "scope": "required",
734
+ "hashes": [
735
+ {
736
+ "alg": "SHA-256",
737
+ "content": "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
738
+ }
739
+ ],
740
+ "licenses": [
741
+ {
742
+ "expression": "MIT OR Apache-2.0"
743
+ }
744
+ ],
745
+ "purl": "pkg:cargo/serde_json@1.0.151",
746
+ "externalReferences": [
747
+ {
748
+ "type": "documentation",
749
+ "url": "https://docs.rs/serde_json"
750
+ },
751
+ {
752
+ "type": "vcs",
753
+ "url": "https://github.com/serde-rs/json"
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "type": "library",
759
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
760
+ "name": "serde_spanned",
761
+ "version": "1.1.1",
762
+ "description": "Serde-compatible spanned Value",
763
+ "scope": "required",
764
+ "hashes": [
765
+ {
766
+ "alg": "SHA-256",
767
+ "content": "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
768
+ }
769
+ ],
770
+ "licenses": [
771
+ {
772
+ "expression": "MIT OR Apache-2.0"
773
+ }
774
+ ],
775
+ "purl": "pkg:cargo/serde_spanned@1.1.1",
776
+ "externalReferences": [
777
+ {
778
+ "type": "vcs",
779
+ "url": "https://github.com/toml-rs/toml"
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "type": "library",
785
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
786
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
787
+ "name": "strsim",
788
+ "version": "0.11.1",
789
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
790
+ "scope": "required",
791
+ "hashes": [
792
+ {
793
+ "alg": "SHA-256",
794
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
795
+ }
796
+ ],
797
+ "licenses": [
798
+ {
799
+ "expression": "MIT"
800
+ }
801
+ ],
802
+ "purl": "pkg:cargo/strsim@0.11.1",
803
+ "externalReferences": [
804
+ {
805
+ "type": "documentation",
806
+ "url": "https://docs.rs/strsim/"
807
+ },
808
+ {
809
+ "type": "website",
810
+ "url": "https://github.com/rapidfuzz/strsim-rs"
811
+ },
812
+ {
813
+ "type": "vcs",
814
+ "url": "https://github.com/rapidfuzz/strsim-rs"
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "type": "library",
820
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3",
821
+ "author": "David Tolnay <dtolnay@gmail.com>",
822
+ "name": "syn",
823
+ "version": "3.0.3",
824
+ "description": "Parser for Rust source code",
825
+ "scope": "required",
826
+ "hashes": [
827
+ {
828
+ "alg": "SHA-256",
829
+ "content": "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
830
+ }
831
+ ],
832
+ "licenses": [
833
+ {
834
+ "expression": "MIT OR Apache-2.0"
835
+ }
836
+ ],
837
+ "purl": "pkg:cargo/syn@3.0.3",
838
+ "externalReferences": [
839
+ {
840
+ "type": "documentation",
841
+ "url": "https://docs.rs/syn"
842
+ },
843
+ {
844
+ "type": "vcs",
845
+ "url": "https://github.com/dtolnay/syn"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "type": "library",
851
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20",
852
+ "author": "David Tolnay <dtolnay@gmail.com>",
853
+ "name": "thiserror-impl",
854
+ "version": "2.0.20",
855
+ "description": "Implementation detail of the `thiserror` crate",
856
+ "scope": "required",
857
+ "hashes": [
858
+ {
859
+ "alg": "SHA-256",
860
+ "content": "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
861
+ }
862
+ ],
863
+ "licenses": [
864
+ {
865
+ "expression": "MIT OR Apache-2.0"
866
+ }
867
+ ],
868
+ "purl": "pkg:cargo/thiserror-impl@2.0.20",
869
+ "externalReferences": [
870
+ {
871
+ "type": "vcs",
872
+ "url": "https://github.com/dtolnay/thiserror"
873
+ }
874
+ ]
875
+ },
876
+ {
877
+ "type": "library",
878
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
879
+ "author": "David Tolnay <dtolnay@gmail.com>",
880
+ "name": "thiserror",
881
+ "version": "2.0.20",
882
+ "description": "derive(Error)",
883
+ "scope": "required",
884
+ "hashes": [
885
+ {
886
+ "alg": "SHA-256",
887
+ "content": "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
888
+ }
889
+ ],
890
+ "licenses": [
891
+ {
892
+ "expression": "MIT OR Apache-2.0"
893
+ }
894
+ ],
895
+ "purl": "pkg:cargo/thiserror@2.0.20",
896
+ "externalReferences": [
897
+ {
898
+ "type": "documentation",
899
+ "url": "https://docs.rs/thiserror"
900
+ },
901
+ {
902
+ "type": "vcs",
903
+ "url": "https://github.com/dtolnay/thiserror"
904
+ }
905
+ ]
906
+ },
907
+ {
908
+ "type": "library",
909
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.4+spec-1.1.0",
910
+ "name": "toml",
911
+ "version": "1.1.4+spec-1.1.0",
912
+ "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
913
+ "scope": "required",
914
+ "hashes": [
915
+ {
916
+ "alg": "SHA-256",
917
+ "content": "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
918
+ }
919
+ ],
920
+ "licenses": [
921
+ {
922
+ "expression": "MIT OR Apache-2.0"
923
+ }
924
+ ],
925
+ "purl": "pkg:cargo/toml@1.1.4+spec-1.1.0",
926
+ "externalReferences": [
927
+ {
928
+ "type": "vcs",
929
+ "url": "https://github.com/toml-rs/toml"
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "type": "library",
935
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
936
+ "name": "toml_datetime",
937
+ "version": "1.1.1+spec-1.1.0",
938
+ "description": "A TOML-compatible datetime type",
939
+ "scope": "required",
940
+ "hashes": [
941
+ {
942
+ "alg": "SHA-256",
943
+ "content": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
944
+ }
945
+ ],
946
+ "licenses": [
947
+ {
948
+ "expression": "MIT OR Apache-2.0"
949
+ }
950
+ ],
951
+ "purl": "pkg:cargo/toml_datetime@1.1.1+spec-1.1.0",
952
+ "externalReferences": [
953
+ {
954
+ "type": "vcs",
955
+ "url": "https://github.com/toml-rs/toml"
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "type": "library",
961
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
962
+ "name": "toml_parser",
963
+ "version": "1.1.3+spec-1.1.0",
964
+ "description": "Yet another format-preserving TOML parser.",
965
+ "scope": "required",
966
+ "hashes": [
967
+ {
968
+ "alg": "SHA-256",
969
+ "content": "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
970
+ }
971
+ ],
972
+ "licenses": [
973
+ {
974
+ "expression": "MIT OR Apache-2.0"
975
+ }
976
+ ],
977
+ "purl": "pkg:cargo/toml_parser@1.1.3+spec-1.1.0",
978
+ "externalReferences": [
979
+ {
980
+ "type": "vcs",
981
+ "url": "https://github.com/toml-rs/toml"
982
+ }
983
+ ]
984
+ },
985
+ {
986
+ "type": "library",
987
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.2+spec-1.1.0",
988
+ "name": "toml_writer",
989
+ "version": "1.1.2+spec-1.1.0",
990
+ "description": "A low-level interface for writing out TOML ",
991
+ "scope": "required",
992
+ "hashes": [
993
+ {
994
+ "alg": "SHA-256",
995
+ "content": "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
996
+ }
997
+ ],
998
+ "licenses": [
999
+ {
1000
+ "expression": "MIT OR Apache-2.0"
1001
+ }
1002
+ ],
1003
+ "purl": "pkg:cargo/toml_writer@1.1.2+spec-1.1.0",
1004
+ "externalReferences": [
1005
+ {
1006
+ "type": "vcs",
1007
+ "url": "https://github.com/toml-rs/toml"
1008
+ }
1009
+ ]
1010
+ },
1011
+ {
1012
+ "type": "library",
1013
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1014
+ "author": "David Tolnay <dtolnay@gmail.com>",
1015
+ "name": "unicode-ident",
1016
+ "version": "1.0.24",
1017
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1018
+ "scope": "required",
1019
+ "hashes": [
1020
+ {
1021
+ "alg": "SHA-256",
1022
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1023
+ }
1024
+ ],
1025
+ "licenses": [
1026
+ {
1027
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1028
+ }
1029
+ ],
1030
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1031
+ "externalReferences": [
1032
+ {
1033
+ "type": "documentation",
1034
+ "url": "https://docs.rs/unicode-ident"
1035
+ },
1036
+ {
1037
+ "type": "vcs",
1038
+ "url": "https://github.com/dtolnay/unicode-ident"
1039
+ }
1040
+ ]
1041
+ },
1042
+ {
1043
+ "type": "library",
1044
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
1045
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
1046
+ "name": "utf8parse",
1047
+ "version": "0.2.2",
1048
+ "description": "Table-driven UTF-8 parser",
1049
+ "scope": "required",
1050
+ "hashes": [
1051
+ {
1052
+ "alg": "SHA-256",
1053
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1054
+ }
1055
+ ],
1056
+ "licenses": [
1057
+ {
1058
+ "expression": "Apache-2.0 OR MIT"
1059
+ }
1060
+ ],
1061
+ "purl": "pkg:cargo/utf8parse@0.2.2",
1062
+ "externalReferences": [
1063
+ {
1064
+ "type": "documentation",
1065
+ "url": "https://docs.rs/utf8parse/"
1066
+ },
1067
+ {
1068
+ "type": "vcs",
1069
+ "url": "https://github.com/alacritty/vte"
1070
+ }
1071
+ ]
1072
+ },
1073
+ {
1074
+ "type": "library",
1075
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
1076
+ "name": "windows-link",
1077
+ "version": "0.2.1",
1078
+ "description": "Linking for Windows",
1079
+ "scope": "required",
1080
+ "hashes": [
1081
+ {
1082
+ "alg": "SHA-256",
1083
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1084
+ }
1085
+ ],
1086
+ "licenses": [
1087
+ {
1088
+ "expression": "MIT OR Apache-2.0"
1089
+ }
1090
+ ],
1091
+ "purl": "pkg:cargo/windows-link@0.2.1",
1092
+ "externalReferences": [
1093
+ {
1094
+ "type": "vcs",
1095
+ "url": "https://github.com/microsoft/windows-rs"
1096
+ }
1097
+ ]
1098
+ },
1099
+ {
1100
+ "type": "library",
1101
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
1102
+ "name": "windows-sys",
1103
+ "version": "0.61.2",
1104
+ "description": "Rust for Windows",
1105
+ "scope": "required",
1106
+ "hashes": [
1107
+ {
1108
+ "alg": "SHA-256",
1109
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1110
+ }
1111
+ ],
1112
+ "licenses": [
1113
+ {
1114
+ "expression": "MIT OR Apache-2.0"
1115
+ }
1116
+ ],
1117
+ "purl": "pkg:cargo/windows-sys@0.61.2",
1118
+ "externalReferences": [
1119
+ {
1120
+ "type": "vcs",
1121
+ "url": "https://github.com/microsoft/windows-rs"
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "type": "library",
1127
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4",
1128
+ "name": "winnow",
1129
+ "version": "1.0.4",
1130
+ "description": "A byte-oriented, zero-copy, parser combinators library",
1131
+ "scope": "required",
1132
+ "hashes": [
1133
+ {
1134
+ "alg": "SHA-256",
1135
+ "content": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
1136
+ }
1137
+ ],
1138
+ "licenses": [
1139
+ {
1140
+ "expression": "MIT"
1141
+ }
1142
+ ],
1143
+ "purl": "pkg:cargo/winnow@1.0.4",
1144
+ "externalReferences": [
1145
+ {
1146
+ "type": "vcs",
1147
+ "url": "https://github.com/winnow-rs/winnow"
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "type": "library",
1153
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.23",
1154
+ "author": "David Tolnay <dtolnay@gmail.com>",
1155
+ "name": "zmij",
1156
+ "version": "1.0.23",
1157
+ "description": "A double-to-string conversion algorithm based on Schubfach and xjb",
1158
+ "scope": "required",
1159
+ "hashes": [
1160
+ {
1161
+ "alg": "SHA-256",
1162
+ "content": "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
1163
+ }
1164
+ ],
1165
+ "licenses": [
1166
+ {
1167
+ "expression": "MIT"
1168
+ }
1169
+ ],
1170
+ "purl": "pkg:cargo/zmij@1.0.23",
1171
+ "externalReferences": [
1172
+ {
1173
+ "type": "documentation",
1174
+ "url": "https://docs.rs/zmij"
1175
+ },
1176
+ {
1177
+ "type": "vcs",
1178
+ "url": "https://github.com/dtolnay/zmij"
1179
+ }
1180
+ ]
1181
+ }
1182
+ ],
1183
+ "dependencies": [
1184
+ {
1185
+ "ref": "path+file:///D:/a/knf/knf/crates/knf#knf-cli@0.2.0",
1186
+ "dependsOn": [
1187
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.104",
1188
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.6",
1189
+ "path+file:///D:/a/knf/knf/crates/knf-config#0.2.0",
1190
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
1191
+ ]
1192
+ },
1193
+ {
1194
+ "ref": "path+file:///D:/a/knf/knf/crates/knf-config#0.2.0",
1195
+ "dependsOn": [
1196
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.104",
1197
+ "path+file:///D:/a/knf/knf/crates/knf-core#0.2.0",
1198
+ "path+file:///D:/a/knf/knf/crates/knf-interp#0.2.0",
1199
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
1200
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
1201
+ "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.4+spec-1.1.0"
1202
+ ]
1203
+ },
1204
+ {
1205
+ "ref": "path+file:///D:/a/knf/knf/crates/knf-core#0.2.0",
1206
+ "dependsOn": [
1207
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1208
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20"
1209
+ ]
1210
+ },
1211
+ {
1212
+ "ref": "path+file:///D:/a/knf/knf/crates/knf-interp#0.2.0",
1213
+ "dependsOn": [
1214
+ "path+file:///D:/a/knf/knf/crates/knf-core#0.2.0",
1215
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20"
1216
+ ]
1217
+ },
1218
+ {
1219
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
1220
+ "dependsOn": [
1221
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
1222
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
1223
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
1224
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
1225
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
1226
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
1227
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1228
+ ]
1229
+ },
1230
+ {
1231
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
1232
+ "dependsOn": [
1233
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1234
+ ]
1235
+ },
1236
+ {
1237
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
1238
+ "dependsOn": [
1239
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
1240
+ ]
1241
+ },
1242
+ {
1243
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
1244
+ "dependsOn": [
1245
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
1246
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
1247
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
1248
+ ]
1249
+ },
1250
+ {
1251
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
1252
+ },
1253
+ {
1254
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.104"
1255
+ },
1256
+ {
1257
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.6",
1258
+ "dependsOn": [
1259
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.6",
1260
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.4"
1261
+ ]
1262
+ },
1263
+ {
1264
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.6",
1265
+ "dependsOn": [
1266
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
1267
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
1268
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
1269
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1270
+ ]
1271
+ },
1272
+ {
1273
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.4",
1274
+ "dependsOn": [
1275
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1276
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1277
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1278
+ "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
1279
+ ]
1280
+ },
1281
+ {
1282
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
1283
+ },
1284
+ {
1285
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
1286
+ },
1287
+ {
1288
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
1289
+ },
1290
+ {
1291
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1292
+ },
1293
+ {
1294
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1295
+ },
1296
+ {
1297
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1298
+ "dependsOn": [
1299
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
1300
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1301
+ ]
1302
+ },
1303
+ {
1304
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
1305
+ },
1306
+ {
1307
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
1308
+ },
1309
+ {
1310
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
1311
+ },
1312
+ {
1313
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
1314
+ },
1315
+ {
1316
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1317
+ "dependsOn": [
1318
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1319
+ ]
1320
+ },
1321
+ {
1322
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1323
+ "dependsOn": [
1324
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
1325
+ ]
1326
+ },
1327
+ {
1328
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
1329
+ },
1330
+ {
1331
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
1332
+ "dependsOn": [
1333
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1334
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
1335
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
1336
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
1337
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.23"
1338
+ ]
1339
+ },
1340
+ {
1341
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
1342
+ "dependsOn": [
1343
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
1344
+ ]
1345
+ },
1346
+ {
1347
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
1348
+ },
1349
+ {
1350
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3",
1351
+ "dependsOn": [
1352
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1353
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1354
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1355
+ ]
1356
+ },
1357
+ {
1358
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20",
1359
+ "dependsOn": [
1360
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1361
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1362
+ "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
1363
+ ]
1364
+ },
1365
+ {
1366
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
1367
+ "dependsOn": [
1368
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20"
1369
+ ]
1370
+ },
1371
+ {
1372
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.4+spec-1.1.0",
1373
+ "dependsOn": [
1374
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1375
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
1376
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
1377
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
1378
+ "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
1379
+ "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.2+spec-1.1.0",
1380
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
1381
+ ]
1382
+ },
1383
+ {
1384
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
1385
+ "dependsOn": [
1386
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
1387
+ ]
1388
+ },
1389
+ {
1390
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.3+spec-1.1.0",
1391
+ "dependsOn": [
1392
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.2+spec-1.1.0"
1397
+ },
1398
+ {
1399
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1400
+ },
1401
+ {
1402
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
1403
+ },
1404
+ {
1405
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1406
+ },
1407
+ {
1408
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
1409
+ "dependsOn": [
1410
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1411
+ ]
1412
+ },
1413
+ {
1414
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.4"
1415
+ },
1416
+ {
1417
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.23"
1418
+ }
1419
+ ]
1420
+ }