rust-mathtuples 0.3.0__cp312-cp312-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,5 @@
1
+ from .mathtuples_backend import *
2
+
3
+ __doc__ = mathtuples_backend.__doc__
4
+ if hasattr(mathtuples_backend, "__all__"):
5
+ __all__ = mathtuples_backend.__all__
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: rust-mathtuples
3
+ Version: 0.3.0
4
+ Summary: Hardware-accelerated recursive math tuples powered by Rust SIMD and AST transformations.
5
+ Requires-Python: >=3.9
@@ -0,0 +1,6 @@
1
+ mathtuples_backend/__init__.py,sha256=urlCxV8XX2tnwKKo9-A596XVhOnDmAFarJAOxOLY30E,155
2
+ mathtuples_backend/mathtuples_backend.cp312-win_amd64.pyd,sha256=Sr75gELCjntyShy4CooZx20SbbU1Q29VORm7ep2FhJA,231936
3
+ rust_mathtuples-0.3.0.dist-info/METADATA,sha256=WX0mSiBg27cWm1GuHGf5pokwwuK-RBAdHSgyJ9EE2Ew,180
4
+ rust_mathtuples-0.3.0.dist-info/WHEEL,sha256=SN7W5s0Ji01-9u_6QL7cEnscsXvljOVQDFMt-2tILwI,97
5
+ rust_mathtuples-0.3.0.dist-info/sboms/mathtuples_backend.cyclonedx.json,sha256=RoMdygbI-Bksink0YdbLCIJbkZJeHAeAkRuXMzuS_Lk,41605
6
+ rust_mathtuples-0.3.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.14.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-win_amd64
@@ -0,0 +1,1324 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:d3fb0917-3c71-4d43-ba34-b86d7d3fd1d8",
6
+ "metadata": {
7
+ "timestamp": "2026-07-22T02:56:09.281265000Z",
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:///Users/arityaaarjunan/wrk/mathtuples#mathtuples_backend@0.3.0",
18
+ "name": "mathtuples_backend",
19
+ "version": "0.3.0",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/mathtuples_backend@0.3.0?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///Users/arityaaarjunan/wrk/mathtuples#mathtuples_backend@0.3.0 bin-target-0",
26
+ "name": "mathtuples_backend",
27
+ "version": "0.3.0",
28
+ "purl": "pkg:cargo/mathtuples_backend@0.3.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": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
43
+ "author": "Josh Stone <cuviper@gmail.com>",
44
+ "name": "autocfg",
45
+ "version": "1.5.1",
46
+ "description": "Automatic cfg for Rust compiler features",
47
+ "scope": "excluded",
48
+ "hashes": [
49
+ {
50
+ "alg": "SHA-256",
51
+ "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
52
+ }
53
+ ],
54
+ "licenses": [
55
+ {
56
+ "expression": "Apache-2.0 OR MIT"
57
+ }
58
+ ],
59
+ "purl": "pkg:cargo/autocfg@1.5.1",
60
+ "externalReferences": [
61
+ {
62
+ "type": "documentation",
63
+ "url": "https://docs.rs/autocfg/"
64
+ },
65
+ {
66
+ "type": "vcs",
67
+ "url": "https://github.com/cuviper/autocfg"
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "type": "library",
73
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0",
74
+ "author": "Alex Crichton <alex@alexcrichton.com>",
75
+ "name": "cc",
76
+ "version": "1.3.0",
77
+ "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. ",
78
+ "scope": "required",
79
+ "licenses": [
80
+ {
81
+ "expression": "MIT OR Apache-2.0"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/cc@1.3.0",
85
+ "externalReferences": [
86
+ {
87
+ "type": "documentation",
88
+ "url": "https://docs.rs/cc"
89
+ },
90
+ {
91
+ "type": "website",
92
+ "url": "https://github.com/rust-lang/cc-rs"
93
+ },
94
+ {
95
+ "type": "vcs",
96
+ "url": "https://github.com/rust-lang/cc-rs"
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "type": "library",
102
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
103
+ "author": "Alex Crichton <alex@alexcrichton.com>",
104
+ "name": "cfg-if",
105
+ "version": "1.0.4",
106
+ "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. ",
107
+ "scope": "required",
108
+ "hashes": [
109
+ {
110
+ "alg": "SHA-256",
111
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
112
+ }
113
+ ],
114
+ "licenses": [
115
+ {
116
+ "expression": "MIT OR Apache-2.0"
117
+ }
118
+ ],
119
+ "purl": "pkg:cargo/cfg-if@1.0.4",
120
+ "externalReferences": [
121
+ {
122
+ "type": "vcs",
123
+ "url": "https://github.com/rust-lang/cfg-if"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "type": "library",
129
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
130
+ "name": "find-msvc-tools",
131
+ "version": "0.1.9",
132
+ "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
133
+ "scope": "required",
134
+ "licenses": [
135
+ {
136
+ "expression": "MIT OR Apache-2.0"
137
+ }
138
+ ],
139
+ "purl": "pkg:cargo/find-msvc-tools@0.1.9",
140
+ "externalReferences": [
141
+ {
142
+ "type": "documentation",
143
+ "url": "https://docs.rs/find-msvc-tools"
144
+ },
145
+ {
146
+ "type": "vcs",
147
+ "url": "https://github.com/rust-lang/cc-rs"
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "type": "library",
153
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1",
154
+ "author": "Without Boats <woboats@gmail.com>",
155
+ "name": "heck",
156
+ "version": "0.4.1",
157
+ "description": "heck is a case conversion library.",
158
+ "scope": "required",
159
+ "hashes": [
160
+ {
161
+ "alg": "SHA-256",
162
+ "content": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
163
+ }
164
+ ],
165
+ "licenses": [
166
+ {
167
+ "expression": "MIT OR Apache-2.0"
168
+ }
169
+ ],
170
+ "purl": "pkg:cargo/heck@0.4.1",
171
+ "externalReferences": [
172
+ {
173
+ "type": "documentation",
174
+ "url": "https://docs.rs/heck"
175
+ },
176
+ {
177
+ "type": "website",
178
+ "url": "https://github.com/withoutboats/heck"
179
+ },
180
+ {
181
+ "type": "vcs",
182
+ "url": "https://github.com/withoutboats/heck"
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "type": "library",
188
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
189
+ "author": "David Tolnay <dtolnay@gmail.com>",
190
+ "name": "indoc",
191
+ "version": "2.0.7",
192
+ "description": "Indented document literals",
193
+ "scope": "required",
194
+ "hashes": [
195
+ {
196
+ "alg": "SHA-256",
197
+ "content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
198
+ }
199
+ ],
200
+ "licenses": [
201
+ {
202
+ "expression": "MIT OR Apache-2.0"
203
+ }
204
+ ],
205
+ "purl": "pkg:cargo/indoc@2.0.7",
206
+ "externalReferences": [
207
+ {
208
+ "type": "documentation",
209
+ "url": "https://docs.rs/indoc"
210
+ },
211
+ {
212
+ "type": "vcs",
213
+ "url": "https://github.com/dtolnay/indoc"
214
+ }
215
+ ]
216
+ },
217
+ {
218
+ "type": "library",
219
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
220
+ "name": "libc",
221
+ "version": "0.2.189",
222
+ "description": "Raw FFI bindings to platform libraries like libc.",
223
+ "scope": "required",
224
+ "hashes": [
225
+ {
226
+ "alg": "SHA-256",
227
+ "content": "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
228
+ }
229
+ ],
230
+ "licenses": [
231
+ {
232
+ "expression": "MIT OR Apache-2.0"
233
+ }
234
+ ],
235
+ "purl": "pkg:cargo/libc@0.2.189",
236
+ "externalReferences": [
237
+ {
238
+ "type": "vcs",
239
+ "url": "https://github.com/rust-lang/libc"
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "type": "library",
245
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
246
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
247
+ "name": "lock_api",
248
+ "version": "0.4.14",
249
+ "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
250
+ "scope": "required",
251
+ "hashes": [
252
+ {
253
+ "alg": "SHA-256",
254
+ "content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
255
+ }
256
+ ],
257
+ "licenses": [
258
+ {
259
+ "expression": "MIT OR Apache-2.0"
260
+ }
261
+ ],
262
+ "purl": "pkg:cargo/lock_api@0.4.14",
263
+ "externalReferences": [
264
+ {
265
+ "type": "vcs",
266
+ "url": "https://github.com/Amanieu/parking_lot"
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "type": "library",
272
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.11",
273
+ "author": "bluss, R. Janis Goldschmidt",
274
+ "name": "matrixmultiply",
275
+ "version": "0.3.11",
276
+ "description": "General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses SIMD features on x86/x86-64 and AArch64 transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.",
277
+ "scope": "required",
278
+ "hashes": [
279
+ {
280
+ "alg": "SHA-256",
281
+ "content": "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
282
+ }
283
+ ],
284
+ "licenses": [
285
+ {
286
+ "expression": "MIT OR Apache-2.0"
287
+ }
288
+ ],
289
+ "purl": "pkg:cargo/matrixmultiply@0.3.11",
290
+ "externalReferences": [
291
+ {
292
+ "type": "documentation",
293
+ "url": "https://docs.rs/matrixmultiply/"
294
+ },
295
+ {
296
+ "type": "vcs",
297
+ "url": "https://github.com/bluss/matrixmultiply/"
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "type": "library",
303
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
304
+ "author": "Gilad Naaman <gilad.naaman@gmail.com>",
305
+ "name": "memoffset",
306
+ "version": "0.9.1",
307
+ "description": "offset_of functionality for Rust structs.",
308
+ "scope": "required",
309
+ "hashes": [
310
+ {
311
+ "alg": "SHA-256",
312
+ "content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
313
+ }
314
+ ],
315
+ "licenses": [
316
+ {
317
+ "expression": "MIT"
318
+ }
319
+ ],
320
+ "purl": "pkg:cargo/memoffset@0.9.1",
321
+ "externalReferences": [
322
+ {
323
+ "type": "vcs",
324
+ "url": "https://github.com/Gilnaa/memoffset"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "type": "library",
330
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.15.6",
331
+ "author": "Ulrik Sverdrup \"bluss\", Jim Turner",
332
+ "name": "ndarray",
333
+ "version": "0.15.6",
334
+ "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.",
335
+ "scope": "required",
336
+ "hashes": [
337
+ {
338
+ "alg": "SHA-256",
339
+ "content": "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
340
+ }
341
+ ],
342
+ "licenses": [
343
+ {
344
+ "expression": "MIT OR Apache-2.0"
345
+ }
346
+ ],
347
+ "purl": "pkg:cargo/ndarray@0.15.6",
348
+ "externalReferences": [
349
+ {
350
+ "type": "documentation",
351
+ "url": "https://docs.rs/ndarray/"
352
+ },
353
+ {
354
+ "type": "vcs",
355
+ "url": "https://github.com/rust-ndarray/ndarray"
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "type": "library",
361
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
362
+ "author": "The Rust Project Developers",
363
+ "name": "num-complex",
364
+ "version": "0.4.6",
365
+ "description": "Complex numbers implementation for Rust",
366
+ "scope": "required",
367
+ "hashes": [
368
+ {
369
+ "alg": "SHA-256",
370
+ "content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
371
+ }
372
+ ],
373
+ "licenses": [
374
+ {
375
+ "expression": "MIT OR Apache-2.0"
376
+ }
377
+ ],
378
+ "purl": "pkg:cargo/num-complex@0.4.6",
379
+ "externalReferences": [
380
+ {
381
+ "type": "documentation",
382
+ "url": "https://docs.rs/num-complex"
383
+ },
384
+ {
385
+ "type": "website",
386
+ "url": "https://github.com/rust-num/num-complex"
387
+ },
388
+ {
389
+ "type": "vcs",
390
+ "url": "https://github.com/rust-num/num-complex"
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "type": "library",
396
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
397
+ "author": "The Rust Project Developers",
398
+ "name": "num-integer",
399
+ "version": "0.1.46",
400
+ "description": "Integer traits and functions",
401
+ "scope": "required",
402
+ "hashes": [
403
+ {
404
+ "alg": "SHA-256",
405
+ "content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
406
+ }
407
+ ],
408
+ "licenses": [
409
+ {
410
+ "expression": "MIT OR Apache-2.0"
411
+ }
412
+ ],
413
+ "purl": "pkg:cargo/num-integer@0.1.46",
414
+ "externalReferences": [
415
+ {
416
+ "type": "documentation",
417
+ "url": "https://docs.rs/num-integer"
418
+ },
419
+ {
420
+ "type": "website",
421
+ "url": "https://github.com/rust-num/num-integer"
422
+ },
423
+ {
424
+ "type": "vcs",
425
+ "url": "https://github.com/rust-num/num-integer"
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "type": "library",
431
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
432
+ "author": "The Rust Project Developers",
433
+ "name": "num-traits",
434
+ "version": "0.2.19",
435
+ "description": "Numeric traits for generic mathematics",
436
+ "scope": "required",
437
+ "hashes": [
438
+ {
439
+ "alg": "SHA-256",
440
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
441
+ }
442
+ ],
443
+ "licenses": [
444
+ {
445
+ "expression": "MIT OR Apache-2.0"
446
+ }
447
+ ],
448
+ "purl": "pkg:cargo/num-traits@0.2.19",
449
+ "externalReferences": [
450
+ {
451
+ "type": "documentation",
452
+ "url": "https://docs.rs/num-traits"
453
+ },
454
+ {
455
+ "type": "website",
456
+ "url": "https://github.com/rust-num/num-traits"
457
+ },
458
+ {
459
+ "type": "vcs",
460
+ "url": "https://github.com/rust-num/num-traits"
461
+ }
462
+ ]
463
+ },
464
+ {
465
+ "type": "library",
466
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
467
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
468
+ "name": "once_cell",
469
+ "version": "1.21.4",
470
+ "description": "Single assignment cells and lazy values.",
471
+ "scope": "required",
472
+ "hashes": [
473
+ {
474
+ "alg": "SHA-256",
475
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
476
+ }
477
+ ],
478
+ "licenses": [
479
+ {
480
+ "expression": "MIT OR Apache-2.0"
481
+ }
482
+ ],
483
+ "purl": "pkg:cargo/once_cell@1.21.4",
484
+ "externalReferences": [
485
+ {
486
+ "type": "documentation",
487
+ "url": "https://docs.rs/once_cell"
488
+ },
489
+ {
490
+ "type": "vcs",
491
+ "url": "https://github.com/matklad/once_cell"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "type": "library",
497
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
498
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
499
+ "name": "parking_lot",
500
+ "version": "0.12.5",
501
+ "description": "More compact and efficient implementations of the standard synchronization primitives.",
502
+ "scope": "required",
503
+ "hashes": [
504
+ {
505
+ "alg": "SHA-256",
506
+ "content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
507
+ }
508
+ ],
509
+ "licenses": [
510
+ {
511
+ "expression": "MIT OR Apache-2.0"
512
+ }
513
+ ],
514
+ "purl": "pkg:cargo/parking_lot@0.12.5",
515
+ "externalReferences": [
516
+ {
517
+ "type": "vcs",
518
+ "url": "https://github.com/Amanieu/parking_lot"
519
+ }
520
+ ]
521
+ },
522
+ {
523
+ "type": "library",
524
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
525
+ "author": "Amanieu d'Antras <amanieu@gmail.com>",
526
+ "name": "parking_lot_core",
527
+ "version": "0.9.12",
528
+ "description": "An advanced API for creating custom synchronization primitives.",
529
+ "scope": "required",
530
+ "hashes": [
531
+ {
532
+ "alg": "SHA-256",
533
+ "content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
534
+ }
535
+ ],
536
+ "licenses": [
537
+ {
538
+ "expression": "MIT OR Apache-2.0"
539
+ }
540
+ ],
541
+ "purl": "pkg:cargo/parking_lot_core@0.9.12",
542
+ "externalReferences": [
543
+ {
544
+ "type": "vcs",
545
+ "url": "https://github.com/Amanieu/parking_lot"
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "type": "library",
551
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0",
552
+ "name": "portable-atomic",
553
+ "version": "1.14.0",
554
+ "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
555
+ "scope": "required",
556
+ "hashes": [
557
+ {
558
+ "alg": "SHA-256",
559
+ "content": "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
560
+ }
561
+ ],
562
+ "licenses": [
563
+ {
564
+ "expression": "Apache-2.0 OR MIT"
565
+ }
566
+ ],
567
+ "purl": "pkg:cargo/portable-atomic@1.14.0",
568
+ "externalReferences": [
569
+ {
570
+ "type": "vcs",
571
+ "url": "https://github.com/taiki-e/portable-atomic"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "type": "library",
577
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
578
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
579
+ "name": "proc-macro2",
580
+ "version": "1.0.107",
581
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
582
+ "scope": "required",
583
+ "hashes": [
584
+ {
585
+ "alg": "SHA-256",
586
+ "content": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
587
+ }
588
+ ],
589
+ "licenses": [
590
+ {
591
+ "expression": "MIT OR Apache-2.0"
592
+ }
593
+ ],
594
+ "purl": "pkg:cargo/proc-macro2@1.0.107",
595
+ "externalReferences": [
596
+ {
597
+ "type": "documentation",
598
+ "url": "https://docs.rs/proc-macro2"
599
+ },
600
+ {
601
+ "type": "vcs",
602
+ "url": "https://github.com/dtolnay/proc-macro2"
603
+ }
604
+ ]
605
+ },
606
+ {
607
+ "type": "library",
608
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.21.2",
609
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
610
+ "name": "pyo3-build-config",
611
+ "version": "0.21.2",
612
+ "description": "Build configuration for the PyO3 ecosystem",
613
+ "scope": "required",
614
+ "hashes": [
615
+ {
616
+ "alg": "SHA-256",
617
+ "content": "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
618
+ }
619
+ ],
620
+ "licenses": [
621
+ {
622
+ "expression": "MIT OR Apache-2.0"
623
+ }
624
+ ],
625
+ "purl": "pkg:cargo/pyo3-build-config@0.21.2",
626
+ "externalReferences": [
627
+ {
628
+ "type": "website",
629
+ "url": "https://github.com/pyo3/pyo3"
630
+ },
631
+ {
632
+ "type": "vcs",
633
+ "url": "https://github.com/pyo3/pyo3"
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "type": "library",
639
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.21.2",
640
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
641
+ "name": "pyo3-ffi",
642
+ "version": "0.21.2",
643
+ "description": "Python-API bindings for the PyO3 ecosystem",
644
+ "scope": "required",
645
+ "hashes": [
646
+ {
647
+ "alg": "SHA-256",
648
+ "content": "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
649
+ }
650
+ ],
651
+ "licenses": [
652
+ {
653
+ "expression": "MIT OR Apache-2.0"
654
+ }
655
+ ],
656
+ "purl": "pkg:cargo/pyo3-ffi@0.21.2",
657
+ "externalReferences": [
658
+ {
659
+ "type": "website",
660
+ "url": "https://github.com/pyo3/pyo3"
661
+ },
662
+ {
663
+ "type": "other",
664
+ "url": "python"
665
+ },
666
+ {
667
+ "type": "vcs",
668
+ "url": "https://github.com/pyo3/pyo3"
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "type": "library",
674
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.21.2",
675
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
676
+ "name": "pyo3-macros-backend",
677
+ "version": "0.21.2",
678
+ "description": "Code generation for PyO3 package",
679
+ "scope": "required",
680
+ "hashes": [
681
+ {
682
+ "alg": "SHA-256",
683
+ "content": "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
684
+ }
685
+ ],
686
+ "licenses": [
687
+ {
688
+ "expression": "MIT OR Apache-2.0"
689
+ }
690
+ ],
691
+ "purl": "pkg:cargo/pyo3-macros-backend@0.21.2",
692
+ "externalReferences": [
693
+ {
694
+ "type": "website",
695
+ "url": "https://github.com/pyo3/pyo3"
696
+ },
697
+ {
698
+ "type": "vcs",
699
+ "url": "https://github.com/pyo3/pyo3"
700
+ }
701
+ ]
702
+ },
703
+ {
704
+ "type": "library",
705
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.21.2",
706
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
707
+ "name": "pyo3-macros",
708
+ "version": "0.21.2",
709
+ "description": "Proc macros for PyO3 package",
710
+ "scope": "required",
711
+ "hashes": [
712
+ {
713
+ "alg": "SHA-256",
714
+ "content": "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
715
+ }
716
+ ],
717
+ "licenses": [
718
+ {
719
+ "expression": "MIT OR Apache-2.0"
720
+ }
721
+ ],
722
+ "purl": "pkg:cargo/pyo3-macros@0.21.2",
723
+ "externalReferences": [
724
+ {
725
+ "type": "website",
726
+ "url": "https://github.com/pyo3/pyo3"
727
+ },
728
+ {
729
+ "type": "vcs",
730
+ "url": "https://github.com/pyo3/pyo3"
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "type": "library",
736
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.21.2",
737
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
738
+ "name": "pyo3",
739
+ "version": "0.21.2",
740
+ "description": "Bindings to Python interpreter",
741
+ "scope": "required",
742
+ "hashes": [
743
+ {
744
+ "alg": "SHA-256",
745
+ "content": "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
746
+ }
747
+ ],
748
+ "licenses": [
749
+ {
750
+ "expression": "MIT OR Apache-2.0"
751
+ }
752
+ ],
753
+ "purl": "pkg:cargo/pyo3@0.21.2",
754
+ "externalReferences": [
755
+ {
756
+ "type": "documentation",
757
+ "url": "https://docs.rs/crate/pyo3/"
758
+ },
759
+ {
760
+ "type": "website",
761
+ "url": "https://github.com/pyo3/pyo3"
762
+ },
763
+ {
764
+ "type": "vcs",
765
+ "url": "https://github.com/pyo3/pyo3"
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "type": "library",
771
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
772
+ "author": "Sergey Kvachonok <ravenexp@gmail.com>, messense <messense@icloud.com>, Adam Reichold <adam.reichold@t-online.de>",
773
+ "name": "python3-dll-a",
774
+ "version": "0.2.15",
775
+ "description": "Standalone python3(y)(t).dll import library generator",
776
+ "scope": "required",
777
+ "licenses": [
778
+ {
779
+ "expression": "MIT"
780
+ }
781
+ ],
782
+ "purl": "pkg:cargo/python3-dll-a@0.2.15",
783
+ "externalReferences": [
784
+ {
785
+ "type": "vcs",
786
+ "url": "https://github.com/PyO3/python3-dll-a"
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "type": "library",
792
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
793
+ "author": "David Tolnay <dtolnay@gmail.com>",
794
+ "name": "quote",
795
+ "version": "1.0.47",
796
+ "description": "Quasi-quoting macro quote!(...)",
797
+ "scope": "required",
798
+ "hashes": [
799
+ {
800
+ "alg": "SHA-256",
801
+ "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
802
+ }
803
+ ],
804
+ "licenses": [
805
+ {
806
+ "expression": "MIT OR Apache-2.0"
807
+ }
808
+ ],
809
+ "purl": "pkg:cargo/quote@1.0.47",
810
+ "externalReferences": [
811
+ {
812
+ "type": "documentation",
813
+ "url": "https://docs.rs/quote/"
814
+ },
815
+ {
816
+ "type": "vcs",
817
+ "url": "https://github.com/dtolnay/quote"
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "type": "library",
823
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1",
824
+ "author": "bluss",
825
+ "name": "rawpointer",
826
+ "version": "0.2.1",
827
+ "description": "Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. ",
828
+ "scope": "required",
829
+ "hashes": [
830
+ {
831
+ "alg": "SHA-256",
832
+ "content": "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
833
+ }
834
+ ],
835
+ "licenses": [
836
+ {
837
+ "expression": "MIT OR Apache-2.0"
838
+ }
839
+ ],
840
+ "purl": "pkg:cargo/rawpointer@0.2.1",
841
+ "externalReferences": [
842
+ {
843
+ "type": "documentation",
844
+ "url": "https://docs.rs/rawpointer/"
845
+ },
846
+ {
847
+ "type": "vcs",
848
+ "url": "https://github.com/bluss/rawpointer/"
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "type": "library",
854
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23",
855
+ "author": "David Tolnay <dtolnay@gmail.com>",
856
+ "name": "rustversion",
857
+ "version": "1.0.23",
858
+ "description": "Conditional compilation according to rustc compiler version",
859
+ "scope": "excluded",
860
+ "hashes": [
861
+ {
862
+ "alg": "SHA-256",
863
+ "content": "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
864
+ }
865
+ ],
866
+ "licenses": [
867
+ {
868
+ "expression": "MIT OR Apache-2.0"
869
+ }
870
+ ],
871
+ "purl": "pkg:cargo/rustversion@1.0.23",
872
+ "externalReferences": [
873
+ {
874
+ "type": "documentation",
875
+ "url": "https://docs.rs/rustversion"
876
+ },
877
+ {
878
+ "type": "vcs",
879
+ "url": "https://github.com/dtolnay/rustversion"
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "type": "library",
885
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
886
+ "author": "bluss",
887
+ "name": "scopeguard",
888
+ "version": "1.2.0",
889
+ "description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ",
890
+ "scope": "required",
891
+ "hashes": [
892
+ {
893
+ "alg": "SHA-256",
894
+ "content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
895
+ }
896
+ ],
897
+ "licenses": [
898
+ {
899
+ "expression": "MIT OR Apache-2.0"
900
+ }
901
+ ],
902
+ "purl": "pkg:cargo/scopeguard@1.2.0",
903
+ "externalReferences": [
904
+ {
905
+ "type": "documentation",
906
+ "url": "https://docs.rs/scopeguard/"
907
+ },
908
+ {
909
+ "type": "vcs",
910
+ "url": "https://github.com/bluss/scopeguard"
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "type": "library",
916
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
917
+ "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>",
918
+ "name": "shlex",
919
+ "version": "2.0.1",
920
+ "description": "Split a string into shell words, like Python's shlex.",
921
+ "scope": "required",
922
+ "licenses": [
923
+ {
924
+ "expression": "MIT OR Apache-2.0"
925
+ }
926
+ ],
927
+ "purl": "pkg:cargo/shlex@2.0.1",
928
+ "externalReferences": [
929
+ {
930
+ "type": "vcs",
931
+ "url": "https://github.com/comex/rust-shlex"
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "type": "library",
937
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
938
+ "author": "The Servo Project Developers",
939
+ "name": "smallvec",
940
+ "version": "1.15.2",
941
+ "description": "'Small vector' optimization: store up to a small number of items on the stack",
942
+ "scope": "required",
943
+ "hashes": [
944
+ {
945
+ "alg": "SHA-256",
946
+ "content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
947
+ }
948
+ ],
949
+ "licenses": [
950
+ {
951
+ "expression": "MIT OR Apache-2.0"
952
+ }
953
+ ],
954
+ "purl": "pkg:cargo/smallvec@1.15.2",
955
+ "externalReferences": [
956
+ {
957
+ "type": "documentation",
958
+ "url": "https://docs.rs/smallvec/"
959
+ },
960
+ {
961
+ "type": "vcs",
962
+ "url": "https://github.com/servo/rust-smallvec"
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "type": "library",
968
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
969
+ "author": "David Tolnay <dtolnay@gmail.com>",
970
+ "name": "syn",
971
+ "version": "2.0.119",
972
+ "description": "Parser for Rust source code",
973
+ "scope": "required",
974
+ "hashes": [
975
+ {
976
+ "alg": "SHA-256",
977
+ "content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
978
+ }
979
+ ],
980
+ "licenses": [
981
+ {
982
+ "expression": "MIT OR Apache-2.0"
983
+ }
984
+ ],
985
+ "purl": "pkg:cargo/syn@2.0.119",
986
+ "externalReferences": [
987
+ {
988
+ "type": "documentation",
989
+ "url": "https://docs.rs/syn"
990
+ },
991
+ {
992
+ "type": "vcs",
993
+ "url": "https://github.com/dtolnay/syn"
994
+ }
995
+ ]
996
+ },
997
+ {
998
+ "type": "library",
999
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16",
1000
+ "author": "Dan Gohman <sunfish@mozilla.com>",
1001
+ "name": "target-lexicon",
1002
+ "version": "0.12.16",
1003
+ "description": "Targeting utilities for compilers and related tools",
1004
+ "scope": "required",
1005
+ "hashes": [
1006
+ {
1007
+ "alg": "SHA-256",
1008
+ "content": "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1009
+ }
1010
+ ],
1011
+ "licenses": [
1012
+ {
1013
+ "expression": "Apache-2.0 WITH LLVM-exception"
1014
+ }
1015
+ ],
1016
+ "purl": "pkg:cargo/target-lexicon@0.12.16",
1017
+ "externalReferences": [
1018
+ {
1019
+ "type": "documentation",
1020
+ "url": "https://docs.rs/target-lexicon/"
1021
+ },
1022
+ {
1023
+ "type": "vcs",
1024
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "type": "library",
1030
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1031
+ "author": "David Tolnay <dtolnay@gmail.com>",
1032
+ "name": "unicode-ident",
1033
+ "version": "1.0.24",
1034
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1035
+ "scope": "required",
1036
+ "hashes": [
1037
+ {
1038
+ "alg": "SHA-256",
1039
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1040
+ }
1041
+ ],
1042
+ "licenses": [
1043
+ {
1044
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1045
+ }
1046
+ ],
1047
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1048
+ "externalReferences": [
1049
+ {
1050
+ "type": "documentation",
1051
+ "url": "https://docs.rs/unicode-ident"
1052
+ },
1053
+ {
1054
+ "type": "vcs",
1055
+ "url": "https://github.com/dtolnay/unicode-ident"
1056
+ }
1057
+ ]
1058
+ },
1059
+ {
1060
+ "type": "library",
1061
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
1062
+ "author": "David Tolnay <dtolnay@gmail.com>",
1063
+ "name": "unindent",
1064
+ "version": "0.2.4",
1065
+ "description": "Remove a column of leading whitespace from a string",
1066
+ "scope": "required",
1067
+ "hashes": [
1068
+ {
1069
+ "alg": "SHA-256",
1070
+ "content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1071
+ }
1072
+ ],
1073
+ "licenses": [
1074
+ {
1075
+ "expression": "MIT OR Apache-2.0"
1076
+ }
1077
+ ],
1078
+ "purl": "pkg:cargo/unindent@0.2.4",
1079
+ "externalReferences": [
1080
+ {
1081
+ "type": "documentation",
1082
+ "url": "https://docs.rs/unindent"
1083
+ },
1084
+ {
1085
+ "type": "vcs",
1086
+ "url": "https://github.com/dtolnay/indoc"
1087
+ }
1088
+ ]
1089
+ },
1090
+ {
1091
+ "type": "library",
1092
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1",
1093
+ "name": "windows-link",
1094
+ "version": "0.2.1",
1095
+ "description": "Linking for Windows",
1096
+ "scope": "required",
1097
+ "hashes": [
1098
+ {
1099
+ "alg": "SHA-256",
1100
+ "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1101
+ }
1102
+ ],
1103
+ "licenses": [
1104
+ {
1105
+ "expression": "MIT OR Apache-2.0"
1106
+ }
1107
+ ],
1108
+ "purl": "pkg:cargo/windows-link@0.2.1",
1109
+ "externalReferences": [
1110
+ {
1111
+ "type": "vcs",
1112
+ "url": "https://github.com/microsoft/windows-rs"
1113
+ }
1114
+ ]
1115
+ }
1116
+ ],
1117
+ "dependencies": [
1118
+ {
1119
+ "ref": "path+file:///Users/arityaaarjunan/wrk/mathtuples#mathtuples_backend@0.3.0",
1120
+ "dependsOn": [
1121
+ "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.15.6",
1122
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.21.2"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1127
+ },
1128
+ {
1129
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0",
1130
+ "dependsOn": [
1131
+ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
1132
+ "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1133
+ ]
1134
+ },
1135
+ {
1136
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1137
+ },
1138
+ {
1139
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
1140
+ },
1141
+ {
1142
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1"
1143
+ },
1144
+ {
1145
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
1146
+ "dependsOn": [
1147
+ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
1148
+ ]
1149
+ },
1150
+ {
1151
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
1152
+ },
1153
+ {
1154
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
1155
+ "dependsOn": [
1156
+ "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
1157
+ ]
1158
+ },
1159
+ {
1160
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.11",
1161
+ "dependsOn": [
1162
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
1163
+ "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1164
+ ]
1165
+ },
1166
+ {
1167
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
1168
+ "dependsOn": [
1169
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1170
+ ]
1171
+ },
1172
+ {
1173
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.15.6",
1174
+ "dependsOn": [
1175
+ "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.11",
1176
+ "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1177
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1178
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1179
+ "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1180
+ ]
1181
+ },
1182
+ {
1183
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1184
+ "dependsOn": [
1185
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
1186
+ ]
1187
+ },
1188
+ {
1189
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1190
+ "dependsOn": [
1191
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
1192
+ ]
1193
+ },
1194
+ {
1195
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1196
+ "dependsOn": [
1197
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1198
+ ]
1199
+ },
1200
+ {
1201
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
1202
+ },
1203
+ {
1204
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
1205
+ "dependsOn": [
1206
+ "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
1207
+ "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
1208
+ ]
1209
+ },
1210
+ {
1211
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
1212
+ "dependsOn": [
1213
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
1214
+ "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
1215
+ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1216
+ ]
1217
+ },
1218
+ {
1219
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0"
1220
+ },
1221
+ {
1222
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1223
+ "dependsOn": [
1224
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1225
+ ]
1226
+ },
1227
+ {
1228
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.21.2",
1229
+ "dependsOn": [
1230
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1231
+ "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
1232
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
1233
+ ]
1234
+ },
1235
+ {
1236
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.21.2",
1237
+ "dependsOn": [
1238
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
1239
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.21.2"
1240
+ ]
1241
+ },
1242
+ {
1243
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.21.2",
1244
+ "dependsOn": [
1245
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1",
1246
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1247
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.21.2",
1248
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1249
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
1250
+ ]
1251
+ },
1252
+ {
1253
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.21.2",
1254
+ "dependsOn": [
1255
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1256
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.21.2",
1257
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1258
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
1259
+ ]
1260
+ },
1261
+ {
1262
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.21.2",
1263
+ "dependsOn": [
1264
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
1265
+ "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
1266
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
1267
+ "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
1268
+ "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
1269
+ "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0",
1270
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.21.2",
1271
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.21.2",
1272
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.21.2",
1273
+ "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
1274
+ ]
1275
+ },
1276
+ {
1277
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
1278
+ "dependsOn": [
1279
+ "registry+https://github.com/rust-lang/crates.io-index#cc@1.3.0"
1280
+ ]
1281
+ },
1282
+ {
1283
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1284
+ "dependsOn": [
1285
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
1286
+ ]
1287
+ },
1288
+ {
1289
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1290
+ },
1291
+ {
1292
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
1293
+ },
1294
+ {
1295
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
1296
+ },
1297
+ {
1298
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
1299
+ },
1300
+ {
1301
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
1302
+ },
1303
+ {
1304
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
1305
+ "dependsOn": [
1306
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1307
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1308
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1309
+ ]
1310
+ },
1311
+ {
1312
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
1313
+ },
1314
+ {
1315
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1316
+ },
1317
+ {
1318
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
1319
+ },
1320
+ {
1321
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
1322
+ }
1323
+ ]
1324
+ }