llmlint-cli 0.3.4__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,3599 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:3d40ee75-a0a9-43ce-bcf5-388d4e66a924",
6
+ "metadata": {
7
+ "timestamp": "2026-07-03T16:02:17.476857100Z",
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/llmlint/llmlint#0.3.4",
18
+ "name": "llmlint",
19
+ "version": "0.3.4",
20
+ "description": "LLM-as-judge linter: enforce code-quality checks deterministic linters can't express, by driving real coding harnesses through oneharness.",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "expression": "MIT"
25
+ }
26
+ ],
27
+ "purl": "pkg:cargo/llmlint@0.3.4?download_url=file://.",
28
+ "externalReferences": [
29
+ {
30
+ "type": "website",
31
+ "url": "https://github.com/nickderobertis/llmlint"
32
+ },
33
+ {
34
+ "type": "vcs",
35
+ "url": "https://github.com/nickderobertis/llmlint"
36
+ }
37
+ ],
38
+ "components": [
39
+ {
40
+ "type": "library",
41
+ "bom-ref": "path+file:///D:/a/llmlint/llmlint#0.3.4 bin-target-0",
42
+ "name": "llmlint",
43
+ "version": "0.3.4",
44
+ "purl": "pkg:cargo/llmlint@0.3.4?download_url=file://.#src/lib.rs"
45
+ },
46
+ {
47
+ "type": "application",
48
+ "bom-ref": "path+file:///D:/a/llmlint/llmlint#0.3.4 bin-target-1",
49
+ "name": "llmlint",
50
+ "version": "0.3.4",
51
+ "purl": "pkg:cargo/llmlint@0.3.4?download_url=file://.#src/main.rs"
52
+ },
53
+ {
54
+ "type": "application",
55
+ "bom-ref": "path+file:///D:/a/llmlint/llmlint#0.3.4 bin-target-2",
56
+ "name": "llmlint-mock-oneharness",
57
+ "version": "0.3.4",
58
+ "purl": "pkg:cargo/llmlint@0.3.4?download_url=file://.#tests/support/mock_oneharness.rs"
59
+ }
60
+ ]
61
+ },
62
+ "properties": [
63
+ {
64
+ "name": "cdx:rustc:sbom:target:all_targets",
65
+ "value": "true"
66
+ }
67
+ ]
68
+ },
69
+ "components": [
70
+ {
71
+ "type": "library",
72
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
73
+ "author": "Andrew Gallant <jamslam@gmail.com>",
74
+ "name": "aho-corasick",
75
+ "version": "1.1.4",
76
+ "description": "Fast multiple substring searching.",
77
+ "scope": "required",
78
+ "hashes": [
79
+ {
80
+ "alg": "SHA-256",
81
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
82
+ }
83
+ ],
84
+ "licenses": [
85
+ {
86
+ "expression": "Unlicense OR MIT"
87
+ }
88
+ ],
89
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
90
+ "externalReferences": [
91
+ {
92
+ "type": "website",
93
+ "url": "https://github.com/BurntSushi/aho-corasick"
94
+ },
95
+ {
96
+ "type": "vcs",
97
+ "url": "https://github.com/BurntSushi/aho-corasick"
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "type": "library",
103
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
104
+ "name": "anstream",
105
+ "version": "1.0.0",
106
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
107
+ "scope": "required",
108
+ "hashes": [
109
+ {
110
+ "alg": "SHA-256",
111
+ "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
112
+ }
113
+ ],
114
+ "licenses": [
115
+ {
116
+ "expression": "MIT OR Apache-2.0"
117
+ }
118
+ ],
119
+ "purl": "pkg:cargo/anstream@1.0.0",
120
+ "externalReferences": [
121
+ {
122
+ "type": "vcs",
123
+ "url": "https://github.com/rust-cli/anstyle.git"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "type": "library",
129
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
130
+ "name": "anstyle-parse",
131
+ "version": "1.0.0",
132
+ "description": "Parse ANSI Style Escapes",
133
+ "scope": "required",
134
+ "hashes": [
135
+ {
136
+ "alg": "SHA-256",
137
+ "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
138
+ }
139
+ ],
140
+ "licenses": [
141
+ {
142
+ "expression": "MIT OR Apache-2.0"
143
+ }
144
+ ],
145
+ "purl": "pkg:cargo/anstyle-parse@1.0.0",
146
+ "externalReferences": [
147
+ {
148
+ "type": "vcs",
149
+ "url": "https://github.com/rust-cli/anstyle.git"
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "type": "library",
155
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
156
+ "name": "anstyle-query",
157
+ "version": "1.1.5",
158
+ "description": "Look up colored console capabilities",
159
+ "scope": "required",
160
+ "hashes": [
161
+ {
162
+ "alg": "SHA-256",
163
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
164
+ }
165
+ ],
166
+ "licenses": [
167
+ {
168
+ "expression": "MIT OR Apache-2.0"
169
+ }
170
+ ],
171
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
172
+ "externalReferences": [
173
+ {
174
+ "type": "vcs",
175
+ "url": "https://github.com/rust-cli/anstyle.git"
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "type": "library",
181
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
182
+ "name": "anstyle-wincon",
183
+ "version": "3.0.11",
184
+ "description": "Styling legacy Windows terminals",
185
+ "scope": "required",
186
+ "hashes": [
187
+ {
188
+ "alg": "SHA-256",
189
+ "content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
190
+ }
191
+ ],
192
+ "licenses": [
193
+ {
194
+ "expression": "MIT OR Apache-2.0"
195
+ }
196
+ ],
197
+ "purl": "pkg:cargo/anstyle-wincon@3.0.11",
198
+ "externalReferences": [
199
+ {
200
+ "type": "vcs",
201
+ "url": "https://github.com/rust-cli/anstyle.git"
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "type": "library",
207
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
208
+ "name": "anstyle",
209
+ "version": "1.0.14",
210
+ "description": "ANSI text styling",
211
+ "scope": "required",
212
+ "hashes": [
213
+ {
214
+ "alg": "SHA-256",
215
+ "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
216
+ }
217
+ ],
218
+ "licenses": [
219
+ {
220
+ "expression": "MIT OR Apache-2.0"
221
+ }
222
+ ],
223
+ "purl": "pkg:cargo/anstyle@1.0.14",
224
+ "externalReferences": [
225
+ {
226
+ "type": "vcs",
227
+ "url": "https://github.com/rust-cli/anstyle.git"
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "type": "library",
233
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.7",
234
+ "author": "bluss",
235
+ "name": "arrayvec",
236
+ "version": "0.7.7",
237
+ "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
238
+ "scope": "required",
239
+ "hashes": [
240
+ {
241
+ "alg": "SHA-256",
242
+ "content": "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
243
+ }
244
+ ],
245
+ "licenses": [
246
+ {
247
+ "expression": "MIT OR Apache-2.0"
248
+ }
249
+ ],
250
+ "purl": "pkg:cargo/arrayvec@0.7.7",
251
+ "externalReferences": [
252
+ {
253
+ "type": "documentation",
254
+ "url": "https://docs.rs/arrayvec/"
255
+ },
256
+ {
257
+ "type": "vcs",
258
+ "url": "https://github.com/bluss/arrayvec"
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "type": "library",
264
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
265
+ "author": "Marshall Pierce <marshall@mpierce.org>",
266
+ "name": "base64",
267
+ "version": "0.22.1",
268
+ "description": "encodes and decodes base64 as bytes or utf8",
269
+ "scope": "required",
270
+ "hashes": [
271
+ {
272
+ "alg": "SHA-256",
273
+ "content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
274
+ }
275
+ ],
276
+ "licenses": [
277
+ {
278
+ "expression": "MIT OR Apache-2.0"
279
+ }
280
+ ],
281
+ "purl": "pkg:cargo/base64@0.22.1",
282
+ "externalReferences": [
283
+ {
284
+ "type": "documentation",
285
+ "url": "https://docs.rs/base64"
286
+ },
287
+ {
288
+ "type": "vcs",
289
+ "url": "https://github.com/marshallpierce/rust-base64"
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "type": "library",
295
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
296
+ "author": "Andrew Gallant <jamslam@gmail.com>",
297
+ "name": "bstr",
298
+ "version": "1.12.1",
299
+ "description": "A string type that is not required to be valid UTF-8.",
300
+ "scope": "required",
301
+ "hashes": [
302
+ {
303
+ "alg": "SHA-256",
304
+ "content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
305
+ }
306
+ ],
307
+ "licenses": [
308
+ {
309
+ "expression": "MIT OR Apache-2.0"
310
+ }
311
+ ],
312
+ "purl": "pkg:cargo/bstr@1.12.1",
313
+ "externalReferences": [
314
+ {
315
+ "type": "documentation",
316
+ "url": "https://docs.rs/bstr"
317
+ },
318
+ {
319
+ "type": "website",
320
+ "url": "https://github.com/BurntSushi/bstr"
321
+ },
322
+ {
323
+ "type": "vcs",
324
+ "url": "https://github.com/BurntSushi/bstr"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "type": "library",
330
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.0",
331
+ "author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
332
+ "name": "bytes",
333
+ "version": "1.12.0",
334
+ "description": "Types and traits for working with bytes",
335
+ "scope": "required",
336
+ "hashes": [
337
+ {
338
+ "alg": "SHA-256",
339
+ "content": "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
340
+ }
341
+ ],
342
+ "licenses": [
343
+ {
344
+ "expression": "MIT"
345
+ }
346
+ ],
347
+ "purl": "pkg:cargo/bytes@1.12.0",
348
+ "externalReferences": [
349
+ {
350
+ "type": "vcs",
351
+ "url": "https://github.com/tokio-rs/bytes"
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "type": "library",
357
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.65",
358
+ "author": "Alex Crichton <alex@alexcrichton.com>",
359
+ "name": "cc",
360
+ "version": "1.2.65",
361
+ "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ",
362
+ "scope": "excluded",
363
+ "hashes": [
364
+ {
365
+ "alg": "SHA-256",
366
+ "content": "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
367
+ }
368
+ ],
369
+ "licenses": [
370
+ {
371
+ "expression": "MIT OR Apache-2.0"
372
+ }
373
+ ],
374
+ "purl": "pkg:cargo/cc@1.2.65",
375
+ "externalReferences": [
376
+ {
377
+ "type": "documentation",
378
+ "url": "https://docs.rs/cc"
379
+ },
380
+ {
381
+ "type": "website",
382
+ "url": "https://github.com/rust-lang/cc-rs"
383
+ },
384
+ {
385
+ "type": "vcs",
386
+ "url": "https://github.com/rust-lang/cc-rs"
387
+ }
388
+ ]
389
+ },
390
+ {
391
+ "type": "library",
392
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
393
+ "author": "Alex Crichton <alex@alexcrichton.com>",
394
+ "name": "cfg-if",
395
+ "version": "1.0.4",
396
+ "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ",
397
+ "scope": "required",
398
+ "hashes": [
399
+ {
400
+ "alg": "SHA-256",
401
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
402
+ }
403
+ ],
404
+ "licenses": [
405
+ {
406
+ "expression": "MIT OR Apache-2.0"
407
+ }
408
+ ],
409
+ "purl": "pkg:cargo/cfg-if@1.0.4",
410
+ "externalReferences": [
411
+ {
412
+ "type": "vcs",
413
+ "url": "https://github.com/rust-lang/cfg-if"
414
+ }
415
+ ]
416
+ },
417
+ {
418
+ "type": "library",
419
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
420
+ "name": "clap",
421
+ "version": "4.6.1",
422
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
423
+ "scope": "required",
424
+ "hashes": [
425
+ {
426
+ "alg": "SHA-256",
427
+ "content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
428
+ }
429
+ ],
430
+ "licenses": [
431
+ {
432
+ "expression": "MIT OR Apache-2.0"
433
+ }
434
+ ],
435
+ "purl": "pkg:cargo/clap@4.6.1",
436
+ "externalReferences": [
437
+ {
438
+ "type": "vcs",
439
+ "url": "https://github.com/clap-rs/clap"
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "type": "library",
445
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
446
+ "name": "clap_builder",
447
+ "version": "4.6.0",
448
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
449
+ "scope": "required",
450
+ "hashes": [
451
+ {
452
+ "alg": "SHA-256",
453
+ "content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
454
+ }
455
+ ],
456
+ "licenses": [
457
+ {
458
+ "expression": "MIT OR Apache-2.0"
459
+ }
460
+ ],
461
+ "purl": "pkg:cargo/clap_builder@4.6.0",
462
+ "externalReferences": [
463
+ {
464
+ "type": "vcs",
465
+ "url": "https://github.com/clap-rs/clap"
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "type": "library",
471
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
472
+ "name": "clap_derive",
473
+ "version": "4.6.1",
474
+ "description": "Parse command line argument by defining a struct, derive crate.",
475
+ "scope": "required",
476
+ "hashes": [
477
+ {
478
+ "alg": "SHA-256",
479
+ "content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
480
+ }
481
+ ],
482
+ "licenses": [
483
+ {
484
+ "expression": "MIT OR Apache-2.0"
485
+ }
486
+ ],
487
+ "purl": "pkg:cargo/clap_derive@4.6.1",
488
+ "externalReferences": [
489
+ {
490
+ "type": "vcs",
491
+ "url": "https://github.com/clap-rs/clap"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "type": "library",
497
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
498
+ "name": "clap_lex",
499
+ "version": "1.1.0",
500
+ "description": "Minimal, flexible command line parser",
501
+ "scope": "required",
502
+ "hashes": [
503
+ {
504
+ "alg": "SHA-256",
505
+ "content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
506
+ }
507
+ ],
508
+ "licenses": [
509
+ {
510
+ "expression": "MIT OR Apache-2.0"
511
+ }
512
+ ],
513
+ "purl": "pkg:cargo/clap_lex@1.1.0",
514
+ "externalReferences": [
515
+ {
516
+ "type": "vcs",
517
+ "url": "https://github.com/clap-rs/clap"
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "type": "library",
523
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
524
+ "name": "colorchoice",
525
+ "version": "1.0.5",
526
+ "description": "Global override of color control",
527
+ "scope": "required",
528
+ "hashes": [
529
+ {
530
+ "alg": "SHA-256",
531
+ "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
532
+ }
533
+ ],
534
+ "licenses": [
535
+ {
536
+ "expression": "MIT OR Apache-2.0"
537
+ }
538
+ ],
539
+ "purl": "pkg:cargo/colorchoice@1.0.5",
540
+ "externalReferences": [
541
+ {
542
+ "type": "vcs",
543
+ "url": "https://github.com/rust-cli/anstyle.git"
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "type": "library",
549
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#console@0.15.11",
550
+ "author": "Armin Ronacher <armin.ronacher@active-4.com>",
551
+ "name": "console",
552
+ "version": "0.15.11",
553
+ "description": "A terminal and console abstraction for Rust",
554
+ "scope": "required",
555
+ "hashes": [
556
+ {
557
+ "alg": "SHA-256",
558
+ "content": "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
559
+ }
560
+ ],
561
+ "licenses": [
562
+ {
563
+ "expression": "MIT"
564
+ }
565
+ ],
566
+ "purl": "pkg:cargo/console@0.15.11",
567
+ "externalReferences": [
568
+ {
569
+ "type": "documentation",
570
+ "url": "https://docs.rs/console"
571
+ },
572
+ {
573
+ "type": "website",
574
+ "url": "https://github.com/console-rs/console"
575
+ },
576
+ {
577
+ "type": "vcs",
578
+ "url": "https://github.com/console-rs/console"
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "type": "library",
584
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
585
+ "name": "crossbeam-deque",
586
+ "version": "0.8.6",
587
+ "description": "Concurrent work-stealing deque",
588
+ "scope": "required",
589
+ "hashes": [
590
+ {
591
+ "alg": "SHA-256",
592
+ "content": "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
593
+ }
594
+ ],
595
+ "licenses": [
596
+ {
597
+ "expression": "MIT OR Apache-2.0"
598
+ }
599
+ ],
600
+ "purl": "pkg:cargo/crossbeam-deque@0.8.6",
601
+ "externalReferences": [
602
+ {
603
+ "type": "website",
604
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
605
+ },
606
+ {
607
+ "type": "vcs",
608
+ "url": "https://github.com/crossbeam-rs/crossbeam"
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "type": "library",
614
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
615
+ "name": "crossbeam-epoch",
616
+ "version": "0.9.18",
617
+ "description": "Epoch-based garbage collection",
618
+ "scope": "required",
619
+ "hashes": [
620
+ {
621
+ "alg": "SHA-256",
622
+ "content": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
623
+ }
624
+ ],
625
+ "licenses": [
626
+ {
627
+ "expression": "MIT OR Apache-2.0"
628
+ }
629
+ ],
630
+ "purl": "pkg:cargo/crossbeam-epoch@0.9.18",
631
+ "externalReferences": [
632
+ {
633
+ "type": "website",
634
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
635
+ },
636
+ {
637
+ "type": "vcs",
638
+ "url": "https://github.com/crossbeam-rs/crossbeam"
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "type": "library",
644
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
645
+ "name": "crossbeam-utils",
646
+ "version": "0.8.21",
647
+ "description": "Utilities for concurrent programming",
648
+ "scope": "required",
649
+ "hashes": [
650
+ {
651
+ "alg": "SHA-256",
652
+ "content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
653
+ }
654
+ ],
655
+ "licenses": [
656
+ {
657
+ "expression": "MIT OR Apache-2.0"
658
+ }
659
+ ],
660
+ "purl": "pkg:cargo/crossbeam-utils@0.8.21",
661
+ "externalReferences": [
662
+ {
663
+ "type": "website",
664
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
665
+ },
666
+ {
667
+ "type": "vcs",
668
+ "url": "https://github.com/crossbeam-rs/crossbeam"
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "type": "library",
674
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
675
+ "author": "David Tolnay <dtolnay@gmail.com>",
676
+ "name": "dyn-clone",
677
+ "version": "1.0.20",
678
+ "description": "Clone trait that is dyn-compatible",
679
+ "scope": "required",
680
+ "hashes": [
681
+ {
682
+ "alg": "SHA-256",
683
+ "content": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
684
+ }
685
+ ],
686
+ "licenses": [
687
+ {
688
+ "expression": "MIT OR Apache-2.0"
689
+ }
690
+ ],
691
+ "purl": "pkg:cargo/dyn-clone@1.0.20",
692
+ "externalReferences": [
693
+ {
694
+ "type": "documentation",
695
+ "url": "https://docs.rs/dyn-clone"
696
+ },
697
+ {
698
+ "type": "vcs",
699
+ "url": "https://github.com/dtolnay/dyn-clone"
700
+ }
701
+ ]
702
+ },
703
+ {
704
+ "type": "library",
705
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#encode_unicode@1.0.0",
706
+ "author": "Torbjørn Birch Moltu <t.b.moltu@lyse.net>",
707
+ "name": "encode_unicode",
708
+ "version": "1.0.0",
709
+ "description": "UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. ",
710
+ "scope": "required",
711
+ "hashes": [
712
+ {
713
+ "alg": "SHA-256",
714
+ "content": "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
715
+ }
716
+ ],
717
+ "licenses": [
718
+ {
719
+ "expression": "Apache-2.0 OR MIT"
720
+ }
721
+ ],
722
+ "purl": "pkg:cargo/encode_unicode@1.0.0",
723
+ "externalReferences": [
724
+ {
725
+ "type": "documentation",
726
+ "url": "https://docs.rs/encode_unicode/"
727
+ },
728
+ {
729
+ "type": "vcs",
730
+ "url": "https://github.com/tormol/encode_unicode"
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "type": "library",
736
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
737
+ "name": "equivalent",
738
+ "version": "1.0.2",
739
+ "description": "Traits for key comparison in maps.",
740
+ "scope": "required",
741
+ "hashes": [
742
+ {
743
+ "alg": "SHA-256",
744
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
745
+ }
746
+ ],
747
+ "licenses": [
748
+ {
749
+ "expression": "Apache-2.0 OR MIT"
750
+ }
751
+ ],
752
+ "purl": "pkg:cargo/equivalent@1.0.2",
753
+ "externalReferences": [
754
+ {
755
+ "type": "vcs",
756
+ "url": "https://github.com/indexmap-rs/equivalent"
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "type": "library",
762
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1",
763
+ "author": "Stjepan Glavina <stjepang@gmail.com>",
764
+ "name": "fastrand",
765
+ "version": "2.4.1",
766
+ "description": "A simple and fast random number generator",
767
+ "scope": "required",
768
+ "hashes": [
769
+ {
770
+ "alg": "SHA-256",
771
+ "content": "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
772
+ }
773
+ ],
774
+ "licenses": [
775
+ {
776
+ "expression": "Apache-2.0 OR MIT"
777
+ }
778
+ ],
779
+ "purl": "pkg:cargo/fastrand@2.4.1",
780
+ "externalReferences": [
781
+ {
782
+ "type": "vcs",
783
+ "url": "https://github.com/smol-rs/fastrand"
784
+ }
785
+ ]
786
+ },
787
+ {
788
+ "type": "library",
789
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
790
+ "name": "find-msvc-tools",
791
+ "version": "0.1.9",
792
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
793
+ "scope": "excluded",
794
+ "hashes": [
795
+ {
796
+ "alg": "SHA-256",
797
+ "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
798
+ }
799
+ ],
800
+ "licenses": [
801
+ {
802
+ "expression": "MIT OR Apache-2.0"
803
+ }
804
+ ],
805
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
806
+ "externalReferences": [
807
+ {
808
+ "type": "documentation",
809
+ "url": "https://docs.rs/find-msvc-tools"
810
+ },
811
+ {
812
+ "type": "vcs",
813
+ "url": "https://github.com/rust-lang/cc-rs"
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "type": "library",
819
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
820
+ "author": "The Rand Project Developers",
821
+ "name": "getrandom",
822
+ "version": "0.2.17",
823
+ "description": "A small cross-platform library for retrieving random data from system source",
824
+ "scope": "required",
825
+ "hashes": [
826
+ {
827
+ "alg": "SHA-256",
828
+ "content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
829
+ }
830
+ ],
831
+ "licenses": [
832
+ {
833
+ "expression": "MIT OR Apache-2.0"
834
+ }
835
+ ],
836
+ "purl": "pkg:cargo/getrandom@0.2.17",
837
+ "externalReferences": [
838
+ {
839
+ "type": "documentation",
840
+ "url": "https://docs.rs/getrandom"
841
+ },
842
+ {
843
+ "type": "vcs",
844
+ "url": "https://github.com/rust-random/getrandom"
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "type": "library",
850
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
851
+ "author": "The Rand Project Developers",
852
+ "name": "getrandom",
853
+ "version": "0.4.3",
854
+ "description": "A small cross-platform library for retrieving random data from system source",
855
+ "scope": "required",
856
+ "hashes": [
857
+ {
858
+ "alg": "SHA-256",
859
+ "content": "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
860
+ }
861
+ ],
862
+ "licenses": [
863
+ {
864
+ "expression": "MIT OR Apache-2.0"
865
+ }
866
+ ],
867
+ "purl": "pkg:cargo/getrandom@0.4.3",
868
+ "externalReferences": [
869
+ {
870
+ "type": "documentation",
871
+ "url": "https://docs.rs/getrandom"
872
+ },
873
+ {
874
+ "type": "vcs",
875
+ "url": "https://github.com/rust-random/getrandom"
876
+ }
877
+ ]
878
+ },
879
+ {
880
+ "type": "library",
881
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
882
+ "author": "Andrew Gallant <jamslam@gmail.com>",
883
+ "name": "globset",
884
+ "version": "0.4.18",
885
+ "description": "Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ",
886
+ "scope": "required",
887
+ "hashes": [
888
+ {
889
+ "alg": "SHA-256",
890
+ "content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
891
+ }
892
+ ],
893
+ "licenses": [
894
+ {
895
+ "expression": "Unlicense OR MIT"
896
+ }
897
+ ],
898
+ "purl": "pkg:cargo/globset@0.4.18",
899
+ "externalReferences": [
900
+ {
901
+ "type": "documentation",
902
+ "url": "https://docs.rs/globset"
903
+ },
904
+ {
905
+ "type": "website",
906
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
907
+ },
908
+ {
909
+ "type": "vcs",
910
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "type": "library",
916
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
917
+ "name": "hashbrown",
918
+ "version": "0.17.1",
919
+ "description": "A Rust port of Google's SwissTable hash map",
920
+ "scope": "required",
921
+ "hashes": [
922
+ {
923
+ "alg": "SHA-256",
924
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
925
+ }
926
+ ],
927
+ "licenses": [
928
+ {
929
+ "expression": "MIT OR Apache-2.0"
930
+ }
931
+ ],
932
+ "purl": "pkg:cargo/hashbrown@0.17.1",
933
+ "externalReferences": [
934
+ {
935
+ "type": "vcs",
936
+ "url": "https://github.com/rust-lang/hashbrown"
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "type": "library",
942
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
943
+ "name": "heck",
944
+ "version": "0.5.0",
945
+ "description": "heck is a case conversion library.",
946
+ "scope": "required",
947
+ "hashes": [
948
+ {
949
+ "alg": "SHA-256",
950
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
951
+ }
952
+ ],
953
+ "licenses": [
954
+ {
955
+ "expression": "MIT OR Apache-2.0"
956
+ }
957
+ ],
958
+ "purl": "pkg:cargo/heck@0.5.0",
959
+ "externalReferences": [
960
+ {
961
+ "type": "vcs",
962
+ "url": "https://github.com/withoutboats/heck"
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "type": "library",
968
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
969
+ "author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
970
+ "name": "http",
971
+ "version": "1.4.2",
972
+ "description": "A set of types for representing HTTP requests and responses. ",
973
+ "scope": "required",
974
+ "hashes": [
975
+ {
976
+ "alg": "SHA-256",
977
+ "content": "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
978
+ }
979
+ ],
980
+ "licenses": [
981
+ {
982
+ "expression": "MIT OR Apache-2.0"
983
+ }
984
+ ],
985
+ "purl": "pkg:cargo/http@1.4.2",
986
+ "externalReferences": [
987
+ {
988
+ "type": "documentation",
989
+ "url": "https://docs.rs/http"
990
+ },
991
+ {
992
+ "type": "vcs",
993
+ "url": "https://github.com/hyperium/http"
994
+ }
995
+ ]
996
+ },
997
+ {
998
+ "type": "library",
999
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
1000
+ "author": "Sean McArthur <sean@seanmonstar.com>",
1001
+ "name": "httparse",
1002
+ "version": "1.10.1",
1003
+ "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
1004
+ "scope": "required",
1005
+ "hashes": [
1006
+ {
1007
+ "alg": "SHA-256",
1008
+ "content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1009
+ }
1010
+ ],
1011
+ "licenses": [
1012
+ {
1013
+ "expression": "MIT OR Apache-2.0"
1014
+ }
1015
+ ],
1016
+ "purl": "pkg:cargo/httparse@1.10.1",
1017
+ "externalReferences": [
1018
+ {
1019
+ "type": "documentation",
1020
+ "url": "https://docs.rs/httparse"
1021
+ },
1022
+ {
1023
+ "type": "vcs",
1024
+ "url": "https://github.com/seanmonstar/httparse"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "type": "library",
1030
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ignore@0.4.26",
1031
+ "author": "Andrew Gallant <jamslam@gmail.com>",
1032
+ "name": "ignore",
1033
+ "version": "0.4.26",
1034
+ "description": "A fast library for efficiently matching ignore files such as `.gitignore` against file paths. ",
1035
+ "scope": "required",
1036
+ "hashes": [
1037
+ {
1038
+ "alg": "SHA-256",
1039
+ "content": "b915661dd01db3f05050265b2477bcc6527b3792388e2749b41623cc592be67d"
1040
+ }
1041
+ ],
1042
+ "licenses": [
1043
+ {
1044
+ "expression": "Unlicense OR MIT"
1045
+ }
1046
+ ],
1047
+ "purl": "pkg:cargo/ignore@0.4.26",
1048
+ "externalReferences": [
1049
+ {
1050
+ "type": "documentation",
1051
+ "url": "https://docs.rs/ignore"
1052
+ },
1053
+ {
1054
+ "type": "website",
1055
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
1056
+ },
1057
+ {
1058
+ "type": "vcs",
1059
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "type": "library",
1065
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1066
+ "name": "indexmap",
1067
+ "version": "2.14.0",
1068
+ "description": "A hash table with consistent order and fast iteration.",
1069
+ "scope": "required",
1070
+ "hashes": [
1071
+ {
1072
+ "alg": "SHA-256",
1073
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1074
+ }
1075
+ ],
1076
+ "licenses": [
1077
+ {
1078
+ "expression": "Apache-2.0 OR MIT"
1079
+ }
1080
+ ],
1081
+ "purl": "pkg:cargo/indexmap@2.14.0",
1082
+ "externalReferences": [
1083
+ {
1084
+ "type": "documentation",
1085
+ "url": "https://docs.rs/indexmap/"
1086
+ },
1087
+ {
1088
+ "type": "vcs",
1089
+ "url": "https://github.com/indexmap-rs/indexmap"
1090
+ }
1091
+ ]
1092
+ },
1093
+ {
1094
+ "type": "library",
1095
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indicatif@0.17.11",
1096
+ "name": "indicatif",
1097
+ "version": "0.17.11",
1098
+ "description": "A progress bar and cli reporting library for Rust",
1099
+ "scope": "required",
1100
+ "hashes": [
1101
+ {
1102
+ "alg": "SHA-256",
1103
+ "content": "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1104
+ }
1105
+ ],
1106
+ "licenses": [
1107
+ {
1108
+ "expression": "MIT"
1109
+ }
1110
+ ],
1111
+ "purl": "pkg:cargo/indicatif@0.17.11",
1112
+ "externalReferences": [
1113
+ {
1114
+ "type": "documentation",
1115
+ "url": "https://docs.rs/indicatif"
1116
+ },
1117
+ {
1118
+ "type": "vcs",
1119
+ "url": "https://github.com/console-rs/indicatif"
1120
+ }
1121
+ ]
1122
+ },
1123
+ {
1124
+ "type": "library",
1125
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
1126
+ "name": "is_terminal_polyfill",
1127
+ "version": "1.70.2",
1128
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
1129
+ "scope": "required",
1130
+ "hashes": [
1131
+ {
1132
+ "alg": "SHA-256",
1133
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1134
+ }
1135
+ ],
1136
+ "licenses": [
1137
+ {
1138
+ "expression": "MIT OR Apache-2.0"
1139
+ }
1140
+ ],
1141
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
1142
+ "externalReferences": [
1143
+ {
1144
+ "type": "vcs",
1145
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ "type": "library",
1151
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
1152
+ "author": "David Tolnay <dtolnay@gmail.com>",
1153
+ "name": "itoa",
1154
+ "version": "1.0.18",
1155
+ "description": "Fast integer primitive to string conversion",
1156
+ "scope": "required",
1157
+ "hashes": [
1158
+ {
1159
+ "alg": "SHA-256",
1160
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1161
+ }
1162
+ ],
1163
+ "licenses": [
1164
+ {
1165
+ "expression": "MIT OR Apache-2.0"
1166
+ }
1167
+ ],
1168
+ "purl": "pkg:cargo/itoa@1.0.18",
1169
+ "externalReferences": [
1170
+ {
1171
+ "type": "documentation",
1172
+ "url": "https://docs.rs/itoa"
1173
+ },
1174
+ {
1175
+ "type": "vcs",
1176
+ "url": "https://github.com/dtolnay/itoa"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "type": "library",
1182
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1183
+ "author": "The Rust Project Developers",
1184
+ "name": "libc",
1185
+ "version": "0.2.186",
1186
+ "description": "Raw FFI bindings to platform libraries like libc.",
1187
+ "scope": "required",
1188
+ "hashes": [
1189
+ {
1190
+ "alg": "SHA-256",
1191
+ "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1192
+ }
1193
+ ],
1194
+ "licenses": [
1195
+ {
1196
+ "expression": "MIT OR Apache-2.0"
1197
+ }
1198
+ ],
1199
+ "purl": "pkg:cargo/libc@0.2.186",
1200
+ "externalReferences": [
1201
+ {
1202
+ "type": "vcs",
1203
+ "url": "https://github.com/rust-lang/libc"
1204
+ }
1205
+ ]
1206
+ },
1207
+ {
1208
+ "type": "library",
1209
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
1210
+ "author": "The Rust Project Developers",
1211
+ "name": "log",
1212
+ "version": "0.4.33",
1213
+ "description": "A lightweight logging facade for Rust ",
1214
+ "scope": "required",
1215
+ "hashes": [
1216
+ {
1217
+ "alg": "SHA-256",
1218
+ "content": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1219
+ }
1220
+ ],
1221
+ "licenses": [
1222
+ {
1223
+ "expression": "MIT OR Apache-2.0"
1224
+ }
1225
+ ],
1226
+ "purl": "pkg:cargo/log@0.4.33",
1227
+ "externalReferences": [
1228
+ {
1229
+ "type": "documentation",
1230
+ "url": "https://docs.rs/log"
1231
+ },
1232
+ {
1233
+ "type": "vcs",
1234
+ "url": "https://github.com/rust-lang/log"
1235
+ }
1236
+ ]
1237
+ },
1238
+ {
1239
+ "type": "library",
1240
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
1241
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
1242
+ "name": "memchr",
1243
+ "version": "2.8.2",
1244
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
1245
+ "scope": "required",
1246
+ "hashes": [
1247
+ {
1248
+ "alg": "SHA-256",
1249
+ "content": "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1250
+ }
1251
+ ],
1252
+ "licenses": [
1253
+ {
1254
+ "expression": "Unlicense OR MIT"
1255
+ }
1256
+ ],
1257
+ "purl": "pkg:cargo/memchr@2.8.2",
1258
+ "externalReferences": [
1259
+ {
1260
+ "type": "documentation",
1261
+ "url": "https://docs.rs/memchr/"
1262
+ },
1263
+ {
1264
+ "type": "website",
1265
+ "url": "https://github.com/BurntSushi/memchr"
1266
+ },
1267
+ {
1268
+ "type": "vcs",
1269
+ "url": "https://github.com/BurntSushi/memchr"
1270
+ }
1271
+ ]
1272
+ },
1273
+ {
1274
+ "type": "library",
1275
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memo-map@0.3.3",
1276
+ "author": "Armin Ronacher <armin.ronacher@active-4.com>",
1277
+ "name": "memo-map",
1278
+ "version": "0.3.3",
1279
+ "description": "A crate implementing a synchronized map for memoization",
1280
+ "scope": "required",
1281
+ "hashes": [
1282
+ {
1283
+ "alg": "SHA-256",
1284
+ "content": "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1285
+ }
1286
+ ],
1287
+ "licenses": [
1288
+ {
1289
+ "expression": "Apache-2.0"
1290
+ }
1291
+ ],
1292
+ "purl": "pkg:cargo/memo-map@0.3.3",
1293
+ "externalReferences": [
1294
+ {
1295
+ "type": "vcs",
1296
+ "url": "https://github.com/mitsuhiko/memo-map"
1297
+ }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "type": "library",
1302
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#minijinja@2.21.0",
1303
+ "author": "Armin Ronacher <armin.ronacher@active-4.com>",
1304
+ "name": "minijinja",
1305
+ "version": "2.21.0",
1306
+ "description": "a powerful template engine for Rust with minimal dependencies",
1307
+ "scope": "required",
1308
+ "hashes": [
1309
+ {
1310
+ "alg": "SHA-256",
1311
+ "content": "cb3d648e68cea56d9858d535ee28f9538404e2dd8cb08ed0bd05dca379477f39"
1312
+ }
1313
+ ],
1314
+ "licenses": [
1315
+ {
1316
+ "expression": "Apache-2.0"
1317
+ }
1318
+ ],
1319
+ "purl": "pkg:cargo/minijinja@2.21.0",
1320
+ "externalReferences": [
1321
+ {
1322
+ "type": "website",
1323
+ "url": "https://github.com/mitsuhiko/minijinja"
1324
+ },
1325
+ {
1326
+ "type": "vcs",
1327
+ "url": "https://github.com/mitsuhiko/minijinja"
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "type": "library",
1333
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#number_prefix@0.4.0",
1334
+ "author": "Benjamin Sago <ogham@bsago.me>",
1335
+ "name": "number_prefix",
1336
+ "version": "0.4.0",
1337
+ "description": "Library for numeric prefixes (kilo, giga, kibi).",
1338
+ "scope": "required",
1339
+ "hashes": [
1340
+ {
1341
+ "alg": "SHA-256",
1342
+ "content": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1343
+ }
1344
+ ],
1345
+ "licenses": [
1346
+ {
1347
+ "expression": "MIT"
1348
+ }
1349
+ ],
1350
+ "purl": "pkg:cargo/number_prefix@0.4.0",
1351
+ "externalReferences": [
1352
+ {
1353
+ "type": "documentation",
1354
+ "url": "https://docs.rs/number_prefix"
1355
+ },
1356
+ {
1357
+ "type": "vcs",
1358
+ "url": "https://github.com/ogham/rust-number-prefix"
1359
+ }
1360
+ ]
1361
+ },
1362
+ {
1363
+ "type": "library",
1364
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1365
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
1366
+ "name": "once_cell",
1367
+ "version": "1.21.4",
1368
+ "description": "Single assignment cells and lazy values.",
1369
+ "scope": "required",
1370
+ "hashes": [
1371
+ {
1372
+ "alg": "SHA-256",
1373
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1374
+ }
1375
+ ],
1376
+ "licenses": [
1377
+ {
1378
+ "expression": "MIT OR Apache-2.0"
1379
+ }
1380
+ ],
1381
+ "purl": "pkg:cargo/once_cell@1.21.4",
1382
+ "externalReferences": [
1383
+ {
1384
+ "type": "documentation",
1385
+ "url": "https://docs.rs/once_cell"
1386
+ },
1387
+ {
1388
+ "type": "vcs",
1389
+ "url": "https://github.com/matklad/once_cell"
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "type": "library",
1395
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
1396
+ "name": "once_cell_polyfill",
1397
+ "version": "1.70.2",
1398
+ "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
1399
+ "scope": "required",
1400
+ "hashes": [
1401
+ {
1402
+ "alg": "SHA-256",
1403
+ "content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1404
+ }
1405
+ ],
1406
+ "licenses": [
1407
+ {
1408
+ "expression": "MIT OR Apache-2.0"
1409
+ }
1410
+ ],
1411
+ "purl": "pkg:cargo/once_cell_polyfill@1.70.2",
1412
+ "externalReferences": [
1413
+ {
1414
+ "type": "vcs",
1415
+ "url": "https://github.com/polyfill-rs/once_cell_polyfill"
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "type": "library",
1421
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
1422
+ "author": "The rust-url developers",
1423
+ "name": "percent-encoding",
1424
+ "version": "2.3.2",
1425
+ "description": "Percent encoding and decoding",
1426
+ "scope": "required",
1427
+ "hashes": [
1428
+ {
1429
+ "alg": "SHA-256",
1430
+ "content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1431
+ }
1432
+ ],
1433
+ "licenses": [
1434
+ {
1435
+ "expression": "MIT OR Apache-2.0"
1436
+ }
1437
+ ],
1438
+ "purl": "pkg:cargo/percent-encoding@2.3.2",
1439
+ "externalReferences": [
1440
+ {
1441
+ "type": "vcs",
1442
+ "url": "https://github.com/servo/rust-url/"
1443
+ }
1444
+ ]
1445
+ },
1446
+ {
1447
+ "type": "library",
1448
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
1449
+ "name": "portable-atomic",
1450
+ "version": "1.13.1",
1451
+ "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
1452
+ "scope": "required",
1453
+ "hashes": [
1454
+ {
1455
+ "alg": "SHA-256",
1456
+ "content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1457
+ }
1458
+ ],
1459
+ "licenses": [
1460
+ {
1461
+ "expression": "Apache-2.0 OR MIT"
1462
+ }
1463
+ ],
1464
+ "purl": "pkg:cargo/portable-atomic@1.13.1",
1465
+ "externalReferences": [
1466
+ {
1467
+ "type": "vcs",
1468
+ "url": "https://github.com/taiki-e/portable-atomic"
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "type": "library",
1474
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1475
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1476
+ "name": "proc-macro2",
1477
+ "version": "1.0.106",
1478
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1479
+ "scope": "required",
1480
+ "hashes": [
1481
+ {
1482
+ "alg": "SHA-256",
1483
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1484
+ }
1485
+ ],
1486
+ "licenses": [
1487
+ {
1488
+ "expression": "MIT OR Apache-2.0"
1489
+ }
1490
+ ],
1491
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
1492
+ "externalReferences": [
1493
+ {
1494
+ "type": "documentation",
1495
+ "url": "https://docs.rs/proc-macro2"
1496
+ },
1497
+ {
1498
+ "type": "vcs",
1499
+ "url": "https://github.com/dtolnay/proc-macro2"
1500
+ }
1501
+ ]
1502
+ },
1503
+ {
1504
+ "type": "library",
1505
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
1506
+ "author": "David Tolnay <dtolnay@gmail.com>",
1507
+ "name": "quote",
1508
+ "version": "1.0.46",
1509
+ "description": "Quasi-quoting macro quote!(...)",
1510
+ "scope": "required",
1511
+ "hashes": [
1512
+ {
1513
+ "alg": "SHA-256",
1514
+ "content": "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1515
+ }
1516
+ ],
1517
+ "licenses": [
1518
+ {
1519
+ "expression": "MIT OR Apache-2.0"
1520
+ }
1521
+ ],
1522
+ "purl": "pkg:cargo/quote@1.0.46",
1523
+ "externalReferences": [
1524
+ {
1525
+ "type": "documentation",
1526
+ "url": "https://docs.rs/quote/"
1527
+ },
1528
+ {
1529
+ "type": "vcs",
1530
+ "url": "https://github.com/dtolnay/quote"
1531
+ }
1532
+ ]
1533
+ },
1534
+ {
1535
+ "type": "library",
1536
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
1537
+ "author": "David Tolnay <dtolnay@gmail.com>",
1538
+ "name": "ref-cast-impl",
1539
+ "version": "1.0.25",
1540
+ "description": "Derive implementation for ref_cast::RefCast.",
1541
+ "scope": "required",
1542
+ "hashes": [
1543
+ {
1544
+ "alg": "SHA-256",
1545
+ "content": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
1546
+ }
1547
+ ],
1548
+ "licenses": [
1549
+ {
1550
+ "expression": "MIT OR Apache-2.0"
1551
+ }
1552
+ ],
1553
+ "purl": "pkg:cargo/ref-cast-impl@1.0.25",
1554
+ "externalReferences": [
1555
+ {
1556
+ "type": "documentation",
1557
+ "url": "https://docs.rs/ref-cast"
1558
+ },
1559
+ {
1560
+ "type": "vcs",
1561
+ "url": "https://github.com/dtolnay/ref-cast"
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "type": "library",
1567
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
1568
+ "author": "David Tolnay <dtolnay@gmail.com>",
1569
+ "name": "ref-cast",
1570
+ "version": "1.0.25",
1571
+ "description": "Safely cast &T to &U where the struct U contains a single field of type T.",
1572
+ "scope": "required",
1573
+ "hashes": [
1574
+ {
1575
+ "alg": "SHA-256",
1576
+ "content": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
1577
+ }
1578
+ ],
1579
+ "licenses": [
1580
+ {
1581
+ "expression": "MIT OR Apache-2.0"
1582
+ }
1583
+ ],
1584
+ "purl": "pkg:cargo/ref-cast@1.0.25",
1585
+ "externalReferences": [
1586
+ {
1587
+ "type": "documentation",
1588
+ "url": "https://docs.rs/ref-cast"
1589
+ },
1590
+ {
1591
+ "type": "vcs",
1592
+ "url": "https://github.com/dtolnay/ref-cast"
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "type": "library",
1598
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1599
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1600
+ "name": "regex-automata",
1601
+ "version": "0.4.14",
1602
+ "description": "Automata construction and matching using regular expressions.",
1603
+ "scope": "required",
1604
+ "hashes": [
1605
+ {
1606
+ "alg": "SHA-256",
1607
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1608
+ }
1609
+ ],
1610
+ "licenses": [
1611
+ {
1612
+ "expression": "MIT OR Apache-2.0"
1613
+ }
1614
+ ],
1615
+ "purl": "pkg:cargo/regex-automata@0.4.14",
1616
+ "externalReferences": [
1617
+ {
1618
+ "type": "documentation",
1619
+ "url": "https://docs.rs/regex-automata"
1620
+ },
1621
+ {
1622
+ "type": "website",
1623
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
1624
+ },
1625
+ {
1626
+ "type": "vcs",
1627
+ "url": "https://github.com/rust-lang/regex"
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "type": "library",
1633
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
1634
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1635
+ "name": "regex-syntax",
1636
+ "version": "0.8.11",
1637
+ "description": "A regular expression parser.",
1638
+ "scope": "required",
1639
+ "hashes": [
1640
+ {
1641
+ "alg": "SHA-256",
1642
+ "content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1643
+ }
1644
+ ],
1645
+ "licenses": [
1646
+ {
1647
+ "expression": "MIT OR Apache-2.0"
1648
+ }
1649
+ ],
1650
+ "purl": "pkg:cargo/regex-syntax@0.8.11",
1651
+ "externalReferences": [
1652
+ {
1653
+ "type": "documentation",
1654
+ "url": "https://docs.rs/regex-syntax"
1655
+ },
1656
+ {
1657
+ "type": "website",
1658
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
1659
+ },
1660
+ {
1661
+ "type": "vcs",
1662
+ "url": "https://github.com/rust-lang/regex"
1663
+ }
1664
+ ]
1665
+ },
1666
+ {
1667
+ "type": "library",
1668
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
1669
+ "name": "ring",
1670
+ "version": "0.17.14",
1671
+ "description": "An experiment.",
1672
+ "scope": "required",
1673
+ "hashes": [
1674
+ {
1675
+ "alg": "SHA-256",
1676
+ "content": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1677
+ }
1678
+ ],
1679
+ "licenses": [
1680
+ {
1681
+ "expression": "Apache-2.0 AND ISC"
1682
+ }
1683
+ ],
1684
+ "purl": "pkg:cargo/ring@0.17.14",
1685
+ "externalReferences": [
1686
+ {
1687
+ "type": "other",
1688
+ "url": "ring_core_0_17_14_"
1689
+ },
1690
+ {
1691
+ "type": "vcs",
1692
+ "url": "https://github.com/briansmith/ring"
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "type": "library",
1698
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
1699
+ "name": "rustls-pki-types",
1700
+ "version": "1.14.1",
1701
+ "description": "Shared types for the rustls PKI ecosystem",
1702
+ "scope": "required",
1703
+ "hashes": [
1704
+ {
1705
+ "alg": "SHA-256",
1706
+ "content": "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1707
+ }
1708
+ ],
1709
+ "licenses": [
1710
+ {
1711
+ "expression": "MIT OR Apache-2.0"
1712
+ }
1713
+ ],
1714
+ "purl": "pkg:cargo/rustls-pki-types@1.14.1",
1715
+ "externalReferences": [
1716
+ {
1717
+ "type": "documentation",
1718
+ "url": "https://docs.rs/rustls-pki-types"
1719
+ },
1720
+ {
1721
+ "type": "website",
1722
+ "url": "https://github.com/rustls/pki-types"
1723
+ },
1724
+ {
1725
+ "type": "vcs",
1726
+ "url": "https://github.com/rustls/pki-types"
1727
+ }
1728
+ ]
1729
+ },
1730
+ {
1731
+ "type": "library",
1732
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
1733
+ "name": "rustls-webpki",
1734
+ "version": "0.103.13",
1735
+ "description": "Web PKI X.509 Certificate Verification.",
1736
+ "scope": "required",
1737
+ "hashes": [
1738
+ {
1739
+ "alg": "SHA-256",
1740
+ "content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1741
+ }
1742
+ ],
1743
+ "licenses": [
1744
+ {
1745
+ "expression": "ISC"
1746
+ }
1747
+ ],
1748
+ "purl": "pkg:cargo/rustls-webpki@0.103.13",
1749
+ "externalReferences": [
1750
+ {
1751
+ "type": "vcs",
1752
+ "url": "https://github.com/rustls/webpki"
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "type": "library",
1758
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
1759
+ "name": "rustls",
1760
+ "version": "0.23.41",
1761
+ "description": "Rustls is a modern TLS library written in Rust.",
1762
+ "scope": "required",
1763
+ "hashes": [
1764
+ {
1765
+ "alg": "SHA-256",
1766
+ "content": "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1767
+ }
1768
+ ],
1769
+ "licenses": [
1770
+ {
1771
+ "expression": "Apache-2.0 OR ISC OR MIT"
1772
+ }
1773
+ ],
1774
+ "purl": "pkg:cargo/rustls@0.23.41",
1775
+ "externalReferences": [
1776
+ {
1777
+ "type": "website",
1778
+ "url": "https://github.com/rustls/rustls"
1779
+ },
1780
+ {
1781
+ "type": "vcs",
1782
+ "url": "https://github.com/rustls/rustls"
1783
+ }
1784
+ ]
1785
+ },
1786
+ {
1787
+ "type": "library",
1788
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
1789
+ "author": "David Tolnay <dtolnay@gmail.com>",
1790
+ "name": "ryu",
1791
+ "version": "1.0.23",
1792
+ "description": "Fast floating point to string conversion",
1793
+ "scope": "required",
1794
+ "hashes": [
1795
+ {
1796
+ "alg": "SHA-256",
1797
+ "content": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1798
+ }
1799
+ ],
1800
+ "licenses": [
1801
+ {
1802
+ "expression": "Apache-2.0 OR BSL-1.0"
1803
+ }
1804
+ ],
1805
+ "purl": "pkg:cargo/ryu@1.0.23",
1806
+ "externalReferences": [
1807
+ {
1808
+ "type": "documentation",
1809
+ "url": "https://docs.rs/ryu"
1810
+ },
1811
+ {
1812
+ "type": "vcs",
1813
+ "url": "https://github.com/dtolnay/ryu"
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "type": "library",
1819
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
1820
+ "author": "Andrew Gallant <jamslam@gmail.com>",
1821
+ "name": "same-file",
1822
+ "version": "1.0.6",
1823
+ "description": "A simple crate for determining whether two file paths point to the same file. ",
1824
+ "scope": "required",
1825
+ "hashes": [
1826
+ {
1827
+ "alg": "SHA-256",
1828
+ "content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1829
+ }
1830
+ ],
1831
+ "licenses": [
1832
+ {
1833
+ "expression": "Unlicense OR MIT"
1834
+ }
1835
+ ],
1836
+ "purl": "pkg:cargo/same-file@1.0.6",
1837
+ "externalReferences": [
1838
+ {
1839
+ "type": "documentation",
1840
+ "url": "https://docs.rs/same-file"
1841
+ },
1842
+ {
1843
+ "type": "website",
1844
+ "url": "https://github.com/BurntSushi/same-file"
1845
+ },
1846
+ {
1847
+ "type": "vcs",
1848
+ "url": "https://github.com/BurntSushi/same-file"
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "type": "library",
1854
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
1855
+ "author": "Graham Esau <gesau@hotmail.co.uk>",
1856
+ "name": "schemars",
1857
+ "version": "1.2.1",
1858
+ "description": "Generate JSON Schemas from Rust code",
1859
+ "scope": "required",
1860
+ "hashes": [
1861
+ {
1862
+ "alg": "SHA-256",
1863
+ "content": "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
1864
+ }
1865
+ ],
1866
+ "licenses": [
1867
+ {
1868
+ "expression": "MIT"
1869
+ }
1870
+ ],
1871
+ "purl": "pkg:cargo/schemars@1.2.1",
1872
+ "externalReferences": [
1873
+ {
1874
+ "type": "website",
1875
+ "url": "https://graham.cool/schemars/"
1876
+ },
1877
+ {
1878
+ "type": "vcs",
1879
+ "url": "https://github.com/GREsau/schemars"
1880
+ }
1881
+ ]
1882
+ },
1883
+ {
1884
+ "type": "library",
1885
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars_derive@1.2.1",
1886
+ "author": "Graham Esau <gesau@hotmail.co.uk>",
1887
+ "name": "schemars_derive",
1888
+ "version": "1.2.1",
1889
+ "description": "Macros for #[derive(JsonSchema)], for use with schemars",
1890
+ "scope": "required",
1891
+ "hashes": [
1892
+ {
1893
+ "alg": "SHA-256",
1894
+ "content": "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f"
1895
+ }
1896
+ ],
1897
+ "licenses": [
1898
+ {
1899
+ "expression": "MIT"
1900
+ }
1901
+ ],
1902
+ "purl": "pkg:cargo/schemars_derive@1.2.1",
1903
+ "externalReferences": [
1904
+ {
1905
+ "type": "website",
1906
+ "url": "https://graham.cool/schemars/"
1907
+ },
1908
+ {
1909
+ "type": "vcs",
1910
+ "url": "https://github.com/GREsau/schemars"
1911
+ }
1912
+ ]
1913
+ },
1914
+ {
1915
+ "type": "library",
1916
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1917
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1918
+ "name": "serde",
1919
+ "version": "1.0.228",
1920
+ "description": "A generic serialization/deserialization framework",
1921
+ "scope": "required",
1922
+ "hashes": [
1923
+ {
1924
+ "alg": "SHA-256",
1925
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1926
+ }
1927
+ ],
1928
+ "licenses": [
1929
+ {
1930
+ "expression": "MIT OR Apache-2.0"
1931
+ }
1932
+ ],
1933
+ "purl": "pkg:cargo/serde@1.0.228",
1934
+ "externalReferences": [
1935
+ {
1936
+ "type": "documentation",
1937
+ "url": "https://docs.rs/serde"
1938
+ },
1939
+ {
1940
+ "type": "website",
1941
+ "url": "https://serde.rs"
1942
+ },
1943
+ {
1944
+ "type": "vcs",
1945
+ "url": "https://github.com/serde-rs/serde"
1946
+ }
1947
+ ]
1948
+ },
1949
+ {
1950
+ "type": "library",
1951
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1952
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1953
+ "name": "serde_core",
1954
+ "version": "1.0.228",
1955
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
1956
+ "scope": "required",
1957
+ "hashes": [
1958
+ {
1959
+ "alg": "SHA-256",
1960
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1961
+ }
1962
+ ],
1963
+ "licenses": [
1964
+ {
1965
+ "expression": "MIT OR Apache-2.0"
1966
+ }
1967
+ ],
1968
+ "purl": "pkg:cargo/serde_core@1.0.228",
1969
+ "externalReferences": [
1970
+ {
1971
+ "type": "documentation",
1972
+ "url": "https://docs.rs/serde_core"
1973
+ },
1974
+ {
1975
+ "type": "website",
1976
+ "url": "https://serde.rs"
1977
+ },
1978
+ {
1979
+ "type": "vcs",
1980
+ "url": "https://github.com/serde-rs/serde"
1981
+ }
1982
+ ]
1983
+ },
1984
+ {
1985
+ "type": "library",
1986
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1987
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1988
+ "name": "serde_derive",
1989
+ "version": "1.0.228",
1990
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
1991
+ "scope": "required",
1992
+ "hashes": [
1993
+ {
1994
+ "alg": "SHA-256",
1995
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1996
+ }
1997
+ ],
1998
+ "licenses": [
1999
+ {
2000
+ "expression": "MIT OR Apache-2.0"
2001
+ }
2002
+ ],
2003
+ "purl": "pkg:cargo/serde_derive@1.0.228",
2004
+ "externalReferences": [
2005
+ {
2006
+ "type": "documentation",
2007
+ "url": "https://serde.rs/derive.html"
2008
+ },
2009
+ {
2010
+ "type": "website",
2011
+ "url": "https://serde.rs"
2012
+ },
2013
+ {
2014
+ "type": "vcs",
2015
+ "url": "https://github.com/serde-rs/serde"
2016
+ }
2017
+ ]
2018
+ },
2019
+ {
2020
+ "type": "library",
2021
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
2022
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
2023
+ "name": "serde_derive_internals",
2024
+ "version": "0.29.1",
2025
+ "description": "AST representation used by Serde derive macros. Unstable.",
2026
+ "scope": "required",
2027
+ "hashes": [
2028
+ {
2029
+ "alg": "SHA-256",
2030
+ "content": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
2031
+ }
2032
+ ],
2033
+ "licenses": [
2034
+ {
2035
+ "expression": "MIT OR Apache-2.0"
2036
+ }
2037
+ ],
2038
+ "purl": "pkg:cargo/serde_derive_internals@0.29.1",
2039
+ "externalReferences": [
2040
+ {
2041
+ "type": "documentation",
2042
+ "url": "https://docs.rs/serde_derive_internals"
2043
+ },
2044
+ {
2045
+ "type": "website",
2046
+ "url": "https://serde.rs"
2047
+ },
2048
+ {
2049
+ "type": "vcs",
2050
+ "url": "https://github.com/serde-rs/serde"
2051
+ }
2052
+ ]
2053
+ },
2054
+ {
2055
+ "type": "library",
2056
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
2057
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
2058
+ "name": "serde_json",
2059
+ "version": "1.0.150",
2060
+ "description": "A JSON serialization file format",
2061
+ "scope": "required",
2062
+ "hashes": [
2063
+ {
2064
+ "alg": "SHA-256",
2065
+ "content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2066
+ }
2067
+ ],
2068
+ "licenses": [
2069
+ {
2070
+ "expression": "MIT OR Apache-2.0"
2071
+ }
2072
+ ],
2073
+ "purl": "pkg:cargo/serde_json@1.0.150",
2074
+ "externalReferences": [
2075
+ {
2076
+ "type": "documentation",
2077
+ "url": "https://docs.rs/serde_json"
2078
+ },
2079
+ {
2080
+ "type": "vcs",
2081
+ "url": "https://github.com/serde-rs/json"
2082
+ }
2083
+ ]
2084
+ },
2085
+ {
2086
+ "type": "library",
2087
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml_ng@0.10.0",
2088
+ "author": "Antoine Catton <devel@antoine.catton.fr>",
2089
+ "name": "serde_yaml_ng",
2090
+ "version": "0.10.0",
2091
+ "description": "YAML data format for Serde",
2092
+ "scope": "required",
2093
+ "hashes": [
2094
+ {
2095
+ "alg": "SHA-256",
2096
+ "content": "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f"
2097
+ }
2098
+ ],
2099
+ "licenses": [
2100
+ {
2101
+ "expression": "MIT"
2102
+ }
2103
+ ],
2104
+ "purl": "pkg:cargo/serde_yaml_ng@0.10.0",
2105
+ "externalReferences": [
2106
+ {
2107
+ "type": "documentation",
2108
+ "url": "https://docs.rs/serde_yaml_ng/"
2109
+ },
2110
+ {
2111
+ "type": "vcs",
2112
+ "url": "https://github.com/acatton/serde-yaml-ng"
2113
+ }
2114
+ ]
2115
+ },
2116
+ {
2117
+ "type": "library",
2118
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
2119
+ "author": "comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com>",
2120
+ "name": "shlex",
2121
+ "version": "2.0.1",
2122
+ "description": "Split a string into shell words, like Python's shlex.",
2123
+ "scope": "excluded",
2124
+ "hashes": [
2125
+ {
2126
+ "alg": "SHA-256",
2127
+ "content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2128
+ }
2129
+ ],
2130
+ "licenses": [
2131
+ {
2132
+ "expression": "MIT OR Apache-2.0"
2133
+ }
2134
+ ],
2135
+ "purl": "pkg:cargo/shlex@2.0.1",
2136
+ "externalReferences": [
2137
+ {
2138
+ "type": "vcs",
2139
+ "url": "https://github.com/comex/rust-shlex"
2140
+ }
2141
+ ]
2142
+ },
2143
+ {
2144
+ "type": "library",
2145
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
2146
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
2147
+ "name": "strsim",
2148
+ "version": "0.11.1",
2149
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
2150
+ "scope": "required",
2151
+ "hashes": [
2152
+ {
2153
+ "alg": "SHA-256",
2154
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2155
+ }
2156
+ ],
2157
+ "licenses": [
2158
+ {
2159
+ "expression": "MIT"
2160
+ }
2161
+ ],
2162
+ "purl": "pkg:cargo/strsim@0.11.1",
2163
+ "externalReferences": [
2164
+ {
2165
+ "type": "documentation",
2166
+ "url": "https://docs.rs/strsim/"
2167
+ },
2168
+ {
2169
+ "type": "website",
2170
+ "url": "https://github.com/rapidfuzz/strsim-rs"
2171
+ },
2172
+ {
2173
+ "type": "vcs",
2174
+ "url": "https://github.com/rapidfuzz/strsim-rs"
2175
+ }
2176
+ ]
2177
+ },
2178
+ {
2179
+ "type": "library",
2180
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
2181
+ "author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
2182
+ "name": "subtle",
2183
+ "version": "2.6.1",
2184
+ "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.",
2185
+ "scope": "required",
2186
+ "hashes": [
2187
+ {
2188
+ "alg": "SHA-256",
2189
+ "content": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2190
+ }
2191
+ ],
2192
+ "licenses": [
2193
+ {
2194
+ "expression": "BSD-3-Clause"
2195
+ }
2196
+ ],
2197
+ "purl": "pkg:cargo/subtle@2.6.1",
2198
+ "externalReferences": [
2199
+ {
2200
+ "type": "documentation",
2201
+ "url": "https://docs.rs/subtle"
2202
+ },
2203
+ {
2204
+ "type": "website",
2205
+ "url": "https://dalek.rs/"
2206
+ },
2207
+ {
2208
+ "type": "vcs",
2209
+ "url": "https://github.com/dalek-cryptography/subtle"
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "type": "library",
2215
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
2216
+ "author": "David Tolnay <dtolnay@gmail.com>",
2217
+ "name": "syn",
2218
+ "version": "2.0.118",
2219
+ "description": "Parser for Rust source code",
2220
+ "scope": "required",
2221
+ "hashes": [
2222
+ {
2223
+ "alg": "SHA-256",
2224
+ "content": "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2225
+ }
2226
+ ],
2227
+ "licenses": [
2228
+ {
2229
+ "expression": "MIT OR Apache-2.0"
2230
+ }
2231
+ ],
2232
+ "purl": "pkg:cargo/syn@2.0.118",
2233
+ "externalReferences": [
2234
+ {
2235
+ "type": "documentation",
2236
+ "url": "https://docs.rs/syn"
2237
+ },
2238
+ {
2239
+ "type": "vcs",
2240
+ "url": "https://github.com/dtolnay/syn"
2241
+ }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "type": "library",
2246
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
2247
+ "author": "Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>",
2248
+ "name": "tempfile",
2249
+ "version": "3.27.0",
2250
+ "description": "A library for managing temporary files and directories.",
2251
+ "scope": "required",
2252
+ "hashes": [
2253
+ {
2254
+ "alg": "SHA-256",
2255
+ "content": "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2256
+ }
2257
+ ],
2258
+ "licenses": [
2259
+ {
2260
+ "expression": "MIT OR Apache-2.0"
2261
+ }
2262
+ ],
2263
+ "purl": "pkg:cargo/tempfile@3.27.0",
2264
+ "externalReferences": [
2265
+ {
2266
+ "type": "documentation",
2267
+ "url": "https://docs.rs/tempfile"
2268
+ },
2269
+ {
2270
+ "type": "website",
2271
+ "url": "https://stebalien.com/projects/tempfile-rs/"
2272
+ },
2273
+ {
2274
+ "type": "vcs",
2275
+ "url": "https://github.com/Stebalien/tempfile"
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "type": "library",
2281
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
2282
+ "author": "David Tolnay <dtolnay@gmail.com>",
2283
+ "name": "thiserror-impl",
2284
+ "version": "2.0.18",
2285
+ "description": "Implementation detail of the `thiserror` crate",
2286
+ "scope": "required",
2287
+ "hashes": [
2288
+ {
2289
+ "alg": "SHA-256",
2290
+ "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2291
+ }
2292
+ ],
2293
+ "licenses": [
2294
+ {
2295
+ "expression": "MIT OR Apache-2.0"
2296
+ }
2297
+ ],
2298
+ "purl": "pkg:cargo/thiserror-impl@2.0.18",
2299
+ "externalReferences": [
2300
+ {
2301
+ "type": "vcs",
2302
+ "url": "https://github.com/dtolnay/thiserror"
2303
+ }
2304
+ ]
2305
+ },
2306
+ {
2307
+ "type": "library",
2308
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
2309
+ "author": "David Tolnay <dtolnay@gmail.com>",
2310
+ "name": "thiserror",
2311
+ "version": "2.0.18",
2312
+ "description": "derive(Error)",
2313
+ "scope": "required",
2314
+ "hashes": [
2315
+ {
2316
+ "alg": "SHA-256",
2317
+ "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2318
+ }
2319
+ ],
2320
+ "licenses": [
2321
+ {
2322
+ "expression": "MIT OR Apache-2.0"
2323
+ }
2324
+ ],
2325
+ "purl": "pkg:cargo/thiserror@2.0.18",
2326
+ "externalReferences": [
2327
+ {
2328
+ "type": "documentation",
2329
+ "url": "https://docs.rs/thiserror"
2330
+ },
2331
+ {
2332
+ "type": "vcs",
2333
+ "url": "https://github.com/dtolnay/thiserror"
2334
+ }
2335
+ ]
2336
+ },
2337
+ {
2338
+ "type": "library",
2339
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
2340
+ "author": "David Tolnay <dtolnay@gmail.com>",
2341
+ "name": "unicode-ident",
2342
+ "version": "1.0.24",
2343
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
2344
+ "scope": "required",
2345
+ "hashes": [
2346
+ {
2347
+ "alg": "SHA-256",
2348
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2349
+ }
2350
+ ],
2351
+ "licenses": [
2352
+ {
2353
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
2354
+ }
2355
+ ],
2356
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
2357
+ "externalReferences": [
2358
+ {
2359
+ "type": "documentation",
2360
+ "url": "https://docs.rs/unicode-ident"
2361
+ },
2362
+ {
2363
+ "type": "vcs",
2364
+ "url": "https://github.com/dtolnay/unicode-ident"
2365
+ }
2366
+ ]
2367
+ },
2368
+ {
2369
+ "type": "library",
2370
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14",
2371
+ "author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
2372
+ "name": "unicode-width",
2373
+ "version": "0.1.14",
2374
+ "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ",
2375
+ "scope": "required",
2376
+ "hashes": [
2377
+ {
2378
+ "alg": "SHA-256",
2379
+ "content": "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2380
+ }
2381
+ ],
2382
+ "licenses": [
2383
+ {
2384
+ "expression": "MIT OR Apache-2.0"
2385
+ }
2386
+ ],
2387
+ "purl": "pkg:cargo/unicode-width@0.1.14",
2388
+ "externalReferences": [
2389
+ {
2390
+ "type": "website",
2391
+ "url": "https://github.com/unicode-rs/unicode-width"
2392
+ },
2393
+ {
2394
+ "type": "vcs",
2395
+ "url": "https://github.com/unicode-rs/unicode-width"
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "type": "library",
2401
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2",
2402
+ "author": "kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
2403
+ "name": "unicode-width",
2404
+ "version": "0.2.2",
2405
+ "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ",
2406
+ "scope": "required",
2407
+ "hashes": [
2408
+ {
2409
+ "alg": "SHA-256",
2410
+ "content": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2411
+ }
2412
+ ],
2413
+ "licenses": [
2414
+ {
2415
+ "expression": "MIT OR Apache-2.0"
2416
+ }
2417
+ ],
2418
+ "purl": "pkg:cargo/unicode-width@0.2.2",
2419
+ "externalReferences": [
2420
+ {
2421
+ "type": "website",
2422
+ "url": "https://github.com/unicode-rs/unicode-width"
2423
+ },
2424
+ {
2425
+ "type": "vcs",
2426
+ "url": "https://github.com/unicode-rs/unicode-width"
2427
+ }
2428
+ ]
2429
+ },
2430
+ {
2431
+ "type": "library",
2432
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11",
2433
+ "author": "David Tolnay <dtolnay@gmail.com>",
2434
+ "name": "unsafe-libyaml",
2435
+ "version": "0.2.11",
2436
+ "description": "libyaml transpiled to rust by c2rust",
2437
+ "scope": "required",
2438
+ "hashes": [
2439
+ {
2440
+ "alg": "SHA-256",
2441
+ "content": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2442
+ }
2443
+ ],
2444
+ "licenses": [
2445
+ {
2446
+ "expression": "MIT"
2447
+ }
2448
+ ],
2449
+ "purl": "pkg:cargo/unsafe-libyaml@0.2.11",
2450
+ "externalReferences": [
2451
+ {
2452
+ "type": "documentation",
2453
+ "url": "https://docs.rs/unsafe-libyaml"
2454
+ },
2455
+ {
2456
+ "type": "vcs",
2457
+ "url": "https://github.com/dtolnay/unsafe-libyaml"
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "type": "library",
2463
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0",
2464
+ "author": "Brian Smith <brian@briansmith.org>",
2465
+ "name": "untrusted",
2466
+ "version": "0.9.0",
2467
+ "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.",
2468
+ "scope": "required",
2469
+ "hashes": [
2470
+ {
2471
+ "alg": "SHA-256",
2472
+ "content": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2473
+ }
2474
+ ],
2475
+ "licenses": [
2476
+ {
2477
+ "expression": "ISC"
2478
+ }
2479
+ ],
2480
+ "purl": "pkg:cargo/untrusted@0.9.0",
2481
+ "externalReferences": [
2482
+ {
2483
+ "type": "documentation",
2484
+ "url": "https://briansmith.org/rustdoc/untrusted/"
2485
+ },
2486
+ {
2487
+ "type": "vcs",
2488
+ "url": "https://github.com/briansmith/untrusted"
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "type": "library",
2494
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
2495
+ "author": "Martin Algesten <martin@algesten.se>",
2496
+ "name": "ureq-proto",
2497
+ "version": "0.6.0",
2498
+ "description": "ureq support crate",
2499
+ "scope": "required",
2500
+ "hashes": [
2501
+ {
2502
+ "alg": "SHA-256",
2503
+ "content": "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
2504
+ }
2505
+ ],
2506
+ "licenses": [
2507
+ {
2508
+ "expression": "MIT OR Apache-2.0"
2509
+ }
2510
+ ],
2511
+ "purl": "pkg:cargo/ureq-proto@0.6.0",
2512
+ "externalReferences": [
2513
+ {
2514
+ "type": "vcs",
2515
+ "url": "https://github.com/algesten/ureq-proto"
2516
+ }
2517
+ ]
2518
+ },
2519
+ {
2520
+ "type": "library",
2521
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
2522
+ "author": "Martin Algesten <martin@algesten.se>, Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>",
2523
+ "name": "ureq",
2524
+ "version": "3.3.0",
2525
+ "description": "Simple, safe HTTP client",
2526
+ "scope": "required",
2527
+ "hashes": [
2528
+ {
2529
+ "alg": "SHA-256",
2530
+ "content": "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
2531
+ }
2532
+ ],
2533
+ "licenses": [
2534
+ {
2535
+ "expression": "MIT OR Apache-2.0"
2536
+ }
2537
+ ],
2538
+ "purl": "pkg:cargo/ureq@3.3.0",
2539
+ "externalReferences": [
2540
+ {
2541
+ "type": "vcs",
2542
+ "url": "https://github.com/algesten/ureq"
2543
+ }
2544
+ ]
2545
+ },
2546
+ {
2547
+ "type": "library",
2548
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
2549
+ "author": "Simon Sapin <simon.sapin@exyr.org>, Martin Algesten <martin@algesten.se>",
2550
+ "name": "utf8-zero",
2551
+ "version": "0.8.1",
2552
+ "description": "Zero-copy, incremental UTF-8 decoding with error handling",
2553
+ "scope": "required",
2554
+ "hashes": [
2555
+ {
2556
+ "alg": "SHA-256",
2557
+ "content": "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
2558
+ }
2559
+ ],
2560
+ "licenses": [
2561
+ {
2562
+ "expression": "MIT OR Apache-2.0"
2563
+ }
2564
+ ],
2565
+ "purl": "pkg:cargo/utf8-zero@0.8.1",
2566
+ "externalReferences": [
2567
+ {
2568
+ "type": "vcs",
2569
+ "url": "https://github.com/algesten/utf8-zero"
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "type": "library",
2575
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
2576
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
2577
+ "name": "utf8parse",
2578
+ "version": "0.2.2",
2579
+ "description": "Table-driven UTF-8 parser",
2580
+ "scope": "required",
2581
+ "hashes": [
2582
+ {
2583
+ "alg": "SHA-256",
2584
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2585
+ }
2586
+ ],
2587
+ "licenses": [
2588
+ {
2589
+ "expression": "Apache-2.0 OR MIT"
2590
+ }
2591
+ ],
2592
+ "purl": "pkg:cargo/utf8parse@0.2.2",
2593
+ "externalReferences": [
2594
+ {
2595
+ "type": "documentation",
2596
+ "url": "https://docs.rs/utf8parse/"
2597
+ },
2598
+ {
2599
+ "type": "vcs",
2600
+ "url": "https://github.com/alacritty/vte"
2601
+ }
2602
+ ]
2603
+ },
2604
+ {
2605
+ "type": "library",
2606
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vt100@0.15.2",
2607
+ "author": "Jesse Luehrs <doy@tozt.net>",
2608
+ "name": "vt100",
2609
+ "version": "0.15.2",
2610
+ "description": "Library for parsing terminal data",
2611
+ "scope": "required",
2612
+ "hashes": [
2613
+ {
2614
+ "alg": "SHA-256",
2615
+ "content": "84cd863bf0db7e392ba3bd04994be3473491b31e66340672af5d11943c6274de"
2616
+ }
2617
+ ],
2618
+ "licenses": [
2619
+ {
2620
+ "expression": "MIT"
2621
+ }
2622
+ ],
2623
+ "purl": "pkg:cargo/vt100@0.15.2",
2624
+ "externalReferences": [
2625
+ {
2626
+ "type": "website",
2627
+ "url": "https://github.com/doy/vt100-rust"
2628
+ },
2629
+ {
2630
+ "type": "vcs",
2631
+ "url": "https://github.com/doy/vt100-rust"
2632
+ }
2633
+ ]
2634
+ },
2635
+ {
2636
+ "type": "library",
2637
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vte@0.11.1",
2638
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
2639
+ "name": "vte",
2640
+ "version": "0.11.1",
2641
+ "description": "Parser for implementing terminal emulators",
2642
+ "scope": "required",
2643
+ "hashes": [
2644
+ {
2645
+ "alg": "SHA-256",
2646
+ "content": "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
2647
+ }
2648
+ ],
2649
+ "licenses": [
2650
+ {
2651
+ "expression": "Apache-2.0 OR MIT"
2652
+ }
2653
+ ],
2654
+ "purl": "pkg:cargo/vte@0.11.1",
2655
+ "externalReferences": [
2656
+ {
2657
+ "type": "documentation",
2658
+ "url": "https://docs.rs/vte/"
2659
+ },
2660
+ {
2661
+ "type": "vcs",
2662
+ "url": "https://github.com/alacritty/vte"
2663
+ }
2664
+ ]
2665
+ },
2666
+ {
2667
+ "type": "library",
2668
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vte_generate_state_changes@0.1.2",
2669
+ "author": "Christian Duerr <contact@christianduerr.com>",
2670
+ "name": "vte_generate_state_changes",
2671
+ "version": "0.1.2",
2672
+ "description": "Proc macro for generating VTE state changes",
2673
+ "scope": "required",
2674
+ "hashes": [
2675
+ {
2676
+ "alg": "SHA-256",
2677
+ "content": "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
2678
+ }
2679
+ ],
2680
+ "licenses": [
2681
+ {
2682
+ "expression": "Apache-2.0 OR MIT"
2683
+ }
2684
+ ],
2685
+ "purl": "pkg:cargo/vte_generate_state_changes@0.1.2",
2686
+ "externalReferences": [
2687
+ {
2688
+ "type": "vcs",
2689
+ "url": "https://github.com/alacritty/vte"
2690
+ }
2691
+ ]
2692
+ },
2693
+ {
2694
+ "type": "library",
2695
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1",
2696
+ "author": "Alex Crichton <alex@alexcrichton.com>",
2697
+ "name": "wait-timeout",
2698
+ "version": "0.2.1",
2699
+ "description": "A crate to wait on a child process with a timeout specified across Unix and Windows platforms. ",
2700
+ "scope": "required",
2701
+ "hashes": [
2702
+ {
2703
+ "alg": "SHA-256",
2704
+ "content": "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
2705
+ }
2706
+ ],
2707
+ "licenses": [
2708
+ {
2709
+ "expression": "MIT OR Apache-2.0"
2710
+ }
2711
+ ],
2712
+ "purl": "pkg:cargo/wait-timeout@0.2.1",
2713
+ "externalReferences": [
2714
+ {
2715
+ "type": "documentation",
2716
+ "url": "https://docs.rs/wait-timeout"
2717
+ },
2718
+ {
2719
+ "type": "website",
2720
+ "url": "https://github.com/alexcrichton/wait-timeout"
2721
+ },
2722
+ {
2723
+ "type": "vcs",
2724
+ "url": "https://github.com/alexcrichton/wait-timeout"
2725
+ }
2726
+ ]
2727
+ },
2728
+ {
2729
+ "type": "library",
2730
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
2731
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2732
+ "name": "walkdir",
2733
+ "version": "2.5.0",
2734
+ "description": "Recursively walk a directory.",
2735
+ "scope": "required",
2736
+ "hashes": [
2737
+ {
2738
+ "alg": "SHA-256",
2739
+ "content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2740
+ }
2741
+ ],
2742
+ "licenses": [
2743
+ {
2744
+ "expression": "Unlicense OR MIT"
2745
+ }
2746
+ ],
2747
+ "purl": "pkg:cargo/walkdir@2.5.0",
2748
+ "externalReferences": [
2749
+ {
2750
+ "type": "documentation",
2751
+ "url": "https://docs.rs/walkdir/"
2752
+ },
2753
+ {
2754
+ "type": "website",
2755
+ "url": "https://github.com/BurntSushi/walkdir"
2756
+ },
2757
+ {
2758
+ "type": "vcs",
2759
+ "url": "https://github.com/BurntSushi/walkdir"
2760
+ }
2761
+ ]
2762
+ },
2763
+ {
2764
+ "type": "library",
2765
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8",
2766
+ "name": "webpki-roots",
2767
+ "version": "1.0.8",
2768
+ "description": "Mozilla's CA root certificates for use with webpki",
2769
+ "scope": "required",
2770
+ "hashes": [
2771
+ {
2772
+ "alg": "SHA-256",
2773
+ "content": "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
2774
+ }
2775
+ ],
2776
+ "licenses": [
2777
+ {
2778
+ "expression": "CDLA-Permissive-2.0"
2779
+ }
2780
+ ],
2781
+ "purl": "pkg:cargo/webpki-roots@1.0.8",
2782
+ "externalReferences": [
2783
+ {
2784
+ "type": "website",
2785
+ "url": "https://github.com/rustls/webpki-roots"
2786
+ },
2787
+ {
2788
+ "type": "vcs",
2789
+ "url": "https://github.com/rustls/webpki-roots"
2790
+ }
2791
+ ]
2792
+ },
2793
+ {
2794
+ "type": "library",
2795
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
2796
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2797
+ "name": "winapi-util",
2798
+ "version": "0.1.11",
2799
+ "description": "A dumping ground for high level safe wrappers over windows-sys.",
2800
+ "scope": "required",
2801
+ "hashes": [
2802
+ {
2803
+ "alg": "SHA-256",
2804
+ "content": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2805
+ }
2806
+ ],
2807
+ "licenses": [
2808
+ {
2809
+ "expression": "Unlicense OR MIT"
2810
+ }
2811
+ ],
2812
+ "purl": "pkg:cargo/winapi-util@0.1.11",
2813
+ "externalReferences": [
2814
+ {
2815
+ "type": "documentation",
2816
+ "url": "https://docs.rs/winapi-util"
2817
+ },
2818
+ {
2819
+ "type": "website",
2820
+ "url": "https://github.com/BurntSushi/winapi-util"
2821
+ },
2822
+ {
2823
+ "type": "vcs",
2824
+ "url": "https://github.com/BurntSushi/winapi-util"
2825
+ }
2826
+ ]
2827
+ },
2828
+ {
2829
+ "type": "library",
2830
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
2831
+ "name": "windows-link",
2832
+ "version": "0.2.1",
2833
+ "description": "Linking for Windows",
2834
+ "scope": "required",
2835
+ "hashes": [
2836
+ {
2837
+ "alg": "SHA-256",
2838
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2839
+ }
2840
+ ],
2841
+ "licenses": [
2842
+ {
2843
+ "expression": "MIT OR Apache-2.0"
2844
+ }
2845
+ ],
2846
+ "purl": "pkg:cargo/windows-link@0.2.1",
2847
+ "externalReferences": [
2848
+ {
2849
+ "type": "vcs",
2850
+ "url": "https://github.com/microsoft/windows-rs"
2851
+ }
2852
+ ]
2853
+ },
2854
+ {
2855
+ "type": "library",
2856
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0",
2857
+ "author": "Microsoft",
2858
+ "name": "windows-sys",
2859
+ "version": "0.59.0",
2860
+ "description": "Rust for Windows",
2861
+ "scope": "required",
2862
+ "hashes": [
2863
+ {
2864
+ "alg": "SHA-256",
2865
+ "content": "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2866
+ }
2867
+ ],
2868
+ "licenses": [
2869
+ {
2870
+ "expression": "MIT OR Apache-2.0"
2871
+ }
2872
+ ],
2873
+ "purl": "pkg:cargo/windows-sys@0.59.0",
2874
+ "externalReferences": [
2875
+ {
2876
+ "type": "vcs",
2877
+ "url": "https://github.com/microsoft/windows-rs"
2878
+ }
2879
+ ]
2880
+ },
2881
+ {
2882
+ "type": "library",
2883
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
2884
+ "name": "windows-sys",
2885
+ "version": "0.61.2",
2886
+ "description": "Rust for Windows",
2887
+ "scope": "required",
2888
+ "hashes": [
2889
+ {
2890
+ "alg": "SHA-256",
2891
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2892
+ }
2893
+ ],
2894
+ "licenses": [
2895
+ {
2896
+ "expression": "MIT OR Apache-2.0"
2897
+ }
2898
+ ],
2899
+ "purl": "pkg:cargo/windows-sys@0.61.2",
2900
+ "externalReferences": [
2901
+ {
2902
+ "type": "vcs",
2903
+ "url": "https://github.com/microsoft/windows-rs"
2904
+ }
2905
+ ]
2906
+ },
2907
+ {
2908
+ "type": "library",
2909
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
2910
+ "author": "Microsoft",
2911
+ "name": "windows-targets",
2912
+ "version": "0.52.6",
2913
+ "description": "Import libs for Windows",
2914
+ "scope": "required",
2915
+ "hashes": [
2916
+ {
2917
+ "alg": "SHA-256",
2918
+ "content": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2919
+ }
2920
+ ],
2921
+ "licenses": [
2922
+ {
2923
+ "expression": "MIT OR Apache-2.0"
2924
+ }
2925
+ ],
2926
+ "purl": "pkg:cargo/windows-targets@0.52.6",
2927
+ "externalReferences": [
2928
+ {
2929
+ "type": "vcs",
2930
+ "url": "https://github.com/microsoft/windows-rs"
2931
+ }
2932
+ ]
2933
+ },
2934
+ {
2935
+ "type": "library",
2936
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6",
2937
+ "author": "Microsoft",
2938
+ "name": "windows_x86_64_msvc",
2939
+ "version": "0.52.6",
2940
+ "description": "Import lib for Windows",
2941
+ "scope": "required",
2942
+ "hashes": [
2943
+ {
2944
+ "alg": "SHA-256",
2945
+ "content": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2946
+ }
2947
+ ],
2948
+ "licenses": [
2949
+ {
2950
+ "expression": "MIT OR Apache-2.0"
2951
+ }
2952
+ ],
2953
+ "purl": "pkg:cargo/windows_x86_64_msvc@0.52.6",
2954
+ "externalReferences": [
2955
+ {
2956
+ "type": "vcs",
2957
+ "url": "https://github.com/microsoft/windows-rs"
2958
+ }
2959
+ ]
2960
+ },
2961
+ {
2962
+ "type": "library",
2963
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0",
2964
+ "author": "The RustCrypto Project Developers",
2965
+ "name": "zeroize",
2966
+ "version": "1.9.0",
2967
+ "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! ",
2968
+ "scope": "required",
2969
+ "hashes": [
2970
+ {
2971
+ "alg": "SHA-256",
2972
+ "content": "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2973
+ }
2974
+ ],
2975
+ "licenses": [
2976
+ {
2977
+ "expression": "Apache-2.0 OR MIT"
2978
+ }
2979
+ ],
2980
+ "purl": "pkg:cargo/zeroize@1.9.0",
2981
+ "externalReferences": [
2982
+ {
2983
+ "type": "documentation",
2984
+ "url": "https://docs.rs/zeroize"
2985
+ },
2986
+ {
2987
+ "type": "vcs",
2988
+ "url": "https://github.com/RustCrypto/utils"
2989
+ }
2990
+ ]
2991
+ },
2992
+ {
2993
+ "type": "library",
2994
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
2995
+ "author": "David Tolnay <dtolnay@gmail.com>",
2996
+ "name": "zmij",
2997
+ "version": "1.0.21",
2998
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
2999
+ "scope": "required",
3000
+ "hashes": [
3001
+ {
3002
+ "alg": "SHA-256",
3003
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3004
+ }
3005
+ ],
3006
+ "licenses": [
3007
+ {
3008
+ "expression": "MIT"
3009
+ }
3010
+ ],
3011
+ "purl": "pkg:cargo/zmij@1.0.21",
3012
+ "externalReferences": [
3013
+ {
3014
+ "type": "documentation",
3015
+ "url": "https://docs.rs/zmij"
3016
+ },
3017
+ {
3018
+ "type": "vcs",
3019
+ "url": "https://github.com/dtolnay/zmij"
3020
+ }
3021
+ ]
3022
+ }
3023
+ ],
3024
+ "dependencies": [
3025
+ {
3026
+ "ref": "path+file:///D:/a/llmlint/llmlint#0.3.4",
3027
+ "dependsOn": [
3028
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
3029
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3030
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
3031
+ "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3032
+ "registry+https://github.com/rust-lang/crates.io-index#ignore@0.4.26",
3033
+ "registry+https://github.com/rust-lang/crates.io-index#indicatif@0.17.11",
3034
+ "registry+https://github.com/rust-lang/crates.io-index#minijinja@2.21.0",
3035
+ "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
3036
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3037
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
3038
+ "registry+https://github.com/rust-lang/crates.io-index#serde_yaml_ng@0.10.0",
3039
+ "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
3040
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
3041
+ "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
3042
+ "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1"
3043
+ ]
3044
+ },
3045
+ {
3046
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3047
+ "dependsOn": [
3048
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
3049
+ ]
3050
+ },
3051
+ {
3052
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
3053
+ "dependsOn": [
3054
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3055
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
3056
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
3057
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
3058
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
3059
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
3060
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3061
+ ]
3062
+ },
3063
+ {
3064
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
3065
+ "dependsOn": [
3066
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3067
+ ]
3068
+ },
3069
+ {
3070
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
3071
+ "dependsOn": [
3072
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3073
+ ]
3074
+ },
3075
+ {
3076
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
3077
+ "dependsOn": [
3078
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3079
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
3080
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3081
+ ]
3082
+ },
3083
+ {
3084
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
3085
+ },
3086
+ {
3087
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.7"
3088
+ },
3089
+ {
3090
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
3091
+ },
3092
+ {
3093
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
3094
+ "dependsOn": [
3095
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
3096
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3097
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3098
+ ]
3099
+ },
3100
+ {
3101
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.0"
3102
+ },
3103
+ {
3104
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.65",
3105
+ "dependsOn": [
3106
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
3107
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
3108
+ ]
3109
+ },
3110
+ {
3111
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
3112
+ },
3113
+ {
3114
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
3115
+ "dependsOn": [
3116
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
3117
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
3118
+ ]
3119
+ },
3120
+ {
3121
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
3122
+ "dependsOn": [
3123
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
3124
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3125
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
3126
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
3127
+ ]
3128
+ },
3129
+ {
3130
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
3131
+ "dependsOn": [
3132
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
3133
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3134
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3135
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3136
+ ]
3137
+ },
3138
+ {
3139
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
3140
+ },
3141
+ {
3142
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
3143
+ },
3144
+ {
3145
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#console@0.15.11",
3146
+ "dependsOn": [
3147
+ "registry+https://github.com/rust-lang/crates.io-index#encode_unicode@1.0.0",
3148
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
3149
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
3150
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2",
3151
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0"
3152
+ ]
3153
+ },
3154
+ {
3155
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
3156
+ "dependsOn": [
3157
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
3158
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3159
+ ]
3160
+ },
3161
+ {
3162
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
3163
+ "dependsOn": [
3164
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3165
+ ]
3166
+ },
3167
+ {
3168
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3169
+ },
3170
+ {
3171
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20"
3172
+ },
3173
+ {
3174
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#encode_unicode@1.0.0"
3175
+ },
3176
+ {
3177
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
3178
+ },
3179
+ {
3180
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1"
3181
+ },
3182
+ {
3183
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
3184
+ },
3185
+ {
3186
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
3187
+ "dependsOn": [
3188
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
3189
+ ]
3190
+ },
3191
+ {
3192
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
3193
+ "dependsOn": [
3194
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
3195
+ ]
3196
+ },
3197
+ {
3198
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3199
+ "dependsOn": [
3200
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3201
+ "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
3202
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
3203
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3204
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
3205
+ ]
3206
+ },
3207
+ {
3208
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
3209
+ },
3210
+ {
3211
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
3212
+ },
3213
+ {
3214
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
3215
+ "dependsOn": [
3216
+ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.0",
3217
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
3218
+ ]
3219
+ },
3220
+ {
3221
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1"
3222
+ },
3223
+ {
3224
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ignore@0.4.26",
3225
+ "dependsOn": [
3226
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
3227
+ "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3228
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
3229
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
3230
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3231
+ "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
3232
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
3233
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3234
+ ]
3235
+ },
3236
+ {
3237
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3238
+ "dependsOn": [
3239
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
3240
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
3241
+ ]
3242
+ },
3243
+ {
3244
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indicatif@0.17.11",
3245
+ "dependsOn": [
3246
+ "registry+https://github.com/rust-lang/crates.io-index#console@0.15.11",
3247
+ "registry+https://github.com/rust-lang/crates.io-index#number_prefix@0.4.0",
3248
+ "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
3249
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2",
3250
+ "registry+https://github.com/rust-lang/crates.io-index#vt100@0.15.2"
3251
+ ]
3252
+ },
3253
+ {
3254
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
3255
+ },
3256
+ {
3257
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
3258
+ },
3259
+ {
3260
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
3261
+ },
3262
+ {
3263
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33"
3264
+ },
3265
+ {
3266
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
3267
+ },
3268
+ {
3269
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memo-map@0.3.3"
3270
+ },
3271
+ {
3272
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#minijinja@2.21.0",
3273
+ "dependsOn": [
3274
+ "registry+https://github.com/rust-lang/crates.io-index#memo-map@0.3.3",
3275
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3276
+ ]
3277
+ },
3278
+ {
3279
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#number_prefix@0.4.0"
3280
+ },
3281
+ {
3282
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
3283
+ },
3284
+ {
3285
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
3286
+ },
3287
+ {
3288
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
3289
+ },
3290
+ {
3291
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1"
3292
+ },
3293
+ {
3294
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3295
+ "dependsOn": [
3296
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3297
+ ]
3298
+ },
3299
+ {
3300
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3301
+ "dependsOn": [
3302
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
3303
+ ]
3304
+ },
3305
+ {
3306
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
3307
+ "dependsOn": [
3308
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3309
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3310
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3311
+ ]
3312
+ },
3313
+ {
3314
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
3315
+ "dependsOn": [
3316
+ "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25"
3317
+ ]
3318
+ },
3319
+ {
3320
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3321
+ "dependsOn": [
3322
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3323
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
3324
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
3325
+ ]
3326
+ },
3327
+ {
3328
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
3329
+ },
3330
+ {
3331
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
3332
+ "dependsOn": [
3333
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.65",
3334
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
3335
+ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
3336
+ "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
3337
+ ]
3338
+ },
3339
+ {
3340
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
3341
+ "dependsOn": [
3342
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
3343
+ ]
3344
+ },
3345
+ {
3346
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
3347
+ "dependsOn": [
3348
+ "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
3349
+ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
3350
+ "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
3351
+ ]
3352
+ },
3353
+ {
3354
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
3355
+ "dependsOn": [
3356
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
3357
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
3358
+ "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
3359
+ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
3360
+ "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
3361
+ "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
3362
+ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
3363
+ ]
3364
+ },
3365
+ {
3366
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23"
3367
+ },
3368
+ {
3369
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
3370
+ "dependsOn": [
3371
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3372
+ ]
3373
+ },
3374
+ {
3375
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1",
3376
+ "dependsOn": [
3377
+ "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
3378
+ "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
3379
+ "registry+https://github.com/rust-lang/crates.io-index#schemars_derive@1.2.1",
3380
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3381
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150"
3382
+ ]
3383
+ },
3384
+ {
3385
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#schemars_derive@1.2.1",
3386
+ "dependsOn": [
3387
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3388
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3389
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
3390
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3391
+ ]
3392
+ },
3393
+ {
3394
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3395
+ "dependsOn": [
3396
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
3397
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
3398
+ ]
3399
+ },
3400
+ {
3401
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3402
+ },
3403
+ {
3404
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
3405
+ "dependsOn": [
3406
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3407
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3408
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3409
+ ]
3410
+ },
3411
+ {
3412
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
3413
+ "dependsOn": [
3414
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3415
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3416
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3417
+ ]
3418
+ },
3419
+ {
3420
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
3421
+ "dependsOn": [
3422
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3423
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
3424
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
3425
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
3426
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
3427
+ ]
3428
+ },
3429
+ {
3430
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml_ng@0.10.0",
3431
+ "dependsOn": [
3432
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3433
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
3434
+ "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
3435
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3436
+ "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11"
3437
+ ]
3438
+ },
3439
+ {
3440
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
3441
+ },
3442
+ {
3443
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
3444
+ },
3445
+ {
3446
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
3447
+ },
3448
+ {
3449
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
3450
+ "dependsOn": [
3451
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3452
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3453
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3454
+ ]
3455
+ },
3456
+ {
3457
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
3458
+ "dependsOn": [
3459
+ "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1",
3460
+ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
3461
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
3462
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
3467
+ "dependsOn": [
3468
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3469
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
3470
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
3471
+ ]
3472
+ },
3473
+ {
3474
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
3475
+ "dependsOn": [
3476
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
3477
+ ]
3478
+ },
3479
+ {
3480
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3481
+ },
3482
+ {
3483
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14"
3484
+ },
3485
+ {
3486
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2"
3487
+ },
3488
+ {
3489
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11"
3490
+ },
3491
+ {
3492
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
3493
+ },
3494
+ {
3495
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
3496
+ "dependsOn": [
3497
+ "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
3498
+ "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
3499
+ "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
3500
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33"
3501
+ ]
3502
+ },
3503
+ {
3504
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
3505
+ "dependsOn": [
3506
+ "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
3507
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
3508
+ "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
3509
+ "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.41",
3510
+ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
3511
+ "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
3512
+ "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
3513
+ "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8"
3514
+ ]
3515
+ },
3516
+ {
3517
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1"
3518
+ },
3519
+ {
3520
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3521
+ },
3522
+ {
3523
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#vt100@0.15.2",
3524
+ "dependsOn": [
3525
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
3526
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
3527
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14",
3528
+ "registry+https://github.com/rust-lang/crates.io-index#vte@0.11.1"
3529
+ ]
3530
+ },
3531
+ {
3532
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#vte@0.11.1",
3533
+ "dependsOn": [
3534
+ "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.7",
3535
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
3536
+ "registry+https://github.com/rust-lang/crates.io-index#vte_generate_state_changes@0.1.2"
3537
+ ]
3538
+ },
3539
+ {
3540
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#vte_generate_state_changes@0.1.2",
3541
+ "dependsOn": [
3542
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3543
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46"
3544
+ ]
3545
+ },
3546
+ {
3547
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.1"
3548
+ },
3549
+ {
3550
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
3551
+ "dependsOn": [
3552
+ "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
3553
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3554
+ ]
3555
+ },
3556
+ {
3557
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.8",
3558
+ "dependsOn": [
3559
+ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1"
3560
+ ]
3561
+ },
3562
+ {
3563
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
3564
+ "dependsOn": [
3565
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3566
+ ]
3567
+ },
3568
+ {
3569
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
3570
+ },
3571
+ {
3572
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0",
3573
+ "dependsOn": [
3574
+ "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6"
3575
+ ]
3576
+ },
3577
+ {
3578
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
3579
+ "dependsOn": [
3580
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
3581
+ ]
3582
+ },
3583
+ {
3584
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
3585
+ "dependsOn": [
3586
+ "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
3587
+ ]
3588
+ },
3589
+ {
3590
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
3591
+ },
3592
+ {
3593
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
3594
+ },
3595
+ {
3596
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
3597
+ }
3598
+ ]
3599
+ }