dirsql 0.0.26__cp313-cp313-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,2880 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:7b7b8360-5f37-4074-bd03-14c200854a64",
6
+ "metadata": {
7
+ "timestamp": "2026-04-17T00:18:16.762041400Z",
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/dirsql/dirsql/packages/python#dirsql-py-ext@0.1.0",
18
+ "name": "dirsql-py-ext",
19
+ "version": "0.1.0",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/dirsql-py-ext@0.1.0?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///D:/a/dirsql/dirsql/packages/python#dirsql-py-ext@0.1.0 bin-target-0",
26
+ "name": "dirsql_py_ext",
27
+ "version": "0.1.0",
28
+ "purl": "pkg:cargo/dirsql-py-ext@0.1.0?download_url=file://.#src/lib.rs"
29
+ }
30
+ ]
31
+ },
32
+ "properties": [
33
+ {
34
+ "name": "cdx:rustc:sbom:target:all_targets",
35
+ "value": "true"
36
+ }
37
+ ]
38
+ },
39
+ "components": [
40
+ {
41
+ "type": "library",
42
+ "bom-ref": "path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.1.0",
43
+ "name": "dirsql",
44
+ "version": "0.1.0",
45
+ "description": "Ephemeral SQL index over a local directory",
46
+ "scope": "required",
47
+ "licenses": [
48
+ {
49
+ "expression": "MIT"
50
+ }
51
+ ],
52
+ "purl": "pkg:cargo/dirsql@0.1.0?download_url=file://..\\rust",
53
+ "externalReferences": [
54
+ {
55
+ "type": "vcs",
56
+ "url": "https://github.com/thekevinscott/dirsql"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "type": "library",
62
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
63
+ "author": "Andrew Gallant <jamslam@gmail.com>",
64
+ "name": "aho-corasick",
65
+ "version": "1.1.4",
66
+ "description": "Fast multiple substring searching.",
67
+ "scope": "required",
68
+ "hashes": [
69
+ {
70
+ "alg": "SHA-256",
71
+ "content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
72
+ }
73
+ ],
74
+ "licenses": [
75
+ {
76
+ "expression": "Unlicense OR MIT"
77
+ }
78
+ ],
79
+ "purl": "pkg:cargo/aho-corasick@1.1.4",
80
+ "externalReferences": [
81
+ {
82
+ "type": "website",
83
+ "url": "https://github.com/BurntSushi/aho-corasick"
84
+ },
85
+ {
86
+ "type": "vcs",
87
+ "url": "https://github.com/BurntSushi/aho-corasick"
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "type": "library",
93
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
94
+ "author": "The Rust Project Developers",
95
+ "name": "bitflags",
96
+ "version": "2.11.0",
97
+ "description": "A macro to generate structures which behave like bitflags. ",
98
+ "scope": "required",
99
+ "hashes": [
100
+ {
101
+ "alg": "SHA-256",
102
+ "content": "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
103
+ }
104
+ ],
105
+ "licenses": [
106
+ {
107
+ "expression": "MIT OR Apache-2.0"
108
+ }
109
+ ],
110
+ "purl": "pkg:cargo/bitflags@2.11.0",
111
+ "externalReferences": [
112
+ {
113
+ "type": "documentation",
114
+ "url": "https://docs.rs/bitflags"
115
+ },
116
+ {
117
+ "type": "website",
118
+ "url": "https://github.com/bitflags/bitflags"
119
+ },
120
+ {
121
+ "type": "vcs",
122
+ "url": "https://github.com/bitflags/bitflags"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "type": "library",
128
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
129
+ "author": "Andrew Gallant <jamslam@gmail.com>",
130
+ "name": "bstr",
131
+ "version": "1.12.1",
132
+ "description": "A string type that is not required to be valid UTF-8.",
133
+ "scope": "required",
134
+ "hashes": [
135
+ {
136
+ "alg": "SHA-256",
137
+ "content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
138
+ }
139
+ ],
140
+ "licenses": [
141
+ {
142
+ "expression": "MIT OR Apache-2.0"
143
+ }
144
+ ],
145
+ "purl": "pkg:cargo/bstr@1.12.1",
146
+ "externalReferences": [
147
+ {
148
+ "type": "documentation",
149
+ "url": "https://docs.rs/bstr"
150
+ },
151
+ {
152
+ "type": "website",
153
+ "url": "https://github.com/BurntSushi/bstr"
154
+ },
155
+ {
156
+ "type": "vcs",
157
+ "url": "https://github.com/BurntSushi/bstr"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "type": "library",
163
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.59",
164
+ "author": "Alex Crichton <alex@alexcrichton.com>",
165
+ "name": "cc",
166
+ "version": "1.2.59",
167
+ "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. ",
168
+ "scope": "required",
169
+ "hashes": [
170
+ {
171
+ "alg": "SHA-256",
172
+ "content": "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
173
+ }
174
+ ],
175
+ "licenses": [
176
+ {
177
+ "expression": "MIT OR Apache-2.0"
178
+ }
179
+ ],
180
+ "purl": "pkg:cargo/cc@1.2.59",
181
+ "externalReferences": [
182
+ {
183
+ "type": "documentation",
184
+ "url": "https://docs.rs/cc"
185
+ },
186
+ {
187
+ "type": "website",
188
+ "url": "https://github.com/rust-lang/cc-rs"
189
+ },
190
+ {
191
+ "type": "vcs",
192
+ "url": "https://github.com/rust-lang/cc-rs"
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "type": "library",
198
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
199
+ "author": "Alex Crichton <alex@alexcrichton.com>",
200
+ "name": "cfg-if",
201
+ "version": "1.0.4",
202
+ "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ",
203
+ "scope": "required",
204
+ "hashes": [
205
+ {
206
+ "alg": "SHA-256",
207
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
208
+ }
209
+ ],
210
+ "licenses": [
211
+ {
212
+ "expression": "MIT OR Apache-2.0"
213
+ }
214
+ ],
215
+ "purl": "pkg:cargo/cfg-if@1.0.4",
216
+ "externalReferences": [
217
+ {
218
+ "type": "vcs",
219
+ "url": "https://github.com/rust-lang/cfg-if"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "type": "library",
225
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
226
+ "author": "Andrew Gallant <jamslam@gmail.com>",
227
+ "name": "csv-core",
228
+ "version": "0.1.13",
229
+ "description": "Bare bones CSV parsing with no_std support.",
230
+ "scope": "required",
231
+ "hashes": [
232
+ {
233
+ "alg": "SHA-256",
234
+ "content": "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
235
+ }
236
+ ],
237
+ "licenses": [
238
+ {
239
+ "expression": "Unlicense OR MIT"
240
+ }
241
+ ],
242
+ "purl": "pkg:cargo/csv-core@0.1.13",
243
+ "externalReferences": [
244
+ {
245
+ "type": "documentation",
246
+ "url": "https://docs.rs/csv-core"
247
+ },
248
+ {
249
+ "type": "website",
250
+ "url": "https://github.com/BurntSushi/rust-csv"
251
+ },
252
+ {
253
+ "type": "vcs",
254
+ "url": "https://github.com/BurntSushi/rust-csv"
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "type": "library",
260
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
261
+ "author": "Andrew Gallant <jamslam@gmail.com>",
262
+ "name": "csv",
263
+ "version": "1.4.0",
264
+ "description": "Fast CSV parsing with support for serde.",
265
+ "scope": "required",
266
+ "hashes": [
267
+ {
268
+ "alg": "SHA-256",
269
+ "content": "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
270
+ }
271
+ ],
272
+ "licenses": [
273
+ {
274
+ "expression": "Unlicense OR MIT"
275
+ }
276
+ ],
277
+ "purl": "pkg:cargo/csv@1.4.0",
278
+ "externalReferences": [
279
+ {
280
+ "type": "documentation",
281
+ "url": "https://docs.rs/csv"
282
+ },
283
+ {
284
+ "type": "website",
285
+ "url": "https://github.com/BurntSushi/rust-csv"
286
+ },
287
+ {
288
+ "type": "vcs",
289
+ "url": "https://github.com/BurntSushi/rust-csv"
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "type": "library",
295
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
296
+ "name": "equivalent",
297
+ "version": "1.0.2",
298
+ "description": "Traits for key comparison in maps.",
299
+ "scope": "required",
300
+ "hashes": [
301
+ {
302
+ "alg": "SHA-256",
303
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
304
+ }
305
+ ],
306
+ "licenses": [
307
+ {
308
+ "expression": "Apache-2.0 OR MIT"
309
+ }
310
+ ],
311
+ "purl": "pkg:cargo/equivalent@1.0.2",
312
+ "externalReferences": [
313
+ {
314
+ "type": "vcs",
315
+ "url": "https://github.com/indexmap-rs/equivalent"
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "type": "library",
321
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
322
+ "author": "Steven Fackler <sfackler@gmail.com>",
323
+ "name": "fallible-iterator",
324
+ "version": "0.3.0",
325
+ "description": "Fallible iterator traits",
326
+ "scope": "required",
327
+ "hashes": [
328
+ {
329
+ "alg": "SHA-256",
330
+ "content": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
331
+ }
332
+ ],
333
+ "licenses": [
334
+ {
335
+ "expression": "MIT OR Apache-2.0"
336
+ }
337
+ ],
338
+ "purl": "pkg:cargo/fallible-iterator@0.3.0",
339
+ "externalReferences": [
340
+ {
341
+ "type": "vcs",
342
+ "url": "https://github.com/sfackler/rust-fallible-iterator"
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "type": "library",
348
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
349
+ "author": "Steven Fackler <sfackler@gmail.com>",
350
+ "name": "fallible-streaming-iterator",
351
+ "version": "0.1.9",
352
+ "description": "Fallible streaming iteration",
353
+ "scope": "required",
354
+ "hashes": [
355
+ {
356
+ "alg": "SHA-256",
357
+ "content": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
358
+ }
359
+ ],
360
+ "licenses": [
361
+ {
362
+ "expression": "MIT OR Apache-2.0"
363
+ }
364
+ ],
365
+ "purl": "pkg:cargo/fallible-streaming-iterator@0.1.9",
366
+ "externalReferences": [
367
+ {
368
+ "type": "vcs",
369
+ "url": "https://github.com/sfackler/fallible-streaming-iterator"
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "type": "library",
375
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
376
+ "author": "Alex Crichton <alex@alexcrichton.com>",
377
+ "name": "filetime",
378
+ "version": "0.2.27",
379
+ "description": "Platform-agnostic accessors of timestamps in File metadata ",
380
+ "scope": "required",
381
+ "hashes": [
382
+ {
383
+ "alg": "SHA-256",
384
+ "content": "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
385
+ }
386
+ ],
387
+ "licenses": [
388
+ {
389
+ "expression": "MIT OR Apache-2.0"
390
+ }
391
+ ],
392
+ "purl": "pkg:cargo/filetime@0.2.27",
393
+ "externalReferences": [
394
+ {
395
+ "type": "documentation",
396
+ "url": "https://docs.rs/filetime"
397
+ },
398
+ {
399
+ "type": "website",
400
+ "url": "https://github.com/alexcrichton/filetime"
401
+ },
402
+ {
403
+ "type": "vcs",
404
+ "url": "https://github.com/alexcrichton/filetime"
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "type": "library",
410
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
411
+ "name": "find-msvc-tools",
412
+ "version": "0.1.9",
413
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
414
+ "scope": "required",
415
+ "hashes": [
416
+ {
417
+ "alg": "SHA-256",
418
+ "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
419
+ }
420
+ ],
421
+ "licenses": [
422
+ {
423
+ "expression": "MIT OR Apache-2.0"
424
+ }
425
+ ],
426
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
427
+ "externalReferences": [
428
+ {
429
+ "type": "documentation",
430
+ "url": "https://docs.rs/find-msvc-tools"
431
+ },
432
+ {
433
+ "type": "vcs",
434
+ "url": "https://github.com/rust-lang/cc-rs"
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "type": "library",
440
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5",
441
+ "author": "Orson Peters <orsonpeters@gmail.com>",
442
+ "name": "foldhash",
443
+ "version": "0.1.5",
444
+ "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
445
+ "scope": "required",
446
+ "hashes": [
447
+ {
448
+ "alg": "SHA-256",
449
+ "content": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
450
+ }
451
+ ],
452
+ "licenses": [
453
+ {
454
+ "expression": "Zlib"
455
+ }
456
+ ],
457
+ "purl": "pkg:cargo/foldhash@0.1.5",
458
+ "externalReferences": [
459
+ {
460
+ "type": "vcs",
461
+ "url": "https://github.com/orlp/foldhash"
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "type": "library",
467
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
468
+ "name": "futures-channel",
469
+ "version": "0.3.32",
470
+ "description": "Channels for asynchronous communication using futures-rs. ",
471
+ "scope": "required",
472
+ "hashes": [
473
+ {
474
+ "alg": "SHA-256",
475
+ "content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
476
+ }
477
+ ],
478
+ "licenses": [
479
+ {
480
+ "expression": "MIT OR Apache-2.0"
481
+ }
482
+ ],
483
+ "purl": "pkg:cargo/futures-channel@0.3.32",
484
+ "externalReferences": [
485
+ {
486
+ "type": "website",
487
+ "url": "https://rust-lang.github.io/futures-rs"
488
+ },
489
+ {
490
+ "type": "vcs",
491
+ "url": "https://github.com/rust-lang/futures-rs"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "type": "library",
497
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
498
+ "name": "futures-core",
499
+ "version": "0.3.32",
500
+ "description": "The core traits and types in for the `futures` library. ",
501
+ "scope": "required",
502
+ "hashes": [
503
+ {
504
+ "alg": "SHA-256",
505
+ "content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
506
+ }
507
+ ],
508
+ "licenses": [
509
+ {
510
+ "expression": "MIT OR Apache-2.0"
511
+ }
512
+ ],
513
+ "purl": "pkg:cargo/futures-core@0.3.32",
514
+ "externalReferences": [
515
+ {
516
+ "type": "website",
517
+ "url": "https://rust-lang.github.io/futures-rs"
518
+ },
519
+ {
520
+ "type": "vcs",
521
+ "url": "https://github.com/rust-lang/futures-rs"
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "type": "library",
527
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
528
+ "name": "futures-sink",
529
+ "version": "0.3.32",
530
+ "description": "The asynchronous `Sink` trait for the futures-rs library. ",
531
+ "scope": "required",
532
+ "hashes": [
533
+ {
534
+ "alg": "SHA-256",
535
+ "content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
536
+ }
537
+ ],
538
+ "licenses": [
539
+ {
540
+ "expression": "MIT OR Apache-2.0"
541
+ }
542
+ ],
543
+ "purl": "pkg:cargo/futures-sink@0.3.32",
544
+ "externalReferences": [
545
+ {
546
+ "type": "website",
547
+ "url": "https://rust-lang.github.io/futures-rs"
548
+ },
549
+ {
550
+ "type": "vcs",
551
+ "url": "https://github.com/rust-lang/futures-rs"
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "type": "library",
557
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
558
+ "author": "Andrew Gallant <jamslam@gmail.com>",
559
+ "name": "globset",
560
+ "version": "0.4.18",
561
+ "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. ",
562
+ "scope": "required",
563
+ "hashes": [
564
+ {
565
+ "alg": "SHA-256",
566
+ "content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
567
+ }
568
+ ],
569
+ "licenses": [
570
+ {
571
+ "expression": "Unlicense OR MIT"
572
+ }
573
+ ],
574
+ "purl": "pkg:cargo/globset@0.4.18",
575
+ "externalReferences": [
576
+ {
577
+ "type": "documentation",
578
+ "url": "https://docs.rs/globset"
579
+ },
580
+ {
581
+ "type": "website",
582
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
583
+ },
584
+ {
585
+ "type": "vcs",
586
+ "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "type": "library",
592
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
593
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
594
+ "name": "hashbrown",
595
+ "version": "0.15.5",
596
+ "description": "A Rust port of Google's SwissTable hash map",
597
+ "scope": "required",
598
+ "hashes": [
599
+ {
600
+ "alg": "SHA-256",
601
+ "content": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
602
+ }
603
+ ],
604
+ "licenses": [
605
+ {
606
+ "expression": "MIT OR Apache-2.0"
607
+ }
608
+ ],
609
+ "purl": "pkg:cargo/hashbrown@0.15.5",
610
+ "externalReferences": [
611
+ {
612
+ "type": "vcs",
613
+ "url": "https://github.com/rust-lang/hashbrown"
614
+ }
615
+ ]
616
+ },
617
+ {
618
+ "type": "library",
619
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
620
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
621
+ "name": "hashbrown",
622
+ "version": "0.16.1",
623
+ "description": "A Rust port of Google's SwissTable hash map",
624
+ "scope": "required",
625
+ "hashes": [
626
+ {
627
+ "alg": "SHA-256",
628
+ "content": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
629
+ }
630
+ ],
631
+ "licenses": [
632
+ {
633
+ "expression": "MIT OR Apache-2.0"
634
+ }
635
+ ],
636
+ "purl": "pkg:cargo/hashbrown@0.16.1",
637
+ "externalReferences": [
638
+ {
639
+ "type": "vcs",
640
+ "url": "https://github.com/rust-lang/hashbrown"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "type": "library",
646
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
647
+ "author": "kyren <kerriganw@gmail.com>",
648
+ "name": "hashlink",
649
+ "version": "0.10.0",
650
+ "description": "HashMap-like containers that hold their key-value pairs in a user controllable order",
651
+ "scope": "required",
652
+ "hashes": [
653
+ {
654
+ "alg": "SHA-256",
655
+ "content": "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
656
+ }
657
+ ],
658
+ "licenses": [
659
+ {
660
+ "expression": "MIT OR Apache-2.0"
661
+ }
662
+ ],
663
+ "purl": "pkg:cargo/hashlink@0.10.0",
664
+ "externalReferences": [
665
+ {
666
+ "type": "documentation",
667
+ "url": "https://docs.rs/hashlink"
668
+ },
669
+ {
670
+ "type": "vcs",
671
+ "url": "https://github.com/kyren/hashlink"
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "type": "library",
677
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
678
+ "name": "heck",
679
+ "version": "0.5.0",
680
+ "description": "heck is a case conversion library.",
681
+ "scope": "required",
682
+ "hashes": [
683
+ {
684
+ "alg": "SHA-256",
685
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
686
+ }
687
+ ],
688
+ "licenses": [
689
+ {
690
+ "expression": "MIT OR Apache-2.0"
691
+ }
692
+ ],
693
+ "purl": "pkg:cargo/heck@0.5.0",
694
+ "externalReferences": [
695
+ {
696
+ "type": "vcs",
697
+ "url": "https://github.com/withoutboats/heck"
698
+ }
699
+ ]
700
+ },
701
+ {
702
+ "type": "library",
703
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
704
+ "name": "indexmap",
705
+ "version": "2.13.1",
706
+ "description": "A hash table with consistent order and fast iteration.",
707
+ "scope": "required",
708
+ "hashes": [
709
+ {
710
+ "alg": "SHA-256",
711
+ "content": "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
712
+ }
713
+ ],
714
+ "licenses": [
715
+ {
716
+ "expression": "Apache-2.0 OR MIT"
717
+ }
718
+ ],
719
+ "purl": "pkg:cargo/indexmap@2.13.1",
720
+ "externalReferences": [
721
+ {
722
+ "type": "documentation",
723
+ "url": "https://docs.rs/indexmap/"
724
+ },
725
+ {
726
+ "type": "vcs",
727
+ "url": "https://github.com/indexmap-rs/indexmap"
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "type": "library",
733
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13",
734
+ "author": "sebcrozet <developer@crozet.re>",
735
+ "name": "instant",
736
+ "version": "0.1.13",
737
+ "description": "Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.",
738
+ "scope": "required",
739
+ "hashes": [
740
+ {
741
+ "alg": "SHA-256",
742
+ "content": "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
743
+ }
744
+ ],
745
+ "licenses": [
746
+ {
747
+ "expression": "BSD-3-Clause"
748
+ }
749
+ ],
750
+ "purl": "pkg:cargo/instant@0.1.13",
751
+ "externalReferences": [
752
+ {
753
+ "type": "vcs",
754
+ "url": "https://github.com/sebcrozet/instant"
755
+ }
756
+ ]
757
+ },
758
+ {
759
+ "type": "library",
760
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
761
+ "author": "David Tolnay <dtolnay@gmail.com>",
762
+ "name": "itoa",
763
+ "version": "1.0.18",
764
+ "description": "Fast integer primitive to string conversion",
765
+ "scope": "required",
766
+ "hashes": [
767
+ {
768
+ "alg": "SHA-256",
769
+ "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
770
+ }
771
+ ],
772
+ "licenses": [
773
+ {
774
+ "expression": "MIT OR Apache-2.0"
775
+ }
776
+ ],
777
+ "purl": "pkg:cargo/itoa@1.0.18",
778
+ "externalReferences": [
779
+ {
780
+ "type": "documentation",
781
+ "url": "https://docs.rs/itoa"
782
+ },
783
+ {
784
+ "type": "vcs",
785
+ "url": "https://github.com/dtolnay/itoa"
786
+ }
787
+ ]
788
+ },
789
+ {
790
+ "type": "library",
791
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
792
+ "author": "The Rust Project Developers",
793
+ "name": "libc",
794
+ "version": "0.2.184",
795
+ "description": "Raw FFI bindings to platform libraries like libc.",
796
+ "scope": "required",
797
+ "hashes": [
798
+ {
799
+ "alg": "SHA-256",
800
+ "content": "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
801
+ }
802
+ ],
803
+ "licenses": [
804
+ {
805
+ "expression": "MIT OR Apache-2.0"
806
+ }
807
+ ],
808
+ "purl": "pkg:cargo/libc@0.2.184",
809
+ "externalReferences": [
810
+ {
811
+ "type": "vcs",
812
+ "url": "https://github.com/rust-lang/libc"
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "type": "library",
818
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
819
+ "author": "The rusqlite developers",
820
+ "name": "libsqlite3-sys",
821
+ "version": "0.32.0",
822
+ "description": "Native bindings to the libsqlite3 library",
823
+ "scope": "required",
824
+ "hashes": [
825
+ {
826
+ "alg": "SHA-256",
827
+ "content": "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
828
+ }
829
+ ],
830
+ "licenses": [
831
+ {
832
+ "expression": "MIT"
833
+ }
834
+ ],
835
+ "purl": "pkg:cargo/libsqlite3-sys@0.32.0",
836
+ "externalReferences": [
837
+ {
838
+ "type": "other",
839
+ "url": "sqlite3"
840
+ },
841
+ {
842
+ "type": "vcs",
843
+ "url": "https://github.com/rusqlite/rusqlite"
844
+ }
845
+ ]
846
+ },
847
+ {
848
+ "type": "library",
849
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
850
+ "author": "The Rust Project Developers",
851
+ "name": "log",
852
+ "version": "0.4.29",
853
+ "description": "A lightweight logging facade for Rust ",
854
+ "scope": "required",
855
+ "hashes": [
856
+ {
857
+ "alg": "SHA-256",
858
+ "content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
859
+ }
860
+ ],
861
+ "licenses": [
862
+ {
863
+ "expression": "MIT OR Apache-2.0"
864
+ }
865
+ ],
866
+ "purl": "pkg:cargo/log@0.4.29",
867
+ "externalReferences": [
868
+ {
869
+ "type": "documentation",
870
+ "url": "https://docs.rs/log"
871
+ },
872
+ {
873
+ "type": "vcs",
874
+ "url": "https://github.com/rust-lang/log"
875
+ }
876
+ ]
877
+ },
878
+ {
879
+ "type": "library",
880
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
881
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
882
+ "name": "memchr",
883
+ "version": "2.8.0",
884
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
885
+ "scope": "required",
886
+ "hashes": [
887
+ {
888
+ "alg": "SHA-256",
889
+ "content": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
890
+ }
891
+ ],
892
+ "licenses": [
893
+ {
894
+ "expression": "Unlicense OR MIT"
895
+ }
896
+ ],
897
+ "purl": "pkg:cargo/memchr@2.8.0",
898
+ "externalReferences": [
899
+ {
900
+ "type": "documentation",
901
+ "url": "https://docs.rs/memchr/"
902
+ },
903
+ {
904
+ "type": "website",
905
+ "url": "https://github.com/BurntSushi/memchr"
906
+ },
907
+ {
908
+ "type": "vcs",
909
+ "url": "https://github.com/BurntSushi/memchr"
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "type": "library",
915
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
916
+ "author": "Daniel Faust <hessijames@gmail.com>",
917
+ "name": "notify-types",
918
+ "version": "1.0.1",
919
+ "description": "Types used by the notify crate",
920
+ "scope": "required",
921
+ "hashes": [
922
+ {
923
+ "alg": "SHA-256",
924
+ "content": "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
925
+ }
926
+ ],
927
+ "licenses": [
928
+ {
929
+ "expression": "MIT OR Apache-2.0"
930
+ }
931
+ ],
932
+ "purl": "pkg:cargo/notify-types@1.0.1",
933
+ "externalReferences": [
934
+ {
935
+ "type": "documentation",
936
+ "url": "https://docs.rs/notify-types"
937
+ },
938
+ {
939
+ "type": "website",
940
+ "url": "https://github.com/notify-rs/notify"
941
+ },
942
+ {
943
+ "type": "vcs",
944
+ "url": "https://github.com/notify-rs/notify.git"
945
+ }
946
+ ]
947
+ },
948
+ {
949
+ "type": "library",
950
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
951
+ "author": "Félix Saparelli <me@passcod.name>, Daniel Faust <hessijames@gmail.com>, Aron Heinecke <Ox0p54r36@t-online.de>",
952
+ "name": "notify",
953
+ "version": "7.0.0",
954
+ "description": "Cross-platform filesystem notification library",
955
+ "scope": "required",
956
+ "hashes": [
957
+ {
958
+ "alg": "SHA-256",
959
+ "content": "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
960
+ }
961
+ ],
962
+ "licenses": [
963
+ {
964
+ "expression": "CC0-1.0"
965
+ }
966
+ ],
967
+ "purl": "pkg:cargo/notify@7.0.0",
968
+ "externalReferences": [
969
+ {
970
+ "type": "documentation",
971
+ "url": "https://docs.rs/notify"
972
+ },
973
+ {
974
+ "type": "website",
975
+ "url": "https://github.com/notify-rs/notify"
976
+ },
977
+ {
978
+ "type": "vcs",
979
+ "url": "https://github.com/notify-rs/notify.git"
980
+ }
981
+ ]
982
+ },
983
+ {
984
+ "type": "library",
985
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
986
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
987
+ "name": "once_cell",
988
+ "version": "1.21.4",
989
+ "description": "Single assignment cells and lazy values.",
990
+ "scope": "required",
991
+ "hashes": [
992
+ {
993
+ "alg": "SHA-256",
994
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
995
+ }
996
+ ],
997
+ "licenses": [
998
+ {
999
+ "expression": "MIT OR Apache-2.0"
1000
+ }
1001
+ ],
1002
+ "purl": "pkg:cargo/once_cell@1.21.4",
1003
+ "externalReferences": [
1004
+ {
1005
+ "type": "documentation",
1006
+ "url": "https://docs.rs/once_cell"
1007
+ },
1008
+ {
1009
+ "type": "vcs",
1010
+ "url": "https://github.com/matklad/once_cell"
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "type": "library",
1016
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
1017
+ "name": "pin-project-lite",
1018
+ "version": "0.2.17",
1019
+ "description": "A lightweight version of pin-project written with declarative macros. ",
1020
+ "scope": "required",
1021
+ "hashes": [
1022
+ {
1023
+ "alg": "SHA-256",
1024
+ "content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1025
+ }
1026
+ ],
1027
+ "licenses": [
1028
+ {
1029
+ "expression": "Apache-2.0 OR MIT"
1030
+ }
1031
+ ],
1032
+ "purl": "pkg:cargo/pin-project-lite@0.2.17",
1033
+ "externalReferences": [
1034
+ {
1035
+ "type": "vcs",
1036
+ "url": "https://github.com/taiki-e/pin-project-lite"
1037
+ }
1038
+ ]
1039
+ },
1040
+ {
1041
+ "type": "library",
1042
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32",
1043
+ "author": "Alex Crichton <alex@alexcrichton.com>",
1044
+ "name": "pkg-config",
1045
+ "version": "0.3.32",
1046
+ "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ",
1047
+ "scope": "excluded",
1048
+ "hashes": [
1049
+ {
1050
+ "alg": "SHA-256",
1051
+ "content": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1052
+ }
1053
+ ],
1054
+ "licenses": [
1055
+ {
1056
+ "expression": "MIT OR Apache-2.0"
1057
+ }
1058
+ ],
1059
+ "purl": "pkg:cargo/pkg-config@0.3.32",
1060
+ "externalReferences": [
1061
+ {
1062
+ "type": "documentation",
1063
+ "url": "https://docs.rs/pkg-config"
1064
+ },
1065
+ {
1066
+ "type": "vcs",
1067
+ "url": "https://github.com/rust-lang/pkg-config-rs"
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "type": "library",
1073
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1074
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1075
+ "name": "proc-macro2",
1076
+ "version": "1.0.106",
1077
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1078
+ "scope": "required",
1079
+ "hashes": [
1080
+ {
1081
+ "alg": "SHA-256",
1082
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1083
+ }
1084
+ ],
1085
+ "licenses": [
1086
+ {
1087
+ "expression": "MIT OR Apache-2.0"
1088
+ }
1089
+ ],
1090
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
1091
+ "externalReferences": [
1092
+ {
1093
+ "type": "documentation",
1094
+ "url": "https://docs.rs/proc-macro2"
1095
+ },
1096
+ {
1097
+ "type": "vcs",
1098
+ "url": "https://github.com/dtolnay/proc-macro2"
1099
+ }
1100
+ ]
1101
+ },
1102
+ {
1103
+ "type": "library",
1104
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
1105
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1106
+ "name": "pyo3-build-config",
1107
+ "version": "0.28.3",
1108
+ "description": "Build configuration for the PyO3 ecosystem",
1109
+ "scope": "required",
1110
+ "hashes": [
1111
+ {
1112
+ "alg": "SHA-256",
1113
+ "content": "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1114
+ }
1115
+ ],
1116
+ "licenses": [
1117
+ {
1118
+ "expression": "MIT OR Apache-2.0"
1119
+ }
1120
+ ],
1121
+ "purl": "pkg:cargo/pyo3-build-config@0.28.3",
1122
+ "externalReferences": [
1123
+ {
1124
+ "type": "website",
1125
+ "url": "https://github.com/pyo3/pyo3"
1126
+ },
1127
+ {
1128
+ "type": "vcs",
1129
+ "url": "https://github.com/pyo3/pyo3"
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "type": "library",
1135
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
1136
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1137
+ "name": "pyo3-ffi",
1138
+ "version": "0.28.3",
1139
+ "description": "Python-API bindings for the PyO3 ecosystem",
1140
+ "scope": "required",
1141
+ "hashes": [
1142
+ {
1143
+ "alg": "SHA-256",
1144
+ "content": "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1145
+ }
1146
+ ],
1147
+ "licenses": [
1148
+ {
1149
+ "expression": "MIT OR Apache-2.0"
1150
+ }
1151
+ ],
1152
+ "purl": "pkg:cargo/pyo3-ffi@0.28.3",
1153
+ "externalReferences": [
1154
+ {
1155
+ "type": "website",
1156
+ "url": "https://github.com/pyo3/pyo3"
1157
+ },
1158
+ {
1159
+ "type": "other",
1160
+ "url": "python"
1161
+ },
1162
+ {
1163
+ "type": "vcs",
1164
+ "url": "https://github.com/pyo3/pyo3"
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "type": "library",
1170
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
1171
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1172
+ "name": "pyo3-macros-backend",
1173
+ "version": "0.28.3",
1174
+ "description": "Code generation for PyO3 package",
1175
+ "scope": "required",
1176
+ "hashes": [
1177
+ {
1178
+ "alg": "SHA-256",
1179
+ "content": "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1180
+ }
1181
+ ],
1182
+ "licenses": [
1183
+ {
1184
+ "expression": "MIT OR Apache-2.0"
1185
+ }
1186
+ ],
1187
+ "purl": "pkg:cargo/pyo3-macros-backend@0.28.3",
1188
+ "externalReferences": [
1189
+ {
1190
+ "type": "website",
1191
+ "url": "https://github.com/pyo3/pyo3"
1192
+ },
1193
+ {
1194
+ "type": "vcs",
1195
+ "url": "https://github.com/pyo3/pyo3"
1196
+ }
1197
+ ]
1198
+ },
1199
+ {
1200
+ "type": "library",
1201
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
1202
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1203
+ "name": "pyo3-macros",
1204
+ "version": "0.28.3",
1205
+ "description": "Proc macros for PyO3 package",
1206
+ "scope": "required",
1207
+ "hashes": [
1208
+ {
1209
+ "alg": "SHA-256",
1210
+ "content": "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1211
+ }
1212
+ ],
1213
+ "licenses": [
1214
+ {
1215
+ "expression": "MIT OR Apache-2.0"
1216
+ }
1217
+ ],
1218
+ "purl": "pkg:cargo/pyo3-macros@0.28.3",
1219
+ "externalReferences": [
1220
+ {
1221
+ "type": "website",
1222
+ "url": "https://github.com/pyo3/pyo3"
1223
+ },
1224
+ {
1225
+ "type": "vcs",
1226
+ "url": "https://github.com/pyo3/pyo3"
1227
+ }
1228
+ ]
1229
+ },
1230
+ {
1231
+ "type": "library",
1232
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
1233
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1234
+ "name": "pyo3",
1235
+ "version": "0.28.3",
1236
+ "description": "Bindings to Python interpreter",
1237
+ "scope": "required",
1238
+ "hashes": [
1239
+ {
1240
+ "alg": "SHA-256",
1241
+ "content": "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1242
+ }
1243
+ ],
1244
+ "licenses": [
1245
+ {
1246
+ "expression": "MIT OR Apache-2.0"
1247
+ }
1248
+ ],
1249
+ "purl": "pkg:cargo/pyo3@0.28.3",
1250
+ "externalReferences": [
1251
+ {
1252
+ "type": "documentation",
1253
+ "url": "https://docs.rs/crate/pyo3/"
1254
+ },
1255
+ {
1256
+ "type": "website",
1257
+ "url": "https://github.com/pyo3/pyo3"
1258
+ },
1259
+ {
1260
+ "type": "vcs",
1261
+ "url": "https://github.com/pyo3/pyo3"
1262
+ }
1263
+ ]
1264
+ },
1265
+ {
1266
+ "type": "library",
1267
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
1268
+ "author": "Sergey Kvachonok <ravenexp@gmail.com>, messense <messense@icloud.com>, Adam Reichold <adam.reichold@t-online.de>",
1269
+ "name": "python3-dll-a",
1270
+ "version": "0.2.15",
1271
+ "description": "Standalone python3(y)(t).dll import library generator",
1272
+ "scope": "required",
1273
+ "hashes": [
1274
+ {
1275
+ "alg": "SHA-256",
1276
+ "content": "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b"
1277
+ }
1278
+ ],
1279
+ "licenses": [
1280
+ {
1281
+ "expression": "MIT"
1282
+ }
1283
+ ],
1284
+ "purl": "pkg:cargo/python3-dll-a@0.2.15",
1285
+ "externalReferences": [
1286
+ {
1287
+ "type": "vcs",
1288
+ "url": "https://github.com/PyO3/python3-dll-a"
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "type": "library",
1294
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1295
+ "author": "David Tolnay <dtolnay@gmail.com>",
1296
+ "name": "quote",
1297
+ "version": "1.0.45",
1298
+ "description": "Quasi-quoting macro quote!(...)",
1299
+ "scope": "required",
1300
+ "hashes": [
1301
+ {
1302
+ "alg": "SHA-256",
1303
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1304
+ }
1305
+ ],
1306
+ "licenses": [
1307
+ {
1308
+ "expression": "MIT OR Apache-2.0"
1309
+ }
1310
+ ],
1311
+ "purl": "pkg:cargo/quote@1.0.45",
1312
+ "externalReferences": [
1313
+ {
1314
+ "type": "documentation",
1315
+ "url": "https://docs.rs/quote/"
1316
+ },
1317
+ {
1318
+ "type": "vcs",
1319
+ "url": "https://github.com/dtolnay/quote"
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "type": "library",
1325
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
1326
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1327
+ "name": "regex-automata",
1328
+ "version": "0.4.14",
1329
+ "description": "Automata construction and matching using regular expressions.",
1330
+ "scope": "required",
1331
+ "hashes": [
1332
+ {
1333
+ "alg": "SHA-256",
1334
+ "content": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1335
+ }
1336
+ ],
1337
+ "licenses": [
1338
+ {
1339
+ "expression": "MIT OR Apache-2.0"
1340
+ }
1341
+ ],
1342
+ "purl": "pkg:cargo/regex-automata@0.4.14",
1343
+ "externalReferences": [
1344
+ {
1345
+ "type": "documentation",
1346
+ "url": "https://docs.rs/regex-automata"
1347
+ },
1348
+ {
1349
+ "type": "website",
1350
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
1351
+ },
1352
+ {
1353
+ "type": "vcs",
1354
+ "url": "https://github.com/rust-lang/regex"
1355
+ }
1356
+ ]
1357
+ },
1358
+ {
1359
+ "type": "library",
1360
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10",
1361
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1362
+ "name": "regex-syntax",
1363
+ "version": "0.8.10",
1364
+ "description": "A regular expression parser.",
1365
+ "scope": "required",
1366
+ "hashes": [
1367
+ {
1368
+ "alg": "SHA-256",
1369
+ "content": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1370
+ }
1371
+ ],
1372
+ "licenses": [
1373
+ {
1374
+ "expression": "MIT OR Apache-2.0"
1375
+ }
1376
+ ],
1377
+ "purl": "pkg:cargo/regex-syntax@0.8.10",
1378
+ "externalReferences": [
1379
+ {
1380
+ "type": "documentation",
1381
+ "url": "https://docs.rs/regex-syntax"
1382
+ },
1383
+ {
1384
+ "type": "website",
1385
+ "url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
1386
+ },
1387
+ {
1388
+ "type": "vcs",
1389
+ "url": "https://github.com/rust-lang/regex"
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "type": "library",
1395
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
1396
+ "author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
1397
+ "name": "regex",
1398
+ "version": "1.12.3",
1399
+ "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
1400
+ "scope": "required",
1401
+ "hashes": [
1402
+ {
1403
+ "alg": "SHA-256",
1404
+ "content": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1405
+ }
1406
+ ],
1407
+ "licenses": [
1408
+ {
1409
+ "expression": "MIT OR Apache-2.0"
1410
+ }
1411
+ ],
1412
+ "purl": "pkg:cargo/regex@1.12.3",
1413
+ "externalReferences": [
1414
+ {
1415
+ "type": "documentation",
1416
+ "url": "https://docs.rs/regex"
1417
+ },
1418
+ {
1419
+ "type": "website",
1420
+ "url": "https://github.com/rust-lang/regex"
1421
+ },
1422
+ {
1423
+ "type": "vcs",
1424
+ "url": "https://github.com/rust-lang/regex"
1425
+ }
1426
+ ]
1427
+ },
1428
+ {
1429
+ "type": "library",
1430
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
1431
+ "author": "The rusqlite developers",
1432
+ "name": "rusqlite",
1433
+ "version": "0.34.0",
1434
+ "description": "Ergonomic wrapper for SQLite",
1435
+ "scope": "required",
1436
+ "hashes": [
1437
+ {
1438
+ "alg": "SHA-256",
1439
+ "content": "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
1440
+ }
1441
+ ],
1442
+ "licenses": [
1443
+ {
1444
+ "expression": "MIT"
1445
+ }
1446
+ ],
1447
+ "purl": "pkg:cargo/rusqlite@0.34.0",
1448
+ "externalReferences": [
1449
+ {
1450
+ "type": "documentation",
1451
+ "url": "https://docs.rs/rusqlite/"
1452
+ },
1453
+ {
1454
+ "type": "vcs",
1455
+ "url": "https://github.com/rusqlite/rusqlite"
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "type": "library",
1461
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
1462
+ "author": "David Tolnay <dtolnay@gmail.com>",
1463
+ "name": "ryu",
1464
+ "version": "1.0.23",
1465
+ "description": "Fast floating point to string conversion",
1466
+ "scope": "required",
1467
+ "hashes": [
1468
+ {
1469
+ "alg": "SHA-256",
1470
+ "content": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1471
+ }
1472
+ ],
1473
+ "licenses": [
1474
+ {
1475
+ "expression": "Apache-2.0 OR BSL-1.0"
1476
+ }
1477
+ ],
1478
+ "purl": "pkg:cargo/ryu@1.0.23",
1479
+ "externalReferences": [
1480
+ {
1481
+ "type": "documentation",
1482
+ "url": "https://docs.rs/ryu"
1483
+ },
1484
+ {
1485
+ "type": "vcs",
1486
+ "url": "https://github.com/dtolnay/ryu"
1487
+ }
1488
+ ]
1489
+ },
1490
+ {
1491
+ "type": "library",
1492
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
1493
+ "author": "Andrew Gallant <jamslam@gmail.com>",
1494
+ "name": "same-file",
1495
+ "version": "1.0.6",
1496
+ "description": "A simple crate for determining whether two file paths point to the same file. ",
1497
+ "scope": "required",
1498
+ "hashes": [
1499
+ {
1500
+ "alg": "SHA-256",
1501
+ "content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1502
+ }
1503
+ ],
1504
+ "licenses": [
1505
+ {
1506
+ "expression": "Unlicense OR MIT"
1507
+ }
1508
+ ],
1509
+ "purl": "pkg:cargo/same-file@1.0.6",
1510
+ "externalReferences": [
1511
+ {
1512
+ "type": "documentation",
1513
+ "url": "https://docs.rs/same-file"
1514
+ },
1515
+ {
1516
+ "type": "website",
1517
+ "url": "https://github.com/BurntSushi/same-file"
1518
+ },
1519
+ {
1520
+ "type": "vcs",
1521
+ "url": "https://github.com/BurntSushi/same-file"
1522
+ }
1523
+ ]
1524
+ },
1525
+ {
1526
+ "type": "library",
1527
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1528
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1529
+ "name": "serde",
1530
+ "version": "1.0.228",
1531
+ "description": "A generic serialization/deserialization framework",
1532
+ "scope": "required",
1533
+ "hashes": [
1534
+ {
1535
+ "alg": "SHA-256",
1536
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1537
+ }
1538
+ ],
1539
+ "licenses": [
1540
+ {
1541
+ "expression": "MIT OR Apache-2.0"
1542
+ }
1543
+ ],
1544
+ "purl": "pkg:cargo/serde@1.0.228",
1545
+ "externalReferences": [
1546
+ {
1547
+ "type": "documentation",
1548
+ "url": "https://docs.rs/serde"
1549
+ },
1550
+ {
1551
+ "type": "website",
1552
+ "url": "https://serde.rs"
1553
+ },
1554
+ {
1555
+ "type": "vcs",
1556
+ "url": "https://github.com/serde-rs/serde"
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "type": "library",
1562
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1563
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1564
+ "name": "serde_core",
1565
+ "version": "1.0.228",
1566
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
1567
+ "scope": "required",
1568
+ "hashes": [
1569
+ {
1570
+ "alg": "SHA-256",
1571
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1572
+ }
1573
+ ],
1574
+ "licenses": [
1575
+ {
1576
+ "expression": "MIT OR Apache-2.0"
1577
+ }
1578
+ ],
1579
+ "purl": "pkg:cargo/serde_core@1.0.228",
1580
+ "externalReferences": [
1581
+ {
1582
+ "type": "documentation",
1583
+ "url": "https://docs.rs/serde_core"
1584
+ },
1585
+ {
1586
+ "type": "website",
1587
+ "url": "https://serde.rs"
1588
+ },
1589
+ {
1590
+ "type": "vcs",
1591
+ "url": "https://github.com/serde-rs/serde"
1592
+ }
1593
+ ]
1594
+ },
1595
+ {
1596
+ "type": "library",
1597
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
1598
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1599
+ "name": "serde_derive",
1600
+ "version": "1.0.228",
1601
+ "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
1602
+ "scope": "required",
1603
+ "hashes": [
1604
+ {
1605
+ "alg": "SHA-256",
1606
+ "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1607
+ }
1608
+ ],
1609
+ "licenses": [
1610
+ {
1611
+ "expression": "MIT OR Apache-2.0"
1612
+ }
1613
+ ],
1614
+ "purl": "pkg:cargo/serde_derive@1.0.228",
1615
+ "externalReferences": [
1616
+ {
1617
+ "type": "documentation",
1618
+ "url": "https://serde.rs/derive.html"
1619
+ },
1620
+ {
1621
+ "type": "website",
1622
+ "url": "https://serde.rs"
1623
+ },
1624
+ {
1625
+ "type": "vcs",
1626
+ "url": "https://github.com/serde-rs/serde"
1627
+ }
1628
+ ]
1629
+ },
1630
+ {
1631
+ "type": "library",
1632
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
1633
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1634
+ "name": "serde_json",
1635
+ "version": "1.0.149",
1636
+ "description": "A JSON serialization file format",
1637
+ "scope": "required",
1638
+ "hashes": [
1639
+ {
1640
+ "alg": "SHA-256",
1641
+ "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1642
+ }
1643
+ ],
1644
+ "licenses": [
1645
+ {
1646
+ "expression": "MIT OR Apache-2.0"
1647
+ }
1648
+ ],
1649
+ "purl": "pkg:cargo/serde_json@1.0.149",
1650
+ "externalReferences": [
1651
+ {
1652
+ "type": "documentation",
1653
+ "url": "https://docs.rs/serde_json"
1654
+ },
1655
+ {
1656
+ "type": "vcs",
1657
+ "url": "https://github.com/serde-rs/json"
1658
+ }
1659
+ ]
1660
+ },
1661
+ {
1662
+ "type": "library",
1663
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
1664
+ "name": "serde_spanned",
1665
+ "version": "0.6.9",
1666
+ "description": "Serde-compatible spanned Value",
1667
+ "scope": "required",
1668
+ "hashes": [
1669
+ {
1670
+ "alg": "SHA-256",
1671
+ "content": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1672
+ }
1673
+ ],
1674
+ "licenses": [
1675
+ {
1676
+ "expression": "MIT OR Apache-2.0"
1677
+ }
1678
+ ],
1679
+ "purl": "pkg:cargo/serde_spanned@0.6.9",
1680
+ "externalReferences": [
1681
+ {
1682
+ "type": "vcs",
1683
+ "url": "https://github.com/toml-rs/toml"
1684
+ }
1685
+ ]
1686
+ },
1687
+ {
1688
+ "type": "library",
1689
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated",
1690
+ "author": "David Tolnay <dtolnay@gmail.com>",
1691
+ "name": "serde_yaml",
1692
+ "version": "0.9.34+deprecated",
1693
+ "description": "YAML data format for Serde",
1694
+ "scope": "required",
1695
+ "hashes": [
1696
+ {
1697
+ "alg": "SHA-256",
1698
+ "content": "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1699
+ }
1700
+ ],
1701
+ "licenses": [
1702
+ {
1703
+ "expression": "MIT OR Apache-2.0"
1704
+ }
1705
+ ],
1706
+ "purl": "pkg:cargo/serde_yaml@0.9.34+deprecated",
1707
+ "externalReferences": [
1708
+ {
1709
+ "type": "documentation",
1710
+ "url": "https://docs.rs/serde_yaml/"
1711
+ },
1712
+ {
1713
+ "type": "vcs",
1714
+ "url": "https://github.com/dtolnay/serde-yaml"
1715
+ }
1716
+ ]
1717
+ },
1718
+ {
1719
+ "type": "library",
1720
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
1721
+ "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>",
1722
+ "name": "shlex",
1723
+ "version": "1.3.0",
1724
+ "description": "Split a string into shell words, like Python's shlex.",
1725
+ "scope": "required",
1726
+ "hashes": [
1727
+ {
1728
+ "alg": "SHA-256",
1729
+ "content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1730
+ }
1731
+ ],
1732
+ "licenses": [
1733
+ {
1734
+ "expression": "MIT OR Apache-2.0"
1735
+ }
1736
+ ],
1737
+ "purl": "pkg:cargo/shlex@1.3.0",
1738
+ "externalReferences": [
1739
+ {
1740
+ "type": "vcs",
1741
+ "url": "https://github.com/comex/rust-shlex"
1742
+ }
1743
+ ]
1744
+ },
1745
+ {
1746
+ "type": "library",
1747
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
1748
+ "author": "The Servo Project Developers",
1749
+ "name": "smallvec",
1750
+ "version": "1.15.1",
1751
+ "description": "'Small vector' optimization: store up to a small number of items on the stack",
1752
+ "scope": "required",
1753
+ "hashes": [
1754
+ {
1755
+ "alg": "SHA-256",
1756
+ "content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1757
+ }
1758
+ ],
1759
+ "licenses": [
1760
+ {
1761
+ "expression": "MIT OR Apache-2.0"
1762
+ }
1763
+ ],
1764
+ "purl": "pkg:cargo/smallvec@1.15.1",
1765
+ "externalReferences": [
1766
+ {
1767
+ "type": "documentation",
1768
+ "url": "https://docs.rs/smallvec/"
1769
+ },
1770
+ {
1771
+ "type": "vcs",
1772
+ "url": "https://github.com/servo/rust-smallvec"
1773
+ }
1774
+ ]
1775
+ },
1776
+ {
1777
+ "type": "library",
1778
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1779
+ "author": "David Tolnay <dtolnay@gmail.com>",
1780
+ "name": "syn",
1781
+ "version": "2.0.117",
1782
+ "description": "Parser for Rust source code",
1783
+ "scope": "required",
1784
+ "hashes": [
1785
+ {
1786
+ "alg": "SHA-256",
1787
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1788
+ }
1789
+ ],
1790
+ "licenses": [
1791
+ {
1792
+ "expression": "MIT OR Apache-2.0"
1793
+ }
1794
+ ],
1795
+ "purl": "pkg:cargo/syn@2.0.117",
1796
+ "externalReferences": [
1797
+ {
1798
+ "type": "documentation",
1799
+ "url": "https://docs.rs/syn"
1800
+ },
1801
+ {
1802
+ "type": "vcs",
1803
+ "url": "https://github.com/dtolnay/syn"
1804
+ }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "type": "library",
1809
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
1810
+ "author": "Dan Gohman <sunfish@mozilla.com>",
1811
+ "name": "target-lexicon",
1812
+ "version": "0.13.5",
1813
+ "description": "LLVM target triple types",
1814
+ "scope": "required",
1815
+ "hashes": [
1816
+ {
1817
+ "alg": "SHA-256",
1818
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1819
+ }
1820
+ ],
1821
+ "licenses": [
1822
+ {
1823
+ "expression": "Apache-2.0 WITH LLVM-exception"
1824
+ }
1825
+ ],
1826
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
1827
+ "externalReferences": [
1828
+ {
1829
+ "type": "documentation",
1830
+ "url": "https://docs.rs/target-lexicon/"
1831
+ },
1832
+ {
1833
+ "type": "vcs",
1834
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1835
+ }
1836
+ ]
1837
+ },
1838
+ {
1839
+ "type": "library",
1840
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
1841
+ "author": "David Tolnay <dtolnay@gmail.com>",
1842
+ "name": "thiserror-impl",
1843
+ "version": "2.0.18",
1844
+ "description": "Implementation detail of the `thiserror` crate",
1845
+ "scope": "required",
1846
+ "hashes": [
1847
+ {
1848
+ "alg": "SHA-256",
1849
+ "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1850
+ }
1851
+ ],
1852
+ "licenses": [
1853
+ {
1854
+ "expression": "MIT OR Apache-2.0"
1855
+ }
1856
+ ],
1857
+ "purl": "pkg:cargo/thiserror-impl@2.0.18",
1858
+ "externalReferences": [
1859
+ {
1860
+ "type": "vcs",
1861
+ "url": "https://github.com/dtolnay/thiserror"
1862
+ }
1863
+ ]
1864
+ },
1865
+ {
1866
+ "type": "library",
1867
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
1868
+ "author": "David Tolnay <dtolnay@gmail.com>",
1869
+ "name": "thiserror",
1870
+ "version": "2.0.18",
1871
+ "description": "derive(Error)",
1872
+ "scope": "required",
1873
+ "hashes": [
1874
+ {
1875
+ "alg": "SHA-256",
1876
+ "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1877
+ }
1878
+ ],
1879
+ "licenses": [
1880
+ {
1881
+ "expression": "MIT OR Apache-2.0"
1882
+ }
1883
+ ],
1884
+ "purl": "pkg:cargo/thiserror@2.0.18",
1885
+ "externalReferences": [
1886
+ {
1887
+ "type": "documentation",
1888
+ "url": "https://docs.rs/thiserror"
1889
+ },
1890
+ {
1891
+ "type": "vcs",
1892
+ "url": "https://github.com/dtolnay/thiserror"
1893
+ }
1894
+ ]
1895
+ },
1896
+ {
1897
+ "type": "library",
1898
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
1899
+ "author": "Tokio Contributors <team@tokio.rs>",
1900
+ "name": "tokio-macros",
1901
+ "version": "2.7.0",
1902
+ "description": "Tokio's proc macros. ",
1903
+ "scope": "required",
1904
+ "hashes": [
1905
+ {
1906
+ "alg": "SHA-256",
1907
+ "content": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1908
+ }
1909
+ ],
1910
+ "licenses": [
1911
+ {
1912
+ "expression": "MIT"
1913
+ }
1914
+ ],
1915
+ "purl": "pkg:cargo/tokio-macros@2.7.0",
1916
+ "externalReferences": [
1917
+ {
1918
+ "type": "website",
1919
+ "url": "https://tokio.rs"
1920
+ },
1921
+ {
1922
+ "type": "vcs",
1923
+ "url": "https://github.com/tokio-rs/tokio"
1924
+ }
1925
+ ]
1926
+ },
1927
+ {
1928
+ "type": "library",
1929
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
1930
+ "author": "Tokio Contributors <team@tokio.rs>",
1931
+ "name": "tokio",
1932
+ "version": "1.51.1",
1933
+ "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
1934
+ "scope": "required",
1935
+ "hashes": [
1936
+ {
1937
+ "alg": "SHA-256",
1938
+ "content": "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
1939
+ }
1940
+ ],
1941
+ "licenses": [
1942
+ {
1943
+ "expression": "MIT"
1944
+ }
1945
+ ],
1946
+ "purl": "pkg:cargo/tokio@1.51.1",
1947
+ "externalReferences": [
1948
+ {
1949
+ "type": "website",
1950
+ "url": "https://tokio.rs"
1951
+ },
1952
+ {
1953
+ "type": "vcs",
1954
+ "url": "https://github.com/tokio-rs/tokio"
1955
+ }
1956
+ ]
1957
+ },
1958
+ {
1959
+ "type": "library",
1960
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
1961
+ "name": "toml",
1962
+ "version": "0.8.23",
1963
+ "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. ",
1964
+ "scope": "required",
1965
+ "hashes": [
1966
+ {
1967
+ "alg": "SHA-256",
1968
+ "content": "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1969
+ }
1970
+ ],
1971
+ "licenses": [
1972
+ {
1973
+ "expression": "MIT OR Apache-2.0"
1974
+ }
1975
+ ],
1976
+ "purl": "pkg:cargo/toml@0.8.23",
1977
+ "externalReferences": [
1978
+ {
1979
+ "type": "vcs",
1980
+ "url": "https://github.com/toml-rs/toml"
1981
+ }
1982
+ ]
1983
+ },
1984
+ {
1985
+ "type": "library",
1986
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
1987
+ "name": "toml_datetime",
1988
+ "version": "0.6.11",
1989
+ "description": "A TOML-compatible datetime type",
1990
+ "scope": "required",
1991
+ "hashes": [
1992
+ {
1993
+ "alg": "SHA-256",
1994
+ "content": "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1995
+ }
1996
+ ],
1997
+ "licenses": [
1998
+ {
1999
+ "expression": "MIT OR Apache-2.0"
2000
+ }
2001
+ ],
2002
+ "purl": "pkg:cargo/toml_datetime@0.6.11",
2003
+ "externalReferences": [
2004
+ {
2005
+ "type": "vcs",
2006
+ "url": "https://github.com/toml-rs/toml"
2007
+ }
2008
+ ]
2009
+ },
2010
+ {
2011
+ "type": "library",
2012
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
2013
+ "name": "toml_edit",
2014
+ "version": "0.22.27",
2015
+ "description": "Yet another format-preserving TOML parser.",
2016
+ "scope": "required",
2017
+ "hashes": [
2018
+ {
2019
+ "alg": "SHA-256",
2020
+ "content": "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2021
+ }
2022
+ ],
2023
+ "licenses": [
2024
+ {
2025
+ "expression": "MIT OR Apache-2.0"
2026
+ }
2027
+ ],
2028
+ "purl": "pkg:cargo/toml_edit@0.22.27",
2029
+ "externalReferences": [
2030
+ {
2031
+ "type": "vcs",
2032
+ "url": "https://github.com/toml-rs/toml"
2033
+ }
2034
+ ]
2035
+ },
2036
+ {
2037
+ "type": "library",
2038
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
2039
+ "name": "toml_write",
2040
+ "version": "0.1.2",
2041
+ "description": "A low-level interface for writing out TOML ",
2042
+ "scope": "required",
2043
+ "hashes": [
2044
+ {
2045
+ "alg": "SHA-256",
2046
+ "content": "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2047
+ }
2048
+ ],
2049
+ "licenses": [
2050
+ {
2051
+ "expression": "MIT OR Apache-2.0"
2052
+ }
2053
+ ],
2054
+ "purl": "pkg:cargo/toml_write@0.1.2",
2055
+ "externalReferences": [
2056
+ {
2057
+ "type": "vcs",
2058
+ "url": "https://github.com/toml-rs/toml"
2059
+ }
2060
+ ]
2061
+ },
2062
+ {
2063
+ "type": "library",
2064
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
2065
+ "author": "David Tolnay <dtolnay@gmail.com>",
2066
+ "name": "unicode-ident",
2067
+ "version": "1.0.24",
2068
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
2069
+ "scope": "required",
2070
+ "hashes": [
2071
+ {
2072
+ "alg": "SHA-256",
2073
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2074
+ }
2075
+ ],
2076
+ "licenses": [
2077
+ {
2078
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
2079
+ }
2080
+ ],
2081
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
2082
+ "externalReferences": [
2083
+ {
2084
+ "type": "documentation",
2085
+ "url": "https://docs.rs/unicode-ident"
2086
+ },
2087
+ {
2088
+ "type": "vcs",
2089
+ "url": "https://github.com/dtolnay/unicode-ident"
2090
+ }
2091
+ ]
2092
+ },
2093
+ {
2094
+ "type": "library",
2095
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11",
2096
+ "author": "David Tolnay <dtolnay@gmail.com>",
2097
+ "name": "unsafe-libyaml",
2098
+ "version": "0.2.11",
2099
+ "description": "libyaml transpiled to rust by c2rust",
2100
+ "scope": "required",
2101
+ "hashes": [
2102
+ {
2103
+ "alg": "SHA-256",
2104
+ "content": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2105
+ }
2106
+ ],
2107
+ "licenses": [
2108
+ {
2109
+ "expression": "MIT"
2110
+ }
2111
+ ],
2112
+ "purl": "pkg:cargo/unsafe-libyaml@0.2.11",
2113
+ "externalReferences": [
2114
+ {
2115
+ "type": "documentation",
2116
+ "url": "https://docs.rs/unsafe-libyaml"
2117
+ },
2118
+ {
2119
+ "type": "vcs",
2120
+ "url": "https://github.com/dtolnay/unsafe-libyaml"
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "type": "library",
2126
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
2127
+ "author": "Jim McGrath <jimmc2@gmail.com>",
2128
+ "name": "vcpkg",
2129
+ "version": "0.2.15",
2130
+ "description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ",
2131
+ "scope": "excluded",
2132
+ "hashes": [
2133
+ {
2134
+ "alg": "SHA-256",
2135
+ "content": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2136
+ }
2137
+ ],
2138
+ "licenses": [
2139
+ {
2140
+ "expression": "MIT OR Apache-2.0"
2141
+ }
2142
+ ],
2143
+ "purl": "pkg:cargo/vcpkg@0.2.15",
2144
+ "externalReferences": [
2145
+ {
2146
+ "type": "documentation",
2147
+ "url": "https://docs.rs/vcpkg"
2148
+ },
2149
+ {
2150
+ "type": "vcs",
2151
+ "url": "https://github.com/mcgoo/vcpkg-rs"
2152
+ }
2153
+ ]
2154
+ },
2155
+ {
2156
+ "type": "library",
2157
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
2158
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2159
+ "name": "walkdir",
2160
+ "version": "2.5.0",
2161
+ "description": "Recursively walk a directory.",
2162
+ "scope": "required",
2163
+ "hashes": [
2164
+ {
2165
+ "alg": "SHA-256",
2166
+ "content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2167
+ }
2168
+ ],
2169
+ "licenses": [
2170
+ {
2171
+ "expression": "Unlicense OR MIT"
2172
+ }
2173
+ ],
2174
+ "purl": "pkg:cargo/walkdir@2.5.0",
2175
+ "externalReferences": [
2176
+ {
2177
+ "type": "documentation",
2178
+ "url": "https://docs.rs/walkdir/"
2179
+ },
2180
+ {
2181
+ "type": "website",
2182
+ "url": "https://github.com/BurntSushi/walkdir"
2183
+ },
2184
+ {
2185
+ "type": "vcs",
2186
+ "url": "https://github.com/BurntSushi/walkdir"
2187
+ }
2188
+ ]
2189
+ },
2190
+ {
2191
+ "type": "library",
2192
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
2193
+ "author": "Andrew Gallant <jamslam@gmail.com>",
2194
+ "name": "winapi-util",
2195
+ "version": "0.1.11",
2196
+ "description": "A dumping ground for high level safe wrappers over windows-sys.",
2197
+ "scope": "required",
2198
+ "hashes": [
2199
+ {
2200
+ "alg": "SHA-256",
2201
+ "content": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2202
+ }
2203
+ ],
2204
+ "licenses": [
2205
+ {
2206
+ "expression": "Unlicense OR MIT"
2207
+ }
2208
+ ],
2209
+ "purl": "pkg:cargo/winapi-util@0.1.11",
2210
+ "externalReferences": [
2211
+ {
2212
+ "type": "documentation",
2213
+ "url": "https://docs.rs/winapi-util"
2214
+ },
2215
+ {
2216
+ "type": "website",
2217
+ "url": "https://github.com/BurntSushi/winapi-util"
2218
+ },
2219
+ {
2220
+ "type": "vcs",
2221
+ "url": "https://github.com/BurntSushi/winapi-util"
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "type": "library",
2227
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
2228
+ "name": "windows-link",
2229
+ "version": "0.2.1",
2230
+ "description": "Linking for Windows",
2231
+ "scope": "required",
2232
+ "hashes": [
2233
+ {
2234
+ "alg": "SHA-256",
2235
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2236
+ }
2237
+ ],
2238
+ "licenses": [
2239
+ {
2240
+ "expression": "MIT OR Apache-2.0"
2241
+ }
2242
+ ],
2243
+ "purl": "pkg:cargo/windows-link@0.2.1",
2244
+ "externalReferences": [
2245
+ {
2246
+ "type": "vcs",
2247
+ "url": "https://github.com/microsoft/windows-rs"
2248
+ }
2249
+ ]
2250
+ },
2251
+ {
2252
+ "type": "library",
2253
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0",
2254
+ "author": "Microsoft",
2255
+ "name": "windows-sys",
2256
+ "version": "0.52.0",
2257
+ "description": "Rust for Windows",
2258
+ "scope": "required",
2259
+ "hashes": [
2260
+ {
2261
+ "alg": "SHA-256",
2262
+ "content": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2263
+ }
2264
+ ],
2265
+ "licenses": [
2266
+ {
2267
+ "expression": "MIT OR Apache-2.0"
2268
+ }
2269
+ ],
2270
+ "purl": "pkg:cargo/windows-sys@0.52.0",
2271
+ "externalReferences": [
2272
+ {
2273
+ "type": "vcs",
2274
+ "url": "https://github.com/microsoft/windows-rs"
2275
+ }
2276
+ ]
2277
+ },
2278
+ {
2279
+ "type": "library",
2280
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
2281
+ "name": "windows-sys",
2282
+ "version": "0.61.2",
2283
+ "description": "Rust for Windows",
2284
+ "scope": "required",
2285
+ "hashes": [
2286
+ {
2287
+ "alg": "SHA-256",
2288
+ "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2289
+ }
2290
+ ],
2291
+ "licenses": [
2292
+ {
2293
+ "expression": "MIT OR Apache-2.0"
2294
+ }
2295
+ ],
2296
+ "purl": "pkg:cargo/windows-sys@0.61.2",
2297
+ "externalReferences": [
2298
+ {
2299
+ "type": "vcs",
2300
+ "url": "https://github.com/microsoft/windows-rs"
2301
+ }
2302
+ ]
2303
+ },
2304
+ {
2305
+ "type": "library",
2306
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
2307
+ "author": "Microsoft",
2308
+ "name": "windows-targets",
2309
+ "version": "0.52.6",
2310
+ "description": "Import libs for Windows",
2311
+ "scope": "required",
2312
+ "hashes": [
2313
+ {
2314
+ "alg": "SHA-256",
2315
+ "content": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2316
+ }
2317
+ ],
2318
+ "licenses": [
2319
+ {
2320
+ "expression": "MIT OR Apache-2.0"
2321
+ }
2322
+ ],
2323
+ "purl": "pkg:cargo/windows-targets@0.52.6",
2324
+ "externalReferences": [
2325
+ {
2326
+ "type": "vcs",
2327
+ "url": "https://github.com/microsoft/windows-rs"
2328
+ }
2329
+ ]
2330
+ },
2331
+ {
2332
+ "type": "library",
2333
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6",
2334
+ "author": "Microsoft",
2335
+ "name": "windows_x86_64_msvc",
2336
+ "version": "0.52.6",
2337
+ "description": "Import lib for Windows",
2338
+ "scope": "required",
2339
+ "hashes": [
2340
+ {
2341
+ "alg": "SHA-256",
2342
+ "content": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2343
+ }
2344
+ ],
2345
+ "licenses": [
2346
+ {
2347
+ "expression": "MIT OR Apache-2.0"
2348
+ }
2349
+ ],
2350
+ "purl": "pkg:cargo/windows_x86_64_msvc@0.52.6",
2351
+ "externalReferences": [
2352
+ {
2353
+ "type": "vcs",
2354
+ "url": "https://github.com/microsoft/windows-rs"
2355
+ }
2356
+ ]
2357
+ },
2358
+ {
2359
+ "type": "library",
2360
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
2361
+ "name": "winnow",
2362
+ "version": "0.7.15",
2363
+ "description": "A byte-oriented, zero-copy, parser combinators library",
2364
+ "scope": "required",
2365
+ "hashes": [
2366
+ {
2367
+ "alg": "SHA-256",
2368
+ "content": "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2369
+ }
2370
+ ],
2371
+ "licenses": [
2372
+ {
2373
+ "expression": "MIT"
2374
+ }
2375
+ ],
2376
+ "purl": "pkg:cargo/winnow@0.7.15",
2377
+ "externalReferences": [
2378
+ {
2379
+ "type": "vcs",
2380
+ "url": "https://github.com/winnow-rs/winnow"
2381
+ }
2382
+ ]
2383
+ },
2384
+ {
2385
+ "type": "library",
2386
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
2387
+ "author": "David Tolnay <dtolnay@gmail.com>",
2388
+ "name": "zmij",
2389
+ "version": "1.0.21",
2390
+ "description": "A double-to-string conversion algorithm based on Schubfach and yy",
2391
+ "scope": "required",
2392
+ "hashes": [
2393
+ {
2394
+ "alg": "SHA-256",
2395
+ "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2396
+ }
2397
+ ],
2398
+ "licenses": [
2399
+ {
2400
+ "expression": "MIT"
2401
+ }
2402
+ ],
2403
+ "purl": "pkg:cargo/zmij@1.0.21",
2404
+ "externalReferences": [
2405
+ {
2406
+ "type": "documentation",
2407
+ "url": "https://docs.rs/zmij"
2408
+ },
2409
+ {
2410
+ "type": "vcs",
2411
+ "url": "https://github.com/dtolnay/zmij"
2412
+ }
2413
+ ]
2414
+ }
2415
+ ],
2416
+ "dependencies": [
2417
+ {
2418
+ "ref": "path+file:///D:/a/dirsql/dirsql/packages/python#dirsql-py-ext@0.1.0",
2419
+ "dependsOn": [
2420
+ "path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.1.0",
2421
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3"
2422
+ ]
2423
+ },
2424
+ {
2425
+ "ref": "path+file:///D:/a/dirsql/dirsql/packages/rust#dirsql@0.1.0",
2426
+ "dependsOn": [
2427
+ "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
2428
+ "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
2429
+ "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
2430
+ "registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
2431
+ "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
2432
+ "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
2433
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2434
+ "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
2435
+ "registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated",
2436
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
2437
+ "registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
2438
+ "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
2439
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
2440
+ ]
2441
+ },
2442
+ {
2443
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
2444
+ "dependsOn": [
2445
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
2446
+ ]
2447
+ },
2448
+ {
2449
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0"
2450
+ },
2451
+ {
2452
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
2453
+ "dependsOn": [
2454
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
2455
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
2456
+ ]
2457
+ },
2458
+ {
2459
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.59",
2460
+ "dependsOn": [
2461
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
2462
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
2463
+ ]
2464
+ },
2465
+ {
2466
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2467
+ },
2468
+ {
2469
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
2470
+ "dependsOn": [
2471
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
2472
+ ]
2473
+ },
2474
+ {
2475
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#csv@1.4.0",
2476
+ "dependsOn": [
2477
+ "registry+https://github.com/rust-lang/crates.io-index#csv-core@0.1.13",
2478
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
2479
+ "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
2480
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
2481
+ ]
2482
+ },
2483
+ {
2484
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
2485
+ },
2486
+ {
2487
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0"
2488
+ },
2489
+ {
2490
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9"
2491
+ },
2492
+ {
2493
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
2494
+ "dependsOn": [
2495
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2496
+ ]
2497
+ },
2498
+ {
2499
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
2500
+ },
2501
+ {
2502
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
2503
+ },
2504
+ {
2505
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
2506
+ "dependsOn": [
2507
+ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
2508
+ "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
2509
+ ]
2510
+ },
2511
+ {
2512
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
2513
+ },
2514
+ {
2515
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
2516
+ },
2517
+ {
2518
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
2519
+ "dependsOn": [
2520
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
2521
+ "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
2522
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
2523
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
2524
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
2525
+ ]
2526
+ },
2527
+ {
2528
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5",
2529
+ "dependsOn": [
2530
+ "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5"
2531
+ ]
2532
+ },
2533
+ {
2534
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1"
2535
+ },
2536
+ {
2537
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
2538
+ "dependsOn": [
2539
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5"
2540
+ ]
2541
+ },
2542
+ {
2543
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
2544
+ },
2545
+ {
2546
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
2547
+ "dependsOn": [
2548
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
2549
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
2550
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
2551
+ ]
2552
+ },
2553
+ {
2554
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13",
2555
+ "dependsOn": [
2556
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2557
+ ]
2558
+ },
2559
+ {
2560
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
2561
+ },
2562
+ {
2563
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184"
2564
+ },
2565
+ {
2566
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
2567
+ "dependsOn": [
2568
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.59",
2569
+ "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32",
2570
+ "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
2571
+ ]
2572
+ },
2573
+ {
2574
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29"
2575
+ },
2576
+ {
2577
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
2578
+ },
2579
+ {
2580
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
2581
+ "dependsOn": [
2582
+ "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13"
2583
+ ]
2584
+ },
2585
+ {
2586
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#notify@7.0.0",
2587
+ "dependsOn": [
2588
+ "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.27",
2589
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
2590
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
2591
+ "registry+https://github.com/rust-lang/crates.io-index#notify-types@1.0.1",
2592
+ "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
2593
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0"
2594
+ ]
2595
+ },
2596
+ {
2597
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
2598
+ },
2599
+ {
2600
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
2601
+ },
2602
+ {
2603
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32"
2604
+ },
2605
+ {
2606
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2607
+ "dependsOn": [
2608
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2609
+ ]
2610
+ },
2611
+ {
2612
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
2613
+ "dependsOn": [
2614
+ "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
2615
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
2616
+ ]
2617
+ },
2618
+ {
2619
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
2620
+ "dependsOn": [
2621
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
2622
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3"
2623
+ ]
2624
+ },
2625
+ {
2626
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
2627
+ "dependsOn": [
2628
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
2629
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2630
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
2631
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2632
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2633
+ ]
2634
+ },
2635
+ {
2636
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
2637
+ "dependsOn": [
2638
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2639
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
2640
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2641
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2642
+ ]
2643
+ },
2644
+ {
2645
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
2646
+ "dependsOn": [
2647
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184",
2648
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2649
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
2650
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
2651
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3"
2652
+ ]
2653
+ },
2654
+ {
2655
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
2656
+ "dependsOn": [
2657
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.59"
2658
+ ]
2659
+ },
2660
+ {
2661
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2662
+ "dependsOn": [
2663
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
2664
+ ]
2665
+ },
2666
+ {
2667
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
2668
+ "dependsOn": [
2669
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
2670
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
2671
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
2672
+ ]
2673
+ },
2674
+ {
2675
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
2676
+ },
2677
+ {
2678
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3",
2679
+ "dependsOn": [
2680
+ "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
2681
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
2682
+ "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14",
2683
+ "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10"
2684
+ ]
2685
+ },
2686
+ {
2687
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.34.0",
2688
+ "dependsOn": [
2689
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0",
2690
+ "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
2691
+ "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
2692
+ "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0",
2693
+ "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.32.0",
2694
+ "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
2695
+ ]
2696
+ },
2697
+ {
2698
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23"
2699
+ },
2700
+ {
2701
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
2702
+ "dependsOn": [
2703
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
2704
+ ]
2705
+ },
2706
+ {
2707
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2708
+ "dependsOn": [
2709
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
2710
+ "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
2711
+ ]
2712
+ },
2713
+ {
2714
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
2715
+ },
2716
+ {
2717
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
2718
+ "dependsOn": [
2719
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2720
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2721
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2722
+ ]
2723
+ },
2724
+ {
2725
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
2726
+ "dependsOn": [
2727
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
2728
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0",
2729
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
2730
+ "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
2731
+ ]
2732
+ },
2733
+ {
2734
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
2735
+ "dependsOn": [
2736
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
2737
+ ]
2738
+ },
2739
+ {
2740
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated",
2741
+ "dependsOn": [
2742
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
2743
+ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
2744
+ "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23",
2745
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2746
+ "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11"
2747
+ ]
2748
+ },
2749
+ {
2750
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
2751
+ },
2752
+ {
2753
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
2754
+ },
2755
+ {
2756
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
2757
+ "dependsOn": [
2758
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2759
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2760
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2761
+ ]
2762
+ },
2763
+ {
2764
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
2765
+ },
2766
+ {
2767
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
2768
+ "dependsOn": [
2769
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2770
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2771
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2772
+ ]
2773
+ },
2774
+ {
2775
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
2776
+ "dependsOn": [
2777
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
2778
+ ]
2779
+ },
2780
+ {
2781
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
2782
+ "dependsOn": [
2783
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2784
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2785
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2786
+ ]
2787
+ },
2788
+ {
2789
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.1",
2790
+ "dependsOn": [
2791
+ "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
2792
+ "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0"
2793
+ ]
2794
+ },
2795
+ {
2796
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
2797
+ "dependsOn": [
2798
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2799
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
2800
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
2801
+ "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27"
2802
+ ]
2803
+ },
2804
+ {
2805
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
2806
+ "dependsOn": [
2807
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
2808
+ ]
2809
+ },
2810
+ {
2811
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
2812
+ "dependsOn": [
2813
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1",
2814
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
2815
+ "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
2816
+ "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
2817
+ "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
2818
+ "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15"
2819
+ ]
2820
+ },
2821
+ {
2822
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2"
2823
+ },
2824
+ {
2825
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2826
+ },
2827
+ {
2828
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11"
2829
+ },
2830
+ {
2831
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
2832
+ },
2833
+ {
2834
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
2835
+ "dependsOn": [
2836
+ "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
2837
+ "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11"
2838
+ ]
2839
+ },
2840
+ {
2841
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11",
2842
+ "dependsOn": [
2843
+ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2"
2844
+ ]
2845
+ },
2846
+ {
2847
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
2848
+ },
2849
+ {
2850
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0",
2851
+ "dependsOn": [
2852
+ "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6"
2853
+ ]
2854
+ },
2855
+ {
2856
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2",
2857
+ "dependsOn": [
2858
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
2859
+ ]
2860
+ },
2861
+ {
2862
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6",
2863
+ "dependsOn": [
2864
+ "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
2865
+ ]
2866
+ },
2867
+ {
2868
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6"
2869
+ },
2870
+ {
2871
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
2872
+ "dependsOn": [
2873
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
2874
+ ]
2875
+ },
2876
+ {
2877
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
2878
+ }
2879
+ ]
2880
+ }