vectorbt-rust 1.0.0__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,5 @@
1
+ from .vectorbt_rust import *
2
+
3
+ __doc__ = vectorbt_rust.__doc__
4
+ if hasattr(vectorbt_rust, "__all__"):
5
+ __all__ = vectorbt_rust.__all__
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: vectorbt-rust
3
+ Version: 1.0.0
4
+ Classifier: Development Status :: 3 - Alpha
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: Intended Audience :: Financial and Insurance Industry
7
+ Classifier: Programming Language :: Python :: 3.10
8
+ Classifier: Programming Language :: Python :: 3.11
9
+ Classifier: Programming Language :: Python :: 3.12
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Classifier: Programming Language :: Rust
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Topic :: Software Development
15
+ Classifier: Topic :: Office/Business :: Financial
16
+ Classifier: Topic :: Scientific/Engineering :: Information Analysis
17
+ Requires-Dist: numpy>=1.23
18
+ Summary: Rust-accelerated kernels for vectorbt
19
+ Author-email: Oleg Polakow <olegpolakow@vectorbt.pro>
20
+ License: Apache-2.0 WITH Commons-Clause-1.0
21
+ Requires-Python: >=3.10
22
+ Project-URL: Homepage, https://github.com/polakowo/vectorbt
@@ -0,0 +1,6 @@
1
+ vectorbt_rust/__init__.py,sha256=QoKnmL15zDUBkFYAhbFbv9pn4IwlgZO3kbB9DP7Aovo,135
2
+ vectorbt_rust/vectorbt_rust.cp313-win_amd64.pyd,sha256=WjPrSAF29221_3YRyoQm5KsS8RNcTE0GXYgER2FnG8A,2674688
3
+ vectorbt_rust-1.0.0.dist-info/METADATA,sha256=-n19-7plc0Q2lzza1TQv_7pWwgHrp9F_MfgbQ9X5Nko,969
4
+ vectorbt_rust-1.0.0.dist-info/WHEEL,sha256=TDIE_VZkwaFwJY0Olvlg1LUe0IwzGBwZhAVXfIDdWJc,97
5
+ vectorbt_rust-1.0.0.dist-info/sboms/vectorbt-rust.cyclonedx.json,sha256=I7HkDIr7ggNejx2jgvuMf1sd7Ed5baOPZF3dp7iyqfM,40002
6
+ vectorbt_rust-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.13.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64
@@ -0,0 +1,1281 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:03adb930-a549-4561-9915-e951d9480979",
6
+ "metadata": {
7
+ "timestamp": "2026-04-22T12:23:14.797621600Z",
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/vectorbt/vectorbt/rust#vectorbt-rust@1.0.0",
18
+ "name": "vectorbt-rust",
19
+ "version": "1.0.0",
20
+ "description": "Rust-accelerated kernels for vectorbt",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "license": {
25
+ "name": "Apache-2.0 WITH Commons-Clause-1.0"
26
+ }
27
+ }
28
+ ],
29
+ "purl": "pkg:cargo/vectorbt-rust@1.0.0?download_url=file://.",
30
+ "components": [
31
+ {
32
+ "type": "library",
33
+ "bom-ref": "path+file:///D:/a/vectorbt/vectorbt/rust#vectorbt-rust@1.0.0 bin-target-0",
34
+ "name": "vectorbt_rust",
35
+ "version": "1.0.0",
36
+ "purl": "pkg:cargo/vectorbt-rust@1.0.0?download_url=file://.#src/lib.rs"
37
+ }
38
+ ]
39
+ },
40
+ "properties": [
41
+ {
42
+ "name": "cdx:rustc:sbom:target:all_targets",
43
+ "value": "true"
44
+ }
45
+ ]
46
+ },
47
+ "components": [
48
+ {
49
+ "type": "library",
50
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
51
+ "author": "Josh Stone <cuviper@gmail.com>",
52
+ "name": "autocfg",
53
+ "version": "1.5.0",
54
+ "description": "Automatic cfg for Rust compiler features",
55
+ "scope": "excluded",
56
+ "hashes": [
57
+ {
58
+ "alg": "SHA-256",
59
+ "content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
60
+ }
61
+ ],
62
+ "licenses": [
63
+ {
64
+ "expression": "Apache-2.0 OR MIT"
65
+ }
66
+ ],
67
+ "purl": "pkg:cargo/autocfg@1.5.0",
68
+ "externalReferences": [
69
+ {
70
+ "type": "documentation",
71
+ "url": "https://docs.rs/autocfg/"
72
+ },
73
+ {
74
+ "type": "vcs",
75
+ "url": "https://github.com/cuviper/autocfg"
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "type": "library",
81
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
82
+ "author": "Alex Crichton <alex@alexcrichton.com>",
83
+ "name": "cfg-if",
84
+ "version": "1.0.4",
85
+ "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. ",
86
+ "scope": "required",
87
+ "hashes": [
88
+ {
89
+ "alg": "SHA-256",
90
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
91
+ }
92
+ ],
93
+ "licenses": [
94
+ {
95
+ "expression": "MIT OR Apache-2.0"
96
+ }
97
+ ],
98
+ "purl": "pkg:cargo/cfg-if@1.0.4",
99
+ "externalReferences": [
100
+ {
101
+ "type": "vcs",
102
+ "url": "https://github.com/rust-lang/cfg-if"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "type": "library",
108
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
109
+ "author": "The Rand Project Developers",
110
+ "name": "getrandom",
111
+ "version": "0.3.4",
112
+ "description": "A small cross-platform library for retrieving random data from system source",
113
+ "scope": "required",
114
+ "hashes": [
115
+ {
116
+ "alg": "SHA-256",
117
+ "content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
118
+ }
119
+ ],
120
+ "licenses": [
121
+ {
122
+ "expression": "MIT OR Apache-2.0"
123
+ }
124
+ ],
125
+ "purl": "pkg:cargo/getrandom@0.3.4",
126
+ "externalReferences": [
127
+ {
128
+ "type": "documentation",
129
+ "url": "https://docs.rs/getrandom"
130
+ },
131
+ {
132
+ "type": "vcs",
133
+ "url": "https://github.com/rust-random/getrandom"
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "type": "library",
139
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
140
+ "name": "heck",
141
+ "version": "0.5.0",
142
+ "description": "heck is a case conversion library.",
143
+ "scope": "required",
144
+ "hashes": [
145
+ {
146
+ "alg": "SHA-256",
147
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
148
+ }
149
+ ],
150
+ "licenses": [
151
+ {
152
+ "expression": "MIT OR Apache-2.0"
153
+ }
154
+ ],
155
+ "purl": "pkg:cargo/heck@0.5.0",
156
+ "externalReferences": [
157
+ {
158
+ "type": "vcs",
159
+ "url": "https://github.com/withoutboats/heck"
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "type": "library",
165
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
166
+ "author": "David Tolnay <dtolnay@gmail.com>",
167
+ "name": "indoc",
168
+ "version": "2.0.7",
169
+ "description": "Indented document literals",
170
+ "scope": "required",
171
+ "hashes": [
172
+ {
173
+ "alg": "SHA-256",
174
+ "content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
175
+ }
176
+ ],
177
+ "licenses": [
178
+ {
179
+ "expression": "MIT OR Apache-2.0"
180
+ }
181
+ ],
182
+ "purl": "pkg:cargo/indoc@2.0.7",
183
+ "externalReferences": [
184
+ {
185
+ "type": "documentation",
186
+ "url": "https://docs.rs/indoc"
187
+ },
188
+ {
189
+ "type": "vcs",
190
+ "url": "https://github.com/dtolnay/indoc"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "type": "library",
196
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
197
+ "author": "The Rust Project Developers",
198
+ "name": "libc",
199
+ "version": "0.2.185",
200
+ "description": "Raw FFI bindings to platform libraries like libc.",
201
+ "scope": "required",
202
+ "hashes": [
203
+ {
204
+ "alg": "SHA-256",
205
+ "content": "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
206
+ }
207
+ ],
208
+ "licenses": [
209
+ {
210
+ "expression": "MIT OR Apache-2.0"
211
+ }
212
+ ],
213
+ "purl": "pkg:cargo/libc@0.2.185",
214
+ "externalReferences": [
215
+ {
216
+ "type": "vcs",
217
+ "url": "https://github.com/rust-lang/libc"
218
+ }
219
+ ]
220
+ },
221
+ {
222
+ "type": "library",
223
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
224
+ "author": "bluss, R. Janis Goldschmidt",
225
+ "name": "matrixmultiply",
226
+ "version": "0.3.10",
227
+ "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 AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.",
228
+ "scope": "required",
229
+ "hashes": [
230
+ {
231
+ "alg": "SHA-256",
232
+ "content": "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
233
+ }
234
+ ],
235
+ "licenses": [
236
+ {
237
+ "expression": "MIT OR Apache-2.0"
238
+ }
239
+ ],
240
+ "purl": "pkg:cargo/matrixmultiply@0.3.10",
241
+ "externalReferences": [
242
+ {
243
+ "type": "documentation",
244
+ "url": "https://docs.rs/matrixmultiply/"
245
+ },
246
+ {
247
+ "type": "vcs",
248
+ "url": "https://github.com/bluss/matrixmultiply/"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "type": "library",
254
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
255
+ "author": "Gilad Naaman <gilad.naaman@gmail.com>",
256
+ "name": "memoffset",
257
+ "version": "0.9.1",
258
+ "description": "offset_of functionality for Rust structs.",
259
+ "scope": "required",
260
+ "hashes": [
261
+ {
262
+ "alg": "SHA-256",
263
+ "content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
264
+ }
265
+ ],
266
+ "licenses": [
267
+ {
268
+ "expression": "MIT"
269
+ }
270
+ ],
271
+ "purl": "pkg:cargo/memoffset@0.9.1",
272
+ "externalReferences": [
273
+ {
274
+ "type": "vcs",
275
+ "url": "https://github.com/Gilnaa/memoffset"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "type": "library",
281
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
282
+ "author": "Ulrik Sverdrup \"bluss\", Jim Turner",
283
+ "name": "ndarray",
284
+ "version": "0.16.1",
285
+ "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.",
286
+ "scope": "required",
287
+ "hashes": [
288
+ {
289
+ "alg": "SHA-256",
290
+ "content": "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
291
+ }
292
+ ],
293
+ "licenses": [
294
+ {
295
+ "expression": "MIT OR Apache-2.0"
296
+ }
297
+ ],
298
+ "purl": "pkg:cargo/ndarray@0.16.1",
299
+ "externalReferences": [
300
+ {
301
+ "type": "documentation",
302
+ "url": "https://docs.rs/ndarray/"
303
+ },
304
+ {
305
+ "type": "vcs",
306
+ "url": "https://github.com/rust-ndarray/ndarray"
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "type": "library",
312
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
313
+ "author": "The Rust Project Developers",
314
+ "name": "num-complex",
315
+ "version": "0.4.6",
316
+ "description": "Complex numbers implementation for Rust",
317
+ "scope": "required",
318
+ "hashes": [
319
+ {
320
+ "alg": "SHA-256",
321
+ "content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
322
+ }
323
+ ],
324
+ "licenses": [
325
+ {
326
+ "expression": "MIT OR Apache-2.0"
327
+ }
328
+ ],
329
+ "purl": "pkg:cargo/num-complex@0.4.6",
330
+ "externalReferences": [
331
+ {
332
+ "type": "documentation",
333
+ "url": "https://docs.rs/num-complex"
334
+ },
335
+ {
336
+ "type": "website",
337
+ "url": "https://github.com/rust-num/num-complex"
338
+ },
339
+ {
340
+ "type": "vcs",
341
+ "url": "https://github.com/rust-num/num-complex"
342
+ }
343
+ ]
344
+ },
345
+ {
346
+ "type": "library",
347
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
348
+ "author": "The Rust Project Developers",
349
+ "name": "num-integer",
350
+ "version": "0.1.46",
351
+ "description": "Integer traits and functions",
352
+ "scope": "required",
353
+ "hashes": [
354
+ {
355
+ "alg": "SHA-256",
356
+ "content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
357
+ }
358
+ ],
359
+ "licenses": [
360
+ {
361
+ "expression": "MIT OR Apache-2.0"
362
+ }
363
+ ],
364
+ "purl": "pkg:cargo/num-integer@0.1.46",
365
+ "externalReferences": [
366
+ {
367
+ "type": "documentation",
368
+ "url": "https://docs.rs/num-integer"
369
+ },
370
+ {
371
+ "type": "website",
372
+ "url": "https://github.com/rust-num/num-integer"
373
+ },
374
+ {
375
+ "type": "vcs",
376
+ "url": "https://github.com/rust-num/num-integer"
377
+ }
378
+ ]
379
+ },
380
+ {
381
+ "type": "library",
382
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
383
+ "author": "The Rust Project Developers",
384
+ "name": "num-traits",
385
+ "version": "0.2.19",
386
+ "description": "Numeric traits for generic mathematics",
387
+ "scope": "required",
388
+ "hashes": [
389
+ {
390
+ "alg": "SHA-256",
391
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
392
+ }
393
+ ],
394
+ "licenses": [
395
+ {
396
+ "expression": "MIT OR Apache-2.0"
397
+ }
398
+ ],
399
+ "purl": "pkg:cargo/num-traits@0.2.19",
400
+ "externalReferences": [
401
+ {
402
+ "type": "documentation",
403
+ "url": "https://docs.rs/num-traits"
404
+ },
405
+ {
406
+ "type": "website",
407
+ "url": "https://github.com/rust-num/num-traits"
408
+ },
409
+ {
410
+ "type": "vcs",
411
+ "url": "https://github.com/rust-num/num-traits"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "type": "library",
417
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#numpy@0.22.1",
418
+ "author": "The rust-numpy Project Developers, PyO3 Project and Contributors <https://github.com/PyO3>",
419
+ "name": "numpy",
420
+ "version": "0.22.1",
421
+ "description": "PyO3-based Rust bindings of the NumPy C-API",
422
+ "scope": "required",
423
+ "hashes": [
424
+ {
425
+ "alg": "SHA-256",
426
+ "content": "edb929bc0da91a4d85ed6c0a84deaa53d411abfb387fc271124f91bf6b89f14e"
427
+ }
428
+ ],
429
+ "licenses": [
430
+ {
431
+ "expression": "BSD-2-Clause"
432
+ }
433
+ ],
434
+ "purl": "pkg:cargo/numpy@0.22.1",
435
+ "externalReferences": [
436
+ {
437
+ "type": "documentation",
438
+ "url": "https://docs.rs/numpy"
439
+ },
440
+ {
441
+ "type": "vcs",
442
+ "url": "https://github.com/PyO3/rust-numpy"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "type": "library",
448
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
449
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
450
+ "name": "once_cell",
451
+ "version": "1.21.4",
452
+ "description": "Single assignment cells and lazy values.",
453
+ "scope": "required",
454
+ "hashes": [
455
+ {
456
+ "alg": "SHA-256",
457
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
458
+ }
459
+ ],
460
+ "licenses": [
461
+ {
462
+ "expression": "MIT OR Apache-2.0"
463
+ }
464
+ ],
465
+ "purl": "pkg:cargo/once_cell@1.21.4",
466
+ "externalReferences": [
467
+ {
468
+ "type": "documentation",
469
+ "url": "https://docs.rs/once_cell"
470
+ },
471
+ {
472
+ "type": "vcs",
473
+ "url": "https://github.com/matklad/once_cell"
474
+ }
475
+ ]
476
+ },
477
+ {
478
+ "type": "library",
479
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
480
+ "author": "The CryptoCorrosion Contributors",
481
+ "name": "ppv-lite86",
482
+ "version": "0.2.21",
483
+ "description": "Cross-platform cryptography-oriented low-level SIMD library.",
484
+ "scope": "required",
485
+ "hashes": [
486
+ {
487
+ "alg": "SHA-256",
488
+ "content": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
489
+ }
490
+ ],
491
+ "licenses": [
492
+ {
493
+ "expression": "MIT OR Apache-2.0"
494
+ }
495
+ ],
496
+ "purl": "pkg:cargo/ppv-lite86@0.2.21",
497
+ "externalReferences": [
498
+ {
499
+ "type": "vcs",
500
+ "url": "https://github.com/cryptocorrosion/cryptocorrosion"
501
+ }
502
+ ]
503
+ },
504
+ {
505
+ "type": "library",
506
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
507
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
508
+ "name": "proc-macro2",
509
+ "version": "1.0.106",
510
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
511
+ "scope": "required",
512
+ "hashes": [
513
+ {
514
+ "alg": "SHA-256",
515
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
516
+ }
517
+ ],
518
+ "licenses": [
519
+ {
520
+ "expression": "MIT OR Apache-2.0"
521
+ }
522
+ ],
523
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
524
+ "externalReferences": [
525
+ {
526
+ "type": "documentation",
527
+ "url": "https://docs.rs/proc-macro2"
528
+ },
529
+ {
530
+ "type": "vcs",
531
+ "url": "https://github.com/dtolnay/proc-macro2"
532
+ }
533
+ ]
534
+ },
535
+ {
536
+ "type": "library",
537
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.22.6",
538
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
539
+ "name": "pyo3-build-config",
540
+ "version": "0.22.6",
541
+ "description": "Build configuration for the PyO3 ecosystem",
542
+ "scope": "required",
543
+ "hashes": [
544
+ {
545
+ "alg": "SHA-256",
546
+ "content": "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
547
+ }
548
+ ],
549
+ "licenses": [
550
+ {
551
+ "expression": "MIT OR Apache-2.0"
552
+ }
553
+ ],
554
+ "purl": "pkg:cargo/pyo3-build-config@0.22.6",
555
+ "externalReferences": [
556
+ {
557
+ "type": "website",
558
+ "url": "https://github.com/pyo3/pyo3"
559
+ },
560
+ {
561
+ "type": "vcs",
562
+ "url": "https://github.com/pyo3/pyo3"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "type": "library",
568
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.22.6",
569
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
570
+ "name": "pyo3-ffi",
571
+ "version": "0.22.6",
572
+ "description": "Python-API bindings for the PyO3 ecosystem",
573
+ "scope": "required",
574
+ "hashes": [
575
+ {
576
+ "alg": "SHA-256",
577
+ "content": "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
578
+ }
579
+ ],
580
+ "licenses": [
581
+ {
582
+ "expression": "MIT OR Apache-2.0"
583
+ }
584
+ ],
585
+ "purl": "pkg:cargo/pyo3-ffi@0.22.6",
586
+ "externalReferences": [
587
+ {
588
+ "type": "website",
589
+ "url": "https://github.com/pyo3/pyo3"
590
+ },
591
+ {
592
+ "type": "other",
593
+ "url": "python"
594
+ },
595
+ {
596
+ "type": "vcs",
597
+ "url": "https://github.com/pyo3/pyo3"
598
+ }
599
+ ]
600
+ },
601
+ {
602
+ "type": "library",
603
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.22.6",
604
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
605
+ "name": "pyo3-macros-backend",
606
+ "version": "0.22.6",
607
+ "description": "Code generation for PyO3 package",
608
+ "scope": "required",
609
+ "hashes": [
610
+ {
611
+ "alg": "SHA-256",
612
+ "content": "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
613
+ }
614
+ ],
615
+ "licenses": [
616
+ {
617
+ "expression": "MIT OR Apache-2.0"
618
+ }
619
+ ],
620
+ "purl": "pkg:cargo/pyo3-macros-backend@0.22.6",
621
+ "externalReferences": [
622
+ {
623
+ "type": "website",
624
+ "url": "https://github.com/pyo3/pyo3"
625
+ },
626
+ {
627
+ "type": "vcs",
628
+ "url": "https://github.com/pyo3/pyo3"
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "type": "library",
634
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.22.6",
635
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
636
+ "name": "pyo3-macros",
637
+ "version": "0.22.6",
638
+ "description": "Proc macros for PyO3 package",
639
+ "scope": "required",
640
+ "hashes": [
641
+ {
642
+ "alg": "SHA-256",
643
+ "content": "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
644
+ }
645
+ ],
646
+ "licenses": [
647
+ {
648
+ "expression": "MIT OR Apache-2.0"
649
+ }
650
+ ],
651
+ "purl": "pkg:cargo/pyo3-macros@0.22.6",
652
+ "externalReferences": [
653
+ {
654
+ "type": "website",
655
+ "url": "https://github.com/pyo3/pyo3"
656
+ },
657
+ {
658
+ "type": "vcs",
659
+ "url": "https://github.com/pyo3/pyo3"
660
+ }
661
+ ]
662
+ },
663
+ {
664
+ "type": "library",
665
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.22.6",
666
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
667
+ "name": "pyo3",
668
+ "version": "0.22.6",
669
+ "description": "Bindings to Python interpreter",
670
+ "scope": "required",
671
+ "hashes": [
672
+ {
673
+ "alg": "SHA-256",
674
+ "content": "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
675
+ }
676
+ ],
677
+ "licenses": [
678
+ {
679
+ "expression": "MIT OR Apache-2.0"
680
+ }
681
+ ],
682
+ "purl": "pkg:cargo/pyo3@0.22.6",
683
+ "externalReferences": [
684
+ {
685
+ "type": "documentation",
686
+ "url": "https://docs.rs/crate/pyo3/"
687
+ },
688
+ {
689
+ "type": "website",
690
+ "url": "https://github.com/pyo3/pyo3"
691
+ },
692
+ {
693
+ "type": "vcs",
694
+ "url": "https://github.com/pyo3/pyo3"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "type": "library",
700
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
701
+ "author": "David Tolnay <dtolnay@gmail.com>",
702
+ "name": "quote",
703
+ "version": "1.0.45",
704
+ "description": "Quasi-quoting macro quote!(...)",
705
+ "scope": "required",
706
+ "hashes": [
707
+ {
708
+ "alg": "SHA-256",
709
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
710
+ }
711
+ ],
712
+ "licenses": [
713
+ {
714
+ "expression": "MIT OR Apache-2.0"
715
+ }
716
+ ],
717
+ "purl": "pkg:cargo/quote@1.0.45",
718
+ "externalReferences": [
719
+ {
720
+ "type": "documentation",
721
+ "url": "https://docs.rs/quote/"
722
+ },
723
+ {
724
+ "type": "vcs",
725
+ "url": "https://github.com/dtolnay/quote"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "type": "library",
731
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4",
732
+ "author": "The Rand Project Developers, The Rust Project Developers",
733
+ "name": "rand",
734
+ "version": "0.9.4",
735
+ "description": "Random number generators and other randomness functionality. ",
736
+ "scope": "required",
737
+ "hashes": [
738
+ {
739
+ "alg": "SHA-256",
740
+ "content": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
741
+ }
742
+ ],
743
+ "licenses": [
744
+ {
745
+ "expression": "MIT OR Apache-2.0"
746
+ }
747
+ ],
748
+ "purl": "pkg:cargo/rand@0.9.4",
749
+ "externalReferences": [
750
+ {
751
+ "type": "documentation",
752
+ "url": "https://docs.rs/rand"
753
+ },
754
+ {
755
+ "type": "website",
756
+ "url": "https://rust-random.github.io/book"
757
+ },
758
+ {
759
+ "type": "vcs",
760
+ "url": "https://github.com/rust-random/rand"
761
+ }
762
+ ]
763
+ },
764
+ {
765
+ "type": "library",
766
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
767
+ "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
768
+ "name": "rand_chacha",
769
+ "version": "0.9.0",
770
+ "description": "ChaCha random number generator ",
771
+ "scope": "required",
772
+ "hashes": [
773
+ {
774
+ "alg": "SHA-256",
775
+ "content": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
776
+ }
777
+ ],
778
+ "licenses": [
779
+ {
780
+ "expression": "MIT OR Apache-2.0"
781
+ }
782
+ ],
783
+ "purl": "pkg:cargo/rand_chacha@0.9.0",
784
+ "externalReferences": [
785
+ {
786
+ "type": "documentation",
787
+ "url": "https://docs.rs/rand_chacha"
788
+ },
789
+ {
790
+ "type": "website",
791
+ "url": "https://rust-random.github.io/book"
792
+ },
793
+ {
794
+ "type": "vcs",
795
+ "url": "https://github.com/rust-random/rand"
796
+ }
797
+ ]
798
+ },
799
+ {
800
+ "type": "library",
801
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
802
+ "author": "The Rand Project Developers, The Rust Project Developers",
803
+ "name": "rand_core",
804
+ "version": "0.9.5",
805
+ "description": "Core random number generator traits and tools for implementation. ",
806
+ "scope": "required",
807
+ "hashes": [
808
+ {
809
+ "alg": "SHA-256",
810
+ "content": "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
811
+ }
812
+ ],
813
+ "licenses": [
814
+ {
815
+ "expression": "MIT OR Apache-2.0"
816
+ }
817
+ ],
818
+ "purl": "pkg:cargo/rand_core@0.9.5",
819
+ "externalReferences": [
820
+ {
821
+ "type": "documentation",
822
+ "url": "https://docs.rs/rand_core"
823
+ },
824
+ {
825
+ "type": "website",
826
+ "url": "https://rust-random.github.io/book"
827
+ },
828
+ {
829
+ "type": "vcs",
830
+ "url": "https://github.com/rust-random/rand"
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "type": "library",
836
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1",
837
+ "author": "bluss",
838
+ "name": "rawpointer",
839
+ "version": "0.2.1",
840
+ "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`. ",
841
+ "scope": "required",
842
+ "hashes": [
843
+ {
844
+ "alg": "SHA-256",
845
+ "content": "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
846
+ }
847
+ ],
848
+ "licenses": [
849
+ {
850
+ "expression": "MIT OR Apache-2.0"
851
+ }
852
+ ],
853
+ "purl": "pkg:cargo/rawpointer@0.2.1",
854
+ "externalReferences": [
855
+ {
856
+ "type": "documentation",
857
+ "url": "https://docs.rs/rawpointer/"
858
+ },
859
+ {
860
+ "type": "vcs",
861
+ "url": "https://github.com/bluss/rawpointer/"
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "type": "library",
867
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0",
868
+ "author": "The Rust Project Developers",
869
+ "name": "rustc-hash",
870
+ "version": "1.1.0",
871
+ "description": "speed, non-cryptographic hash used in rustc",
872
+ "scope": "required",
873
+ "hashes": [
874
+ {
875
+ "alg": "SHA-256",
876
+ "content": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
877
+ }
878
+ ],
879
+ "licenses": [
880
+ {
881
+ "expression": "Apache-2.0 OR MIT"
882
+ }
883
+ ],
884
+ "purl": "pkg:cargo/rustc-hash@1.1.0",
885
+ "externalReferences": [
886
+ {
887
+ "type": "vcs",
888
+ "url": "https://github.com/rust-lang-nursery/rustc-hash"
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "type": "library",
894
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
895
+ "author": "David Tolnay <dtolnay@gmail.com>",
896
+ "name": "rustversion",
897
+ "version": "1.0.22",
898
+ "description": "Conditional compilation according to rustc compiler version",
899
+ "scope": "excluded",
900
+ "hashes": [
901
+ {
902
+ "alg": "SHA-256",
903
+ "content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
904
+ }
905
+ ],
906
+ "licenses": [
907
+ {
908
+ "expression": "MIT OR Apache-2.0"
909
+ }
910
+ ],
911
+ "purl": "pkg:cargo/rustversion@1.0.22",
912
+ "externalReferences": [
913
+ {
914
+ "type": "documentation",
915
+ "url": "https://docs.rs/rustversion"
916
+ },
917
+ {
918
+ "type": "vcs",
919
+ "url": "https://github.com/dtolnay/rustversion"
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "type": "library",
925
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
926
+ "author": "David Tolnay <dtolnay@gmail.com>",
927
+ "name": "syn",
928
+ "version": "2.0.117",
929
+ "description": "Parser for Rust source code",
930
+ "scope": "required",
931
+ "hashes": [
932
+ {
933
+ "alg": "SHA-256",
934
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
935
+ }
936
+ ],
937
+ "licenses": [
938
+ {
939
+ "expression": "MIT OR Apache-2.0"
940
+ }
941
+ ],
942
+ "purl": "pkg:cargo/syn@2.0.117",
943
+ "externalReferences": [
944
+ {
945
+ "type": "documentation",
946
+ "url": "https://docs.rs/syn"
947
+ },
948
+ {
949
+ "type": "vcs",
950
+ "url": "https://github.com/dtolnay/syn"
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "type": "library",
956
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16",
957
+ "author": "Dan Gohman <sunfish@mozilla.com>",
958
+ "name": "target-lexicon",
959
+ "version": "0.12.16",
960
+ "description": "Targeting utilities for compilers and related tools",
961
+ "scope": "required",
962
+ "hashes": [
963
+ {
964
+ "alg": "SHA-256",
965
+ "content": "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
966
+ }
967
+ ],
968
+ "licenses": [
969
+ {
970
+ "expression": "Apache-2.0 WITH LLVM-exception"
971
+ }
972
+ ],
973
+ "purl": "pkg:cargo/target-lexicon@0.12.16",
974
+ "externalReferences": [
975
+ {
976
+ "type": "documentation",
977
+ "url": "https://docs.rs/target-lexicon/"
978
+ },
979
+ {
980
+ "type": "vcs",
981
+ "url": "https://github.com/bytecodealliance/target-lexicon"
982
+ }
983
+ ]
984
+ },
985
+ {
986
+ "type": "library",
987
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
988
+ "author": "David Tolnay <dtolnay@gmail.com>",
989
+ "name": "unicode-ident",
990
+ "version": "1.0.24",
991
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
992
+ "scope": "required",
993
+ "hashes": [
994
+ {
995
+ "alg": "SHA-256",
996
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
997
+ }
998
+ ],
999
+ "licenses": [
1000
+ {
1001
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1002
+ }
1003
+ ],
1004
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1005
+ "externalReferences": [
1006
+ {
1007
+ "type": "documentation",
1008
+ "url": "https://docs.rs/unicode-ident"
1009
+ },
1010
+ {
1011
+ "type": "vcs",
1012
+ "url": "https://github.com/dtolnay/unicode-ident"
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "type": "library",
1018
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
1019
+ "author": "David Tolnay <dtolnay@gmail.com>",
1020
+ "name": "unindent",
1021
+ "version": "0.2.4",
1022
+ "description": "Remove a column of leading whitespace from a string",
1023
+ "scope": "required",
1024
+ "hashes": [
1025
+ {
1026
+ "alg": "SHA-256",
1027
+ "content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1028
+ }
1029
+ ],
1030
+ "licenses": [
1031
+ {
1032
+ "expression": "MIT OR Apache-2.0"
1033
+ }
1034
+ ],
1035
+ "purl": "pkg:cargo/unindent@0.2.4",
1036
+ "externalReferences": [
1037
+ {
1038
+ "type": "documentation",
1039
+ "url": "https://docs.rs/unindent"
1040
+ },
1041
+ {
1042
+ "type": "vcs",
1043
+ "url": "https://github.com/dtolnay/indoc"
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "type": "library",
1049
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48",
1050
+ "author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
1051
+ "name": "zerocopy",
1052
+ "version": "0.8.48",
1053
+ "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
1054
+ "scope": "required",
1055
+ "hashes": [
1056
+ {
1057
+ "alg": "SHA-256",
1058
+ "content": "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1059
+ }
1060
+ ],
1061
+ "licenses": [
1062
+ {
1063
+ "expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
1064
+ }
1065
+ ],
1066
+ "purl": "pkg:cargo/zerocopy@0.8.48",
1067
+ "externalReferences": [
1068
+ {
1069
+ "type": "vcs",
1070
+ "url": "https://github.com/google/zerocopy"
1071
+ }
1072
+ ]
1073
+ }
1074
+ ],
1075
+ "dependencies": [
1076
+ {
1077
+ "ref": "path+file:///D:/a/vectorbt/vectorbt/rust#vectorbt-rust@1.0.0",
1078
+ "dependsOn": [
1079
+ "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
1080
+ "registry+https://github.com/rust-lang/crates.io-index#numpy@0.22.1",
1081
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.22.6",
1082
+ "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4",
1083
+ "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0"
1084
+ ]
1085
+ },
1086
+ {
1087
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
1088
+ },
1089
+ {
1090
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1091
+ },
1092
+ {
1093
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
1094
+ "dependsOn": [
1095
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1100
+ },
1101
+ {
1102
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
1103
+ "dependsOn": [
1104
+ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
1105
+ ]
1106
+ },
1107
+ {
1108
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
1109
+ },
1110
+ {
1111
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
1112
+ "dependsOn": [
1113
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
1114
+ "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1115
+ ]
1116
+ },
1117
+ {
1118
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
1119
+ "dependsOn": [
1120
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
1121
+ ]
1122
+ },
1123
+ {
1124
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
1125
+ "dependsOn": [
1126
+ "registry+https://github.com/rust-lang/crates.io-index#matrixmultiply@0.3.10",
1127
+ "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1128
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1129
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1130
+ "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1131
+ ]
1132
+ },
1133
+ {
1134
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1135
+ "dependsOn": [
1136
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
1137
+ ]
1138
+ },
1139
+ {
1140
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1141
+ "dependsOn": [
1142
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
1143
+ ]
1144
+ },
1145
+ {
1146
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1147
+ "dependsOn": [
1148
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
1149
+ ]
1150
+ },
1151
+ {
1152
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#numpy@0.22.1",
1153
+ "dependsOn": [
1154
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
1155
+ "registry+https://github.com/rust-lang/crates.io-index#ndarray@0.16.1",
1156
+ "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
1157
+ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
1158
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1159
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.22.6",
1160
+ "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0"
1161
+ ]
1162
+ },
1163
+ {
1164
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
1165
+ },
1166
+ {
1167
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
1168
+ "dependsOn": [
1169
+ "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
1170
+ ]
1171
+ },
1172
+ {
1173
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1174
+ "dependsOn": [
1175
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1176
+ ]
1177
+ },
1178
+ {
1179
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.22.6",
1180
+ "dependsOn": [
1181
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1182
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
1183
+ ]
1184
+ },
1185
+ {
1186
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.22.6",
1187
+ "dependsOn": [
1188
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
1189
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.22.6"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.22.6",
1194
+ "dependsOn": [
1195
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1196
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1197
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.22.6",
1198
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1199
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1200
+ ]
1201
+ },
1202
+ {
1203
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.22.6",
1204
+ "dependsOn": [
1205
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1206
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.22.6",
1207
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1208
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
1209
+ ]
1210
+ },
1211
+ {
1212
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.22.6",
1213
+ "dependsOn": [
1214
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
1215
+ "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
1216
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
1217
+ "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
1218
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1219
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.22.6",
1220
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.22.6",
1221
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.22.6",
1222
+ "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
1223
+ ]
1224
+ },
1225
+ {
1226
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1227
+ "dependsOn": [
1228
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1229
+ ]
1230
+ },
1231
+ {
1232
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4",
1233
+ "dependsOn": [
1234
+ "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
1235
+ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
1236
+ ]
1237
+ },
1238
+ {
1239
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
1240
+ "dependsOn": [
1241
+ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
1242
+ "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
1243
+ ]
1244
+ },
1245
+ {
1246
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
1247
+ "dependsOn": [
1248
+ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4"
1249
+ ]
1250
+ },
1251
+ {
1252
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rawpointer@0.2.1"
1253
+ },
1254
+ {
1255
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0"
1256
+ },
1257
+ {
1258
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
1259
+ },
1260
+ {
1261
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1262
+ "dependsOn": [
1263
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1264
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1265
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1266
+ ]
1267
+ },
1268
+ {
1269
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
1270
+ },
1271
+ {
1272
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1273
+ },
1274
+ {
1275
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
1276
+ },
1277
+ {
1278
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
1279
+ }
1280
+ ]
1281
+ }