corvid-python 0.3.3__cp311-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,753 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:b36502d9-ef4d-4cee-8122-fa8b588567e2",
6
+ "metadata": {
7
+ "timestamp": "2026-09-02T11:53:11.569425800Z",
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/corvid-python/corvid-python#0.1.0",
18
+ "name": "corvid-python",
19
+ "version": "0.1.0",
20
+ "description": "Python binding for the corvid embedded database — the engine compiled in via pyo3, exposed as idiomatic OOP",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "expression": "MIT"
25
+ }
26
+ ],
27
+ "purl": "pkg:cargo/corvid-python@0.1.0?download_url=file://.",
28
+ "externalReferences": [
29
+ {
30
+ "type": "vcs",
31
+ "url": "https://github.com/corvid-db/corvid-python"
32
+ }
33
+ ],
34
+ "components": [
35
+ {
36
+ "type": "library",
37
+ "bom-ref": "path+file:///D:/a/corvid-python/corvid-python#0.1.0 bin-target-0",
38
+ "name": "_native",
39
+ "version": "0.1.0",
40
+ "purl": "pkg:cargo/corvid-python@0.1.0?download_url=file://.#src/lib.rs"
41
+ }
42
+ ]
43
+ },
44
+ "properties": [
45
+ {
46
+ "name": "cdx:rustc:sbom:target:all_targets",
47
+ "value": "true"
48
+ }
49
+ ]
50
+ },
51
+ "components": [
52
+ {
53
+ "type": "library",
54
+ "bom-ref": "git+https://github.com/corvid-db/corvid.git?tag=v0.3.3#corvid-db@0.3.2",
55
+ "author": "Rocky <smrockypk@gmail.com>",
56
+ "name": "corvid-db",
57
+ "version": "0.3.2",
58
+ "description": "Embedded multi-modal data store with a fluent builder API",
59
+ "scope": "required",
60
+ "licenses": [
61
+ {
62
+ "expression": "MIT"
63
+ }
64
+ ],
65
+ "purl": "pkg:cargo/corvid-db@0.3.2?vcs_url=git%2Bhttps://github.com/corvid-db/corvid.git%40b726ac5a1ebace9f94dc12007a4e06927241cf4c",
66
+ "externalReferences": [
67
+ {
68
+ "type": "documentation",
69
+ "url": "https://corvid-db.github.io/docs/"
70
+ },
71
+ {
72
+ "type": "vcs",
73
+ "url": "https://github.com/corvid-db/corvid"
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "type": "library",
79
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
80
+ "name": "heck",
81
+ "version": "0.5.0",
82
+ "description": "heck is a case conversion library.",
83
+ "scope": "required",
84
+ "hashes": [
85
+ {
86
+ "alg": "SHA-256",
87
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
88
+ }
89
+ ],
90
+ "licenses": [
91
+ {
92
+ "expression": "MIT OR Apache-2.0"
93
+ }
94
+ ],
95
+ "purl": "pkg:cargo/heck@0.5.0",
96
+ "externalReferences": [
97
+ {
98
+ "type": "vcs",
99
+ "url": "https://github.com/withoutboats/heck"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "type": "library",
105
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
106
+ "name": "libc",
107
+ "version": "0.2.189",
108
+ "description": "Raw FFI bindings to platform libraries like libc.",
109
+ "scope": "required",
110
+ "hashes": [
111
+ {
112
+ "alg": "SHA-256",
113
+ "content": "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
114
+ }
115
+ ],
116
+ "licenses": [
117
+ {
118
+ "expression": "MIT OR Apache-2.0"
119
+ }
120
+ ],
121
+ "purl": "pkg:cargo/libc@0.2.189",
122
+ "externalReferences": [
123
+ {
124
+ "type": "vcs",
125
+ "url": "https://github.com/rust-lang/libc"
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "type": "library",
131
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
132
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
133
+ "name": "once_cell",
134
+ "version": "1.21.4",
135
+ "description": "Single assignment cells and lazy values.",
136
+ "scope": "required",
137
+ "hashes": [
138
+ {
139
+ "alg": "SHA-256",
140
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
141
+ }
142
+ ],
143
+ "licenses": [
144
+ {
145
+ "expression": "MIT OR Apache-2.0"
146
+ }
147
+ ],
148
+ "purl": "pkg:cargo/once_cell@1.21.4",
149
+ "externalReferences": [
150
+ {
151
+ "type": "documentation",
152
+ "url": "https://docs.rs/once_cell"
153
+ },
154
+ {
155
+ "type": "vcs",
156
+ "url": "https://github.com/matklad/once_cell"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "type": "library",
162
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.15.0",
163
+ "name": "portable-atomic",
164
+ "version": "1.15.0",
165
+ "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
166
+ "scope": "required",
167
+ "hashes": [
168
+ {
169
+ "alg": "SHA-256",
170
+ "content": "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
171
+ }
172
+ ],
173
+ "licenses": [
174
+ {
175
+ "expression": "Apache-2.0 OR MIT"
176
+ }
177
+ ],
178
+ "purl": "pkg:cargo/portable-atomic@1.15.0",
179
+ "externalReferences": [
180
+ {
181
+ "type": "vcs",
182
+ "url": "https://github.com/taiki-e/portable-atomic"
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "type": "library",
188
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
189
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
190
+ "name": "proc-macro2",
191
+ "version": "1.0.107",
192
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
193
+ "scope": "required",
194
+ "hashes": [
195
+ {
196
+ "alg": "SHA-256",
197
+ "content": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
198
+ }
199
+ ],
200
+ "licenses": [
201
+ {
202
+ "expression": "MIT OR Apache-2.0"
203
+ }
204
+ ],
205
+ "purl": "pkg:cargo/proc-macro2@1.0.107",
206
+ "externalReferences": [
207
+ {
208
+ "type": "documentation",
209
+ "url": "https://docs.rs/proc-macro2"
210
+ },
211
+ {
212
+ "type": "vcs",
213
+ "url": "https://github.com/dtolnay/proc-macro2"
214
+ }
215
+ ]
216
+ },
217
+ {
218
+ "type": "library",
219
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.2",
220
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
221
+ "name": "pyo3-build-config",
222
+ "version": "0.29.2",
223
+ "description": "Build configuration for the PyO3 ecosystem",
224
+ "scope": "excluded",
225
+ "hashes": [
226
+ {
227
+ "alg": "SHA-256",
228
+ "content": "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
229
+ }
230
+ ],
231
+ "licenses": [
232
+ {
233
+ "expression": "MIT OR Apache-2.0"
234
+ }
235
+ ],
236
+ "purl": "pkg:cargo/pyo3-build-config@0.29.2",
237
+ "externalReferences": [
238
+ {
239
+ "type": "website",
240
+ "url": "https://github.com/pyo3/pyo3"
241
+ },
242
+ {
243
+ "type": "vcs",
244
+ "url": "https://github.com/pyo3/pyo3"
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "type": "library",
250
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.2",
251
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
252
+ "name": "pyo3-ffi",
253
+ "version": "0.29.2",
254
+ "description": "Python-API bindings for the PyO3 ecosystem",
255
+ "scope": "required",
256
+ "hashes": [
257
+ {
258
+ "alg": "SHA-256",
259
+ "content": "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
260
+ }
261
+ ],
262
+ "licenses": [
263
+ {
264
+ "expression": "MIT OR Apache-2.0"
265
+ }
266
+ ],
267
+ "purl": "pkg:cargo/pyo3-ffi@0.29.2",
268
+ "externalReferences": [
269
+ {
270
+ "type": "website",
271
+ "url": "https://github.com/pyo3/pyo3"
272
+ },
273
+ {
274
+ "type": "other",
275
+ "url": "python"
276
+ },
277
+ {
278
+ "type": "vcs",
279
+ "url": "https://github.com/pyo3/pyo3"
280
+ }
281
+ ]
282
+ },
283
+ {
284
+ "type": "library",
285
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.2",
286
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
287
+ "name": "pyo3-macros-backend",
288
+ "version": "0.29.2",
289
+ "description": "Code generation for PyO3 package",
290
+ "scope": "required",
291
+ "hashes": [
292
+ {
293
+ "alg": "SHA-256",
294
+ "content": "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
295
+ }
296
+ ],
297
+ "licenses": [
298
+ {
299
+ "expression": "MIT OR Apache-2.0"
300
+ }
301
+ ],
302
+ "purl": "pkg:cargo/pyo3-macros-backend@0.29.2",
303
+ "externalReferences": [
304
+ {
305
+ "type": "website",
306
+ "url": "https://github.com/pyo3/pyo3"
307
+ },
308
+ {
309
+ "type": "vcs",
310
+ "url": "https://github.com/pyo3/pyo3"
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "type": "library",
316
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.2",
317
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
318
+ "name": "pyo3-macros",
319
+ "version": "0.29.2",
320
+ "description": "Proc macros for PyO3 package",
321
+ "scope": "required",
322
+ "hashes": [
323
+ {
324
+ "alg": "SHA-256",
325
+ "content": "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
326
+ }
327
+ ],
328
+ "licenses": [
329
+ {
330
+ "expression": "MIT OR Apache-2.0"
331
+ }
332
+ ],
333
+ "purl": "pkg:cargo/pyo3-macros@0.29.2",
334
+ "externalReferences": [
335
+ {
336
+ "type": "website",
337
+ "url": "https://github.com/pyo3/pyo3"
338
+ },
339
+ {
340
+ "type": "vcs",
341
+ "url": "https://github.com/pyo3/pyo3"
342
+ }
343
+ ]
344
+ },
345
+ {
346
+ "type": "library",
347
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.2",
348
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
349
+ "name": "pyo3",
350
+ "version": "0.29.2",
351
+ "description": "Bindings to Python interpreter",
352
+ "scope": "required",
353
+ "hashes": [
354
+ {
355
+ "alg": "SHA-256",
356
+ "content": "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
357
+ }
358
+ ],
359
+ "licenses": [
360
+ {
361
+ "expression": "MIT OR Apache-2.0"
362
+ }
363
+ ],
364
+ "purl": "pkg:cargo/pyo3@0.29.2",
365
+ "externalReferences": [
366
+ {
367
+ "type": "documentation",
368
+ "url": "https://docs.rs/crate/pyo3/"
369
+ },
370
+ {
371
+ "type": "website",
372
+ "url": "https://github.com/pyo3/pyo3"
373
+ },
374
+ {
375
+ "type": "other",
376
+ "url": "pyo3-python"
377
+ },
378
+ {
379
+ "type": "vcs",
380
+ "url": "https://github.com/pyo3/pyo3"
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "type": "library",
386
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
387
+ "author": "David Tolnay <dtolnay@gmail.com>",
388
+ "name": "quote",
389
+ "version": "1.0.47",
390
+ "description": "Quasi-quoting macro quote!(...)",
391
+ "scope": "required",
392
+ "hashes": [
393
+ {
394
+ "alg": "SHA-256",
395
+ "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
396
+ }
397
+ ],
398
+ "licenses": [
399
+ {
400
+ "expression": "MIT OR Apache-2.0"
401
+ }
402
+ ],
403
+ "purl": "pkg:cargo/quote@1.0.47",
404
+ "externalReferences": [
405
+ {
406
+ "type": "documentation",
407
+ "url": "https://docs.rs/quote/"
408
+ },
409
+ {
410
+ "type": "vcs",
411
+ "url": "https://github.com/dtolnay/quote"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "type": "library",
417
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#redb@4.2.0",
418
+ "author": "Christopher Berner <me@cberner.com>",
419
+ "name": "redb",
420
+ "version": "4.2.0",
421
+ "description": "Rust Embedded DataBase",
422
+ "scope": "required",
423
+ "hashes": [
424
+ {
425
+ "alg": "SHA-256",
426
+ "content": "de6c3b63e007e90ce536ec2ae4690826136a20ec8dbbbb400daef1bb999d2e36"
427
+ }
428
+ ],
429
+ "licenses": [
430
+ {
431
+ "expression": "MIT OR Apache-2.0"
432
+ }
433
+ ],
434
+ "purl": "pkg:cargo/redb@4.2.0",
435
+ "externalReferences": [
436
+ {
437
+ "type": "website",
438
+ "url": "https://www.redb.org"
439
+ },
440
+ {
441
+ "type": "vcs",
442
+ "url": "https://github.com/cberner/redb"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "type": "library",
448
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
449
+ "author": "David Tolnay <dtolnay@gmail.com>",
450
+ "name": "syn",
451
+ "version": "2.0.119",
452
+ "description": "Parser for Rust source code",
453
+ "scope": "required",
454
+ "hashes": [
455
+ {
456
+ "alg": "SHA-256",
457
+ "content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
458
+ }
459
+ ],
460
+ "licenses": [
461
+ {
462
+ "expression": "MIT OR Apache-2.0"
463
+ }
464
+ ],
465
+ "purl": "pkg:cargo/syn@2.0.119",
466
+ "externalReferences": [
467
+ {
468
+ "type": "documentation",
469
+ "url": "https://docs.rs/syn"
470
+ },
471
+ {
472
+ "type": "vcs",
473
+ "url": "https://github.com/dtolnay/syn"
474
+ }
475
+ ]
476
+ },
477
+ {
478
+ "type": "library",
479
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.4",
480
+ "author": "David Tolnay <dtolnay@gmail.com>",
481
+ "name": "syn",
482
+ "version": "3.0.4",
483
+ "description": "Parser for Rust source code",
484
+ "scope": "required",
485
+ "hashes": [
486
+ {
487
+ "alg": "SHA-256",
488
+ "content": "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
489
+ }
490
+ ],
491
+ "licenses": [
492
+ {
493
+ "expression": "MIT OR Apache-2.0"
494
+ }
495
+ ],
496
+ "purl": "pkg:cargo/syn@3.0.4",
497
+ "externalReferences": [
498
+ {
499
+ "type": "documentation",
500
+ "url": "https://docs.rs/syn"
501
+ },
502
+ {
503
+ "type": "vcs",
504
+ "url": "https://github.com/dtolnay/syn"
505
+ }
506
+ ]
507
+ },
508
+ {
509
+ "type": "library",
510
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
511
+ "author": "Dan Gohman <sunfish@mozilla.com>",
512
+ "name": "target-lexicon",
513
+ "version": "0.13.5",
514
+ "description": "LLVM target triple types",
515
+ "scope": "excluded",
516
+ "hashes": [
517
+ {
518
+ "alg": "SHA-256",
519
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
520
+ }
521
+ ],
522
+ "licenses": [
523
+ {
524
+ "expression": "Apache-2.0 WITH LLVM-exception"
525
+ }
526
+ ],
527
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
528
+ "externalReferences": [
529
+ {
530
+ "type": "documentation",
531
+ "url": "https://docs.rs/target-lexicon/"
532
+ },
533
+ {
534
+ "type": "vcs",
535
+ "url": "https://github.com/bytecodealliance/target-lexicon"
536
+ }
537
+ ]
538
+ },
539
+ {
540
+ "type": "library",
541
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20",
542
+ "author": "David Tolnay <dtolnay@gmail.com>",
543
+ "name": "thiserror-impl",
544
+ "version": "2.0.20",
545
+ "description": "Implementation detail of the `thiserror` crate",
546
+ "scope": "required",
547
+ "hashes": [
548
+ {
549
+ "alg": "SHA-256",
550
+ "content": "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
551
+ }
552
+ ],
553
+ "licenses": [
554
+ {
555
+ "expression": "MIT OR Apache-2.0"
556
+ }
557
+ ],
558
+ "purl": "pkg:cargo/thiserror-impl@2.0.20",
559
+ "externalReferences": [
560
+ {
561
+ "type": "vcs",
562
+ "url": "https://github.com/dtolnay/thiserror"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "type": "library",
568
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
569
+ "author": "David Tolnay <dtolnay@gmail.com>",
570
+ "name": "thiserror",
571
+ "version": "2.0.20",
572
+ "description": "derive(Error)",
573
+ "scope": "required",
574
+ "hashes": [
575
+ {
576
+ "alg": "SHA-256",
577
+ "content": "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
578
+ }
579
+ ],
580
+ "licenses": [
581
+ {
582
+ "expression": "MIT OR Apache-2.0"
583
+ }
584
+ ],
585
+ "purl": "pkg:cargo/thiserror@2.0.20",
586
+ "externalReferences": [
587
+ {
588
+ "type": "documentation",
589
+ "url": "https://docs.rs/thiserror"
590
+ },
591
+ {
592
+ "type": "vcs",
593
+ "url": "https://github.com/dtolnay/thiserror"
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "type": "library",
599
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
600
+ "author": "David Tolnay <dtolnay@gmail.com>",
601
+ "name": "unicode-ident",
602
+ "version": "1.0.24",
603
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
604
+ "scope": "required",
605
+ "hashes": [
606
+ {
607
+ "alg": "SHA-256",
608
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
609
+ }
610
+ ],
611
+ "licenses": [
612
+ {
613
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
614
+ }
615
+ ],
616
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
617
+ "externalReferences": [
618
+ {
619
+ "type": "documentation",
620
+ "url": "https://docs.rs/unicode-ident"
621
+ },
622
+ {
623
+ "type": "vcs",
624
+ "url": "https://github.com/dtolnay/unicode-ident"
625
+ }
626
+ ]
627
+ }
628
+ ],
629
+ "dependencies": [
630
+ {
631
+ "ref": "git+https://github.com/corvid-db/corvid.git?tag=v0.3.3#corvid-db@0.3.2",
632
+ "dependsOn": [
633
+ "registry+https://github.com/rust-lang/crates.io-index#redb@4.2.0",
634
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20"
635
+ ]
636
+ },
637
+ {
638
+ "ref": "path+file:///D:/a/corvid-python/corvid-python#0.1.0",
639
+ "dependsOn": [
640
+ "git+https://github.com/corvid-db/corvid.git?tag=v0.3.3#corvid-db@0.3.2",
641
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.2"
642
+ ]
643
+ },
644
+ {
645
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
646
+ },
647
+ {
648
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
649
+ },
650
+ {
651
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
652
+ },
653
+ {
654
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.15.0"
655
+ },
656
+ {
657
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
658
+ "dependsOn": [
659
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
660
+ ]
661
+ },
662
+ {
663
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.2",
664
+ "dependsOn": [
665
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
666
+ ]
667
+ },
668
+ {
669
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.2",
670
+ "dependsOn": [
671
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
672
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.2"
673
+ ]
674
+ },
675
+ {
676
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.2",
677
+ "dependsOn": [
678
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
679
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
680
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
681
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
682
+ ]
683
+ },
684
+ {
685
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.2",
686
+ "dependsOn": [
687
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
688
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.2",
689
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
690
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
691
+ ]
692
+ },
693
+ {
694
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.2",
695
+ "dependsOn": [
696
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
697
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
698
+ "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.15.0",
699
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.2",
700
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.2",
701
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.2"
702
+ ]
703
+ },
704
+ {
705
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
706
+ "dependsOn": [
707
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
708
+ ]
709
+ },
710
+ {
711
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#redb@4.2.0",
712
+ "dependsOn": [
713
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
714
+ ]
715
+ },
716
+ {
717
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
718
+ "dependsOn": [
719
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
720
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
721
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
722
+ ]
723
+ },
724
+ {
725
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.4",
726
+ "dependsOn": [
727
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
728
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
729
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
730
+ ]
731
+ },
732
+ {
733
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
734
+ },
735
+ {
736
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20",
737
+ "dependsOn": [
738
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
739
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
740
+ "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.4"
741
+ ]
742
+ },
743
+ {
744
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
745
+ "dependsOn": [
746
+ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.20"
747
+ ]
748
+ },
749
+ {
750
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
751
+ }
752
+ ]
753
+ }