code-ranker 1.0.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3817 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:6929b2da-5387-46e1-8768-660daa42458e",
6
+ "metadata": {
7
+ "timestamp": "2026-06-10T10:27:33.226878500Z",
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/code-ranker/code-ranker/crates/code-ranker-cli#code-ranker@1.0.0",
18
+ "name": "code-ranker",
19
+ "version": "1.0.0",
20
+ "description": "Code Ranker CLI — pluggable multi-language structural analysis platform.",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "expression": "Apache-2.0"
25
+ }
26
+ ],
27
+ "purl": "pkg:cargo/code-ranker@1.0.0?download_url=file://.",
28
+ "externalReferences": [
29
+ {
30
+ "type": "vcs",
31
+ "url": "https://github.com/ffedoroff/code-ranker"
32
+ }
33
+ ],
34
+ "components": [
35
+ {
36
+ "type": "application",
37
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-cli#code-ranker@1.0.0 bin-target-0",
38
+ "name": "code-ranker",
39
+ "version": "1.0.0",
40
+ "purl": "pkg:cargo/code-ranker@1.0.0?download_url=file://.#src/main.rs"
41
+ }
42
+ ]
43
+ },
44
+ "properties": [
45
+ {
46
+ "name": "cdx:rustc:sbom:target:all_targets",
47
+ "value": "true"
48
+ }
49
+ ]
50
+ },
51
+ "components": [
52
+ {
53
+ "type": "library",
54
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-complexity#1.0.0",
55
+ "name": "code-ranker-complexity",
56
+ "version": "1.0.0",
57
+ "description": "Central, language-agnostic complexity metrics for Code Ranker (by file extension, rust-code-analysis).",
58
+ "scope": "required",
59
+ "licenses": [
60
+ {
61
+ "expression": "Apache-2.0"
62
+ }
63
+ ],
64
+ "purl": "pkg:cargo/code-ranker-complexity@1.0.0?download_url=file://..\\code-ranker-complexity",
65
+ "externalReferences": [
66
+ {
67
+ "type": "vcs",
68
+ "url": "https://github.com/ffedoroff/code-ranker"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "library",
74
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
75
+ "name": "code-ranker-graph",
76
+ "version": "1.0.0",
77
+ "description": "Operations over the Code Ranker property-graph model: cycles, coupling, stats, snapshot.",
78
+ "scope": "required",
79
+ "licenses": [
80
+ {
81
+ "expression": "Apache-2.0"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/code-ranker-graph@1.0.0?download_url=file://..\\code-ranker-graph",
85
+ "externalReferences": [
86
+ {
87
+ "type": "vcs",
88
+ "url": "https://github.com/ffedoroff/code-ranker"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "type": "library",
94
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
95
+ "name": "code-ranker-plugin-api",
96
+ "version": "1.0.0",
97
+ "description": "Code Ranker plugin contract: the generic entity/relation model + the LanguagePlugin trait. Zero dependency on other code-ranker crates.",
98
+ "scope": "required",
99
+ "licenses": [
100
+ {
101
+ "expression": "Apache-2.0"
102
+ }
103
+ ],
104
+ "purl": "pkg:cargo/code-ranker-plugin-api@1.0.0?download_url=file://..\\code-ranker-plugin-api",
105
+ "externalReferences": [
106
+ {
107
+ "type": "vcs",
108
+ "url": "https://github.com/ffedoroff/code-ranker"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "type": "library",
114
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-javascript#1.0.0",
115
+ "name": "code-ranker-plugin-javascript",
116
+ "version": "1.0.0",
117
+ "description": "Code Ranker JavaScript/TypeScript plugin: tree-sitter module/import graph.",
118
+ "scope": "required",
119
+ "licenses": [
120
+ {
121
+ "expression": "Apache-2.0"
122
+ }
123
+ ],
124
+ "purl": "pkg:cargo/code-ranker-plugin-javascript@1.0.0?download_url=file://..\\code-ranker-plugin-javascript",
125
+ "externalReferences": [
126
+ {
127
+ "type": "vcs",
128
+ "url": "https://github.com/ffedoroff/code-ranker"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "type": "library",
134
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-python#1.0.0",
135
+ "name": "code-ranker-plugin-python",
136
+ "version": "1.0.0",
137
+ "description": "Code Ranker Python plugin: tree-sitter module/import graph.",
138
+ "scope": "required",
139
+ "licenses": [
140
+ {
141
+ "expression": "Apache-2.0"
142
+ }
143
+ ],
144
+ "purl": "pkg:cargo/code-ranker-plugin-python@1.0.0?download_url=file://..\\code-ranker-plugin-python",
145
+ "externalReferences": [
146
+ {
147
+ "type": "vcs",
148
+ "url": "https://github.com/ffedoroff/code-ranker"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "type": "library",
154
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-rust#1.0.0",
155
+ "name": "code-ranker-plugin-rust",
156
+ "version": "1.0.0",
157
+ "description": "Code Ranker Rust plugin: cargo metadata + syn module/crate graph.",
158
+ "scope": "required",
159
+ "licenses": [
160
+ {
161
+ "expression": "Apache-2.0"
162
+ }
163
+ ],
164
+ "purl": "pkg:cargo/code-ranker-plugin-rust@1.0.0?download_url=file://..\\code-ranker-plugin-rust",
165
+ "externalReferences": [
166
+ {
167
+ "type": "vcs",
168
+ "url": "https://github.com/ffedoroff/code-ranker"
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "type": "library",
174
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-typescript#1.0.0",
175
+ "name": "code-ranker-plugin-typescript",
176
+ "version": "1.0.0",
177
+ "description": "Code Ranker TypeScript plugin: tree-sitter over .ts/.tsx, sharing ECMAScript logic with the JavaScript plugin.",
178
+ "scope": "required",
179
+ "licenses": [
180
+ {
181
+ "expression": "Apache-2.0"
182
+ }
183
+ ],
184
+ "purl": "pkg:cargo/code-ranker-plugin-typescript@1.0.0?download_url=file://..\\code-ranker-plugin-typescript",
185
+ "externalReferences": [
186
+ {
187
+ "type": "vcs",
188
+ "url": "https://github.com/ffedoroff/code-ranker"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "type": "library",
194
+ "bom-ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-viewer#1.0.0",
195
+ "name": "code-ranker-viewer",
196
+ "version": "1.0.0",
197
+ "description": "Code Ranker HTML viewer: self-contained interactive report with embedded snapshots.",
198
+ "scope": "required",
199
+ "licenses": [
200
+ {
201
+ "expression": "Apache-2.0"
202
+ }
203
+ ],
204
+ "purl": "pkg:cargo/code-ranker-viewer@1.0.0?download_url=file://..\\code-ranker-viewer",
205
+ "externalReferences": [
206
+ {
207
+ "type": "vcs",
208
+ "url": "https://github.com/ffedoroff/code-ranker"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "type": "library",
214
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
215
+ "author": "Andrew Gallant <jamslam@gmail.com>",
216
+ "name": "aho-corasick",
217
+ "version": "1.1.4",
218
+ "description": "Fast multiple substring searching.",
219
+ "scope": "required",
220
+ "hashes": [
221
+ {
222
+ "alg": "SHA-256",
223
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
224
+ }
225
+ ],
226
+ "licenses": [
227
+ {
228
+ "expression": "Unlicense OR MIT"
229
+ }
230
+ ],
231
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
232
+ "externalReferences": [
233
+ {
234
+ "type": "website",
235
+ "url": "https://github.com/BurntSushi/aho-corasick"
236
+ },
237
+ {
238
+ "type": "vcs",
239
+ "url": "https://github.com/BurntSushi/aho-corasick"
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "type": "library",
245
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
246
+ "name": "anstream",
247
+ "version": "1.0.0",
248
+ "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.",
249
+ "scope": "required",
250
+ "hashes": [
251
+ {
252
+ "alg": "SHA-256",
253
+ "content": "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
254
+ }
255
+ ],
256
+ "licenses": [
257
+ {
258
+ "expression": "MIT OR Apache-2.0"
259
+ }
260
+ ],
261
+ "purl": "pkg:cargo/anstream@1.0.0",
262
+ "externalReferences": [
263
+ {
264
+ "type": "vcs",
265
+ "url": "https://github.com/rust-cli/anstyle.git"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "type": "library",
271
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
272
+ "name": "anstyle-parse",
273
+ "version": "1.0.0",
274
+ "description": "Parse ANSI Style Escapes",
275
+ "scope": "required",
276
+ "hashes": [
277
+ {
278
+ "alg": "SHA-256",
279
+ "content": "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
280
+ }
281
+ ],
282
+ "licenses": [
283
+ {
284
+ "expression": "MIT OR Apache-2.0"
285
+ }
286
+ ],
287
+ "purl": "pkg:cargo/anstyle-parse@1.0.0",
288
+ "externalReferences": [
289
+ {
290
+ "type": "vcs",
291
+ "url": "https://github.com/rust-cli/anstyle.git"
292
+ }
293
+ ]
294
+ },
295
+ {
296
+ "type": "library",
297
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
298
+ "name": "anstyle-query",
299
+ "version": "1.1.5",
300
+ "description": "Look up colored console capabilities",
301
+ "scope": "required",
302
+ "hashes": [
303
+ {
304
+ "alg": "SHA-256",
305
+ "content": "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
306
+ }
307
+ ],
308
+ "licenses": [
309
+ {
310
+ "expression": "MIT OR Apache-2.0"
311
+ }
312
+ ],
313
+ "purl": "pkg:cargo/anstyle-query@1.1.5",
314
+ "externalReferences": [
315
+ {
316
+ "type": "vcs",
317
+ "url": "https://github.com/rust-cli/anstyle.git"
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "type": "library",
323
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
324
+ "name": "anstyle-wincon",
325
+ "version": "3.0.11",
326
+ "description": "Styling legacy Windows terminals",
327
+ "scope": "required",
328
+ "hashes": [
329
+ {
330
+ "alg": "SHA-256",
331
+ "content": "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
332
+ }
333
+ ],
334
+ "licenses": [
335
+ {
336
+ "expression": "MIT OR Apache-2.0"
337
+ }
338
+ ],
339
+ "purl": "pkg:cargo/anstyle-wincon@3.0.11",
340
+ "externalReferences": [
341
+ {
342
+ "type": "vcs",
343
+ "url": "https://github.com/rust-cli/anstyle.git"
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "type": "library",
349
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
350
+ "name": "anstyle",
351
+ "version": "1.0.14",
352
+ "description": "ANSI text styling",
353
+ "scope": "required",
354
+ "hashes": [
355
+ {
356
+ "alg": "SHA-256",
357
+ "content": "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
358
+ }
359
+ ],
360
+ "licenses": [
361
+ {
362
+ "expression": "MIT OR Apache-2.0"
363
+ }
364
+ ],
365
+ "purl": "pkg:cargo/anstyle@1.0.14",
366
+ "externalReferences": [
367
+ {
368
+ "type": "vcs",
369
+ "url": "https://github.com/rust-cli/anstyle.git"
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "type": "library",
375
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
376
+ "author": "David Tolnay <dtolnay@gmail.com>",
377
+ "name": "anyhow",
378
+ "version": "1.0.102",
379
+ "description": "Flexible concrete Error type built on std::error::Error",
380
+ "scope": "required",
381
+ "hashes": [
382
+ {
383
+ "alg": "SHA-256",
384
+ "content": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
385
+ }
386
+ ],
387
+ "licenses": [
388
+ {
389
+ "expression": "MIT OR Apache-2.0"
390
+ }
391
+ ],
392
+ "purl": "pkg:cargo/anyhow@1.0.102",
393
+ "externalReferences": [
394
+ {
395
+ "type": "documentation",
396
+ "url": "https://docs.rs/anyhow"
397
+ },
398
+ {
399
+ "type": "vcs",
400
+ "url": "https://github.com/dtolnay/anyhow"
401
+ }
402
+ ]
403
+ },
404
+ {
405
+ "type": "library",
406
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
407
+ "author": "bluss",
408
+ "name": "arrayvec",
409
+ "version": "0.7.6",
410
+ "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
411
+ "scope": "required",
412
+ "hashes": [
413
+ {
414
+ "alg": "SHA-256",
415
+ "content": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
416
+ }
417
+ ],
418
+ "licenses": [
419
+ {
420
+ "expression": "MIT OR Apache-2.0"
421
+ }
422
+ ],
423
+ "purl": "pkg:cargo/arrayvec@0.7.6",
424
+ "externalReferences": [
425
+ {
426
+ "type": "documentation",
427
+ "url": "https://docs.rs/arrayvec/"
428
+ },
429
+ {
430
+ "type": "vcs",
431
+ "url": "https://github.com/bluss/arrayvec"
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "type": "library",
437
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
438
+ "author": "Josh Stone <cuviper@gmail.com>",
439
+ "name": "autocfg",
440
+ "version": "1.5.0",
441
+ "description": "Automatic cfg for Rust compiler features",
442
+ "scope": "excluded",
443
+ "hashes": [
444
+ {
445
+ "alg": "SHA-256",
446
+ "content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
447
+ }
448
+ ],
449
+ "licenses": [
450
+ {
451
+ "expression": "Apache-2.0 OR MIT"
452
+ }
453
+ ],
454
+ "purl": "pkg:cargo/autocfg@1.5.0",
455
+ "externalReferences": [
456
+ {
457
+ "type": "documentation",
458
+ "url": "https://docs.rs/autocfg/"
459
+ },
460
+ {
461
+ "type": "vcs",
462
+ "url": "https://github.com/cuviper/autocfg"
463
+ }
464
+ ]
465
+ },
466
+ {
467
+ "type": "library",
468
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
469
+ "author": "Andrew Gallant <jamslam@gmail.com>",
470
+ "name": "bstr",
471
+ "version": "1.12.1",
472
+ "description": "A string type that is not required to be valid UTF-8.",
473
+ "scope": "required",
474
+ "hashes": [
475
+ {
476
+ "alg": "SHA-256",
477
+ "content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
478
+ }
479
+ ],
480
+ "licenses": [
481
+ {
482
+ "expression": "MIT OR Apache-2.0"
483
+ }
484
+ ],
485
+ "purl": "pkg:cargo/bstr@1.12.1",
486
+ "externalReferences": [
487
+ {
488
+ "type": "documentation",
489
+ "url": "https://docs.rs/bstr"
490
+ },
491
+ {
492
+ "type": "website",
493
+ "url": "https://github.com/BurntSushi/bstr"
494
+ },
495
+ {
496
+ "type": "vcs",
497
+ "url": "https://github.com/BurntSushi/bstr"
498
+ }
499
+ ]
500
+ },
501
+ {
502
+ "type": "library",
503
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2",
504
+ "author": "Without Boats <saoirse@without.boats>, Ashley Williams <ashley666ashley@gmail.com>, Steve Klabnik <steve@steveklabnik.com>, Rain <rain@sunshowers.io>",
505
+ "name": "camino",
506
+ "version": "1.2.2",
507
+ "description": "UTF-8 paths",
508
+ "scope": "required",
509
+ "hashes": [
510
+ {
511
+ "alg": "SHA-256",
512
+ "content": "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
513
+ }
514
+ ],
515
+ "licenses": [
516
+ {
517
+ "expression": "MIT OR Apache-2.0"
518
+ }
519
+ ],
520
+ "purl": "pkg:cargo/camino@1.2.2",
521
+ "externalReferences": [
522
+ {
523
+ "type": "documentation",
524
+ "url": "https://docs.rs/camino"
525
+ },
526
+ {
527
+ "type": "vcs",
528
+ "url": "https://github.com/camino-rs/camino"
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "type": "library",
534
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cargo-platform@0.1.9",
535
+ "name": "cargo-platform",
536
+ "version": "0.1.9",
537
+ "description": "Cargo's representation of a target platform.",
538
+ "scope": "required",
539
+ "hashes": [
540
+ {
541
+ "alg": "SHA-256",
542
+ "content": "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
543
+ }
544
+ ],
545
+ "licenses": [
546
+ {
547
+ "expression": "MIT OR Apache-2.0"
548
+ }
549
+ ],
550
+ "purl": "pkg:cargo/cargo-platform@0.1.9",
551
+ "externalReferences": [
552
+ {
553
+ "type": "documentation",
554
+ "url": "https://docs.rs/cargo-platform"
555
+ },
556
+ {
557
+ "type": "website",
558
+ "url": "https://github.com/rust-lang/cargo"
559
+ },
560
+ {
561
+ "type": "vcs",
562
+ "url": "https://github.com/rust-lang/cargo"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "type": "library",
568
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.18.1",
569
+ "author": "Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>",
570
+ "name": "cargo_metadata",
571
+ "version": "0.18.1",
572
+ "description": "structured access to the output of `cargo metadata`",
573
+ "scope": "required",
574
+ "hashes": [
575
+ {
576
+ "alg": "SHA-256",
577
+ "content": "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
578
+ }
579
+ ],
580
+ "licenses": [
581
+ {
582
+ "expression": "MIT"
583
+ }
584
+ ],
585
+ "purl": "pkg:cargo/cargo_metadata@0.18.1",
586
+ "externalReferences": [
587
+ {
588
+ "type": "vcs",
589
+ "url": "https://github.com/oli-obk/cargo_metadata"
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "type": "library",
595
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
596
+ "author": "Alex Crichton <alex@alexcrichton.com>",
597
+ "name": "cc",
598
+ "version": "1.2.62",
599
+ "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. ",
600
+ "scope": "excluded",
601
+ "hashes": [
602
+ {
603
+ "alg": "SHA-256",
604
+ "content": "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
605
+ }
606
+ ],
607
+ "licenses": [
608
+ {
609
+ "expression": "MIT OR Apache-2.0"
610
+ }
611
+ ],
612
+ "purl": "pkg:cargo/cc@1.2.62",
613
+ "externalReferences": [
614
+ {
615
+ "type": "documentation",
616
+ "url": "https://docs.rs/cc"
617
+ },
618
+ {
619
+ "type": "website",
620
+ "url": "https://github.com/rust-lang/cc-rs"
621
+ },
622
+ {
623
+ "type": "vcs",
624
+ "url": "https://github.com/rust-lang/cc-rs"
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "type": "library",
630
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
631
+ "name": "chrono",
632
+ "version": "0.4.44",
633
+ "description": "Date and time library for Rust",
634
+ "scope": "required",
635
+ "hashes": [
636
+ {
637
+ "alg": "SHA-256",
638
+ "content": "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
639
+ }
640
+ ],
641
+ "licenses": [
642
+ {
643
+ "expression": "MIT OR Apache-2.0"
644
+ }
645
+ ],
646
+ "purl": "pkg:cargo/chrono@0.4.44",
647
+ "externalReferences": [
648
+ {
649
+ "type": "documentation",
650
+ "url": "https://docs.rs/chrono/"
651
+ },
652
+ {
653
+ "type": "website",
654
+ "url": "https://github.com/chronotope/chrono"
655
+ },
656
+ {
657
+ "type": "vcs",
658
+ "url": "https://github.com/chronotope/chrono"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "type": "library",
664
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
665
+ "name": "clap",
666
+ "version": "4.6.1",
667
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
668
+ "scope": "required",
669
+ "hashes": [
670
+ {
671
+ "alg": "SHA-256",
672
+ "content": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
673
+ }
674
+ ],
675
+ "licenses": [
676
+ {
677
+ "expression": "MIT OR Apache-2.0"
678
+ }
679
+ ],
680
+ "purl": "pkg:cargo/clap@4.6.1",
681
+ "externalReferences": [
682
+ {
683
+ "type": "vcs",
684
+ "url": "https://github.com/clap-rs/clap"
685
+ }
686
+ ]
687
+ },
688
+ {
689
+ "type": "library",
690
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
691
+ "name": "clap_builder",
692
+ "version": "4.6.0",
693
+ "description": "A simple to use, efficient, and full-featured Command Line Argument Parser",
694
+ "scope": "required",
695
+ "hashes": [
696
+ {
697
+ "alg": "SHA-256",
698
+ "content": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
699
+ }
700
+ ],
701
+ "licenses": [
702
+ {
703
+ "expression": "MIT OR Apache-2.0"
704
+ }
705
+ ],
706
+ "purl": "pkg:cargo/clap_builder@4.6.0",
707
+ "externalReferences": [
708
+ {
709
+ "type": "vcs",
710
+ "url": "https://github.com/clap-rs/clap"
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "type": "library",
716
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
717
+ "name": "clap_derive",
718
+ "version": "4.6.1",
719
+ "description": "Parse command line argument by defining a struct, derive crate.",
720
+ "scope": "required",
721
+ "hashes": [
722
+ {
723
+ "alg": "SHA-256",
724
+ "content": "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
725
+ }
726
+ ],
727
+ "licenses": [
728
+ {
729
+ "expression": "MIT OR Apache-2.0"
730
+ }
731
+ ],
732
+ "purl": "pkg:cargo/clap_derive@4.6.1",
733
+ "externalReferences": [
734
+ {
735
+ "type": "vcs",
736
+ "url": "https://github.com/clap-rs/clap"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "type": "library",
742
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
743
+ "name": "clap_lex",
744
+ "version": "1.1.0",
745
+ "description": "Minimal, flexible command line parser",
746
+ "scope": "required",
747
+ "hashes": [
748
+ {
749
+ "alg": "SHA-256",
750
+ "content": "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
751
+ }
752
+ ],
753
+ "licenses": [
754
+ {
755
+ "expression": "MIT OR Apache-2.0"
756
+ }
757
+ ],
758
+ "purl": "pkg:cargo/clap_lex@1.1.0",
759
+ "externalReferences": [
760
+ {
761
+ "type": "vcs",
762
+ "url": "https://github.com/clap-rs/clap"
763
+ }
764
+ ]
765
+ },
766
+ {
767
+ "type": "library",
768
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
769
+ "name": "colorchoice",
770
+ "version": "1.0.5",
771
+ "description": "Global override of color control",
772
+ "scope": "required",
773
+ "hashes": [
774
+ {
775
+ "alg": "SHA-256",
776
+ "content": "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
777
+ }
778
+ ],
779
+ "licenses": [
780
+ {
781
+ "expression": "MIT OR Apache-2.0"
782
+ }
783
+ ],
784
+ "purl": "pkg:cargo/colorchoice@1.0.5",
785
+ "externalReferences": [
786
+ {
787
+ "type": "vcs",
788
+ "url": "https://github.com/rust-cli/anstyle.git"
789
+ }
790
+ ]
791
+ },
792
+ {
793
+ "type": "library",
794
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
795
+ "name": "crossbeam-channel",
796
+ "version": "0.5.15",
797
+ "description": "Multi-producer multi-consumer channels for message passing",
798
+ "scope": "required",
799
+ "hashes": [
800
+ {
801
+ "alg": "SHA-256",
802
+ "content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
803
+ }
804
+ ],
805
+ "licenses": [
806
+ {
807
+ "expression": "MIT OR Apache-2.0"
808
+ }
809
+ ],
810
+ "purl": "pkg:cargo/crossbeam-channel@0.5.15",
811
+ "externalReferences": [
812
+ {
813
+ "type": "website",
814
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
815
+ },
816
+ {
817
+ "type": "vcs",
818
+ "url": "https://github.com/crossbeam-rs/crossbeam"
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "type": "library",
824
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
825
+ "name": "crossbeam-deque",
826
+ "version": "0.8.6",
827
+ "description": "Concurrent work-stealing deque",
828
+ "scope": "required",
829
+ "hashes": [
830
+ {
831
+ "alg": "SHA-256",
832
+ "content": "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
833
+ }
834
+ ],
835
+ "licenses": [
836
+ {
837
+ "expression": "MIT OR Apache-2.0"
838
+ }
839
+ ],
840
+ "purl": "pkg:cargo/crossbeam-deque@0.8.6",
841
+ "externalReferences": [
842
+ {
843
+ "type": "website",
844
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
845
+ },
846
+ {
847
+ "type": "vcs",
848
+ "url": "https://github.com/crossbeam-rs/crossbeam"
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "type": "library",
854
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
855
+ "name": "crossbeam-epoch",
856
+ "version": "0.9.18",
857
+ "description": "Epoch-based garbage collection",
858
+ "scope": "required",
859
+ "hashes": [
860
+ {
861
+ "alg": "SHA-256",
862
+ "content": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
863
+ }
864
+ ],
865
+ "licenses": [
866
+ {
867
+ "expression": "MIT OR Apache-2.0"
868
+ }
869
+ ],
870
+ "purl": "pkg:cargo/crossbeam-epoch@0.9.18",
871
+ "externalReferences": [
872
+ {
873
+ "type": "website",
874
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
875
+ },
876
+ {
877
+ "type": "vcs",
878
+ "url": "https://github.com/crossbeam-rs/crossbeam"
879
+ }
880
+ ]
881
+ },
882
+ {
883
+ "type": "library",
884
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
885
+ "name": "crossbeam-queue",
886
+ "version": "0.3.12",
887
+ "description": "Concurrent queues",
888
+ "scope": "required",
889
+ "hashes": [
890
+ {
891
+ "alg": "SHA-256",
892
+ "content": "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
893
+ }
894
+ ],
895
+ "licenses": [
896
+ {
897
+ "expression": "MIT OR Apache-2.0"
898
+ }
899
+ ],
900
+ "purl": "pkg:cargo/crossbeam-queue@0.3.12",
901
+ "externalReferences": [
902
+ {
903
+ "type": "website",
904
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue"
905
+ },
906
+ {
907
+ "type": "vcs",
908
+ "url": "https://github.com/crossbeam-rs/crossbeam"
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "type": "library",
914
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
915
+ "name": "crossbeam-utils",
916
+ "version": "0.8.21",
917
+ "description": "Utilities for concurrent programming",
918
+ "scope": "required",
919
+ "hashes": [
920
+ {
921
+ "alg": "SHA-256",
922
+ "content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
923
+ }
924
+ ],
925
+ "licenses": [
926
+ {
927
+ "expression": "MIT OR Apache-2.0"
928
+ }
929
+ ],
930
+ "purl": "pkg:cargo/crossbeam-utils@0.8.21",
931
+ "externalReferences": [
932
+ {
933
+ "type": "website",
934
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
935
+ },
936
+ {
937
+ "type": "vcs",
938
+ "url": "https://github.com/crossbeam-rs/crossbeam"
939
+ }
940
+ ]
941
+ },
942
+ {
943
+ "type": "library",
944
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam@0.8.4",
945
+ "name": "crossbeam",
946
+ "version": "0.8.4",
947
+ "description": "Tools for concurrent programming",
948
+ "scope": "required",
949
+ "hashes": [
950
+ {
951
+ "alg": "SHA-256",
952
+ "content": "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
953
+ }
954
+ ],
955
+ "licenses": [
956
+ {
957
+ "expression": "MIT OR Apache-2.0"
958
+ }
959
+ ],
960
+ "purl": "pkg:cargo/crossbeam@0.8.4",
961
+ "externalReferences": [
962
+ {
963
+ "type": "website",
964
+ "url": "https://github.com/crossbeam-rs/crossbeam"
965
+ },
966
+ {
967
+ "type": "vcs",
968
+ "url": "https://github.com/crossbeam-rs/crossbeam"
969
+ }
970
+ ]
971
+ },
972
+ {
973
+ "type": "library",
974
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
975
+ "name": "equivalent",
976
+ "version": "1.0.2",
977
+ "description": "Traits for key comparison in maps.",
978
+ "scope": "required",
979
+ "hashes": [
980
+ {
981
+ "alg": "SHA-256",
982
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
983
+ }
984
+ ],
985
+ "licenses": [
986
+ {
987
+ "expression": "Apache-2.0 OR MIT"
988
+ }
989
+ ],
990
+ "purl": "pkg:cargo/equivalent@1.0.2",
991
+ "externalReferences": [
992
+ {
993
+ "type": "vcs",
994
+ "url": "https://github.com/indexmap-rs/equivalent"
995
+ }
996
+ ]
997
+ },
998
+ {
999
+ "type": "library",
1000
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
1001
+ "name": "find-msvc-tools",
1002
+ "version": "0.1.9",
1003
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
1004
+ "scope": "excluded",
1005
+ "hashes": [
1006
+ {
1007
+ "alg": "SHA-256",
1008
+ "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1009
+ }
1010
+ ],
1011
+ "licenses": [
1012
+ {
1013
+ "expression": "MIT OR Apache-2.0"
1014
+ }
1015
+ ],
1016
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
1017
+ "externalReferences": [
1018
+ {
1019
+ "type": "documentation",
1020
+ "url": "https://docs.rs/find-msvc-tools"
1021
+ },
1022
+ {
1023
+ "type": "vcs",
1024
+ "url": "https://github.com/rust-lang/cc-rs"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "type": "library",
1030
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7",
1031
+ "author": "bluss",
1032
+ "name": "fixedbitset",
1033
+ "version": "0.5.7",
1034
+ "description": "FixedBitSet is a simple bitset collection",
1035
+ "scope": "required",
1036
+ "hashes": [
1037
+ {
1038
+ "alg": "SHA-256",
1039
+ "content": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1040
+ }
1041
+ ],
1042
+ "licenses": [
1043
+ {
1044
+ "expression": "MIT OR Apache-2.0"
1045
+ }
1046
+ ],
1047
+ "purl": "pkg:cargo/fixedbitset@0.5.7",
1048
+ "externalReferences": [
1049
+ {
1050
+ "type": "documentation",
1051
+ "url": "https://docs.rs/fixedbitset/"
1052
+ },
1053
+ {
1054
+ "type": "vcs",
1055
+ "url": "https://github.com/petgraph/fixedbitset"
1056
+ }
1057
+ ]
1058
+ },
1059
+ {
1060
+ "type": "library",
1061
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5",
1062
+ "author": "Orson Peters <orsonpeters@gmail.com>",
1063
+ "name": "foldhash",
1064
+ "version": "0.1.5",
1065
+ "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
1066
+ "scope": "required",
1067
+ "hashes": [
1068
+ {
1069
+ "alg": "SHA-256",
1070
+ "content": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1071
+ }
1072
+ ],
1073
+ "licenses": [
1074
+ {
1075
+ "expression": "Zlib"
1076
+ }
1077
+ ],
1078
+ "purl": "pkg:cargo/foldhash@0.1.5",
1079
+ "externalReferences": [
1080
+ {
1081
+ "type": "vcs",
1082
+ "url": "https://github.com/orlp/foldhash"
1083
+ }
1084
+ ]
1085
+ },
1086
+ {
1087
+ "type": "library",
1088
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
1089
+ "author": "Andrew Gallant <jamslam@gmail.com>",
1090
+ "name": "globset",
1091
+ "version": "0.4.18",
1092
+ "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. ",
1093
+ "scope": "required",
1094
+ "hashes": [
1095
+ {
1096
+ "alg": "SHA-256",
1097
+ "content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
1098
+ }
1099
+ ],
1100
+ "licenses": [
1101
+ {
1102
+ "expression": "Unlicense OR MIT"
1103
+ }
1104
+ ],
1105
+ "purl": "pkg:cargo/globset@0.4.18",
1106
+ "externalReferences": [
1107
+ {
1108
+ "type": "documentation",
1109
+ "url": "https://docs.rs/globset"
1110
+ },
1111
+ {
1112
+ "type": "website",
1113
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
1114
+ },
1115
+ {
1116
+ "type": "vcs",
1117
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "type": "library",
1123
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
1124
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
1125
+ "name": "hashbrown",
1126
+ "version": "0.15.5",
1127
+ "description": "A Rust port of Google's SwissTable hash map",
1128
+ "scope": "required",
1129
+ "hashes": [
1130
+ {
1131
+ "alg": "SHA-256",
1132
+ "content": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1133
+ }
1134
+ ],
1135
+ "licenses": [
1136
+ {
1137
+ "expression": "MIT OR Apache-2.0"
1138
+ }
1139
+ ],
1140
+ "purl": "pkg:cargo/hashbrown@0.15.5",
1141
+ "externalReferences": [
1142
+ {
1143
+ "type": "vcs",
1144
+ "url": "https://github.com/rust-lang/hashbrown"
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "type": "library",
1150
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
1151
+ "name": "hashbrown",
1152
+ "version": "0.17.1",
1153
+ "description": "A Rust port of Google's SwissTable hash map",
1154
+ "scope": "required",
1155
+ "hashes": [
1156
+ {
1157
+ "alg": "SHA-256",
1158
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1159
+ }
1160
+ ],
1161
+ "licenses": [
1162
+ {
1163
+ "expression": "MIT OR Apache-2.0"
1164
+ }
1165
+ ],
1166
+ "purl": "pkg:cargo/hashbrown@0.17.1",
1167
+ "externalReferences": [
1168
+ {
1169
+ "type": "vcs",
1170
+ "url": "https://github.com/rust-lang/hashbrown"
1171
+ }
1172
+ ]
1173
+ },
1174
+ {
1175
+ "type": "library",
1176
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1177
+ "name": "heck",
1178
+ "version": "0.5.0",
1179
+ "description": "heck is a case conversion library.",
1180
+ "scope": "required",
1181
+ "hashes": [
1182
+ {
1183
+ "alg": "SHA-256",
1184
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1185
+ }
1186
+ ],
1187
+ "licenses": [
1188
+ {
1189
+ "expression": "MIT OR Apache-2.0"
1190
+ }
1191
+ ],
1192
+ "purl": "pkg:cargo/heck@0.5.0",
1193
+ "externalReferences": [
1194
+ {
1195
+ "type": "vcs",
1196
+ "url": "https://github.com/withoutboats/heck"
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "type": "library",
1202
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1203
+ "name": "indexmap",
1204
+ "version": "2.14.0",
1205
+ "description": "A hash table with consistent order and fast iteration.",
1206
+ "scope": "required",
1207
+ "hashes": [
1208
+ {
1209
+ "alg": "SHA-256",
1210
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1211
+ }
1212
+ ],
1213
+ "licenses": [
1214
+ {
1215
+ "expression": "Apache-2.0 OR MIT"
1216
+ }
1217
+ ],
1218
+ "purl": "pkg:cargo/indexmap@2.14.0",
1219
+ "externalReferences": [
1220
+ {
1221
+ "type": "documentation",
1222
+ "url": "https://docs.rs/indexmap/"
1223
+ },
1224
+ {
1225
+ "type": "vcs",
1226
+ "url": "https://github.com/indexmap-rs/indexmap"
1227
+ }
1228
+ ]
1229
+ },
1230
+ {
1231
+ "type": "library",
1232
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
1233
+ "name": "is_terminal_polyfill",
1234
+ "version": "1.70.2",
1235
+ "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs",
1236
+ "scope": "required",
1237
+ "hashes": [
1238
+ {
1239
+ "alg": "SHA-256",
1240
+ "content": "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1241
+ }
1242
+ ],
1243
+ "licenses": [
1244
+ {
1245
+ "expression": "MIT OR Apache-2.0"
1246
+ }
1247
+ ],
1248
+ "purl": "pkg:cargo/is_terminal_polyfill@1.70.2",
1249
+ "externalReferences": [
1250
+ {
1251
+ "type": "vcs",
1252
+ "url": "https://github.com/polyfill-rs/is_terminal_polyfill"
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "type": "library",
1258
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
1259
+ "author": "David Tolnay <dtolnay@gmail.com>",
1260
+ "name": "itoa",
1261
+ "version": "1.0.18",
1262
+ "description": "Fast integer primitive to string conversion",
1263
+ "scope": "required",
1264
+ "hashes": [
1265
+ {
1266
+ "alg": "SHA-256",
1267
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1268
+ }
1269
+ ],
1270
+ "licenses": [
1271
+ {
1272
+ "expression": "MIT OR Apache-2.0"
1273
+ }
1274
+ ],
1275
+ "purl": "pkg:cargo/itoa@1.0.18",
1276
+ "externalReferences": [
1277
+ {
1278
+ "type": "documentation",
1279
+ "url": "https://docs.rs/itoa"
1280
+ },
1281
+ {
1282
+ "type": "vcs",
1283
+ "url": "https://github.com/dtolnay/itoa"
1284
+ }
1285
+ ]
1286
+ },
1287
+ {
1288
+ "type": "library",
1289
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
1290
+ "author": "The Rust Project Developers",
1291
+ "name": "log",
1292
+ "version": "0.4.29",
1293
+ "description": "A lightweight logging facade for Rust ",
1294
+ "scope": "required",
1295
+ "hashes": [
1296
+ {
1297
+ "alg": "SHA-256",
1298
+ "content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1299
+ }
1300
+ ],
1301
+ "licenses": [
1302
+ {
1303
+ "expression": "MIT OR Apache-2.0"
1304
+ }
1305
+ ],
1306
+ "purl": "pkg:cargo/log@0.4.29",
1307
+ "externalReferences": [
1308
+ {
1309
+ "type": "documentation",
1310
+ "url": "https://docs.rs/log"
1311
+ },
1312
+ {
1313
+ "type": "vcs",
1314
+ "url": "https://github.com/rust-lang/log"
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "type": "library",
1320
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
1321
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
1322
+ "name": "memchr",
1323
+ "version": "2.8.0",
1324
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
1325
+ "scope": "required",
1326
+ "hashes": [
1327
+ {
1328
+ "alg": "SHA-256",
1329
+ "content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1330
+ }
1331
+ ],
1332
+ "licenses": [
1333
+ {
1334
+ "expression": "Unlicense OR MIT"
1335
+ }
1336
+ ],
1337
+ "purl": "pkg:cargo/memchr@2.8.0",
1338
+ "externalReferences": [
1339
+ {
1340
+ "type": "documentation",
1341
+ "url": "https://docs.rs/memchr/"
1342
+ },
1343
+ {
1344
+ "type": "website",
1345
+ "url": "https://github.com/BurntSushi/memchr"
1346
+ },
1347
+ {
1348
+ "type": "vcs",
1349
+ "url": "https://github.com/BurntSushi/memchr"
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "type": "library",
1355
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
1356
+ "author": "The Rust Project Developers",
1357
+ "name": "num-bigint",
1358
+ "version": "0.4.6",
1359
+ "description": "Big integer implementation for Rust",
1360
+ "scope": "required",
1361
+ "hashes": [
1362
+ {
1363
+ "alg": "SHA-256",
1364
+ "content": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1365
+ }
1366
+ ],
1367
+ "licenses": [
1368
+ {
1369
+ "expression": "MIT OR Apache-2.0"
1370
+ }
1371
+ ],
1372
+ "purl": "pkg:cargo/num-bigint@0.4.6",
1373
+ "externalReferences": [
1374
+ {
1375
+ "type": "documentation",
1376
+ "url": "https://docs.rs/num-bigint"
1377
+ },
1378
+ {
1379
+ "type": "website",
1380
+ "url": "https://github.com/rust-num/num-bigint"
1381
+ },
1382
+ {
1383
+ "type": "vcs",
1384
+ "url": "https://github.com/rust-num/num-bigint"
1385
+ }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "type": "library",
1390
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1391
+ "author": "The Rust Project Developers",
1392
+ "name": "num-complex",
1393
+ "version": "0.4.6",
1394
+ "description": "Complex numbers implementation for Rust",
1395
+ "scope": "required",
1396
+ "hashes": [
1397
+ {
1398
+ "alg": "SHA-256",
1399
+ "content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1400
+ }
1401
+ ],
1402
+ "licenses": [
1403
+ {
1404
+ "expression": "MIT OR Apache-2.0"
1405
+ }
1406
+ ],
1407
+ "purl": "pkg:cargo/num-complex@0.4.6",
1408
+ "externalReferences": [
1409
+ {
1410
+ "type": "documentation",
1411
+ "url": "https://docs.rs/num-complex"
1412
+ },
1413
+ {
1414
+ "type": "website",
1415
+ "url": "https://github.com/rust-num/num-complex"
1416
+ },
1417
+ {
1418
+ "type": "vcs",
1419
+ "url": "https://github.com/rust-num/num-complex"
1420
+ }
1421
+ ]
1422
+ },
1423
+ {
1424
+ "type": "library",
1425
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
1426
+ "author": "The Rust Project Developers",
1427
+ "name": "num-derive",
1428
+ "version": "0.4.2",
1429
+ "description": "Numeric syntax extensions",
1430
+ "scope": "required",
1431
+ "hashes": [
1432
+ {
1433
+ "alg": "SHA-256",
1434
+ "content": "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1435
+ }
1436
+ ],
1437
+ "licenses": [
1438
+ {
1439
+ "expression": "MIT OR Apache-2.0"
1440
+ }
1441
+ ],
1442
+ "purl": "pkg:cargo/num-derive@0.4.2",
1443
+ "externalReferences": [
1444
+ {
1445
+ "type": "documentation",
1446
+ "url": "https://docs.rs/num-derive"
1447
+ },
1448
+ {
1449
+ "type": "website",
1450
+ "url": "https://github.com/rust-num/num-derive"
1451
+ },
1452
+ {
1453
+ "type": "vcs",
1454
+ "url": "https://github.com/rust-num/num-derive"
1455
+ }
1456
+ ]
1457
+ },
1458
+ {
1459
+ "type": "library",
1460
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4",
1461
+ "author": "Brian Myers <brian.carl.myers@gmail.com>",
1462
+ "name": "num-format",
1463
+ "version": "0.4.4",
1464
+ "description": "A Rust crate for producing string-representations of numbers, formatted according to international standards",
1465
+ "scope": "required",
1466
+ "hashes": [
1467
+ {
1468
+ "alg": "SHA-256",
1469
+ "content": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
1470
+ }
1471
+ ],
1472
+ "licenses": [
1473
+ {
1474
+ "expression": "MIT OR Apache-2.0"
1475
+ }
1476
+ ],
1477
+ "purl": "pkg:cargo/num-format@0.4.4",
1478
+ "externalReferences": [
1479
+ {
1480
+ "type": "documentation",
1481
+ "url": "https://docs.rs/num-format"
1482
+ },
1483
+ {
1484
+ "type": "website",
1485
+ "url": "https://github.com/bcmyers/num-format"
1486
+ },
1487
+ {
1488
+ "type": "vcs",
1489
+ "url": "https://github.com/bcmyers/num-format"
1490
+ }
1491
+ ]
1492
+ },
1493
+ {
1494
+ "type": "library",
1495
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1496
+ "author": "The Rust Project Developers",
1497
+ "name": "num-integer",
1498
+ "version": "0.1.46",
1499
+ "description": "Integer traits and functions",
1500
+ "scope": "required",
1501
+ "hashes": [
1502
+ {
1503
+ "alg": "SHA-256",
1504
+ "content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1505
+ }
1506
+ ],
1507
+ "licenses": [
1508
+ {
1509
+ "expression": "MIT OR Apache-2.0"
1510
+ }
1511
+ ],
1512
+ "purl": "pkg:cargo/num-integer@0.1.46",
1513
+ "externalReferences": [
1514
+ {
1515
+ "type": "documentation",
1516
+ "url": "https://docs.rs/num-integer"
1517
+ },
1518
+ {
1519
+ "type": "website",
1520
+ "url": "https://github.com/rust-num/num-integer"
1521
+ },
1522
+ {
1523
+ "type": "vcs",
1524
+ "url": "https://github.com/rust-num/num-integer"
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "type": "library",
1530
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
1531
+ "author": "The Rust Project Developers",
1532
+ "name": "num-iter",
1533
+ "version": "0.1.45",
1534
+ "description": "External iterators for generic mathematics",
1535
+ "scope": "required",
1536
+ "hashes": [
1537
+ {
1538
+ "alg": "SHA-256",
1539
+ "content": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1540
+ }
1541
+ ],
1542
+ "licenses": [
1543
+ {
1544
+ "expression": "MIT OR Apache-2.0"
1545
+ }
1546
+ ],
1547
+ "purl": "pkg:cargo/num-iter@0.1.45",
1548
+ "externalReferences": [
1549
+ {
1550
+ "type": "documentation",
1551
+ "url": "https://docs.rs/num-iter"
1552
+ },
1553
+ {
1554
+ "type": "website",
1555
+ "url": "https://github.com/rust-num/num-iter"
1556
+ },
1557
+ {
1558
+ "type": "vcs",
1559
+ "url": "https://github.com/rust-num/num-iter"
1560
+ }
1561
+ ]
1562
+ },
1563
+ {
1564
+ "type": "library",
1565
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
1566
+ "author": "The Rust Project Developers",
1567
+ "name": "num-rational",
1568
+ "version": "0.4.2",
1569
+ "description": "Rational numbers implementation for Rust",
1570
+ "scope": "required",
1571
+ "hashes": [
1572
+ {
1573
+ "alg": "SHA-256",
1574
+ "content": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1575
+ }
1576
+ ],
1577
+ "licenses": [
1578
+ {
1579
+ "expression": "MIT OR Apache-2.0"
1580
+ }
1581
+ ],
1582
+ "purl": "pkg:cargo/num-rational@0.4.2",
1583
+ "externalReferences": [
1584
+ {
1585
+ "type": "documentation",
1586
+ "url": "https://docs.rs/num-rational"
1587
+ },
1588
+ {
1589
+ "type": "website",
1590
+ "url": "https://github.com/rust-num/num-rational"
1591
+ },
1592
+ {
1593
+ "type": "vcs",
1594
+ "url": "https://github.com/rust-num/num-rational"
1595
+ }
1596
+ ]
1597
+ },
1598
+ {
1599
+ "type": "library",
1600
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1601
+ "author": "The Rust Project Developers",
1602
+ "name": "num-traits",
1603
+ "version": "0.2.19",
1604
+ "description": "Numeric traits for generic mathematics",
1605
+ "scope": "required",
1606
+ "hashes": [
1607
+ {
1608
+ "alg": "SHA-256",
1609
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1610
+ }
1611
+ ],
1612
+ "licenses": [
1613
+ {
1614
+ "expression": "MIT OR Apache-2.0"
1615
+ }
1616
+ ],
1617
+ "purl": "pkg:cargo/num-traits@0.2.19",
1618
+ "externalReferences": [
1619
+ {
1620
+ "type": "documentation",
1621
+ "url": "https://docs.rs/num-traits"
1622
+ },
1623
+ {
1624
+ "type": "website",
1625
+ "url": "https://github.com/rust-num/num-traits"
1626
+ },
1627
+ {
1628
+ "type": "vcs",
1629
+ "url": "https://github.com/rust-num/num-traits"
1630
+ }
1631
+ ]
1632
+ },
1633
+ {
1634
+ "type": "library",
1635
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
1636
+ "author": "The Rust Project Developers",
1637
+ "name": "num",
1638
+ "version": "0.4.3",
1639
+ "description": "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! ",
1640
+ "scope": "required",
1641
+ "hashes": [
1642
+ {
1643
+ "alg": "SHA-256",
1644
+ "content": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1645
+ }
1646
+ ],
1647
+ "licenses": [
1648
+ {
1649
+ "expression": "MIT OR Apache-2.0"
1650
+ }
1651
+ ],
1652
+ "purl": "pkg:cargo/num@0.4.3",
1653
+ "externalReferences": [
1654
+ {
1655
+ "type": "documentation",
1656
+ "url": "https://docs.rs/num"
1657
+ },
1658
+ {
1659
+ "type": "website",
1660
+ "url": "https://github.com/rust-num/num"
1661
+ },
1662
+ {
1663
+ "type": "vcs",
1664
+ "url": "https://github.com/rust-num/num"
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
1669
+ "type": "library",
1670
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
1671
+ "name": "once_cell_polyfill",
1672
+ "version": "1.70.2",
1673
+ "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs",
1674
+ "scope": "required",
1675
+ "hashes": [
1676
+ {
1677
+ "alg": "SHA-256",
1678
+ "content": "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1679
+ }
1680
+ ],
1681
+ "licenses": [
1682
+ {
1683
+ "expression": "MIT OR Apache-2.0"
1684
+ }
1685
+ ],
1686
+ "purl": "pkg:cargo/once_cell_polyfill@1.70.2",
1687
+ "externalReferences": [
1688
+ {
1689
+ "type": "vcs",
1690
+ "url": "https://github.com/polyfill-rs/once_cell_polyfill"
1691
+ }
1692
+ ]
1693
+ },
1694
+ {
1695
+ "type": "library",
1696
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
1697
+ "author": "bluss, mitchmindtree",
1698
+ "name": "petgraph",
1699
+ "version": "0.8.3",
1700
+ "description": "Graph data structure library. Provides graph types and graph algorithms.",
1701
+ "scope": "required",
1702
+ "hashes": [
1703
+ {
1704
+ "alg": "SHA-256",
1705
+ "content": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
1706
+ }
1707
+ ],
1708
+ "licenses": [
1709
+ {
1710
+ "expression": "MIT OR Apache-2.0"
1711
+ }
1712
+ ],
1713
+ "purl": "pkg:cargo/petgraph@0.8.3",
1714
+ "externalReferences": [
1715
+ {
1716
+ "type": "documentation",
1717
+ "url": "https://docs.rs/petgraph/"
1718
+ },
1719
+ {
1720
+ "type": "vcs",
1721
+ "url": "https://github.com/petgraph/petgraph"
1722
+ }
1723
+ ]
1724
+ },
1725
+ {
1726
+ "type": "library",
1727
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1728
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1729
+ "name": "proc-macro2",
1730
+ "version": "1.0.106",
1731
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1732
+ "scope": "required",
1733
+ "hashes": [
1734
+ {
1735
+ "alg": "SHA-256",
1736
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1737
+ }
1738
+ ],
1739
+ "licenses": [
1740
+ {
1741
+ "expression": "MIT OR Apache-2.0"
1742
+ }
1743
+ ],
1744
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
1745
+ "externalReferences": [
1746
+ {
1747
+ "type": "documentation",
1748
+ "url": "https://docs.rs/proc-macro2"
1749
+ },
1750
+ {
1751
+ "type": "vcs",
1752
+ "url": "https://github.com/dtolnay/proc-macro2"
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "type": "library",
1758
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1759
+ "author": "David Tolnay <dtolnay@gmail.com>",
1760
+ "name": "quote",
1761
+ "version": "1.0.45",
1762
+ "description": "Quasi-quoting macro quote!(...)",
1763
+ "scope": "required",
1764
+ "hashes": [
1765
+ {
1766
+ "alg": "SHA-256",
1767
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1768
+ }
1769
+ ],
1770
+ "licenses": [
1771
+ {
1772
+ "expression": "MIT OR Apache-2.0"
1773
+ }
1774
+ ],
1775
+ "purl": "pkg:cargo/quote@1.0.45",
1776
+ "externalReferences": [
1777
+ {
1778
+ "type": "documentation",
1779
+ "url": "https://docs.rs/quote/"
1780
+ },
1781
+ {
1782
+ "type": "vcs",
1783
+ "url": "https://github.com/dtolnay/quote"
1784
+ }
1785
+ ]
1786
+ },
1787
+ {
1788
+ "type": "library",
1789
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1790
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1791
+ "name": "regex-automata",
1792
+ "version": "0.4.14",
1793
+ "description": "Automata construction and matching using regular expressions.",
1794
+ "scope": "required",
1795
+ "hashes": [
1796
+ {
1797
+ "alg": "SHA-256",
1798
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1799
+ }
1800
+ ],
1801
+ "licenses": [
1802
+ {
1803
+ "expression": "MIT OR Apache-2.0"
1804
+ }
1805
+ ],
1806
+ "purl": "pkg:cargo/regex-automata@0.4.14",
1807
+ "externalReferences": [
1808
+ {
1809
+ "type": "documentation",
1810
+ "url": "https://docs.rs/regex-automata"
1811
+ },
1812
+ {
1813
+ "type": "website",
1814
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
1815
+ },
1816
+ {
1817
+ "type": "vcs",
1818
+ "url": "https://github.com/rust-lang/regex"
1819
+ }
1820
+ ]
1821
+ },
1822
+ {
1823
+ "type": "library",
1824
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
1825
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1826
+ "name": "regex-syntax",
1827
+ "version": "0.8.10",
1828
+ "description": "A regular expression parser.",
1829
+ "scope": "required",
1830
+ "hashes": [
1831
+ {
1832
+ "alg": "SHA-256",
1833
+ "content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1834
+ }
1835
+ ],
1836
+ "licenses": [
1837
+ {
1838
+ "expression": "MIT OR Apache-2.0"
1839
+ }
1840
+ ],
1841
+ "purl": "pkg:cargo/regex-syntax@0.8.10",
1842
+ "externalReferences": [
1843
+ {
1844
+ "type": "documentation",
1845
+ "url": "https://docs.rs/regex-syntax"
1846
+ },
1847
+ {
1848
+ "type": "website",
1849
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
1850
+ },
1851
+ {
1852
+ "type": "vcs",
1853
+ "url": "https://github.com/rust-lang/regex"
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "type": "library",
1859
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1860
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1861
+ "name": "regex",
1862
+ "version": "1.12.3",
1863
+ "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
1864
+ "scope": "required",
1865
+ "hashes": [
1866
+ {
1867
+ "alg": "SHA-256",
1868
+ "content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1869
+ }
1870
+ ],
1871
+ "licenses": [
1872
+ {
1873
+ "expression": "MIT OR Apache-2.0"
1874
+ }
1875
+ ],
1876
+ "purl": "pkg:cargo/regex@1.12.3",
1877
+ "externalReferences": [
1878
+ {
1879
+ "type": "documentation",
1880
+ "url": "https://docs.rs/regex"
1881
+ },
1882
+ {
1883
+ "type": "website",
1884
+ "url": "https://github.com/rust-lang/regex"
1885
+ },
1886
+ {
1887
+ "type": "vcs",
1888
+ "url": "https://github.com/rust-lang/regex"
1889
+ }
1890
+ ]
1891
+ },
1892
+ {
1893
+ "type": "library",
1894
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-code-analysis-code-split@0.0.26-cs.0",
1895
+ "author": "Calixte Denizet <cdenizet@mozilla.com>, Roman Fedorov <Roman.Fedorov@constructor.tech>",
1896
+ "name": "rust-code-analysis-code-split",
1897
+ "version": "0.0.26-cs.0",
1898
+ "description": "Fork of mozilla/rust-code-analysis bumped to tree-sitter 0.26 for use by code-split. Computes complexity metrics (cyclomatic, cognitive, Halstead, MI, LOC).",
1899
+ "scope": "required",
1900
+ "hashes": [
1901
+ {
1902
+ "alg": "SHA-256",
1903
+ "content": "a3b9324bd5110e3d03aa2a301ff9615a802ca8169dd01507e2adf1232e57d341"
1904
+ }
1905
+ ],
1906
+ "licenses": [
1907
+ {
1908
+ "expression": "MPL-2.0"
1909
+ }
1910
+ ],
1911
+ "purl": "pkg:cargo/rust-code-analysis-code-split@0.0.26-cs.0",
1912
+ "externalReferences": [
1913
+ {
1914
+ "type": "documentation",
1915
+ "url": "https://docs.rs/rust-code-analysis-code-split/"
1916
+ },
1917
+ {
1918
+ "type": "vcs",
1919
+ "url": "https://github.com/ffedoroff/rust-code-analysis-code-split"
1920
+ }
1921
+ ]
1922
+ },
1923
+ {
1924
+ "type": "library",
1925
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
1926
+ "author": "Andrew Gallant <jamslam@gmail.com>",
1927
+ "name": "same-file",
1928
+ "version": "1.0.6",
1929
+ "description": "A simple crate for determining whether two file paths point to the same file. ",
1930
+ "scope": "required",
1931
+ "hashes": [
1932
+ {
1933
+ "alg": "SHA-256",
1934
+ "content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1935
+ }
1936
+ ],
1937
+ "licenses": [
1938
+ {
1939
+ "expression": "Unlicense OR MIT"
1940
+ }
1941
+ ],
1942
+ "purl": "pkg:cargo/same-file@1.0.6",
1943
+ "externalReferences": [
1944
+ {
1945
+ "type": "documentation",
1946
+ "url": "https://docs.rs/same-file"
1947
+ },
1948
+ {
1949
+ "type": "website",
1950
+ "url": "https://github.com/BurntSushi/same-file"
1951
+ },
1952
+ {
1953
+ "type": "vcs",
1954
+ "url": "https://github.com/BurntSushi/same-file"
1955
+ }
1956
+ ]
1957
+ },
1958
+ {
1959
+ "type": "library",
1960
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
1961
+ "author": "David Tolnay <dtolnay@gmail.com>",
1962
+ "name": "semver",
1963
+ "version": "1.0.28",
1964
+ "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
1965
+ "scope": "required",
1966
+ "hashes": [
1967
+ {
1968
+ "alg": "SHA-256",
1969
+ "content": "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1970
+ }
1971
+ ],
1972
+ "licenses": [
1973
+ {
1974
+ "expression": "MIT OR Apache-2.0"
1975
+ }
1976
+ ],
1977
+ "purl": "pkg:cargo/semver@1.0.28",
1978
+ "externalReferences": [
1979
+ {
1980
+ "type": "documentation",
1981
+ "url": "https://docs.rs/semver"
1982
+ },
1983
+ {
1984
+ "type": "vcs",
1985
+ "url": "https://github.com/dtolnay/semver"
1986
+ }
1987
+ ]
1988
+ },
1989
+ {
1990
+ "type": "library",
1991
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1992
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1993
+ "name": "serde",
1994
+ "version": "1.0.228",
1995
+ "description": "A generic serialization/deserialization framework",
1996
+ "scope": "required",
1997
+ "hashes": [
1998
+ {
1999
+ "alg": "SHA-256",
2000
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2001
+ }
2002
+ ],
2003
+ "licenses": [
2004
+ {
2005
+ "expression": "MIT OR Apache-2.0"
2006
+ }
2007
+ ],
2008
+ "purl": "pkg:cargo/serde@1.0.228",
2009
+ "externalReferences": [
2010
+ {
2011
+ "type": "documentation",
2012
+ "url": "https://docs.rs/serde"
2013
+ },
2014
+ {
2015
+ "type": "website",
2016
+ "url": "https://serde.rs"
2017
+ },
2018
+ {
2019
+ "type": "vcs",
2020
+ "url": "https://github.com/serde-rs/serde"
2021
+ }
2022
+ ]
2023
+ },
2024
+ {
2025
+ "type": "library",
2026
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
2027
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
2028
+ "name": "serde_core",
2029
+ "version": "1.0.228",
2030
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
2031
+ "scope": "required",
2032
+ "hashes": [
2033
+ {
2034
+ "alg": "SHA-256",
2035
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2036
+ }
2037
+ ],
2038
+ "licenses": [
2039
+ {
2040
+ "expression": "MIT OR Apache-2.0"
2041
+ }
2042
+ ],
2043
+ "purl": "pkg:cargo/serde_core@1.0.228",
2044
+ "externalReferences": [
2045
+ {
2046
+ "type": "documentation",
2047
+ "url": "https://docs.rs/serde_core"
2048
+ },
2049
+ {
2050
+ "type": "website",
2051
+ "url": "https://serde.rs"
2052
+ },
2053
+ {
2054
+ "type": "vcs",
2055
+ "url": "https://github.com/serde-rs/serde"
2056
+ }
2057
+ ]
2058
+ },
2059
+ {
2060
+ "type": "library",
2061
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
2062
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
2063
+ "name": "serde_derive",
2064
+ "version": "1.0.228",
2065
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
2066
+ "scope": "required",
2067
+ "hashes": [
2068
+ {
2069
+ "alg": "SHA-256",
2070
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2071
+ }
2072
+ ],
2073
+ "licenses": [
2074
+ {
2075
+ "expression": "MIT OR Apache-2.0"
2076
+ }
2077
+ ],
2078
+ "purl": "pkg:cargo/serde_derive@1.0.228",
2079
+ "externalReferences": [
2080
+ {
2081
+ "type": "documentation",
2082
+ "url": "https://serde.rs/derive.html"
2083
+ },
2084
+ {
2085
+ "type": "website",
2086
+ "url": "https://serde.rs"
2087
+ },
2088
+ {
2089
+ "type": "vcs",
2090
+ "url": "https://github.com/serde-rs/serde"
2091
+ }
2092
+ ]
2093
+ },
2094
+ {
2095
+ "type": "library",
2096
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
2097
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
2098
+ "name": "serde_json",
2099
+ "version": "1.0.149",
2100
+ "description": "A JSON serialization file format",
2101
+ "scope": "required",
2102
+ "hashes": [
2103
+ {
2104
+ "alg": "SHA-256",
2105
+ "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2106
+ }
2107
+ ],
2108
+ "licenses": [
2109
+ {
2110
+ "expression": "MIT OR Apache-2.0"
2111
+ }
2112
+ ],
2113
+ "purl": "pkg:cargo/serde_json@1.0.149",
2114
+ "externalReferences": [
2115
+ {
2116
+ "type": "documentation",
2117
+ "url": "https://docs.rs/serde_json"
2118
+ },
2119
+ {
2120
+ "type": "vcs",
2121
+ "url": "https://github.com/serde-rs/json"
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "type": "library",
2127
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
2128
+ "name": "serde_spanned",
2129
+ "version": "1.1.1",
2130
+ "description": "Serde-compatible spanned Value",
2131
+ "scope": "required",
2132
+ "hashes": [
2133
+ {
2134
+ "alg": "SHA-256",
2135
+ "content": "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2136
+ }
2137
+ ],
2138
+ "licenses": [
2139
+ {
2140
+ "expression": "MIT OR Apache-2.0"
2141
+ }
2142
+ ],
2143
+ "purl": "pkg:cargo/serde_spanned@1.1.1",
2144
+ "externalReferences": [
2145
+ {
2146
+ "type": "vcs",
2147
+ "url": "https://github.com/toml-rs/toml"
2148
+ }
2149
+ ]
2150
+ },
2151
+ {
2152
+ "type": "library",
2153
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
2154
+ "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>",
2155
+ "name": "shlex",
2156
+ "version": "1.3.0",
2157
+ "description": "Split a string into shell words, like Python's shlex.",
2158
+ "scope": "excluded",
2159
+ "hashes": [
2160
+ {
2161
+ "alg": "SHA-256",
2162
+ "content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2163
+ }
2164
+ ],
2165
+ "licenses": [
2166
+ {
2167
+ "expression": "MIT OR Apache-2.0"
2168
+ }
2169
+ ],
2170
+ "purl": "pkg:cargo/shlex@1.3.0",
2171
+ "externalReferences": [
2172
+ {
2173
+ "type": "vcs",
2174
+ "url": "https://github.com/comex/rust-shlex"
2175
+ }
2176
+ ]
2177
+ },
2178
+ {
2179
+ "type": "library",
2180
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
2181
+ "author": "Steven Fackler <sfackler@gmail.com>",
2182
+ "name": "streaming-iterator",
2183
+ "version": "0.1.9",
2184
+ "description": "Streaming iterators",
2185
+ "scope": "required",
2186
+ "hashes": [
2187
+ {
2188
+ "alg": "SHA-256",
2189
+ "content": "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
2190
+ }
2191
+ ],
2192
+ "licenses": [
2193
+ {
2194
+ "expression": "MIT OR Apache-2.0"
2195
+ }
2196
+ ],
2197
+ "purl": "pkg:cargo/streaming-iterator@0.1.9",
2198
+ "externalReferences": [
2199
+ {
2200
+ "type": "vcs",
2201
+ "url": "https://github.com/sfackler/streaming-iterator"
2202
+ }
2203
+ ]
2204
+ },
2205
+ {
2206
+ "type": "library",
2207
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1",
2208
+ "author": "Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>",
2209
+ "name": "strsim",
2210
+ "version": "0.11.1",
2211
+ "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ",
2212
+ "scope": "required",
2213
+ "hashes": [
2214
+ {
2215
+ "alg": "SHA-256",
2216
+ "content": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2217
+ }
2218
+ ],
2219
+ "licenses": [
2220
+ {
2221
+ "expression": "MIT"
2222
+ }
2223
+ ],
2224
+ "purl": "pkg:cargo/strsim@0.11.1",
2225
+ "externalReferences": [
2226
+ {
2227
+ "type": "documentation",
2228
+ "url": "https://docs.rs/strsim/"
2229
+ },
2230
+ {
2231
+ "type": "website",
2232
+ "url": "https://github.com/rapidfuzz/strsim-rs"
2233
+ },
2234
+ {
2235
+ "type": "vcs",
2236
+ "url": "https://github.com/rapidfuzz/strsim-rs"
2237
+ }
2238
+ ]
2239
+ },
2240
+ {
2241
+ "type": "library",
2242
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
2243
+ "author": "David Tolnay <dtolnay@gmail.com>",
2244
+ "name": "syn",
2245
+ "version": "2.0.117",
2246
+ "description": "Parser for Rust source code",
2247
+ "scope": "required",
2248
+ "hashes": [
2249
+ {
2250
+ "alg": "SHA-256",
2251
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2252
+ }
2253
+ ],
2254
+ "licenses": [
2255
+ {
2256
+ "expression": "MIT OR Apache-2.0"
2257
+ }
2258
+ ],
2259
+ "purl": "pkg:cargo/syn@2.0.117",
2260
+ "externalReferences": [
2261
+ {
2262
+ "type": "documentation",
2263
+ "url": "https://docs.rs/syn"
2264
+ },
2265
+ {
2266
+ "type": "vcs",
2267
+ "url": "https://github.com/dtolnay/syn"
2268
+ }
2269
+ ]
2270
+ },
2271
+ {
2272
+ "type": "library",
2273
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1",
2274
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2275
+ "name": "termcolor",
2276
+ "version": "1.4.1",
2277
+ "description": "A simple cross platform library for writing colored text to a terminal. ",
2278
+ "scope": "required",
2279
+ "hashes": [
2280
+ {
2281
+ "alg": "SHA-256",
2282
+ "content": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2283
+ }
2284
+ ],
2285
+ "licenses": [
2286
+ {
2287
+ "expression": "Unlicense OR MIT"
2288
+ }
2289
+ ],
2290
+ "purl": "pkg:cargo/termcolor@1.4.1",
2291
+ "externalReferences": [
2292
+ {
2293
+ "type": "documentation",
2294
+ "url": "https://docs.rs/termcolor"
2295
+ },
2296
+ {
2297
+ "type": "website",
2298
+ "url": "https://github.com/BurntSushi/termcolor"
2299
+ },
2300
+ {
2301
+ "type": "vcs",
2302
+ "url": "https://github.com/BurntSushi/termcolor"
2303
+ }
2304
+ ]
2305
+ },
2306
+ {
2307
+ "type": "library",
2308
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
2309
+ "author": "David Tolnay <dtolnay@gmail.com>",
2310
+ "name": "thiserror-impl",
2311
+ "version": "1.0.69",
2312
+ "description": "Implementation detail of the `thiserror` crate",
2313
+ "scope": "required",
2314
+ "hashes": [
2315
+ {
2316
+ "alg": "SHA-256",
2317
+ "content": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2318
+ }
2319
+ ],
2320
+ "licenses": [
2321
+ {
2322
+ "expression": "MIT OR Apache-2.0"
2323
+ }
2324
+ ],
2325
+ "purl": "pkg:cargo/thiserror-impl@1.0.69",
2326
+ "externalReferences": [
2327
+ {
2328
+ "type": "vcs",
2329
+ "url": "https://github.com/dtolnay/thiserror"
2330
+ }
2331
+ ]
2332
+ },
2333
+ {
2334
+ "type": "library",
2335
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
2336
+ "author": "David Tolnay <dtolnay@gmail.com>",
2337
+ "name": "thiserror",
2338
+ "version": "1.0.69",
2339
+ "description": "derive(Error)",
2340
+ "scope": "required",
2341
+ "hashes": [
2342
+ {
2343
+ "alg": "SHA-256",
2344
+ "content": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2345
+ }
2346
+ ],
2347
+ "licenses": [
2348
+ {
2349
+ "expression": "MIT OR Apache-2.0"
2350
+ }
2351
+ ],
2352
+ "purl": "pkg:cargo/thiserror@1.0.69",
2353
+ "externalReferences": [
2354
+ {
2355
+ "type": "documentation",
2356
+ "url": "https://docs.rs/thiserror"
2357
+ },
2358
+ {
2359
+ "type": "vcs",
2360
+ "url": "https://github.com/dtolnay/thiserror"
2361
+ }
2362
+ ]
2363
+ },
2364
+ {
2365
+ "type": "library",
2366
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
2367
+ "name": "toml",
2368
+ "version": "1.1.2+spec-1.1.0",
2369
+ "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
2370
+ "scope": "required",
2371
+ "hashes": [
2372
+ {
2373
+ "alg": "SHA-256",
2374
+ "content": "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
2375
+ }
2376
+ ],
2377
+ "licenses": [
2378
+ {
2379
+ "expression": "MIT OR Apache-2.0"
2380
+ }
2381
+ ],
2382
+ "purl": "pkg:cargo/toml@1.1.2+spec-1.1.0",
2383
+ "externalReferences": [
2384
+ {
2385
+ "type": "vcs",
2386
+ "url": "https://github.com/toml-rs/toml"
2387
+ }
2388
+ ]
2389
+ },
2390
+ {
2391
+ "type": "library",
2392
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
2393
+ "name": "toml_datetime",
2394
+ "version": "1.1.1+spec-1.1.0",
2395
+ "description": "A TOML-compatible datetime type",
2396
+ "scope": "required",
2397
+ "hashes": [
2398
+ {
2399
+ "alg": "SHA-256",
2400
+ "content": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2401
+ }
2402
+ ],
2403
+ "licenses": [
2404
+ {
2405
+ "expression": "MIT OR Apache-2.0"
2406
+ }
2407
+ ],
2408
+ "purl": "pkg:cargo/toml_datetime@1.1.1+spec-1.1.0",
2409
+ "externalReferences": [
2410
+ {
2411
+ "type": "vcs",
2412
+ "url": "https://github.com/toml-rs/toml"
2413
+ }
2414
+ ]
2415
+ },
2416
+ {
2417
+ "type": "library",
2418
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
2419
+ "name": "toml_parser",
2420
+ "version": "1.1.2+spec-1.1.0",
2421
+ "description": "Yet another format-preserving TOML parser.",
2422
+ "scope": "required",
2423
+ "hashes": [
2424
+ {
2425
+ "alg": "SHA-256",
2426
+ "content": "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2427
+ }
2428
+ ],
2429
+ "licenses": [
2430
+ {
2431
+ "expression": "MIT OR Apache-2.0"
2432
+ }
2433
+ ],
2434
+ "purl": "pkg:cargo/toml_parser@1.1.2+spec-1.1.0",
2435
+ "externalReferences": [
2436
+ {
2437
+ "type": "vcs",
2438
+ "url": "https://github.com/toml-rs/toml"
2439
+ }
2440
+ ]
2441
+ },
2442
+ {
2443
+ "type": "library",
2444
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0",
2445
+ "name": "toml_writer",
2446
+ "version": "1.1.1+spec-1.1.0",
2447
+ "description": "A low-level interface for writing out TOML ",
2448
+ "scope": "required",
2449
+ "hashes": [
2450
+ {
2451
+ "alg": "SHA-256",
2452
+ "content": "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2453
+ }
2454
+ ],
2455
+ "licenses": [
2456
+ {
2457
+ "expression": "MIT OR Apache-2.0"
2458
+ }
2459
+ ],
2460
+ "purl": "pkg:cargo/toml_writer@1.1.1+spec-1.1.0",
2461
+ "externalReferences": [
2462
+ {
2463
+ "type": "vcs",
2464
+ "url": "https://github.com/toml-rs/toml"
2465
+ }
2466
+ ]
2467
+ },
2468
+ {
2469
+ "type": "library",
2470
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ccomment-code-split@0.20.3",
2471
+ "author": "Calixte Denizet <cdenizet@mozilla.com>, Roman Fedorov <Roman.Fedorov@constructor.tech>",
2472
+ "name": "tree-sitter-ccomment-code-split",
2473
+ "version": "0.20.3",
2474
+ "description": "Ccomment grammar for the tree-sitter parsing library",
2475
+ "scope": "required",
2476
+ "hashes": [
2477
+ {
2478
+ "alg": "SHA-256",
2479
+ "content": "83235cd394d3a46206566faf6524b46f2aeb8e8d910ee0d9a1ea5804365c7ca4"
2480
+ }
2481
+ ],
2482
+ "licenses": [
2483
+ {
2484
+ "expression": "MIT"
2485
+ }
2486
+ ],
2487
+ "purl": "pkg:cargo/tree-sitter-ccomment-code-split@0.20.3",
2488
+ "externalReferences": [
2489
+ {
2490
+ "type": "vcs",
2491
+ "url": "https://github.com/ffedoroff/rust-code-analysis-code-split"
2492
+ }
2493
+ ]
2494
+ },
2495
+ {
2496
+ "type": "library",
2497
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
2498
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2499
+ "name": "tree-sitter-cpp",
2500
+ "version": "0.23.4",
2501
+ "description": "C++ grammar for tree-sitter",
2502
+ "scope": "excluded",
2503
+ "hashes": [
2504
+ {
2505
+ "alg": "SHA-256",
2506
+ "content": "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
2507
+ }
2508
+ ],
2509
+ "licenses": [
2510
+ {
2511
+ "expression": "MIT"
2512
+ }
2513
+ ],
2514
+ "purl": "pkg:cargo/tree-sitter-cpp@0.23.4",
2515
+ "externalReferences": [
2516
+ {
2517
+ "type": "vcs",
2518
+ "url": "https://github.com/tree-sitter/tree-sitter-cpp"
2519
+ }
2520
+ ]
2521
+ },
2522
+ {
2523
+ "type": "library",
2524
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
2525
+ "author": "Ayman Nadeem <aymannadeem@github.com>, Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2526
+ "name": "tree-sitter-java",
2527
+ "version": "0.23.5",
2528
+ "description": "Java grammar for tree-sitter",
2529
+ "scope": "required",
2530
+ "hashes": [
2531
+ {
2532
+ "alg": "SHA-256",
2533
+ "content": "0aa6cbcdc8c679b214e616fd3300da67da0e492e066df01bcf5a5921a71e90d6"
2534
+ }
2535
+ ],
2536
+ "licenses": [
2537
+ {
2538
+ "expression": "MIT"
2539
+ }
2540
+ ],
2541
+ "purl": "pkg:cargo/tree-sitter-java@0.23.5",
2542
+ "externalReferences": [
2543
+ {
2544
+ "type": "vcs",
2545
+ "url": "https://github.com/tree-sitter/tree-sitter-java"
2546
+ }
2547
+ ]
2548
+ },
2549
+ {
2550
+ "type": "library",
2551
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-javascript@0.25.0",
2552
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2553
+ "name": "tree-sitter-javascript",
2554
+ "version": "0.25.0",
2555
+ "description": "JavaScript grammar for tree-sitter",
2556
+ "scope": "required",
2557
+ "hashes": [
2558
+ {
2559
+ "alg": "SHA-256",
2560
+ "content": "68204f2abc0627a90bdf06e605f5c470aa26fdcb2081ea553a04bdad756693f5"
2561
+ }
2562
+ ],
2563
+ "licenses": [
2564
+ {
2565
+ "expression": "MIT"
2566
+ }
2567
+ ],
2568
+ "purl": "pkg:cargo/tree-sitter-javascript@0.25.0",
2569
+ "externalReferences": [
2570
+ {
2571
+ "type": "vcs",
2572
+ "url": "https://github.com/tree-sitter/tree-sitter-javascript"
2573
+ }
2574
+ ]
2575
+ },
2576
+ {
2577
+ "type": "library",
2578
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
2579
+ "author": "Amaan Qureshi <amaanq12@gmail.com>",
2580
+ "name": "tree-sitter-kotlin-ng",
2581
+ "version": "1.1.0",
2582
+ "description": "Kotlin grammar for tree-sitter",
2583
+ "scope": "required",
2584
+ "hashes": [
2585
+ {
2586
+ "alg": "SHA-256",
2587
+ "content": "e800ebbda938acfbf224f4d2c34947a31994b1295ee6e819b65226c7b51b4450"
2588
+ }
2589
+ ],
2590
+ "licenses": [
2591
+ {
2592
+ "expression": "MIT"
2593
+ }
2594
+ ],
2595
+ "purl": "pkg:cargo/tree-sitter-kotlin-ng@1.1.0",
2596
+ "externalReferences": [
2597
+ {
2598
+ "type": "vcs",
2599
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-kotlin"
2600
+ }
2601
+ ]
2602
+ },
2603
+ {
2604
+ "type": "library",
2605
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7",
2606
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2607
+ "name": "tree-sitter-language",
2608
+ "version": "0.1.7",
2609
+ "description": "The tree-sitter Language type, used by the library and by language implementations",
2610
+ "scope": "required",
2611
+ "hashes": [
2612
+ {
2613
+ "alg": "SHA-256",
2614
+ "content": "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
2615
+ }
2616
+ ],
2617
+ "licenses": [
2618
+ {
2619
+ "expression": "MIT"
2620
+ }
2621
+ ],
2622
+ "purl": "pkg:cargo/tree-sitter-language@0.1.7",
2623
+ "externalReferences": [
2624
+ {
2625
+ "type": "documentation",
2626
+ "url": "https://docs.rs/tree-sitter-language"
2627
+ },
2628
+ {
2629
+ "type": "website",
2630
+ "url": "https://tree-sitter.github.io/tree-sitter"
2631
+ },
2632
+ {
2633
+ "type": "other",
2634
+ "url": "tree-sitter-language"
2635
+ },
2636
+ {
2637
+ "type": "vcs",
2638
+ "url": "https://github.com/tree-sitter/tree-sitter"
2639
+ }
2640
+ ]
2641
+ },
2642
+ {
2643
+ "type": "library",
2644
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozcpp-code-split@0.20.4",
2645
+ "author": "Calixte Denizet <cdenizet@mozilla.com>, Roman Fedorov <Roman.Fedorov@constructor.tech>",
2646
+ "name": "tree-sitter-mozcpp-code-split",
2647
+ "version": "0.20.4",
2648
+ "description": "Mozcpp grammar for the tree-sitter parsing library",
2649
+ "scope": "required",
2650
+ "hashes": [
2651
+ {
2652
+ "alg": "SHA-256",
2653
+ "content": "c5bfceb330f0fd6327cb2d9647e46c92c193628962dca4186a3c74ee15e01ddf"
2654
+ }
2655
+ ],
2656
+ "licenses": [
2657
+ {
2658
+ "expression": "MIT"
2659
+ }
2660
+ ],
2661
+ "purl": "pkg:cargo/tree-sitter-mozcpp-code-split@0.20.4",
2662
+ "externalReferences": [
2663
+ {
2664
+ "type": "vcs",
2665
+ "url": "https://github.com/ffedoroff/rust-code-analysis-code-split"
2666
+ }
2667
+ ]
2668
+ },
2669
+ {
2670
+ "type": "library",
2671
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozjs-code-split@0.20.3",
2672
+ "author": "Calixte Denizet <cdenizet@mozilla.com>, Roman Fedorov <Roman.Fedorov@constructor.tech>",
2673
+ "name": "tree-sitter-mozjs-code-split",
2674
+ "version": "0.20.3",
2675
+ "description": "Mozjs grammar for the tree-sitter parsing library",
2676
+ "scope": "required",
2677
+ "hashes": [
2678
+ {
2679
+ "alg": "SHA-256",
2680
+ "content": "24f0056e599a6f8a9459a6bf5d83c39c143cb4bec97f3a88ad7dad4b3865d40d"
2681
+ }
2682
+ ],
2683
+ "licenses": [
2684
+ {
2685
+ "expression": "MIT"
2686
+ }
2687
+ ],
2688
+ "purl": "pkg:cargo/tree-sitter-mozjs-code-split@0.20.3",
2689
+ "externalReferences": [
2690
+ {
2691
+ "type": "vcs",
2692
+ "url": "https://github.com/ffedoroff/rust-code-analysis-code-split"
2693
+ }
2694
+ ]
2695
+ },
2696
+ {
2697
+ "type": "library",
2698
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-preproc-code-split@0.20.3",
2699
+ "author": "Calixte Denizet <cdenizet@mozilla.com>, Roman Fedorov <Roman.Fedorov@constructor.tech>",
2700
+ "name": "tree-sitter-preproc-code-split",
2701
+ "version": "0.20.3",
2702
+ "description": "Preproc grammar for the tree-sitter parsing library",
2703
+ "scope": "required",
2704
+ "hashes": [
2705
+ {
2706
+ "alg": "SHA-256",
2707
+ "content": "7e374ddbdf97fd8910995c6b2e4d50bd15d9741aa078b9e70bc195c723767b9e"
2708
+ }
2709
+ ],
2710
+ "licenses": [
2711
+ {
2712
+ "expression": "MIT"
2713
+ }
2714
+ ],
2715
+ "purl": "pkg:cargo/tree-sitter-preproc-code-split@0.20.3",
2716
+ "externalReferences": [
2717
+ {
2718
+ "type": "vcs",
2719
+ "url": "https://github.com/ffedoroff/rust-code-analysis-code-split"
2720
+ }
2721
+ ]
2722
+ },
2723
+ {
2724
+ "type": "library",
2725
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
2726
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2727
+ "name": "tree-sitter-python",
2728
+ "version": "0.25.0",
2729
+ "description": "Python grammar for tree-sitter",
2730
+ "scope": "required",
2731
+ "hashes": [
2732
+ {
2733
+ "alg": "SHA-256",
2734
+ "content": "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
2735
+ }
2736
+ ],
2737
+ "licenses": [
2738
+ {
2739
+ "expression": "MIT"
2740
+ }
2741
+ ],
2742
+ "purl": "pkg:cargo/tree-sitter-python@0.25.0",
2743
+ "externalReferences": [
2744
+ {
2745
+ "type": "vcs",
2746
+ "url": "https://github.com/tree-sitter/tree-sitter-python"
2747
+ }
2748
+ ]
2749
+ },
2750
+ {
2751
+ "type": "library",
2752
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.2",
2753
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2754
+ "name": "tree-sitter-rust",
2755
+ "version": "0.23.2",
2756
+ "description": "Rust grammar for tree-sitter",
2757
+ "scope": "required",
2758
+ "hashes": [
2759
+ {
2760
+ "alg": "SHA-256",
2761
+ "content": "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
2762
+ }
2763
+ ],
2764
+ "licenses": [
2765
+ {
2766
+ "expression": "MIT"
2767
+ }
2768
+ ],
2769
+ "purl": "pkg:cargo/tree-sitter-rust@0.23.2",
2770
+ "externalReferences": [
2771
+ {
2772
+ "type": "vcs",
2773
+ "url": "https://github.com/tree-sitter/tree-sitter-rust"
2774
+ }
2775
+ ]
2776
+ },
2777
+ {
2778
+ "type": "library",
2779
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
2780
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2781
+ "name": "tree-sitter-typescript",
2782
+ "version": "0.23.2",
2783
+ "description": "TypeScript and TSX grammars for tree-sitter",
2784
+ "scope": "required",
2785
+ "hashes": [
2786
+ {
2787
+ "alg": "SHA-256",
2788
+ "content": "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
2789
+ }
2790
+ ],
2791
+ "licenses": [
2792
+ {
2793
+ "expression": "MIT"
2794
+ }
2795
+ ],
2796
+ "purl": "pkg:cargo/tree-sitter-typescript@0.23.2",
2797
+ "externalReferences": [
2798
+ {
2799
+ "type": "vcs",
2800
+ "url": "https://github.com/tree-sitter/tree-sitter-typescript"
2801
+ }
2802
+ ]
2803
+ },
2804
+ {
2805
+ "type": "library",
2806
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
2807
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
2808
+ "name": "tree-sitter",
2809
+ "version": "0.26.9",
2810
+ "description": "Rust bindings to the Tree-sitter parsing library",
2811
+ "scope": "required",
2812
+ "hashes": [
2813
+ {
2814
+ "alg": "SHA-256",
2815
+ "content": "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3"
2816
+ }
2817
+ ],
2818
+ "licenses": [
2819
+ {
2820
+ "expression": "MIT"
2821
+ }
2822
+ ],
2823
+ "purl": "pkg:cargo/tree-sitter@0.26.9",
2824
+ "externalReferences": [
2825
+ {
2826
+ "type": "documentation",
2827
+ "url": "https://docs.rs/tree-sitter"
2828
+ },
2829
+ {
2830
+ "type": "website",
2831
+ "url": "https://tree-sitter.github.io/tree-sitter"
2832
+ },
2833
+ {
2834
+ "type": "other",
2835
+ "url": "tree-sitter"
2836
+ },
2837
+ {
2838
+ "type": "vcs",
2839
+ "url": "https://github.com/tree-sitter/tree-sitter"
2840
+ }
2841
+ ]
2842
+ },
2843
+ {
2844
+ "type": "library",
2845
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
2846
+ "author": "David Tolnay <dtolnay@gmail.com>",
2847
+ "name": "unicode-ident",
2848
+ "version": "1.0.24",
2849
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
2850
+ "scope": "required",
2851
+ "hashes": [
2852
+ {
2853
+ "alg": "SHA-256",
2854
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2855
+ }
2856
+ ],
2857
+ "licenses": [
2858
+ {
2859
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
2860
+ }
2861
+ ],
2862
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
2863
+ "externalReferences": [
2864
+ {
2865
+ "type": "documentation",
2866
+ "url": "https://docs.rs/unicode-ident"
2867
+ },
2868
+ {
2869
+ "type": "vcs",
2870
+ "url": "https://github.com/dtolnay/unicode-ident"
2871
+ }
2872
+ ]
2873
+ },
2874
+ {
2875
+ "type": "library",
2876
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2",
2877
+ "author": "Joe Wilm <joe@jwilm.com>, Christian Duerr <contact@christianduerr.com>",
2878
+ "name": "utf8parse",
2879
+ "version": "0.2.2",
2880
+ "description": "Table-driven UTF-8 parser",
2881
+ "scope": "required",
2882
+ "hashes": [
2883
+ {
2884
+ "alg": "SHA-256",
2885
+ "content": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2886
+ }
2887
+ ],
2888
+ "licenses": [
2889
+ {
2890
+ "expression": "Apache-2.0 OR MIT"
2891
+ }
2892
+ ],
2893
+ "purl": "pkg:cargo/utf8parse@0.2.2",
2894
+ "externalReferences": [
2895
+ {
2896
+ "type": "documentation",
2897
+ "url": "https://docs.rs/utf8parse/"
2898
+ },
2899
+ {
2900
+ "type": "vcs",
2901
+ "url": "https://github.com/alacritty/vte"
2902
+ }
2903
+ ]
2904
+ },
2905
+ {
2906
+ "type": "library",
2907
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
2908
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2909
+ "name": "walkdir",
2910
+ "version": "2.5.0",
2911
+ "description": "Recursively walk a directory.",
2912
+ "scope": "required",
2913
+ "hashes": [
2914
+ {
2915
+ "alg": "SHA-256",
2916
+ "content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2917
+ }
2918
+ ],
2919
+ "licenses": [
2920
+ {
2921
+ "expression": "Unlicense OR MIT"
2922
+ }
2923
+ ],
2924
+ "purl": "pkg:cargo/walkdir@2.5.0",
2925
+ "externalReferences": [
2926
+ {
2927
+ "type": "documentation",
2928
+ "url": "https://docs.rs/walkdir/"
2929
+ },
2930
+ {
2931
+ "type": "website",
2932
+ "url": "https://github.com/BurntSushi/walkdir"
2933
+ },
2934
+ {
2935
+ "type": "vcs",
2936
+ "url": "https://github.com/BurntSushi/walkdir"
2937
+ }
2938
+ ]
2939
+ },
2940
+ {
2941
+ "type": "library",
2942
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#which@8.0.2",
2943
+ "author": "Harry Fei <tiziyuanfang@gmail.com>, Jacob Kiesel <jake@bitcrafters.co>",
2944
+ "name": "which",
2945
+ "version": "8.0.2",
2946
+ "description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.",
2947
+ "scope": "required",
2948
+ "hashes": [
2949
+ {
2950
+ "alg": "SHA-256",
2951
+ "content": "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459"
2952
+ }
2953
+ ],
2954
+ "licenses": [
2955
+ {
2956
+ "expression": "MIT"
2957
+ }
2958
+ ],
2959
+ "purl": "pkg:cargo/which@8.0.2",
2960
+ "externalReferences": [
2961
+ {
2962
+ "type": "documentation",
2963
+ "url": "https://docs.rs/which/"
2964
+ },
2965
+ {
2966
+ "type": "vcs",
2967
+ "url": "https://github.com/harryfei/which-rs.git"
2968
+ }
2969
+ ]
2970
+ },
2971
+ {
2972
+ "type": "library",
2973
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
2974
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2975
+ "name": "winapi-util",
2976
+ "version": "0.1.11",
2977
+ "description": "A dumping ground for high level safe wrappers over windows-sys.",
2978
+ "scope": "required",
2979
+ "hashes": [
2980
+ {
2981
+ "alg": "SHA-256",
2982
+ "content": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2983
+ }
2984
+ ],
2985
+ "licenses": [
2986
+ {
2987
+ "expression": "Unlicense OR MIT"
2988
+ }
2989
+ ],
2990
+ "purl": "pkg:cargo/winapi-util@0.1.11",
2991
+ "externalReferences": [
2992
+ {
2993
+ "type": "documentation",
2994
+ "url": "https://docs.rs/winapi-util"
2995
+ },
2996
+ {
2997
+ "type": "website",
2998
+ "url": "https://github.com/BurntSushi/winapi-util"
2999
+ },
3000
+ {
3001
+ "type": "vcs",
3002
+ "url": "https://github.com/BurntSushi/winapi-util"
3003
+ }
3004
+ ]
3005
+ },
3006
+ {
3007
+ "type": "library",
3008
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
3009
+ "name": "windows-link",
3010
+ "version": "0.2.1",
3011
+ "description": "Linking for Windows",
3012
+ "scope": "required",
3013
+ "hashes": [
3014
+ {
3015
+ "alg": "SHA-256",
3016
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3017
+ }
3018
+ ],
3019
+ "licenses": [
3020
+ {
3021
+ "expression": "MIT OR Apache-2.0"
3022
+ }
3023
+ ],
3024
+ "purl": "pkg:cargo/windows-link@0.2.1",
3025
+ "externalReferences": [
3026
+ {
3027
+ "type": "vcs",
3028
+ "url": "https://github.com/microsoft/windows-rs"
3029
+ }
3030
+ ]
3031
+ },
3032
+ {
3033
+ "type": "library",
3034
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
3035
+ "name": "windows-sys",
3036
+ "version": "0.61.2",
3037
+ "description": "Rust for Windows",
3038
+ "scope": "required",
3039
+ "hashes": [
3040
+ {
3041
+ "alg": "SHA-256",
3042
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3043
+ }
3044
+ ],
3045
+ "licenses": [
3046
+ {
3047
+ "expression": "MIT OR Apache-2.0"
3048
+ }
3049
+ ],
3050
+ "purl": "pkg:cargo/windows-sys@0.61.2",
3051
+ "externalReferences": [
3052
+ {
3053
+ "type": "vcs",
3054
+ "url": "https://github.com/microsoft/windows-rs"
3055
+ }
3056
+ ]
3057
+ },
3058
+ {
3059
+ "type": "library",
3060
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3",
3061
+ "name": "winnow",
3062
+ "version": "1.0.3",
3063
+ "description": "A byte-oriented, zero-copy, parser combinators library",
3064
+ "scope": "required",
3065
+ "hashes": [
3066
+ {
3067
+ "alg": "SHA-256",
3068
+ "content": "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
3069
+ }
3070
+ ],
3071
+ "licenses": [
3072
+ {
3073
+ "expression": "MIT"
3074
+ }
3075
+ ],
3076
+ "purl": "pkg:cargo/winnow@1.0.3",
3077
+ "externalReferences": [
3078
+ {
3079
+ "type": "vcs",
3080
+ "url": "https://github.com/winnow-rs/winnow"
3081
+ }
3082
+ ]
3083
+ },
3084
+ {
3085
+ "type": "library",
3086
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
3087
+ "author": "David Tolnay <dtolnay@gmail.com>",
3088
+ "name": "zmij",
3089
+ "version": "1.0.21",
3090
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
3091
+ "scope": "required",
3092
+ "hashes": [
3093
+ {
3094
+ "alg": "SHA-256",
3095
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3096
+ }
3097
+ ],
3098
+ "licenses": [
3099
+ {
3100
+ "expression": "MIT"
3101
+ }
3102
+ ],
3103
+ "purl": "pkg:cargo/zmij@1.0.21",
3104
+ "externalReferences": [
3105
+ {
3106
+ "type": "documentation",
3107
+ "url": "https://docs.rs/zmij"
3108
+ },
3109
+ {
3110
+ "type": "vcs",
3111
+ "url": "https://github.com/dtolnay/zmij"
3112
+ }
3113
+ ]
3114
+ }
3115
+ ],
3116
+ "dependencies": [
3117
+ {
3118
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-cli#code-ranker@1.0.0",
3119
+ "dependsOn": [
3120
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3121
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
3122
+ "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
3123
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-complexity#1.0.0",
3124
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3125
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3126
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-javascript#1.0.0",
3127
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-python#1.0.0",
3128
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-rust#1.0.0",
3129
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-typescript#1.0.0",
3130
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-viewer#1.0.0",
3131
+ "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3132
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3133
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
3134
+ "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
3135
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
3136
+ "registry+https://github.com/rust-lang/crates.io-index#which@8.0.2"
3137
+ ]
3138
+ },
3139
+ {
3140
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-complexity#1.0.0",
3141
+ "dependsOn": [
3142
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3143
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3144
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3145
+ "registry+https://github.com/rust-lang/crates.io-index#rust-code-analysis-code-split@0.0.26-cs.0",
3146
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
3147
+ ]
3148
+ },
3149
+ {
3150
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3151
+ "dependsOn": [
3152
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3153
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
3154
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3155
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3156
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
3157
+ ]
3158
+ },
3159
+ {
3160
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3161
+ "dependsOn": [
3162
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3163
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
3164
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3165
+ ]
3166
+ },
3167
+ {
3168
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-javascript#1.0.0",
3169
+ "dependsOn": [
3170
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3171
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3172
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3173
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
3174
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-javascript@0.25.0",
3175
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
3176
+ ]
3177
+ },
3178
+ {
3179
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-python#1.0.0",
3180
+ "dependsOn": [
3181
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3182
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3183
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
3184
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
3185
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
3186
+ ]
3187
+ },
3188
+ {
3189
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-rust#1.0.0",
3190
+ "dependsOn": [
3191
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3192
+ "registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.18.1",
3193
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3194
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3195
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
3196
+ "registry+https://github.com/rust-lang/crates.io-index#which@8.0.2"
3197
+ ]
3198
+ },
3199
+ {
3200
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-typescript#1.0.0",
3201
+ "dependsOn": [
3202
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3203
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3204
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-api#1.0.0",
3205
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-plugin-javascript#1.0.0",
3206
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
3207
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
3208
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
3209
+ ]
3210
+ },
3211
+ {
3212
+ "ref": "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-viewer#1.0.0",
3213
+ "dependsOn": [
3214
+ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
3215
+ "path+file:///D:/a/code-ranker/code-ranker/crates/code-ranker-graph#1.0.0",
3216
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149"
3217
+ ]
3218
+ },
3219
+ {
3220
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3221
+ "dependsOn": [
3222
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
3223
+ ]
3224
+ },
3225
+ {
3226
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
3227
+ "dependsOn": [
3228
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3229
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
3230
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
3231
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
3232
+ "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5",
3233
+ "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2",
3234
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3235
+ ]
3236
+ },
3237
+ {
3238
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@1.0.0",
3239
+ "dependsOn": [
3240
+ "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3241
+ ]
3242
+ },
3243
+ {
3244
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.5",
3245
+ "dependsOn": [
3246
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3247
+ ]
3248
+ },
3249
+ {
3250
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.11",
3251
+ "dependsOn": [
3252
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3253
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2",
3254
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3255
+ ]
3256
+ },
3257
+ {
3258
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14"
3259
+ },
3260
+ {
3261
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102"
3262
+ },
3263
+ {
3264
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6"
3265
+ },
3266
+ {
3267
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
3268
+ },
3269
+ {
3270
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
3271
+ "dependsOn": [
3272
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
3273
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3274
+ ]
3275
+ },
3276
+ {
3277
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2",
3278
+ "dependsOn": [
3279
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3280
+ ]
3281
+ },
3282
+ {
3283
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cargo-platform@0.1.9",
3284
+ "dependsOn": [
3285
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3286
+ ]
3287
+ },
3288
+ {
3289
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.18.1",
3290
+ "dependsOn": [
3291
+ "registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2",
3292
+ "registry+https://github.com/rust-lang/crates.io-index#cargo-platform@0.1.9",
3293
+ "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
3294
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3295
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
3296
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69"
3297
+ ]
3298
+ },
3299
+ {
3300
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3301
+ "dependsOn": [
3302
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
3303
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
3304
+ ]
3305
+ },
3306
+ {
3307
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
3308
+ "dependsOn": [
3309
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
3310
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3311
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
3312
+ ]
3313
+ },
3314
+ {
3315
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap@4.6.1",
3316
+ "dependsOn": [
3317
+ "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
3318
+ "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1"
3319
+ ]
3320
+ },
3321
+ {
3322
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0",
3323
+ "dependsOn": [
3324
+ "registry+https://github.com/rust-lang/crates.io-index#anstream@1.0.0",
3325
+ "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14",
3326
+ "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0",
3327
+ "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
3328
+ ]
3329
+ },
3330
+ {
3331
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.6.1",
3332
+ "dependsOn": [
3333
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
3334
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3335
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3336
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
3337
+ ]
3338
+ },
3339
+ {
3340
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0"
3341
+ },
3342
+ {
3343
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.5"
3344
+ },
3345
+ {
3346
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
3347
+ "dependsOn": [
3348
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3349
+ ]
3350
+ },
3351
+ {
3352
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
3353
+ "dependsOn": [
3354
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
3355
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3356
+ ]
3357
+ },
3358
+ {
3359
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
3360
+ "dependsOn": [
3361
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3362
+ ]
3363
+ },
3364
+ {
3365
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
3366
+ "dependsOn": [
3367
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3368
+ ]
3369
+ },
3370
+ {
3371
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3372
+ },
3373
+ {
3374
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam@0.8.4",
3375
+ "dependsOn": [
3376
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
3377
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6",
3378
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18",
3379
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12",
3380
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
3381
+ ]
3382
+ },
3383
+ {
3384
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
3385
+ },
3386
+ {
3387
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
3388
+ },
3389
+ {
3390
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7"
3391
+ },
3392
+ {
3393
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
3394
+ },
3395
+ {
3396
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3397
+ "dependsOn": [
3398
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3399
+ "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
3400
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
3401
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3402
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
3403
+ ]
3404
+ },
3405
+ {
3406
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
3407
+ "dependsOn": [
3408
+ "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
3409
+ ]
3410
+ },
3411
+ {
3412
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
3413
+ },
3414
+ {
3415
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
3416
+ },
3417
+ {
3418
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3419
+ "dependsOn": [
3420
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
3421
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
3422
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3423
+ ]
3424
+ },
3425
+ {
3426
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2"
3427
+ },
3428
+ {
3429
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
3430
+ },
3431
+ {
3432
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
3433
+ },
3434
+ {
3435
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
3436
+ },
3437
+ {
3438
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
3439
+ "dependsOn": [
3440
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
3441
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3442
+ ]
3443
+ },
3444
+ {
3445
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
3446
+ "dependsOn": [
3447
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3448
+ ]
3449
+ },
3450
+ {
3451
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
3452
+ "dependsOn": [
3453
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3454
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3455
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
3456
+ ]
3457
+ },
3458
+ {
3459
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4",
3460
+ "dependsOn": [
3461
+ "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
3462
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
3467
+ "dependsOn": [
3468
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3469
+ ]
3470
+ },
3471
+ {
3472
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
3473
+ "dependsOn": [
3474
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
3475
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
3476
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3477
+ ]
3478
+ },
3479
+ {
3480
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
3481
+ "dependsOn": [
3482
+ "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
3483
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
3484
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3485
+ ]
3486
+ },
3487
+ {
3488
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
3489
+ "dependsOn": [
3490
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
3491
+ ]
3492
+ },
3493
+ {
3494
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
3495
+ "dependsOn": [
3496
+ "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
3497
+ "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
3498
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
3499
+ "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
3500
+ "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
3501
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
3502
+ ]
3503
+ },
3504
+ {
3505
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell_polyfill@1.70.2"
3506
+ },
3507
+ {
3508
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
3509
+ "dependsOn": [
3510
+ "registry+https://github.com/rust-lang/crates.io-index#fixedbitset@0.5.7",
3511
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
3512
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3513
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
3514
+ ]
3515
+ },
3516
+ {
3517
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3518
+ "dependsOn": [
3519
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3520
+ ]
3521
+ },
3522
+ {
3523
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3524
+ "dependsOn": [
3525
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
3526
+ ]
3527
+ },
3528
+ {
3529
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3530
+ "dependsOn": [
3531
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3532
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
3533
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
3534
+ ]
3535
+ },
3536
+ {
3537
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
3538
+ },
3539
+ {
3540
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
3541
+ "dependsOn": [
3542
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3543
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
3544
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
3545
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
3546
+ ]
3547
+ },
3548
+ {
3549
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rust-code-analysis-code-split@0.0.26-cs.0",
3550
+ "dependsOn": [
3551
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
3552
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam@0.8.4",
3553
+ "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
3554
+ "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
3555
+ "registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2",
3556
+ "registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4",
3557
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
3558
+ "registry+https://github.com/rust-lang/crates.io-index#petgraph@0.8.3",
3559
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
3560
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3561
+ "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1",
3562
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
3563
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ccomment-code-split@0.20.3",
3564
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
3565
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-javascript@0.25.0",
3566
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
3567
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozcpp-code-split@0.20.4",
3568
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozjs-code-split@0.20.3",
3569
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-preproc-code-split@0.20.3",
3570
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
3571
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.2",
3572
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
3573
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
3574
+ ]
3575
+ },
3576
+ {
3577
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
3578
+ "dependsOn": [
3579
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3580
+ ]
3581
+ },
3582
+ {
3583
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
3584
+ "dependsOn": [
3585
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3586
+ ]
3587
+ },
3588
+ {
3589
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
3590
+ "dependsOn": [
3591
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
3592
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
3593
+ ]
3594
+ },
3595
+ {
3596
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3597
+ },
3598
+ {
3599
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
3600
+ "dependsOn": [
3601
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3602
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3603
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
3604
+ ]
3605
+ },
3606
+ {
3607
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
3608
+ "dependsOn": [
3609
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3610
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
3611
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
3612
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
3613
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
3614
+ ]
3615
+ },
3616
+ {
3617
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
3618
+ "dependsOn": [
3619
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3620
+ ]
3621
+ },
3622
+ {
3623
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
3624
+ },
3625
+ {
3626
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9"
3627
+ },
3628
+ {
3629
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1"
3630
+ },
3631
+ {
3632
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
3633
+ "dependsOn": [
3634
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3635
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3636
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3637
+ ]
3638
+ },
3639
+ {
3640
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1",
3641
+ "dependsOn": [
3642
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3643
+ ]
3644
+ },
3645
+ {
3646
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69",
3647
+ "dependsOn": [
3648
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
3649
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
3650
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
3651
+ ]
3652
+ },
3653
+ {
3654
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69",
3655
+ "dependsOn": [
3656
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69"
3657
+ ]
3658
+ },
3659
+ {
3660
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.2+spec-1.1.0",
3661
+ "dependsOn": [
3662
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
3663
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
3664
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
3665
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
3666
+ "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
3667
+ "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0",
3668
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
3669
+ ]
3670
+ },
3671
+ {
3672
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
3673
+ "dependsOn": [
3674
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
3675
+ ]
3676
+ },
3677
+ {
3678
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.2+spec-1.1.0",
3679
+ "dependsOn": [
3680
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
3681
+ ]
3682
+ },
3683
+ {
3684
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.1+spec-1.1.0"
3685
+ },
3686
+ {
3687
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ccomment-code-split@0.20.3",
3688
+ "dependsOn": [
3689
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3690
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3691
+ ]
3692
+ },
3693
+ {
3694
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
3695
+ "dependsOn": [
3696
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3697
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3698
+ ]
3699
+ },
3700
+ {
3701
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
3702
+ "dependsOn": [
3703
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3704
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3705
+ ]
3706
+ },
3707
+ {
3708
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-javascript@0.25.0",
3709
+ "dependsOn": [
3710
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3711
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3712
+ ]
3713
+ },
3714
+ {
3715
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
3716
+ "dependsOn": [
3717
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3718
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3719
+ ]
3720
+ },
3721
+ {
3722
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3723
+ },
3724
+ {
3725
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozcpp-code-split@0.20.4",
3726
+ "dependsOn": [
3727
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3728
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
3729
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3730
+ ]
3731
+ },
3732
+ {
3733
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-mozjs-code-split@0.20.3",
3734
+ "dependsOn": [
3735
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3736
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-javascript@0.25.0",
3737
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3738
+ ]
3739
+ },
3740
+ {
3741
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-preproc-code-split@0.20.3",
3742
+ "dependsOn": [
3743
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3744
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3745
+ ]
3746
+ },
3747
+ {
3748
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.25.0",
3749
+ "dependsOn": [
3750
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3751
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3752
+ ]
3753
+ },
3754
+ {
3755
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.2",
3756
+ "dependsOn": [
3757
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3758
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3759
+ ]
3760
+ },
3761
+ {
3762
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
3763
+ "dependsOn": [
3764
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3765
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3766
+ ]
3767
+ },
3768
+ {
3769
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
3770
+ "dependsOn": [
3771
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62",
3772
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
3773
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
3774
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
3775
+ "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
3776
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
3777
+ ]
3778
+ },
3779
+ {
3780
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
3781
+ },
3782
+ {
3783
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2"
3784
+ },
3785
+ {
3786
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
3787
+ "dependsOn": [
3788
+ "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
3789
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
3790
+ ]
3791
+ },
3792
+ {
3793
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#which@8.0.2"
3794
+ },
3795
+ {
3796
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
3797
+ "dependsOn": [
3798
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
3799
+ ]
3800
+ },
3801
+ {
3802
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
3803
+ },
3804
+ {
3805
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
3806
+ "dependsOn": [
3807
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
3808
+ ]
3809
+ },
3810
+ {
3811
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.3"
3812
+ },
3813
+ {
3814
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
3815
+ }
3816
+ ]
3817
+ }