code2graph-rs 0.0.0b3__cp39-abi3-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,2200 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:b05a48f5-7261-4291-b284-071231930e3d",
6
+ "metadata": {
7
+ "timestamp": "2026-06-17T00:06:56.466552100Z",
8
+ "tools": [
9
+ {
10
+ "vendor": "CycloneDX",
11
+ "name": "cargo-cyclonedx",
12
+ "version": "0.5.9"
13
+ }
14
+ ],
15
+ "component": {
16
+ "type": "library",
17
+ "bom-ref": "path+file:///D:/a/code2graph/code2graph/bindings/python#code2graph-py@0.0.0-beta.3",
18
+ "name": "code2graph-py",
19
+ "version": "0.0.0-beta.3",
20
+ "scope": "required",
21
+ "licenses": [
22
+ {
23
+ "expression": "Apache-2.0"
24
+ }
25
+ ],
26
+ "purl": "pkg:cargo/code2graph-py@0.0.0-beta.3?download_url=file://.",
27
+ "components": [
28
+ {
29
+ "type": "library",
30
+ "bom-ref": "path+file:///D:/a/code2graph/code2graph/bindings/python#code2graph-py@0.0.0-beta.3 bin-target-0",
31
+ "name": "code2graph",
32
+ "version": "0.0.0-beta.3",
33
+ "purl": "pkg:cargo/code2graph-py@0.0.0-beta.3?download_url=file://.#src/lib.rs"
34
+ }
35
+ ]
36
+ },
37
+ "properties": [
38
+ {
39
+ "name": "cdx:rustc:sbom:target:all_targets",
40
+ "value": "true"
41
+ }
42
+ ]
43
+ },
44
+ "components": [
45
+ {
46
+ "type": "library",
47
+ "bom-ref": "path+file:///D:/a/code2graph/code2graph#0.0.0-beta.3",
48
+ "name": "code2graph",
49
+ "version": "0.0.0-beta.3",
50
+ "description": "Purpose-neutral code-graph extraction: source files → symbols, references, and cross-file edges. Tree-sitter based, no storage opinion.",
51
+ "scope": "required",
52
+ "licenses": [
53
+ {
54
+ "expression": "Apache-2.0"
55
+ }
56
+ ],
57
+ "purl": "pkg:cargo/code2graph@0.0.0-beta.3?download_url=file://..\\..",
58
+ "externalReferences": [
59
+ {
60
+ "type": "vcs",
61
+ "url": "https://github.com/nodedb-lab/code2graph"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "type": "library",
67
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
68
+ "author": "Andrew Gallant <jamslam@gmail.com>",
69
+ "name": "aho-corasick",
70
+ "version": "1.1.4",
71
+ "description": "Fast multiple substring searching.",
72
+ "scope": "required",
73
+ "hashes": [
74
+ {
75
+ "alg": "SHA-256",
76
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
77
+ }
78
+ ],
79
+ "licenses": [
80
+ {
81
+ "expression": "Unlicense OR MIT"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
85
+ "externalReferences": [
86
+ {
87
+ "type": "website",
88
+ "url": "https://github.com/BurntSushi/aho-corasick"
89
+ },
90
+ {
91
+ "type": "vcs",
92
+ "url": "https://github.com/BurntSushi/aho-corasick"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "type": "library",
98
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
99
+ "author": "Alex Crichton <alex@alexcrichton.com>",
100
+ "name": "cc",
101
+ "version": "1.2.64",
102
+ "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. ",
103
+ "scope": "excluded",
104
+ "hashes": [
105
+ {
106
+ "alg": "SHA-256",
107
+ "content": "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
108
+ }
109
+ ],
110
+ "licenses": [
111
+ {
112
+ "expression": "MIT OR Apache-2.0"
113
+ }
114
+ ],
115
+ "purl": "pkg:cargo/cc@1.2.64",
116
+ "externalReferences": [
117
+ {
118
+ "type": "documentation",
119
+ "url": "https://docs.rs/cc"
120
+ },
121
+ {
122
+ "type": "website",
123
+ "url": "https://github.com/rust-lang/cc-rs"
124
+ },
125
+ {
126
+ "type": "vcs",
127
+ "url": "https://github.com/rust-lang/cc-rs"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "type": "library",
133
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
134
+ "name": "equivalent",
135
+ "version": "1.0.2",
136
+ "description": "Traits for key comparison in maps.",
137
+ "scope": "excluded",
138
+ "hashes": [
139
+ {
140
+ "alg": "SHA-256",
141
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
142
+ }
143
+ ],
144
+ "licenses": [
145
+ {
146
+ "expression": "Apache-2.0 OR MIT"
147
+ }
148
+ ],
149
+ "purl": "pkg:cargo/equivalent@1.0.2",
150
+ "externalReferences": [
151
+ {
152
+ "type": "vcs",
153
+ "url": "https://github.com/indexmap-rs/equivalent"
154
+ }
155
+ ]
156
+ },
157
+ {
158
+ "type": "library",
159
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
160
+ "name": "find-msvc-tools",
161
+ "version": "0.1.9",
162
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
163
+ "scope": "excluded",
164
+ "hashes": [
165
+ {
166
+ "alg": "SHA-256",
167
+ "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
168
+ }
169
+ ],
170
+ "licenses": [
171
+ {
172
+ "expression": "MIT OR Apache-2.0"
173
+ }
174
+ ],
175
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
176
+ "externalReferences": [
177
+ {
178
+ "type": "documentation",
179
+ "url": "https://docs.rs/find-msvc-tools"
180
+ },
181
+ {
182
+ "type": "vcs",
183
+ "url": "https://github.com/rust-lang/cc-rs"
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "type": "library",
189
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
190
+ "name": "hashbrown",
191
+ "version": "0.17.1",
192
+ "description": "A Rust port of Google's SwissTable hash map",
193
+ "scope": "excluded",
194
+ "hashes": [
195
+ {
196
+ "alg": "SHA-256",
197
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
198
+ }
199
+ ],
200
+ "licenses": [
201
+ {
202
+ "expression": "MIT OR Apache-2.0"
203
+ }
204
+ ],
205
+ "purl": "pkg:cargo/hashbrown@0.17.1",
206
+ "externalReferences": [
207
+ {
208
+ "type": "vcs",
209
+ "url": "https://github.com/rust-lang/hashbrown"
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "type": "library",
215
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
216
+ "name": "heck",
217
+ "version": "0.5.0",
218
+ "description": "heck is a case conversion library.",
219
+ "scope": "required",
220
+ "hashes": [
221
+ {
222
+ "alg": "SHA-256",
223
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
224
+ }
225
+ ],
226
+ "licenses": [
227
+ {
228
+ "expression": "MIT OR Apache-2.0"
229
+ }
230
+ ],
231
+ "purl": "pkg:cargo/heck@0.5.0",
232
+ "externalReferences": [
233
+ {
234
+ "type": "vcs",
235
+ "url": "https://github.com/withoutboats/heck"
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "type": "library",
241
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
242
+ "name": "indexmap",
243
+ "version": "2.14.0",
244
+ "description": "A hash table with consistent order and fast iteration.",
245
+ "scope": "excluded",
246
+ "hashes": [
247
+ {
248
+ "alg": "SHA-256",
249
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
250
+ }
251
+ ],
252
+ "licenses": [
253
+ {
254
+ "expression": "Apache-2.0 OR MIT"
255
+ }
256
+ ],
257
+ "purl": "pkg:cargo/indexmap@2.14.0",
258
+ "externalReferences": [
259
+ {
260
+ "type": "documentation",
261
+ "url": "https://docs.rs/indexmap/"
262
+ },
263
+ {
264
+ "type": "vcs",
265
+ "url": "https://github.com/indexmap-rs/indexmap"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "type": "library",
271
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
272
+ "author": "David Tolnay <dtolnay@gmail.com>",
273
+ "name": "itoa",
274
+ "version": "1.0.18",
275
+ "description": "Fast integer primitive to string conversion",
276
+ "scope": "excluded",
277
+ "hashes": [
278
+ {
279
+ "alg": "SHA-256",
280
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
281
+ }
282
+ ],
283
+ "licenses": [
284
+ {
285
+ "expression": "MIT OR Apache-2.0"
286
+ }
287
+ ],
288
+ "purl": "pkg:cargo/itoa@1.0.18",
289
+ "externalReferences": [
290
+ {
291
+ "type": "documentation",
292
+ "url": "https://docs.rs/itoa"
293
+ },
294
+ {
295
+ "type": "vcs",
296
+ "url": "https://github.com/dtolnay/itoa"
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "type": "library",
302
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
303
+ "author": "The Rust Project Developers",
304
+ "name": "libc",
305
+ "version": "0.2.186",
306
+ "description": "Raw FFI bindings to platform libraries like libc.",
307
+ "scope": "required",
308
+ "hashes": [
309
+ {
310
+ "alg": "SHA-256",
311
+ "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
312
+ }
313
+ ],
314
+ "licenses": [
315
+ {
316
+ "expression": "MIT OR Apache-2.0"
317
+ }
318
+ ],
319
+ "purl": "pkg:cargo/libc@0.2.186",
320
+ "externalReferences": [
321
+ {
322
+ "type": "vcs",
323
+ "url": "https://github.com/rust-lang/libc"
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "type": "library",
329
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
330
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
331
+ "name": "memchr",
332
+ "version": "2.8.2",
333
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
334
+ "scope": "required",
335
+ "hashes": [
336
+ {
337
+ "alg": "SHA-256",
338
+ "content": "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
339
+ }
340
+ ],
341
+ "licenses": [
342
+ {
343
+ "expression": "Unlicense OR MIT"
344
+ }
345
+ ],
346
+ "purl": "pkg:cargo/memchr@2.8.2",
347
+ "externalReferences": [
348
+ {
349
+ "type": "documentation",
350
+ "url": "https://docs.rs/memchr/"
351
+ },
352
+ {
353
+ "type": "website",
354
+ "url": "https://github.com/BurntSushi/memchr"
355
+ },
356
+ {
357
+ "type": "vcs",
358
+ "url": "https://github.com/BurntSushi/memchr"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "type": "library",
364
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
365
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
366
+ "name": "once_cell",
367
+ "version": "1.21.4",
368
+ "description": "Single assignment cells and lazy values.",
369
+ "scope": "required",
370
+ "hashes": [
371
+ {
372
+ "alg": "SHA-256",
373
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
374
+ }
375
+ ],
376
+ "licenses": [
377
+ {
378
+ "expression": "MIT OR Apache-2.0"
379
+ }
380
+ ],
381
+ "purl": "pkg:cargo/once_cell@1.21.4",
382
+ "externalReferences": [
383
+ {
384
+ "type": "documentation",
385
+ "url": "https://docs.rs/once_cell"
386
+ },
387
+ {
388
+ "type": "vcs",
389
+ "url": "https://github.com/matklad/once_cell"
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "type": "library",
395
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
396
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
397
+ "name": "proc-macro2",
398
+ "version": "1.0.106",
399
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
400
+ "scope": "required",
401
+ "hashes": [
402
+ {
403
+ "alg": "SHA-256",
404
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
405
+ }
406
+ ],
407
+ "licenses": [
408
+ {
409
+ "expression": "MIT OR Apache-2.0"
410
+ }
411
+ ],
412
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
413
+ "externalReferences": [
414
+ {
415
+ "type": "documentation",
416
+ "url": "https://docs.rs/proc-macro2"
417
+ },
418
+ {
419
+ "type": "vcs",
420
+ "url": "https://github.com/dtolnay/proc-macro2"
421
+ }
422
+ ]
423
+ },
424
+ {
425
+ "type": "library",
426
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
427
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
428
+ "name": "pyo3-build-config",
429
+ "version": "0.29.0",
430
+ "description": "Build configuration for the PyO3 ecosystem",
431
+ "scope": "excluded",
432
+ "hashes": [
433
+ {
434
+ "alg": "SHA-256",
435
+ "content": "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
436
+ }
437
+ ],
438
+ "licenses": [
439
+ {
440
+ "expression": "MIT OR Apache-2.0"
441
+ }
442
+ ],
443
+ "purl": "pkg:cargo/pyo3-build-config@0.29.0",
444
+ "externalReferences": [
445
+ {
446
+ "type": "website",
447
+ "url": "https://github.com/pyo3/pyo3"
448
+ },
449
+ {
450
+ "type": "vcs",
451
+ "url": "https://github.com/pyo3/pyo3"
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "type": "library",
457
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
458
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
459
+ "name": "pyo3-ffi",
460
+ "version": "0.29.0",
461
+ "description": "Python-API bindings for the PyO3 ecosystem",
462
+ "scope": "required",
463
+ "hashes": [
464
+ {
465
+ "alg": "SHA-256",
466
+ "content": "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
467
+ }
468
+ ],
469
+ "licenses": [
470
+ {
471
+ "expression": "MIT OR Apache-2.0"
472
+ }
473
+ ],
474
+ "purl": "pkg:cargo/pyo3-ffi@0.29.0",
475
+ "externalReferences": [
476
+ {
477
+ "type": "website",
478
+ "url": "https://github.com/pyo3/pyo3"
479
+ },
480
+ {
481
+ "type": "other",
482
+ "url": "python"
483
+ },
484
+ {
485
+ "type": "vcs",
486
+ "url": "https://github.com/pyo3/pyo3"
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "type": "library",
492
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
493
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
494
+ "name": "pyo3-macros-backend",
495
+ "version": "0.29.0",
496
+ "description": "Code generation for PyO3 package",
497
+ "scope": "required",
498
+ "hashes": [
499
+ {
500
+ "alg": "SHA-256",
501
+ "content": "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
502
+ }
503
+ ],
504
+ "licenses": [
505
+ {
506
+ "expression": "MIT OR Apache-2.0"
507
+ }
508
+ ],
509
+ "purl": "pkg:cargo/pyo3-macros-backend@0.29.0",
510
+ "externalReferences": [
511
+ {
512
+ "type": "website",
513
+ "url": "https://github.com/pyo3/pyo3"
514
+ },
515
+ {
516
+ "type": "vcs",
517
+ "url": "https://github.com/pyo3/pyo3"
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "type": "library",
523
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
524
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
525
+ "name": "pyo3-macros",
526
+ "version": "0.29.0",
527
+ "description": "Proc macros for PyO3 package",
528
+ "scope": "required",
529
+ "hashes": [
530
+ {
531
+ "alg": "SHA-256",
532
+ "content": "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
533
+ }
534
+ ],
535
+ "licenses": [
536
+ {
537
+ "expression": "MIT OR Apache-2.0"
538
+ }
539
+ ],
540
+ "purl": "pkg:cargo/pyo3-macros@0.29.0",
541
+ "externalReferences": [
542
+ {
543
+ "type": "website",
544
+ "url": "https://github.com/pyo3/pyo3"
545
+ },
546
+ {
547
+ "type": "vcs",
548
+ "url": "https://github.com/pyo3/pyo3"
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "type": "library",
554
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
555
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
556
+ "name": "pyo3",
557
+ "version": "0.29.0",
558
+ "description": "Bindings to Python interpreter",
559
+ "scope": "required",
560
+ "hashes": [
561
+ {
562
+ "alg": "SHA-256",
563
+ "content": "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
564
+ }
565
+ ],
566
+ "licenses": [
567
+ {
568
+ "expression": "MIT OR Apache-2.0"
569
+ }
570
+ ],
571
+ "purl": "pkg:cargo/pyo3@0.29.0",
572
+ "externalReferences": [
573
+ {
574
+ "type": "documentation",
575
+ "url": "https://docs.rs/crate/pyo3/"
576
+ },
577
+ {
578
+ "type": "website",
579
+ "url": "https://github.com/pyo3/pyo3"
580
+ },
581
+ {
582
+ "type": "other",
583
+ "url": "pyo3-python"
584
+ },
585
+ {
586
+ "type": "vcs",
587
+ "url": "https://github.com/pyo3/pyo3"
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "type": "library",
593
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.29.0",
594
+ "author": "David Hewitt <1939362+davidhewitt@users.noreply.github.com>",
595
+ "name": "pythonize",
596
+ "version": "0.29.0",
597
+ "description": "Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3.",
598
+ "scope": "required",
599
+ "hashes": [
600
+ {
601
+ "alg": "SHA-256",
602
+ "content": "6ec376e1216e0c929a74964ce2020012a1a39f32d80e78aa688721219ea7fb89"
603
+ }
604
+ ],
605
+ "licenses": [
606
+ {
607
+ "expression": "MIT"
608
+ }
609
+ ],
610
+ "purl": "pkg:cargo/pythonize@0.29.0",
611
+ "externalReferences": [
612
+ {
613
+ "type": "documentation",
614
+ "url": "https://docs.rs/crate/pythonize/"
615
+ },
616
+ {
617
+ "type": "website",
618
+ "url": "https://github.com/davidhewitt/pythonize"
619
+ },
620
+ {
621
+ "type": "vcs",
622
+ "url": "https://github.com/davidhewitt/pythonize"
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "type": "library",
628
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
629
+ "author": "David Tolnay <dtolnay@gmail.com>",
630
+ "name": "quote",
631
+ "version": "1.0.45",
632
+ "description": "Quasi-quoting macro quote!(...)",
633
+ "scope": "required",
634
+ "hashes": [
635
+ {
636
+ "alg": "SHA-256",
637
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
638
+ }
639
+ ],
640
+ "licenses": [
641
+ {
642
+ "expression": "MIT OR Apache-2.0"
643
+ }
644
+ ],
645
+ "purl": "pkg:cargo/quote@1.0.45",
646
+ "externalReferences": [
647
+ {
648
+ "type": "documentation",
649
+ "url": "https://docs.rs/quote/"
650
+ },
651
+ {
652
+ "type": "vcs",
653
+ "url": "https://github.com/dtolnay/quote"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "type": "library",
659
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
660
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
661
+ "name": "regex-automata",
662
+ "version": "0.4.14",
663
+ "description": "Automata construction and matching using regular expressions.",
664
+ "scope": "required",
665
+ "hashes": [
666
+ {
667
+ "alg": "SHA-256",
668
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
669
+ }
670
+ ],
671
+ "licenses": [
672
+ {
673
+ "expression": "MIT OR Apache-2.0"
674
+ }
675
+ ],
676
+ "purl": "pkg:cargo/regex-automata@0.4.14",
677
+ "externalReferences": [
678
+ {
679
+ "type": "documentation",
680
+ "url": "https://docs.rs/regex-automata"
681
+ },
682
+ {
683
+ "type": "website",
684
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
685
+ },
686
+ {
687
+ "type": "vcs",
688
+ "url": "https://github.com/rust-lang/regex"
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "type": "library",
694
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
695
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
696
+ "name": "regex-syntax",
697
+ "version": "0.8.11",
698
+ "description": "A regular expression parser.",
699
+ "scope": "required",
700
+ "hashes": [
701
+ {
702
+ "alg": "SHA-256",
703
+ "content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
704
+ }
705
+ ],
706
+ "licenses": [
707
+ {
708
+ "expression": "MIT OR Apache-2.0"
709
+ }
710
+ ],
711
+ "purl": "pkg:cargo/regex-syntax@0.8.11",
712
+ "externalReferences": [
713
+ {
714
+ "type": "documentation",
715
+ "url": "https://docs.rs/regex-syntax"
716
+ },
717
+ {
718
+ "type": "website",
719
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
720
+ },
721
+ {
722
+ "type": "vcs",
723
+ "url": "https://github.com/rust-lang/regex"
724
+ }
725
+ ]
726
+ },
727
+ {
728
+ "type": "library",
729
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
730
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
731
+ "name": "regex",
732
+ "version": "1.12.4",
733
+ "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
734
+ "scope": "required",
735
+ "hashes": [
736
+ {
737
+ "alg": "SHA-256",
738
+ "content": "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
739
+ }
740
+ ],
741
+ "licenses": [
742
+ {
743
+ "expression": "MIT OR Apache-2.0"
744
+ }
745
+ ],
746
+ "purl": "pkg:cargo/regex@1.12.4",
747
+ "externalReferences": [
748
+ {
749
+ "type": "documentation",
750
+ "url": "https://docs.rs/regex"
751
+ },
752
+ {
753
+ "type": "website",
754
+ "url": "https://github.com/rust-lang/regex"
755
+ },
756
+ {
757
+ "type": "vcs",
758
+ "url": "https://github.com/rust-lang/regex"
759
+ }
760
+ ]
761
+ },
762
+ {
763
+ "type": "library",
764
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
765
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
766
+ "name": "serde",
767
+ "version": "1.0.228",
768
+ "description": "A generic serialization/deserialization framework",
769
+ "scope": "required",
770
+ "hashes": [
771
+ {
772
+ "alg": "SHA-256",
773
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
774
+ }
775
+ ],
776
+ "licenses": [
777
+ {
778
+ "expression": "MIT OR Apache-2.0"
779
+ }
780
+ ],
781
+ "purl": "pkg:cargo/serde@1.0.228",
782
+ "externalReferences": [
783
+ {
784
+ "type": "documentation",
785
+ "url": "https://docs.rs/serde"
786
+ },
787
+ {
788
+ "type": "website",
789
+ "url": "https://serde.rs"
790
+ },
791
+ {
792
+ "type": "vcs",
793
+ "url": "https://github.com/serde-rs/serde"
794
+ }
795
+ ]
796
+ },
797
+ {
798
+ "type": "library",
799
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
800
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
801
+ "name": "serde_core",
802
+ "version": "1.0.228",
803
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
804
+ "scope": "required",
805
+ "hashes": [
806
+ {
807
+ "alg": "SHA-256",
808
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
809
+ }
810
+ ],
811
+ "licenses": [
812
+ {
813
+ "expression": "MIT OR Apache-2.0"
814
+ }
815
+ ],
816
+ "purl": "pkg:cargo/serde_core@1.0.228",
817
+ "externalReferences": [
818
+ {
819
+ "type": "documentation",
820
+ "url": "https://docs.rs/serde_core"
821
+ },
822
+ {
823
+ "type": "website",
824
+ "url": "https://serde.rs"
825
+ },
826
+ {
827
+ "type": "vcs",
828
+ "url": "https://github.com/serde-rs/serde"
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "type": "library",
834
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
835
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
836
+ "name": "serde_derive",
837
+ "version": "1.0.228",
838
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
839
+ "scope": "required",
840
+ "hashes": [
841
+ {
842
+ "alg": "SHA-256",
843
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
844
+ }
845
+ ],
846
+ "licenses": [
847
+ {
848
+ "expression": "MIT OR Apache-2.0"
849
+ }
850
+ ],
851
+ "purl": "pkg:cargo/serde_derive@1.0.228",
852
+ "externalReferences": [
853
+ {
854
+ "type": "documentation",
855
+ "url": "https://serde.rs/derive.html"
856
+ },
857
+ {
858
+ "type": "website",
859
+ "url": "https://serde.rs"
860
+ },
861
+ {
862
+ "type": "vcs",
863
+ "url": "https://github.com/serde-rs/serde"
864
+ }
865
+ ]
866
+ },
867
+ {
868
+ "type": "library",
869
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
870
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
871
+ "name": "serde_json",
872
+ "version": "1.0.150",
873
+ "description": "A JSON serialization file format",
874
+ "scope": "excluded",
875
+ "hashes": [
876
+ {
877
+ "alg": "SHA-256",
878
+ "content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
879
+ }
880
+ ],
881
+ "licenses": [
882
+ {
883
+ "expression": "MIT OR Apache-2.0"
884
+ }
885
+ ],
886
+ "purl": "pkg:cargo/serde_json@1.0.150",
887
+ "externalReferences": [
888
+ {
889
+ "type": "documentation",
890
+ "url": "https://docs.rs/serde_json"
891
+ },
892
+ {
893
+ "type": "vcs",
894
+ "url": "https://github.com/serde-rs/json"
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "type": "library",
900
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
901
+ "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>",
902
+ "name": "shlex",
903
+ "version": "2.0.1",
904
+ "description": "Split a string into shell words, like Python's shlex.",
905
+ "scope": "excluded",
906
+ "hashes": [
907
+ {
908
+ "alg": "SHA-256",
909
+ "content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
910
+ }
911
+ ],
912
+ "licenses": [
913
+ {
914
+ "expression": "MIT OR Apache-2.0"
915
+ }
916
+ ],
917
+ "purl": "pkg:cargo/shlex@2.0.1",
918
+ "externalReferences": [
919
+ {
920
+ "type": "vcs",
921
+ "url": "https://github.com/comex/rust-shlex"
922
+ }
923
+ ]
924
+ },
925
+ {
926
+ "type": "library",
927
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
928
+ "author": "Steven Fackler <sfackler@gmail.com>",
929
+ "name": "streaming-iterator",
930
+ "version": "0.1.9",
931
+ "description": "Streaming iterators",
932
+ "scope": "required",
933
+ "hashes": [
934
+ {
935
+ "alg": "SHA-256",
936
+ "content": "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
937
+ }
938
+ ],
939
+ "licenses": [
940
+ {
941
+ "expression": "MIT OR Apache-2.0"
942
+ }
943
+ ],
944
+ "purl": "pkg:cargo/streaming-iterator@0.1.9",
945
+ "externalReferences": [
946
+ {
947
+ "type": "vcs",
948
+ "url": "https://github.com/sfackler/streaming-iterator"
949
+ }
950
+ ]
951
+ },
952
+ {
953
+ "type": "library",
954
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
955
+ "author": "David Tolnay <dtolnay@gmail.com>",
956
+ "name": "syn",
957
+ "version": "2.0.117",
958
+ "description": "Parser for Rust source code",
959
+ "scope": "required",
960
+ "hashes": [
961
+ {
962
+ "alg": "SHA-256",
963
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
964
+ }
965
+ ],
966
+ "licenses": [
967
+ {
968
+ "expression": "MIT OR Apache-2.0"
969
+ }
970
+ ],
971
+ "purl": "pkg:cargo/syn@2.0.117",
972
+ "externalReferences": [
973
+ {
974
+ "type": "documentation",
975
+ "url": "https://docs.rs/syn"
976
+ },
977
+ {
978
+ "type": "vcs",
979
+ "url": "https://github.com/dtolnay/syn"
980
+ }
981
+ ]
982
+ },
983
+ {
984
+ "type": "library",
985
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
986
+ "author": "Dan Gohman <sunfish@mozilla.com>",
987
+ "name": "target-lexicon",
988
+ "version": "0.13.5",
989
+ "description": "LLVM target triple types",
990
+ "scope": "excluded",
991
+ "hashes": [
992
+ {
993
+ "alg": "SHA-256",
994
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
995
+ }
996
+ ],
997
+ "licenses": [
998
+ {
999
+ "expression": "Apache-2.0 WITH LLVM-exception"
1000
+ }
1001
+ ],
1002
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
1003
+ "externalReferences": [
1004
+ {
1005
+ "type": "documentation",
1006
+ "url": "https://docs.rs/target-lexicon/"
1007
+ },
1008
+ {
1009
+ "type": "vcs",
1010
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "type": "library",
1016
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
1017
+ "author": "David Tolnay <dtolnay@gmail.com>",
1018
+ "name": "thiserror-impl",
1019
+ "version": "2.0.18",
1020
+ "description": "Implementation detail of the `thiserror` crate",
1021
+ "scope": "required",
1022
+ "hashes": [
1023
+ {
1024
+ "alg": "SHA-256",
1025
+ "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1026
+ }
1027
+ ],
1028
+ "licenses": [
1029
+ {
1030
+ "expression": "MIT OR Apache-2.0"
1031
+ }
1032
+ ],
1033
+ "purl": "pkg:cargo/thiserror-impl@2.0.18",
1034
+ "externalReferences": [
1035
+ {
1036
+ "type": "vcs",
1037
+ "url": "https://github.com/dtolnay/thiserror"
1038
+ }
1039
+ ]
1040
+ },
1041
+ {
1042
+ "type": "library",
1043
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
1044
+ "author": "David Tolnay <dtolnay@gmail.com>",
1045
+ "name": "thiserror",
1046
+ "version": "2.0.18",
1047
+ "description": "derive(Error)",
1048
+ "scope": "required",
1049
+ "hashes": [
1050
+ {
1051
+ "alg": "SHA-256",
1052
+ "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1053
+ }
1054
+ ],
1055
+ "licenses": [
1056
+ {
1057
+ "expression": "MIT OR Apache-2.0"
1058
+ }
1059
+ ],
1060
+ "purl": "pkg:cargo/thiserror@2.0.18",
1061
+ "externalReferences": [
1062
+ {
1063
+ "type": "documentation",
1064
+ "url": "https://docs.rs/thiserror"
1065
+ },
1066
+ {
1067
+ "type": "vcs",
1068
+ "url": "https://github.com/dtolnay/thiserror"
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "type": "library",
1074
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-bash@0.25.1",
1075
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1076
+ "name": "tree-sitter-bash",
1077
+ "version": "0.25.1",
1078
+ "description": "Bash grammar for tree-sitter",
1079
+ "scope": "required",
1080
+ "hashes": [
1081
+ {
1082
+ "alg": "SHA-256",
1083
+ "content": "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
1084
+ }
1085
+ ],
1086
+ "licenses": [
1087
+ {
1088
+ "expression": "MIT"
1089
+ }
1090
+ ],
1091
+ "purl": "pkg:cargo/tree-sitter-bash@0.25.1",
1092
+ "externalReferences": [
1093
+ {
1094
+ "type": "vcs",
1095
+ "url": "https://github.com/tree-sitter/tree-sitter-bash"
1096
+ }
1097
+ ]
1098
+ },
1099
+ {
1100
+ "type": "library",
1101
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c-sharp@0.23.5",
1102
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1103
+ "name": "tree-sitter-c-sharp",
1104
+ "version": "0.23.5",
1105
+ "description": "C# grammar for tree-sitter",
1106
+ "scope": "required",
1107
+ "hashes": [
1108
+ {
1109
+ "alg": "SHA-256",
1110
+ "content": "c1aac67f1ad71de1d6d39708d34811081c26dfa495658de6c14c34200849357c"
1111
+ }
1112
+ ],
1113
+ "licenses": [
1114
+ {
1115
+ "expression": "MIT"
1116
+ }
1117
+ ],
1118
+ "purl": "pkg:cargo/tree-sitter-c-sharp@0.23.5",
1119
+ "externalReferences": [
1120
+ {
1121
+ "type": "vcs",
1122
+ "url": "https://github.com/tree-sitter/tree-sitter-c-sharp"
1123
+ }
1124
+ ]
1125
+ },
1126
+ {
1127
+ "type": "library",
1128
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c@0.24.2",
1129
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1130
+ "name": "tree-sitter-c",
1131
+ "version": "0.24.2",
1132
+ "description": "C grammar for tree-sitter",
1133
+ "scope": "required",
1134
+ "hashes": [
1135
+ {
1136
+ "alg": "SHA-256",
1137
+ "content": "a9b2eb57a55fed6b00812912e730b7a275cf4fe98bfd6a5d76263d4438371728"
1138
+ }
1139
+ ],
1140
+ "licenses": [
1141
+ {
1142
+ "expression": "MIT"
1143
+ }
1144
+ ],
1145
+ "purl": "pkg:cargo/tree-sitter-c@0.24.2",
1146
+ "externalReferences": [
1147
+ {
1148
+ "type": "vcs",
1149
+ "url": "https://github.com/tree-sitter/tree-sitter-c"
1150
+ }
1151
+ ]
1152
+ },
1153
+ {
1154
+ "type": "library",
1155
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
1156
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1157
+ "name": "tree-sitter-cpp",
1158
+ "version": "0.23.4",
1159
+ "description": "C++ grammar for tree-sitter",
1160
+ "scope": "required",
1161
+ "hashes": [
1162
+ {
1163
+ "alg": "SHA-256",
1164
+ "content": "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
1165
+ }
1166
+ ],
1167
+ "licenses": [
1168
+ {
1169
+ "expression": "MIT"
1170
+ }
1171
+ ],
1172
+ "purl": "pkg:cargo/tree-sitter-cpp@0.23.4",
1173
+ "externalReferences": [
1174
+ {
1175
+ "type": "vcs",
1176
+ "url": "https://github.com/tree-sitter/tree-sitter-cpp"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "type": "library",
1182
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-dart@0.2.0",
1183
+ "author": "Kasper Overgård Nielsen <kasper@byolimit.com>",
1184
+ "name": "tree-sitter-dart",
1185
+ "version": "0.2.0",
1186
+ "description": "Dart grammar for tree-sitter",
1187
+ "scope": "required",
1188
+ "hashes": [
1189
+ {
1190
+ "alg": "SHA-256",
1191
+ "content": "325dd1e24ee9ee21111e9c43680ae7d6010aaa9f282b048a99b9c7163c1cf553"
1192
+ }
1193
+ ],
1194
+ "licenses": [
1195
+ {
1196
+ "expression": "MIT"
1197
+ }
1198
+ ],
1199
+ "purl": "pkg:cargo/tree-sitter-dart@0.2.0",
1200
+ "externalReferences": [
1201
+ {
1202
+ "type": "vcs",
1203
+ "url": "https://github.com/nielsenko/tree-sitter-dart"
1204
+ }
1205
+ ]
1206
+ },
1207
+ {
1208
+ "type": "library",
1209
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-go@0.25.0",
1210
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1211
+ "name": "tree-sitter-go",
1212
+ "version": "0.25.0",
1213
+ "description": "Go grammar for tree-sitter",
1214
+ "scope": "required",
1215
+ "hashes": [
1216
+ {
1217
+ "alg": "SHA-256",
1218
+ "content": "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
1219
+ }
1220
+ ],
1221
+ "licenses": [
1222
+ {
1223
+ "expression": "MIT"
1224
+ }
1225
+ ],
1226
+ "purl": "pkg:cargo/tree-sitter-go@0.25.0",
1227
+ "externalReferences": [
1228
+ {
1229
+ "type": "vcs",
1230
+ "url": "https://github.com/tree-sitter/tree-sitter-go"
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "type": "library",
1236
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-hcl@1.1.0",
1237
+ "name": "tree-sitter-hcl",
1238
+ "version": "1.1.0",
1239
+ "description": "HCL and terraform grammar for tree-sitter",
1240
+ "scope": "required",
1241
+ "hashes": [
1242
+ {
1243
+ "alg": "SHA-256",
1244
+ "content": "5a7b2cc3d7121553b84309fab9d11b3ff3d420403eef9ae50f9fd1cd9d9cf012"
1245
+ }
1246
+ ],
1247
+ "licenses": [
1248
+ {
1249
+ "expression": "Apache-2.0"
1250
+ }
1251
+ ],
1252
+ "purl": "pkg:cargo/tree-sitter-hcl@1.1.0",
1253
+ "externalReferences": [
1254
+ {
1255
+ "type": "vcs",
1256
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
1257
+ }
1258
+ ]
1259
+ },
1260
+ {
1261
+ "type": "library",
1262
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
1263
+ "author": "Ayman Nadeem <aymannadeem@github.com>, Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1264
+ "name": "tree-sitter-java",
1265
+ "version": "0.23.5",
1266
+ "description": "Java grammar for tree-sitter",
1267
+ "scope": "required",
1268
+ "hashes": [
1269
+ {
1270
+ "alg": "SHA-256",
1271
+ "content": "0aa6cbcdc8c679b214e616fd3300da67da0e492e066df01bcf5a5921a71e90d6"
1272
+ }
1273
+ ],
1274
+ "licenses": [
1275
+ {
1276
+ "expression": "MIT"
1277
+ }
1278
+ ],
1279
+ "purl": "pkg:cargo/tree-sitter-java@0.23.5",
1280
+ "externalReferences": [
1281
+ {
1282
+ "type": "vcs",
1283
+ "url": "https://github.com/tree-sitter/tree-sitter-java"
1284
+ }
1285
+ ]
1286
+ },
1287
+ {
1288
+ "type": "library",
1289
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
1290
+ "author": "Amaan Qureshi <amaanq12@gmail.com>",
1291
+ "name": "tree-sitter-kotlin-ng",
1292
+ "version": "1.1.0",
1293
+ "description": "Kotlin grammar for tree-sitter",
1294
+ "scope": "required",
1295
+ "hashes": [
1296
+ {
1297
+ "alg": "SHA-256",
1298
+ "content": "e800ebbda938acfbf224f4d2c34947a31994b1295ee6e819b65226c7b51b4450"
1299
+ }
1300
+ ],
1301
+ "licenses": [
1302
+ {
1303
+ "expression": "MIT"
1304
+ }
1305
+ ],
1306
+ "purl": "pkg:cargo/tree-sitter-kotlin-ng@1.1.0",
1307
+ "externalReferences": [
1308
+ {
1309
+ "type": "vcs",
1310
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-kotlin"
1311
+ }
1312
+ ]
1313
+ },
1314
+ {
1315
+ "type": "library",
1316
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7",
1317
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1318
+ "name": "tree-sitter-language",
1319
+ "version": "0.1.7",
1320
+ "description": "The tree-sitter Language type, used by the library and by language implementations",
1321
+ "scope": "required",
1322
+ "hashes": [
1323
+ {
1324
+ "alg": "SHA-256",
1325
+ "content": "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
1326
+ }
1327
+ ],
1328
+ "licenses": [
1329
+ {
1330
+ "expression": "MIT"
1331
+ }
1332
+ ],
1333
+ "purl": "pkg:cargo/tree-sitter-language@0.1.7",
1334
+ "externalReferences": [
1335
+ {
1336
+ "type": "documentation",
1337
+ "url": "https://docs.rs/tree-sitter-language"
1338
+ },
1339
+ {
1340
+ "type": "website",
1341
+ "url": "https://tree-sitter.github.io/tree-sitter"
1342
+ },
1343
+ {
1344
+ "type": "other",
1345
+ "url": "tree-sitter-language"
1346
+ },
1347
+ {
1348
+ "type": "vcs",
1349
+ "url": "https://github.com/tree-sitter/tree-sitter"
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "type": "library",
1355
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-lua@0.5.0",
1356
+ "author": "Munif Tanjim <hello@muniftanjim.dev>",
1357
+ "name": "tree-sitter-lua",
1358
+ "version": "0.5.0",
1359
+ "description": "Lua grammar for tree-sitter",
1360
+ "scope": "required",
1361
+ "hashes": [
1362
+ {
1363
+ "alg": "SHA-256",
1364
+ "content": "8daaf5f4235188a58603c39760d5fa5d4b920d36a299c934adddae757f32a10c"
1365
+ }
1366
+ ],
1367
+ "licenses": [
1368
+ {
1369
+ "expression": "MIT"
1370
+ }
1371
+ ],
1372
+ "purl": "pkg:cargo/tree-sitter-lua@0.5.0",
1373
+ "externalReferences": [
1374
+ {
1375
+ "type": "vcs",
1376
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-lua"
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "type": "library",
1382
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-luau@1.2.0",
1383
+ "author": "Amaan Qureshi <amaanq12@gmail.com>",
1384
+ "name": "tree-sitter-luau",
1385
+ "version": "1.2.0",
1386
+ "description": "Luau grammar for tree-sitter",
1387
+ "scope": "required",
1388
+ "hashes": [
1389
+ {
1390
+ "alg": "SHA-256",
1391
+ "content": "871abeb427d719788bb38094facd7ff082908ef2b93c1d3d6a5f6025330120f4"
1392
+ }
1393
+ ],
1394
+ "licenses": [
1395
+ {
1396
+ "expression": "MIT"
1397
+ }
1398
+ ],
1399
+ "purl": "pkg:cargo/tree-sitter-luau@1.2.0",
1400
+ "externalReferences": [
1401
+ {
1402
+ "type": "vcs",
1403
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-luau"
1404
+ }
1405
+ ]
1406
+ },
1407
+ {
1408
+ "type": "library",
1409
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-pascal@0.10.2",
1410
+ "name": "tree-sitter-pascal",
1411
+ "version": "0.10.2",
1412
+ "description": "Pascal grammar for the tree-sitter parsing library",
1413
+ "scope": "required",
1414
+ "hashes": [
1415
+ {
1416
+ "alg": "SHA-256",
1417
+ "content": "adb51e9a57493fd237e4517566749f7f7453349261a72a427e5f11d3b34b72a8"
1418
+ }
1419
+ ],
1420
+ "licenses": [
1421
+ {
1422
+ "expression": "MIT"
1423
+ }
1424
+ ],
1425
+ "purl": "pkg:cargo/tree-sitter-pascal@0.10.2",
1426
+ "externalReferences": [
1427
+ {
1428
+ "type": "vcs",
1429
+ "url": "https://github.com/Isopod/tree-sitter-pascal"
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "type": "library",
1435
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-php@0.24.2",
1436
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1437
+ "name": "tree-sitter-php",
1438
+ "version": "0.24.2",
1439
+ "description": "PHP grammar for tree-sitter",
1440
+ "scope": "required",
1441
+ "hashes": [
1442
+ {
1443
+ "alg": "SHA-256",
1444
+ "content": "0d8c17c3ab69052c5eeaa7ff5cd972dd1bc25d1b97ee779fec391ad3b5df5592"
1445
+ }
1446
+ ],
1447
+ "licenses": [
1448
+ {
1449
+ "expression": "MIT"
1450
+ }
1451
+ ],
1452
+ "purl": "pkg:cargo/tree-sitter-php@0.24.2",
1453
+ "externalReferences": [
1454
+ {
1455
+ "type": "vcs",
1456
+ "url": "https://github.com/tree-sitter/tree-sitter-php"
1457
+ }
1458
+ ]
1459
+ },
1460
+ {
1461
+ "type": "library",
1462
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.23.6",
1463
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1464
+ "name": "tree-sitter-python",
1465
+ "version": "0.23.6",
1466
+ "description": "Python grammar for tree-sitter",
1467
+ "scope": "required",
1468
+ "hashes": [
1469
+ {
1470
+ "alg": "SHA-256",
1471
+ "content": "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
1472
+ }
1473
+ ],
1474
+ "licenses": [
1475
+ {
1476
+ "expression": "MIT"
1477
+ }
1478
+ ],
1479
+ "purl": "pkg:cargo/tree-sitter-python@0.23.6",
1480
+ "externalReferences": [
1481
+ {
1482
+ "type": "vcs",
1483
+ "url": "https://github.com/tree-sitter/tree-sitter-python"
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "type": "library",
1489
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ruby@0.23.1",
1490
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1491
+ "name": "tree-sitter-ruby",
1492
+ "version": "0.23.1",
1493
+ "description": "Ruby grammar for tree-sitter",
1494
+ "scope": "required",
1495
+ "hashes": [
1496
+ {
1497
+ "alg": "SHA-256",
1498
+ "content": "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
1499
+ }
1500
+ ],
1501
+ "licenses": [
1502
+ {
1503
+ "expression": "MIT"
1504
+ }
1505
+ ],
1506
+ "purl": "pkg:cargo/tree-sitter-ruby@0.23.1",
1507
+ "externalReferences": [
1508
+ {
1509
+ "type": "vcs",
1510
+ "url": "https://github.com/tree-sitter/tree-sitter-ruby"
1511
+ }
1512
+ ]
1513
+ },
1514
+ {
1515
+ "type": "library",
1516
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.3",
1517
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1518
+ "name": "tree-sitter-rust",
1519
+ "version": "0.23.3",
1520
+ "description": "Rust grammar for tree-sitter",
1521
+ "scope": "required",
1522
+ "hashes": [
1523
+ {
1524
+ "alg": "SHA-256",
1525
+ "content": "ca8ccb3e3a3495c8a943f6c3fd24c3804c471fd7f4f16087623c7fa4c0068e8a"
1526
+ }
1527
+ ],
1528
+ "licenses": [
1529
+ {
1530
+ "expression": "MIT"
1531
+ }
1532
+ ],
1533
+ "purl": "pkg:cargo/tree-sitter-rust@0.23.3",
1534
+ "externalReferences": [
1535
+ {
1536
+ "type": "vcs",
1537
+ "url": "https://github.com/tree-sitter/tree-sitter-rust"
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ "type": "library",
1543
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-scala@0.26.0",
1544
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>",
1545
+ "name": "tree-sitter-scala",
1546
+ "version": "0.26.0",
1547
+ "description": "Scala grammar for tree-sitter",
1548
+ "scope": "required",
1549
+ "hashes": [
1550
+ {
1551
+ "alg": "SHA-256",
1552
+ "content": "de5a4a7ff23a55474ce6a741d52aaeca7a82fe9421bb982b86e98c6ac8629397"
1553
+ }
1554
+ ],
1555
+ "licenses": [
1556
+ {
1557
+ "expression": "MIT"
1558
+ }
1559
+ ],
1560
+ "purl": "pkg:cargo/tree-sitter-scala@0.26.0",
1561
+ "externalReferences": [
1562
+ {
1563
+ "type": "vcs",
1564
+ "url": "https://github.com/tree-sitter/tree-sitter-scala"
1565
+ }
1566
+ ]
1567
+ },
1568
+ {
1569
+ "type": "library",
1570
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-sequel@0.3.11",
1571
+ "author": "derek stride",
1572
+ "name": "tree-sitter-sequel",
1573
+ "version": "0.3.11",
1574
+ "description": "Tree-sitter Grammar for SQL",
1575
+ "scope": "required",
1576
+ "hashes": [
1577
+ {
1578
+ "alg": "SHA-256",
1579
+ "content": "9d198ad3c319c02e43c21efa1ec796b837afcb96ffaef1a40c1978fbdcec7d17"
1580
+ }
1581
+ ],
1582
+ "licenses": [
1583
+ {
1584
+ "expression": "MIT"
1585
+ }
1586
+ ],
1587
+ "purl": "pkg:cargo/tree-sitter-sequel@0.3.11",
1588
+ "externalReferences": [
1589
+ {
1590
+ "type": "vcs",
1591
+ "url": "https://github.com/derekstride/tree-sitter-sql.git"
1592
+ }
1593
+ ]
1594
+ },
1595
+ {
1596
+ "type": "library",
1597
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-solidity@1.2.13",
1598
+ "name": "tree-sitter-solidity",
1599
+ "version": "1.2.13",
1600
+ "description": "Solidity grammar for the tree-sitter parsing library",
1601
+ "scope": "required",
1602
+ "hashes": [
1603
+ {
1604
+ "alg": "SHA-256",
1605
+ "content": "4eacf8875b70879f0cb670c60b233ad0b68752d9e1474e6c3ef168eea8a90b25"
1606
+ }
1607
+ ],
1608
+ "licenses": [
1609
+ {
1610
+ "expression": "MIT"
1611
+ }
1612
+ ],
1613
+ "purl": "pkg:cargo/tree-sitter-solidity@1.2.13",
1614
+ "externalReferences": [
1615
+ {
1616
+ "type": "vcs",
1617
+ "url": "https://github.com/JoranHonig/tree-sitter-solidity"
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "type": "library",
1623
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-svelte-ng@1.0.2",
1624
+ "author": "Amaan Qureshi <amaanq12@gmail.com>",
1625
+ "name": "tree-sitter-svelte-ng",
1626
+ "version": "1.0.2",
1627
+ "description": "Svelte grammar for tree-sitter",
1628
+ "scope": "required",
1629
+ "hashes": [
1630
+ {
1631
+ "alg": "SHA-256",
1632
+ "content": "ef0a71f9cf5e94373cc86c64893630c8a29bb25d3390a248268d08af2165fa37"
1633
+ }
1634
+ ],
1635
+ "licenses": [
1636
+ {
1637
+ "expression": "MIT"
1638
+ }
1639
+ ],
1640
+ "purl": "pkg:cargo/tree-sitter-svelte-ng@1.0.2",
1641
+ "externalReferences": [
1642
+ {
1643
+ "type": "vcs",
1644
+ "url": "https://github.com/tree-sitter-grammars/tree-sitter-svelte"
1645
+ }
1646
+ ]
1647
+ },
1648
+ {
1649
+ "type": "library",
1650
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-swift@0.7.3",
1651
+ "name": "tree-sitter-swift",
1652
+ "version": "0.7.3",
1653
+ "description": "swift grammar for the tree-sitter parsing library",
1654
+ "scope": "required",
1655
+ "hashes": [
1656
+ {
1657
+ "alg": "SHA-256",
1658
+ "content": "fe36052155b9dd69ca82b3b8f1b4ccfb2d867125ac1a4db1dd7331829242668c"
1659
+ }
1660
+ ],
1661
+ "licenses": [
1662
+ {
1663
+ "expression": "MIT"
1664
+ }
1665
+ ],
1666
+ "purl": "pkg:cargo/tree-sitter-swift@0.7.3",
1667
+ "externalReferences": [
1668
+ {
1669
+ "type": "vcs",
1670
+ "url": "https://github.com/alex-pinkus/tree-sitter-swift"
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "type": "library",
1676
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
1677
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1678
+ "name": "tree-sitter-typescript",
1679
+ "version": "0.23.2",
1680
+ "description": "TypeScript and TSX grammars for tree-sitter",
1681
+ "scope": "required",
1682
+ "hashes": [
1683
+ {
1684
+ "alg": "SHA-256",
1685
+ "content": "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
1686
+ }
1687
+ ],
1688
+ "licenses": [
1689
+ {
1690
+ "expression": "MIT"
1691
+ }
1692
+ ],
1693
+ "purl": "pkg:cargo/tree-sitter-typescript@0.23.2",
1694
+ "externalReferences": [
1695
+ {
1696
+ "type": "vcs",
1697
+ "url": "https://github.com/tree-sitter/tree-sitter-typescript"
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "type": "library",
1703
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
1704
+ "author": "Max Brunsfeld <maxbrunsfeld@gmail.com>, Amaan Qureshi <amaanq12@gmail.com>",
1705
+ "name": "tree-sitter",
1706
+ "version": "0.26.9",
1707
+ "description": "Rust bindings to the Tree-sitter parsing library",
1708
+ "scope": "required",
1709
+ "hashes": [
1710
+ {
1711
+ "alg": "SHA-256",
1712
+ "content": "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3"
1713
+ }
1714
+ ],
1715
+ "licenses": [
1716
+ {
1717
+ "expression": "MIT"
1718
+ }
1719
+ ],
1720
+ "purl": "pkg:cargo/tree-sitter@0.26.9",
1721
+ "externalReferences": [
1722
+ {
1723
+ "type": "documentation",
1724
+ "url": "https://docs.rs/tree-sitter"
1725
+ },
1726
+ {
1727
+ "type": "website",
1728
+ "url": "https://tree-sitter.github.io/tree-sitter"
1729
+ },
1730
+ {
1731
+ "type": "other",
1732
+ "url": "tree-sitter"
1733
+ },
1734
+ {
1735
+ "type": "vcs",
1736
+ "url": "https://github.com/tree-sitter/tree-sitter"
1737
+ }
1738
+ ]
1739
+ },
1740
+ {
1741
+ "type": "library",
1742
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1743
+ "author": "David Tolnay <dtolnay@gmail.com>",
1744
+ "name": "unicode-ident",
1745
+ "version": "1.0.24",
1746
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1747
+ "scope": "required",
1748
+ "hashes": [
1749
+ {
1750
+ "alg": "SHA-256",
1751
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1752
+ }
1753
+ ],
1754
+ "licenses": [
1755
+ {
1756
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1757
+ }
1758
+ ],
1759
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1760
+ "externalReferences": [
1761
+ {
1762
+ "type": "documentation",
1763
+ "url": "https://docs.rs/unicode-ident"
1764
+ },
1765
+ {
1766
+ "type": "vcs",
1767
+ "url": "https://github.com/dtolnay/unicode-ident"
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "type": "library",
1773
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
1774
+ "author": "David Tolnay <dtolnay@gmail.com>",
1775
+ "name": "zmij",
1776
+ "version": "1.0.21",
1777
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
1778
+ "scope": "excluded",
1779
+ "hashes": [
1780
+ {
1781
+ "alg": "SHA-256",
1782
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1783
+ }
1784
+ ],
1785
+ "licenses": [
1786
+ {
1787
+ "expression": "MIT"
1788
+ }
1789
+ ],
1790
+ "purl": "pkg:cargo/zmij@1.0.21",
1791
+ "externalReferences": [
1792
+ {
1793
+ "type": "documentation",
1794
+ "url": "https://docs.rs/zmij"
1795
+ },
1796
+ {
1797
+ "type": "vcs",
1798
+ "url": "https://github.com/dtolnay/zmij"
1799
+ }
1800
+ ]
1801
+ }
1802
+ ],
1803
+ "dependencies": [
1804
+ {
1805
+ "ref": "path+file:///D:/a/code2graph/code2graph#0.0.0-beta.3",
1806
+ "dependsOn": [
1807
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1808
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
1809
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
1810
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-bash@0.25.1",
1811
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c@0.24.2",
1812
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c-sharp@0.23.5",
1813
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
1814
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-dart@0.2.0",
1815
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-go@0.25.0",
1816
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-hcl@1.1.0",
1817
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
1818
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
1819
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-lua@0.5.0",
1820
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-luau@1.2.0",
1821
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-pascal@0.10.2",
1822
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-php@0.24.2",
1823
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.23.6",
1824
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ruby@0.23.1",
1825
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.3",
1826
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-scala@0.26.0",
1827
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-sequel@0.3.11",
1828
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-solidity@1.2.13",
1829
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-svelte-ng@1.0.2",
1830
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-swift@0.7.3",
1831
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2"
1832
+ ]
1833
+ },
1834
+ {
1835
+ "ref": "path+file:///D:/a/code2graph/code2graph/bindings/python#code2graph-py@0.0.0-beta.3",
1836
+ "dependsOn": [
1837
+ "path+file:///D:/a/code2graph/code2graph#0.0.0-beta.3",
1838
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1839
+ "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.29.0"
1840
+ ]
1841
+ },
1842
+ {
1843
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1844
+ "dependsOn": [
1845
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
1846
+ ]
1847
+ },
1848
+ {
1849
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
1850
+ "dependsOn": [
1851
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
1852
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1853
+ ]
1854
+ },
1855
+ {
1856
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
1857
+ },
1858
+ {
1859
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
1860
+ },
1861
+ {
1862
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1863
+ },
1864
+ {
1865
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1866
+ },
1867
+ {
1868
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1869
+ "dependsOn": [
1870
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
1871
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1872
+ ]
1873
+ },
1874
+ {
1875
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
1876
+ },
1877
+ {
1878
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
1879
+ },
1880
+ {
1881
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
1882
+ },
1883
+ {
1884
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
1885
+ },
1886
+ {
1887
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1888
+ "dependsOn": [
1889
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1890
+ ]
1891
+ },
1892
+ {
1893
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1894
+ "dependsOn": [
1895
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1896
+ ]
1897
+ },
1898
+ {
1899
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1900
+ "dependsOn": [
1901
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1902
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0"
1903
+ ]
1904
+ },
1905
+ {
1906
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1907
+ "dependsOn": [
1908
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1909
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1910
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1911
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1912
+ ]
1913
+ },
1914
+ {
1915
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
1916
+ "dependsOn": [
1917
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1918
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1919
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1920
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1921
+ ]
1922
+ },
1923
+ {
1924
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1925
+ "dependsOn": [
1926
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1927
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1928
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1929
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1930
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0"
1931
+ ]
1932
+ },
1933
+ {
1934
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.29.0",
1935
+ "dependsOn": [
1936
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1937
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
1938
+ ]
1939
+ },
1940
+ {
1941
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1942
+ "dependsOn": [
1943
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1944
+ ]
1945
+ },
1946
+ {
1947
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1948
+ "dependsOn": [
1949
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1950
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
1951
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
1952
+ ]
1953
+ },
1954
+ {
1955
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
1956
+ },
1957
+ {
1958
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
1959
+ "dependsOn": [
1960
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
1961
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
1962
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1963
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
1964
+ ]
1965
+ },
1966
+ {
1967
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1968
+ "dependsOn": [
1969
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1970
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
1971
+ ]
1972
+ },
1973
+ {
1974
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
1975
+ },
1976
+ {
1977
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1978
+ "dependsOn": [
1979
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1980
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1981
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1982
+ ]
1983
+ },
1984
+ {
1985
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
1986
+ "dependsOn": [
1987
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1988
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
1989
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
1990
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1991
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
1992
+ ]
1993
+ },
1994
+ {
1995
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1996
+ },
1997
+ {
1998
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9"
1999
+ },
2000
+ {
2001
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
2002
+ "dependsOn": [
2003
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2004
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2005
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2006
+ ]
2007
+ },
2008
+ {
2009
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
2010
+ },
2011
+ {
2012
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
2013
+ "dependsOn": [
2014
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2015
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2016
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2017
+ ]
2018
+ },
2019
+ {
2020
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
2021
+ "dependsOn": [
2022
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
2023
+ ]
2024
+ },
2025
+ {
2026
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-bash@0.25.1",
2027
+ "dependsOn": [
2028
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2029
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2030
+ ]
2031
+ },
2032
+ {
2033
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c-sharp@0.23.5",
2034
+ "dependsOn": [
2035
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2036
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2037
+ ]
2038
+ },
2039
+ {
2040
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-c@0.24.2",
2041
+ "dependsOn": [
2042
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2043
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2044
+ ]
2045
+ },
2046
+ {
2047
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-cpp@0.23.4",
2048
+ "dependsOn": [
2049
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2050
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2051
+ ]
2052
+ },
2053
+ {
2054
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-dart@0.2.0",
2055
+ "dependsOn": [
2056
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2057
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2058
+ ]
2059
+ },
2060
+ {
2061
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-go@0.25.0",
2062
+ "dependsOn": [
2063
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2064
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2065
+ ]
2066
+ },
2067
+ {
2068
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-hcl@1.1.0",
2069
+ "dependsOn": [
2070
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2071
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2072
+ ]
2073
+ },
2074
+ {
2075
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-java@0.23.5",
2076
+ "dependsOn": [
2077
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2078
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2079
+ ]
2080
+ },
2081
+ {
2082
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-kotlin-ng@1.1.0",
2083
+ "dependsOn": [
2084
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2085
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2086
+ ]
2087
+ },
2088
+ {
2089
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2090
+ },
2091
+ {
2092
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-lua@0.5.0",
2093
+ "dependsOn": [
2094
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2095
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2096
+ ]
2097
+ },
2098
+ {
2099
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-luau@1.2.0",
2100
+ "dependsOn": [
2101
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2102
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2103
+ ]
2104
+ },
2105
+ {
2106
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-pascal@0.10.2",
2107
+ "dependsOn": [
2108
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2109
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2110
+ ]
2111
+ },
2112
+ {
2113
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-php@0.24.2",
2114
+ "dependsOn": [
2115
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2116
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2117
+ ]
2118
+ },
2119
+ {
2120
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-python@0.23.6",
2121
+ "dependsOn": [
2122
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2123
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2124
+ ]
2125
+ },
2126
+ {
2127
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-ruby@0.23.1",
2128
+ "dependsOn": [
2129
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2130
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2131
+ ]
2132
+ },
2133
+ {
2134
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-rust@0.23.3",
2135
+ "dependsOn": [
2136
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2137
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2138
+ ]
2139
+ },
2140
+ {
2141
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-scala@0.26.0",
2142
+ "dependsOn": [
2143
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2144
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2145
+ ]
2146
+ },
2147
+ {
2148
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-sequel@0.3.11",
2149
+ "dependsOn": [
2150
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2151
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2152
+ ]
2153
+ },
2154
+ {
2155
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-solidity@1.2.13",
2156
+ "dependsOn": [
2157
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2158
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2159
+ ]
2160
+ },
2161
+ {
2162
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-svelte-ng@1.0.2",
2163
+ "dependsOn": [
2164
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2165
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2166
+ ]
2167
+ },
2168
+ {
2169
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-swift@0.7.3",
2170
+ "dependsOn": [
2171
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2172
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2173
+ ]
2174
+ },
2175
+ {
2176
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-typescript@0.23.2",
2177
+ "dependsOn": [
2178
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2179
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2180
+ ]
2181
+ },
2182
+ {
2183
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tree-sitter@0.26.9",
2184
+ "dependsOn": [
2185
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
2186
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
2187
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
2188
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150",
2189
+ "registry+https://github.com/rust-lang/crates.io-index#streaming-iterator@0.1.9",
2190
+ "registry+https://github.com/rust-lang/crates.io-index#tree-sitter-language@0.1.7"
2191
+ ]
2192
+ },
2193
+ {
2194
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2195
+ },
2196
+ {
2197
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
2198
+ }
2199
+ ]
2200
+ }