python-calamine 0.8.2__cp314-cp314-pyemscripten_2026_0_wasm32.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,1615 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:e83660ea-bd2e-407d-8502-d6ebf5ca2800",
6
+ "metadata": {
7
+ "timestamp": "2026-07-13T13:49:21.383470602Z",
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:///home/runner/work/python-calamine/python-calamine#0.8.2",
18
+ "name": "python-calamine",
19
+ "version": "0.8.2",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/python-calamine@0.8.2?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///home/runner/work/python-calamine/python-calamine#0.8.2 bin-target-0",
26
+ "name": "python_calamine",
27
+ "version": "0.8.2",
28
+ "purl": "pkg:cargo/python-calamine@0.8.2?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": "git+https://github.com/omerbenamram/pyo3-file.git?rev=e88695f375ea3db95d96efc53707f4e8eb1def00#pyo3-file@0.16.0",
43
+ "author": "Omer Ben-Amram <omerbenamram@gmail.com>",
44
+ "name": "pyo3-file",
45
+ "version": "0.16.0",
46
+ "description": "A small helper library for working with python file-like objects with rust",
47
+ "scope": "required",
48
+ "licenses": [
49
+ {
50
+ "expression": "MIT OR Apache-2.0"
51
+ }
52
+ ],
53
+ "purl": "pkg:cargo/pyo3-file@0.16.0?vcs_url=git%2Bhttps://github.com/omerbenamram/pyo3-file.git%40e88695f375ea3db95d96efc53707f4e8eb1def00",
54
+ "externalReferences": [
55
+ {
56
+ "type": "website",
57
+ "url": "https://github.com/omerbenamram/pyo3-file"
58
+ },
59
+ {
60
+ "type": "vcs",
61
+ "url": "https://github.com/omerbenamram/pyo3-file"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "type": "library",
67
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atoi_simd@0.18.1",
68
+ "author": "Dmitry Rodionov <gh@rdmtr.com>",
69
+ "name": "atoi_simd",
70
+ "version": "0.18.1",
71
+ "description": "Fast `&[u8]` to integer parser",
72
+ "scope": "required",
73
+ "hashes": [
74
+ {
75
+ "alg": "SHA-256",
76
+ "content": "f3cdb3708a128e559a30fb830e8a77a5022ee6902806925c216658652b452a44"
77
+ }
78
+ ],
79
+ "licenses": [
80
+ {
81
+ "expression": "MIT OR Apache-2.0"
82
+ }
83
+ ],
84
+ "purl": "pkg:cargo/atoi_simd@0.18.1",
85
+ "externalReferences": [
86
+ {
87
+ "type": "documentation",
88
+ "url": "https://docs.rs/atoi_simd/"
89
+ },
90
+ {
91
+ "type": "vcs",
92
+ "url": "https://github.com/RoDmitry/atoi_simd"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "type": "library",
98
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
99
+ "author": "Josh Stone <cuviper@gmail.com>",
100
+ "name": "autocfg",
101
+ "version": "1.5.1",
102
+ "description": "Automatic cfg for Rust compiler features",
103
+ "scope": "excluded",
104
+ "hashes": [
105
+ {
106
+ "alg": "SHA-256",
107
+ "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
108
+ }
109
+ ],
110
+ "licenses": [
111
+ {
112
+ "expression": "Apache-2.0 OR MIT"
113
+ }
114
+ ],
115
+ "purl": "pkg:cargo/autocfg@1.5.1",
116
+ "externalReferences": [
117
+ {
118
+ "type": "documentation",
119
+ "url": "https://docs.rs/autocfg/"
120
+ },
121
+ {
122
+ "type": "vcs",
123
+ "url": "https://github.com/cuviper/autocfg"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "type": "library",
129
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3",
130
+ "author": "Nick Fitzgerald <fitzgen@gmail.com>",
131
+ "name": "bumpalo",
132
+ "version": "3.20.3",
133
+ "description": "A fast bump allocation arena for Rust.",
134
+ "scope": "required",
135
+ "hashes": [
136
+ {
137
+ "alg": "SHA-256",
138
+ "content": "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
139
+ }
140
+ ],
141
+ "licenses": [
142
+ {
143
+ "expression": "MIT OR Apache-2.0"
144
+ }
145
+ ],
146
+ "purl": "pkg:cargo/bumpalo@3.20.3",
147
+ "externalReferences": [
148
+ {
149
+ "type": "documentation",
150
+ "url": "https://docs.rs/bumpalo"
151
+ },
152
+ {
153
+ "type": "vcs",
154
+ "url": "https://github.com/fitzgen/bumpalo"
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "type": "library",
160
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
161
+ "author": "Andrew Gallant <jamslam@gmail.com>",
162
+ "name": "byteorder",
163
+ "version": "1.5.0",
164
+ "description": "Library for reading/writing numbers in big-endian and little-endian.",
165
+ "scope": "required",
166
+ "hashes": [
167
+ {
168
+ "alg": "SHA-256",
169
+ "content": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
170
+ }
171
+ ],
172
+ "licenses": [
173
+ {
174
+ "expression": "Unlicense OR MIT"
175
+ }
176
+ ],
177
+ "purl": "pkg:cargo/byteorder@1.5.0",
178
+ "externalReferences": [
179
+ {
180
+ "type": "documentation",
181
+ "url": "https://docs.rs/byteorder"
182
+ },
183
+ {
184
+ "type": "website",
185
+ "url": "https://github.com/BurntSushi/byteorder"
186
+ },
187
+ {
188
+ "type": "vcs",
189
+ "url": "https://github.com/BurntSushi/byteorder"
190
+ }
191
+ ]
192
+ },
193
+ {
194
+ "type": "library",
195
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#calamine@0.36.0",
196
+ "author": "Johann Tuffe <tafia973@gmail.com>",
197
+ "name": "calamine",
198
+ "version": "0.36.0",
199
+ "description": "An Excel/OpenDocument Spreadsheet reader and deserializer in pure Rust",
200
+ "scope": "required",
201
+ "hashes": [
202
+ {
203
+ "alg": "SHA-256",
204
+ "content": "6975084f43060e56343ffba7f9731fa52a7dcf2e1cd8e2459fd4c6bf4a1bff59"
205
+ }
206
+ ],
207
+ "licenses": [
208
+ {
209
+ "expression": "MIT"
210
+ }
211
+ ],
212
+ "purl": "pkg:cargo/calamine@0.36.0",
213
+ "externalReferences": [
214
+ {
215
+ "type": "documentation",
216
+ "url": "https://docs.rs/calamine"
217
+ },
218
+ {
219
+ "type": "vcs",
220
+ "url": "https://github.com/tafia/calamine"
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "type": "library",
226
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
227
+ "author": "Alex Crichton <alex@alexcrichton.com>",
228
+ "name": "cfg-if",
229
+ "version": "1.0.4",
230
+ "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. ",
231
+ "scope": "required",
232
+ "hashes": [
233
+ {
234
+ "alg": "SHA-256",
235
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
236
+ }
237
+ ],
238
+ "licenses": [
239
+ {
240
+ "expression": "MIT OR Apache-2.0"
241
+ }
242
+ ],
243
+ "purl": "pkg:cargo/cfg-if@1.0.4",
244
+ "externalReferences": [
245
+ {
246
+ "type": "vcs",
247
+ "url": "https://github.com/rust-lang/cfg-if"
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "type": "library",
253
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
254
+ "name": "chrono",
255
+ "version": "0.4.45",
256
+ "description": "Date and time library for Rust",
257
+ "scope": "required",
258
+ "hashes": [
259
+ {
260
+ "alg": "SHA-256",
261
+ "content": "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
262
+ }
263
+ ],
264
+ "licenses": [
265
+ {
266
+ "expression": "MIT OR Apache-2.0"
267
+ }
268
+ ],
269
+ "purl": "pkg:cargo/chrono@0.4.45",
270
+ "externalReferences": [
271
+ {
272
+ "type": "documentation",
273
+ "url": "https://docs.rs/chrono/"
274
+ },
275
+ {
276
+ "type": "website",
277
+ "url": "https://github.com/chronotope/chrono"
278
+ },
279
+ {
280
+ "type": "vcs",
281
+ "url": "https://github.com/chronotope/chrono"
282
+ }
283
+ ]
284
+ },
285
+ {
286
+ "type": "library",
287
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#codepage@0.1.2",
288
+ "author": "Henri Sivonen <hsivonen@hsivonen.fi>",
289
+ "name": "codepage",
290
+ "version": "0.1.2",
291
+ "description": "Mapping between Windows code page numbers and encoding_rs character encodings",
292
+ "scope": "required",
293
+ "hashes": [
294
+ {
295
+ "alg": "SHA-256",
296
+ "content": "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4"
297
+ }
298
+ ],
299
+ "licenses": [
300
+ {
301
+ "expression": "Apache-2.0 OR MIT"
302
+ }
303
+ ],
304
+ "purl": "pkg:cargo/codepage@0.1.2",
305
+ "externalReferences": [
306
+ {
307
+ "type": "documentation",
308
+ "url": "https://docs.rs/codepage/"
309
+ },
310
+ {
311
+ "type": "website",
312
+ "url": "https://docs.rs/codepage/"
313
+ },
314
+ {
315
+ "type": "vcs",
316
+ "url": "https://github.com/hsivonen/codepage"
317
+ }
318
+ ]
319
+ },
320
+ {
321
+ "type": "library",
322
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
323
+ "author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
324
+ "name": "crc32fast",
325
+ "version": "1.5.0",
326
+ "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
327
+ "scope": "required",
328
+ "hashes": [
329
+ {
330
+ "alg": "SHA-256",
331
+ "content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
332
+ }
333
+ ],
334
+ "licenses": [
335
+ {
336
+ "expression": "MIT OR Apache-2.0"
337
+ }
338
+ ],
339
+ "purl": "pkg:cargo/crc32fast@1.5.0",
340
+ "externalReferences": [
341
+ {
342
+ "type": "vcs",
343
+ "url": "https://github.com/srijs/rust-crc32fast"
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "type": "library",
349
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#debug_unsafe@0.1.4",
350
+ "author": "Dmitry Rodionov <gh@rdmtr.com>",
351
+ "name": "debug_unsafe",
352
+ "version": "0.1.4",
353
+ "description": "Uses `debug-assertions` as a switch of safe/unsafe behaviour",
354
+ "scope": "required",
355
+ "hashes": [
356
+ {
357
+ "alg": "SHA-256",
358
+ "content": "7eed2c4702fa172d1ce21078faa7c5203e69f5394d48cc436d25928394a867a2"
359
+ }
360
+ ],
361
+ "licenses": [
362
+ {
363
+ "expression": "MIT OR Apache-2.0"
364
+ }
365
+ ],
366
+ "purl": "pkg:cargo/debug_unsafe@0.1.4",
367
+ "externalReferences": [
368
+ {
369
+ "type": "documentation",
370
+ "url": "https://docs.rs/debug_unsafe/"
371
+ },
372
+ {
373
+ "type": "vcs",
374
+ "url": "https://github.com/RoDmitry/debug_unsafe"
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ "type": "library",
380
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
381
+ "author": "Henri Sivonen <hsivonen@hsivonen.fi>",
382
+ "name": "encoding_rs",
383
+ "version": "0.8.35",
384
+ "description": "A Gecko-oriented implementation of the Encoding Standard",
385
+ "scope": "required",
386
+ "hashes": [
387
+ {
388
+ "alg": "SHA-256",
389
+ "content": "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
390
+ }
391
+ ],
392
+ "licenses": [
393
+ {
394
+ "expression": "(Apache-2.0 OR MIT) AND BSD-3-Clause"
395
+ }
396
+ ],
397
+ "purl": "pkg:cargo/encoding_rs@0.8.35",
398
+ "externalReferences": [
399
+ {
400
+ "type": "documentation",
401
+ "url": "https://docs.rs/encoding_rs/"
402
+ },
403
+ {
404
+ "type": "website",
405
+ "url": "https://docs.rs/encoding_rs/"
406
+ },
407
+ {
408
+ "type": "vcs",
409
+ "url": "https://github.com/hsivonen/encoding_rs"
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "type": "library",
415
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
416
+ "name": "equivalent",
417
+ "version": "1.0.2",
418
+ "description": "Traits for key comparison in maps.",
419
+ "scope": "required",
420
+ "hashes": [
421
+ {
422
+ "alg": "SHA-256",
423
+ "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
424
+ }
425
+ ],
426
+ "licenses": [
427
+ {
428
+ "expression": "Apache-2.0 OR MIT"
429
+ }
430
+ ],
431
+ "purl": "pkg:cargo/equivalent@1.0.2",
432
+ "externalReferences": [
433
+ {
434
+ "type": "vcs",
435
+ "url": "https://github.com/indexmap-rs/equivalent"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "type": "library",
441
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3",
442
+ "author": "Ivan Smirnov <i.s.smirnov@gmail.com>, Alex Huszagh <ahuszagh@gmail.com>",
443
+ "name": "fast-float2",
444
+ "version": "0.2.3",
445
+ "description": "Fast floating-point number parser.",
446
+ "scope": "required",
447
+ "hashes": [
448
+ {
449
+ "alg": "SHA-256",
450
+ "content": "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
451
+ }
452
+ ],
453
+ "licenses": [
454
+ {
455
+ "expression": "MIT OR Apache-2.0"
456
+ }
457
+ ],
458
+ "purl": "pkg:cargo/fast-float2@0.2.3",
459
+ "externalReferences": [
460
+ {
461
+ "type": "documentation",
462
+ "url": "https://docs.rs/fast-float2"
463
+ },
464
+ {
465
+ "type": "vcs",
466
+ "url": "https://github.com/Alexhuszagh/fast-float-rust"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "type": "library",
472
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
473
+ "author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
474
+ "name": "flate2",
475
+ "version": "1.1.9",
476
+ "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ",
477
+ "scope": "required",
478
+ "hashes": [
479
+ {
480
+ "alg": "SHA-256",
481
+ "content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
482
+ }
483
+ ],
484
+ "licenses": [
485
+ {
486
+ "expression": "MIT OR Apache-2.0"
487
+ }
488
+ ],
489
+ "purl": "pkg:cargo/flate2@1.1.9",
490
+ "externalReferences": [
491
+ {
492
+ "type": "documentation",
493
+ "url": "https://docs.rs/flate2"
494
+ },
495
+ {
496
+ "type": "website",
497
+ "url": "https://github.com/rust-lang/flate2-rs"
498
+ },
499
+ {
500
+ "type": "vcs",
501
+ "url": "https://github.com/rust-lang/flate2-rs"
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ "type": "library",
507
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
508
+ "name": "hashbrown",
509
+ "version": "0.17.1",
510
+ "description": "A Rust port of Google's SwissTable hash map",
511
+ "scope": "required",
512
+ "hashes": [
513
+ {
514
+ "alg": "SHA-256",
515
+ "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
516
+ }
517
+ ],
518
+ "licenses": [
519
+ {
520
+ "expression": "MIT OR Apache-2.0"
521
+ }
522
+ ],
523
+ "purl": "pkg:cargo/hashbrown@0.17.1",
524
+ "externalReferences": [
525
+ {
526
+ "type": "vcs",
527
+ "url": "https://github.com/rust-lang/hashbrown"
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "type": "library",
533
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
534
+ "name": "heck",
535
+ "version": "0.5.0",
536
+ "description": "heck is a case conversion library.",
537
+ "scope": "required",
538
+ "hashes": [
539
+ {
540
+ "alg": "SHA-256",
541
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
542
+ }
543
+ ],
544
+ "licenses": [
545
+ {
546
+ "expression": "MIT OR Apache-2.0"
547
+ }
548
+ ],
549
+ "purl": "pkg:cargo/heck@0.5.0",
550
+ "externalReferences": [
551
+ {
552
+ "type": "vcs",
553
+ "url": "https://github.com/withoutboats/heck"
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "type": "library",
559
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
560
+ "author": "Andrew Straw <strawman@astraw.com>, René Kijewski <rene.kijewski@fu-berlin.de>, Ryan Lopopolo <rjl@hyperbo.la>",
561
+ "name": "iana-time-zone",
562
+ "version": "0.1.65",
563
+ "description": "get the IANA time zone for the current system",
564
+ "scope": "required",
565
+ "hashes": [
566
+ {
567
+ "alg": "SHA-256",
568
+ "content": "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
569
+ }
570
+ ],
571
+ "licenses": [
572
+ {
573
+ "expression": "MIT OR Apache-2.0"
574
+ }
575
+ ],
576
+ "purl": "pkg:cargo/iana-time-zone@0.1.65",
577
+ "externalReferences": [
578
+ {
579
+ "type": "vcs",
580
+ "url": "https://github.com/strawlab/iana-time-zone"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "type": "library",
586
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
587
+ "name": "indexmap",
588
+ "version": "2.14.0",
589
+ "description": "A hash table with consistent order and fast iteration.",
590
+ "scope": "required",
591
+ "hashes": [
592
+ {
593
+ "alg": "SHA-256",
594
+ "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
595
+ }
596
+ ],
597
+ "licenses": [
598
+ {
599
+ "expression": "Apache-2.0 OR MIT"
600
+ }
601
+ ],
602
+ "purl": "pkg:cargo/indexmap@2.14.0",
603
+ "externalReferences": [
604
+ {
605
+ "type": "documentation",
606
+ "url": "https://docs.rs/indexmap/"
607
+ },
608
+ {
609
+ "type": "vcs",
610
+ "url": "https://github.com/indexmap-rs/indexmap"
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "type": "library",
616
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
617
+ "author": "The Rust Project Developers",
618
+ "name": "libc",
619
+ "version": "0.2.186",
620
+ "description": "Raw FFI bindings to platform libraries like libc.",
621
+ "scope": "required",
622
+ "hashes": [
623
+ {
624
+ "alg": "SHA-256",
625
+ "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
626
+ }
627
+ ],
628
+ "licenses": [
629
+ {
630
+ "expression": "MIT OR Apache-2.0"
631
+ }
632
+ ],
633
+ "purl": "pkg:cargo/libc@0.2.186",
634
+ "externalReferences": [
635
+ {
636
+ "type": "vcs",
637
+ "url": "https://github.com/rust-lang/libc"
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "type": "library",
643
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
644
+ "author": "The Rust Project Developers",
645
+ "name": "log",
646
+ "version": "0.4.32",
647
+ "description": "A lightweight logging facade for Rust ",
648
+ "scope": "required",
649
+ "hashes": [
650
+ {
651
+ "alg": "SHA-256",
652
+ "content": "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
653
+ }
654
+ ],
655
+ "licenses": [
656
+ {
657
+ "expression": "MIT OR Apache-2.0"
658
+ }
659
+ ],
660
+ "purl": "pkg:cargo/log@0.4.32",
661
+ "externalReferences": [
662
+ {
663
+ "type": "documentation",
664
+ "url": "https://docs.rs/log"
665
+ },
666
+ {
667
+ "type": "vcs",
668
+ "url": "https://github.com/rust-lang/log"
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "type": "library",
674
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
675
+ "author": "Andrew Gallant <jamslam@gmail.com>, bluss",
676
+ "name": "memchr",
677
+ "version": "2.8.2",
678
+ "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ",
679
+ "scope": "required",
680
+ "hashes": [
681
+ {
682
+ "alg": "SHA-256",
683
+ "content": "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
684
+ }
685
+ ],
686
+ "licenses": [
687
+ {
688
+ "expression": "Unlicense OR MIT"
689
+ }
690
+ ],
691
+ "purl": "pkg:cargo/memchr@2.8.2",
692
+ "externalReferences": [
693
+ {
694
+ "type": "documentation",
695
+ "url": "https://docs.rs/memchr/"
696
+ },
697
+ {
698
+ "type": "website",
699
+ "url": "https://github.com/BurntSushi/memchr"
700
+ },
701
+ {
702
+ "type": "vcs",
703
+ "url": "https://github.com/BurntSushi/memchr"
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "type": "library",
709
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
710
+ "author": "The Rust Project Developers",
711
+ "name": "num-traits",
712
+ "version": "0.2.19",
713
+ "description": "Numeric traits for generic mathematics",
714
+ "scope": "required",
715
+ "hashes": [
716
+ {
717
+ "alg": "SHA-256",
718
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
719
+ }
720
+ ],
721
+ "licenses": [
722
+ {
723
+ "expression": "MIT OR Apache-2.0"
724
+ }
725
+ ],
726
+ "purl": "pkg:cargo/num-traits@0.2.19",
727
+ "externalReferences": [
728
+ {
729
+ "type": "documentation",
730
+ "url": "https://docs.rs/num-traits"
731
+ },
732
+ {
733
+ "type": "website",
734
+ "url": "https://github.com/rust-num/num-traits"
735
+ },
736
+ {
737
+ "type": "vcs",
738
+ "url": "https://github.com/rust-num/num-traits"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "type": "library",
744
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
745
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
746
+ "name": "once_cell",
747
+ "version": "1.21.4",
748
+ "description": "Single assignment cells and lazy values.",
749
+ "scope": "required",
750
+ "hashes": [
751
+ {
752
+ "alg": "SHA-256",
753
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
754
+ }
755
+ ],
756
+ "licenses": [
757
+ {
758
+ "expression": "MIT OR Apache-2.0"
759
+ }
760
+ ],
761
+ "purl": "pkg:cargo/once_cell@1.21.4",
762
+ "externalReferences": [
763
+ {
764
+ "type": "documentation",
765
+ "url": "https://docs.rs/once_cell"
766
+ },
767
+ {
768
+ "type": "vcs",
769
+ "url": "https://github.com/matklad/once_cell"
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "type": "library",
775
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
776
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
777
+ "name": "proc-macro2",
778
+ "version": "1.0.106",
779
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
780
+ "scope": "required",
781
+ "hashes": [
782
+ {
783
+ "alg": "SHA-256",
784
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
785
+ }
786
+ ],
787
+ "licenses": [
788
+ {
789
+ "expression": "MIT OR Apache-2.0"
790
+ }
791
+ ],
792
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
793
+ "externalReferences": [
794
+ {
795
+ "type": "documentation",
796
+ "url": "https://docs.rs/proc-macro2"
797
+ },
798
+ {
799
+ "type": "vcs",
800
+ "url": "https://github.com/dtolnay/proc-macro2"
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "type": "library",
806
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
807
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
808
+ "name": "pyo3-build-config",
809
+ "version": "0.29.0",
810
+ "description": "Build configuration for the PyO3 ecosystem",
811
+ "scope": "excluded",
812
+ "hashes": [
813
+ {
814
+ "alg": "SHA-256",
815
+ "content": "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
816
+ }
817
+ ],
818
+ "licenses": [
819
+ {
820
+ "expression": "MIT OR Apache-2.0"
821
+ }
822
+ ],
823
+ "purl": "pkg:cargo/pyo3-build-config@0.29.0",
824
+ "externalReferences": [
825
+ {
826
+ "type": "website",
827
+ "url": "https://github.com/pyo3/pyo3"
828
+ },
829
+ {
830
+ "type": "vcs",
831
+ "url": "https://github.com/pyo3/pyo3"
832
+ }
833
+ ]
834
+ },
835
+ {
836
+ "type": "library",
837
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
838
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
839
+ "name": "pyo3-ffi",
840
+ "version": "0.29.0",
841
+ "description": "Python-API bindings for the PyO3 ecosystem",
842
+ "scope": "required",
843
+ "hashes": [
844
+ {
845
+ "alg": "SHA-256",
846
+ "content": "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
847
+ }
848
+ ],
849
+ "licenses": [
850
+ {
851
+ "expression": "MIT OR Apache-2.0"
852
+ }
853
+ ],
854
+ "purl": "pkg:cargo/pyo3-ffi@0.29.0",
855
+ "externalReferences": [
856
+ {
857
+ "type": "website",
858
+ "url": "https://github.com/pyo3/pyo3"
859
+ },
860
+ {
861
+ "type": "other",
862
+ "url": "python"
863
+ },
864
+ {
865
+ "type": "vcs",
866
+ "url": "https://github.com/pyo3/pyo3"
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "type": "library",
872
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
873
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
874
+ "name": "pyo3-macros-backend",
875
+ "version": "0.29.0",
876
+ "description": "Code generation for PyO3 package",
877
+ "scope": "required",
878
+ "hashes": [
879
+ {
880
+ "alg": "SHA-256",
881
+ "content": "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
882
+ }
883
+ ],
884
+ "licenses": [
885
+ {
886
+ "expression": "MIT OR Apache-2.0"
887
+ }
888
+ ],
889
+ "purl": "pkg:cargo/pyo3-macros-backend@0.29.0",
890
+ "externalReferences": [
891
+ {
892
+ "type": "website",
893
+ "url": "https://github.com/pyo3/pyo3"
894
+ },
895
+ {
896
+ "type": "vcs",
897
+ "url": "https://github.com/pyo3/pyo3"
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "type": "library",
903
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
904
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
905
+ "name": "pyo3-macros",
906
+ "version": "0.29.0",
907
+ "description": "Proc macros for PyO3 package",
908
+ "scope": "required",
909
+ "hashes": [
910
+ {
911
+ "alg": "SHA-256",
912
+ "content": "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
913
+ }
914
+ ],
915
+ "licenses": [
916
+ {
917
+ "expression": "MIT OR Apache-2.0"
918
+ }
919
+ ],
920
+ "purl": "pkg:cargo/pyo3-macros@0.29.0",
921
+ "externalReferences": [
922
+ {
923
+ "type": "website",
924
+ "url": "https://github.com/pyo3/pyo3"
925
+ },
926
+ {
927
+ "type": "vcs",
928
+ "url": "https://github.com/pyo3/pyo3"
929
+ }
930
+ ]
931
+ },
932
+ {
933
+ "type": "library",
934
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
935
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
936
+ "name": "pyo3",
937
+ "version": "0.29.0",
938
+ "description": "Bindings to Python interpreter",
939
+ "scope": "required",
940
+ "hashes": [
941
+ {
942
+ "alg": "SHA-256",
943
+ "content": "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
944
+ }
945
+ ],
946
+ "licenses": [
947
+ {
948
+ "expression": "MIT OR Apache-2.0"
949
+ }
950
+ ],
951
+ "purl": "pkg:cargo/pyo3@0.29.0",
952
+ "externalReferences": [
953
+ {
954
+ "type": "documentation",
955
+ "url": "https://docs.rs/crate/pyo3/"
956
+ },
957
+ {
958
+ "type": "website",
959
+ "url": "https://github.com/pyo3/pyo3"
960
+ },
961
+ {
962
+ "type": "other",
963
+ "url": "pyo3-python"
964
+ },
965
+ {
966
+ "type": "vcs",
967
+ "url": "https://github.com/pyo3/pyo3"
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "type": "library",
973
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.41.0",
974
+ "name": "quick-xml",
975
+ "version": "0.41.0",
976
+ "description": "High performance xml reader and writer",
977
+ "scope": "required",
978
+ "hashes": [
979
+ {
980
+ "alg": "SHA-256",
981
+ "content": "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
982
+ }
983
+ ],
984
+ "licenses": [
985
+ {
986
+ "expression": "MIT"
987
+ }
988
+ ],
989
+ "purl": "pkg:cargo/quick-xml@0.41.0",
990
+ "externalReferences": [
991
+ {
992
+ "type": "documentation",
993
+ "url": "https://docs.rs/quick-xml"
994
+ },
995
+ {
996
+ "type": "vcs",
997
+ "url": "https://github.com/tafia/quick-xml"
998
+ }
999
+ ]
1000
+ },
1001
+ {
1002
+ "type": "library",
1003
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1004
+ "author": "David Tolnay <dtolnay@gmail.com>",
1005
+ "name": "quote",
1006
+ "version": "1.0.45",
1007
+ "description": "Quasi-quoting macro quote!(...)",
1008
+ "scope": "required",
1009
+ "hashes": [
1010
+ {
1011
+ "alg": "SHA-256",
1012
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1013
+ }
1014
+ ],
1015
+ "licenses": [
1016
+ {
1017
+ "expression": "MIT OR Apache-2.0"
1018
+ }
1019
+ ],
1020
+ "purl": "pkg:cargo/quote@1.0.45",
1021
+ "externalReferences": [
1022
+ {
1023
+ "type": "documentation",
1024
+ "url": "https://docs.rs/quote/"
1025
+ },
1026
+ {
1027
+ "type": "vcs",
1028
+ "url": "https://github.com/dtolnay/quote"
1029
+ }
1030
+ ]
1031
+ },
1032
+ {
1033
+ "type": "library",
1034
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
1035
+ "author": "David Tolnay <dtolnay@gmail.com>",
1036
+ "name": "rustversion",
1037
+ "version": "1.0.22",
1038
+ "description": "Conditional compilation according to rustc compiler version",
1039
+ "scope": "required",
1040
+ "hashes": [
1041
+ {
1042
+ "alg": "SHA-256",
1043
+ "content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1044
+ }
1045
+ ],
1046
+ "licenses": [
1047
+ {
1048
+ "expression": "MIT OR Apache-2.0"
1049
+ }
1050
+ ],
1051
+ "purl": "pkg:cargo/rustversion@1.0.22",
1052
+ "externalReferences": [
1053
+ {
1054
+ "type": "documentation",
1055
+ "url": "https://docs.rs/rustversion"
1056
+ },
1057
+ {
1058
+ "type": "vcs",
1059
+ "url": "https://github.com/dtolnay/rustversion"
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "type": "library",
1065
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1066
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1067
+ "name": "serde",
1068
+ "version": "1.0.228",
1069
+ "description": "A generic serialization/deserialization framework",
1070
+ "scope": "required",
1071
+ "hashes": [
1072
+ {
1073
+ "alg": "SHA-256",
1074
+ "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1075
+ }
1076
+ ],
1077
+ "licenses": [
1078
+ {
1079
+ "expression": "MIT OR Apache-2.0"
1080
+ }
1081
+ ],
1082
+ "purl": "pkg:cargo/serde@1.0.228",
1083
+ "externalReferences": [
1084
+ {
1085
+ "type": "documentation",
1086
+ "url": "https://docs.rs/serde"
1087
+ },
1088
+ {
1089
+ "type": "website",
1090
+ "url": "https://serde.rs"
1091
+ },
1092
+ {
1093
+ "type": "vcs",
1094
+ "url": "https://github.com/serde-rs/serde"
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "type": "library",
1100
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
1101
+ "author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
1102
+ "name": "serde_core",
1103
+ "version": "1.0.228",
1104
+ "description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
1105
+ "scope": "required",
1106
+ "hashes": [
1107
+ {
1108
+ "alg": "SHA-256",
1109
+ "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1110
+ }
1111
+ ],
1112
+ "licenses": [
1113
+ {
1114
+ "expression": "MIT OR Apache-2.0"
1115
+ }
1116
+ ],
1117
+ "purl": "pkg:cargo/serde_core@1.0.228",
1118
+ "externalReferences": [
1119
+ {
1120
+ "type": "documentation",
1121
+ "url": "https://docs.rs/serde_core"
1122
+ },
1123
+ {
1124
+ "type": "website",
1125
+ "url": "https://serde.rs"
1126
+ },
1127
+ {
1128
+ "type": "vcs",
1129
+ "url": "https://github.com/serde-rs/serde"
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "type": "library",
1135
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9",
1136
+ "author": "Marvin Countryman <me@maar.vin>",
1137
+ "name": "simd-adler32",
1138
+ "version": "0.3.9",
1139
+ "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
1140
+ "scope": "required",
1141
+ "hashes": [
1142
+ {
1143
+ "alg": "SHA-256",
1144
+ "content": "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1145
+ }
1146
+ ],
1147
+ "licenses": [
1148
+ {
1149
+ "expression": "MIT"
1150
+ }
1151
+ ],
1152
+ "purl": "pkg:cargo/simd-adler32@0.3.9",
1153
+ "externalReferences": [
1154
+ {
1155
+ "type": "vcs",
1156
+ "url": "https://github.com/mcountryman/simd-adler32"
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "type": "library",
1162
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
1163
+ "author": "David Tolnay <dtolnay@gmail.com>",
1164
+ "name": "syn",
1165
+ "version": "2.0.118",
1166
+ "description": "Parser for Rust source code",
1167
+ "scope": "required",
1168
+ "hashes": [
1169
+ {
1170
+ "alg": "SHA-256",
1171
+ "content": "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1172
+ }
1173
+ ],
1174
+ "licenses": [
1175
+ {
1176
+ "expression": "MIT OR Apache-2.0"
1177
+ }
1178
+ ],
1179
+ "purl": "pkg:cargo/syn@2.0.118",
1180
+ "externalReferences": [
1181
+ {
1182
+ "type": "documentation",
1183
+ "url": "https://docs.rs/syn"
1184
+ },
1185
+ {
1186
+ "type": "vcs",
1187
+ "url": "https://github.com/dtolnay/syn"
1188
+ }
1189
+ ]
1190
+ },
1191
+ {
1192
+ "type": "library",
1193
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
1194
+ "author": "Dan Gohman <sunfish@mozilla.com>",
1195
+ "name": "target-lexicon",
1196
+ "version": "0.13.5",
1197
+ "description": "LLVM target triple types",
1198
+ "scope": "excluded",
1199
+ "hashes": [
1200
+ {
1201
+ "alg": "SHA-256",
1202
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1203
+ }
1204
+ ],
1205
+ "licenses": [
1206
+ {
1207
+ "expression": "Apache-2.0 WITH LLVM-exception"
1208
+ }
1209
+ ],
1210
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
1211
+ "externalReferences": [
1212
+ {
1213
+ "type": "documentation",
1214
+ "url": "https://docs.rs/target-lexicon/"
1215
+ },
1216
+ {
1217
+ "type": "vcs",
1218
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1219
+ }
1220
+ ]
1221
+ },
1222
+ {
1223
+ "type": "library",
1224
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typed-path@0.12.3",
1225
+ "author": "Chip Senkbeil <chip@senkbeil.org>",
1226
+ "name": "typed-path",
1227
+ "version": "0.12.3",
1228
+ "description": "Provides typed variants of Path and PathBuf for Unix and Windows",
1229
+ "scope": "required",
1230
+ "hashes": [
1231
+ {
1232
+ "alg": "SHA-256",
1233
+ "content": "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
1234
+ }
1235
+ ],
1236
+ "licenses": [
1237
+ {
1238
+ "expression": "MIT OR Apache-2.0"
1239
+ }
1240
+ ],
1241
+ "purl": "pkg:cargo/typed-path@0.12.3",
1242
+ "externalReferences": [
1243
+ {
1244
+ "type": "website",
1245
+ "url": "https://github.com/chipsenkbeil/typed-path"
1246
+ },
1247
+ {
1248
+ "type": "vcs",
1249
+ "url": "https://github.com/chipsenkbeil/typed-path"
1250
+ }
1251
+ ]
1252
+ },
1253
+ {
1254
+ "type": "library",
1255
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1256
+ "author": "David Tolnay <dtolnay@gmail.com>",
1257
+ "name": "unicode-ident",
1258
+ "version": "1.0.24",
1259
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1260
+ "scope": "required",
1261
+ "hashes": [
1262
+ {
1263
+ "alg": "SHA-256",
1264
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1265
+ }
1266
+ ],
1267
+ "licenses": [
1268
+ {
1269
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1270
+ }
1271
+ ],
1272
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1273
+ "externalReferences": [
1274
+ {
1275
+ "type": "documentation",
1276
+ "url": "https://docs.rs/unicode-ident"
1277
+ },
1278
+ {
1279
+ "type": "vcs",
1280
+ "url": "https://github.com/dtolnay/unicode-ident"
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "type": "library",
1286
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zip@8.6.0",
1287
+ "author": "Mathijs van de Nes <git@mathijs.vd-nes.nl>, Marli Frost <marli@frost.red>, Ryan Levick <ryan.levick@gmail.com>, Chris Hennick <hennickc@amazon.com>",
1288
+ "name": "zip",
1289
+ "version": "8.6.0",
1290
+ "description": "Library to support the reading and writing of zip files.",
1291
+ "scope": "required",
1292
+ "hashes": [
1293
+ {
1294
+ "alg": "SHA-256",
1295
+ "content": "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
1296
+ }
1297
+ ],
1298
+ "licenses": [
1299
+ {
1300
+ "expression": "MIT"
1301
+ }
1302
+ ],
1303
+ "purl": "pkg:cargo/zip@8.6.0",
1304
+ "externalReferences": [
1305
+ {
1306
+ "type": "vcs",
1307
+ "url": "https://github.com/zip-rs/zip2"
1308
+ }
1309
+ ]
1310
+ },
1311
+ {
1312
+ "type": "library",
1313
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zlib-rs@0.6.3",
1314
+ "name": "zlib-rs",
1315
+ "version": "0.6.3",
1316
+ "description": "A memory-safe zlib implementation written in rust",
1317
+ "scope": "required",
1318
+ "hashes": [
1319
+ {
1320
+ "alg": "SHA-256",
1321
+ "content": "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
1322
+ }
1323
+ ],
1324
+ "licenses": [
1325
+ {
1326
+ "expression": "Zlib"
1327
+ }
1328
+ ],
1329
+ "purl": "pkg:cargo/zlib-rs@0.6.3",
1330
+ "externalReferences": [
1331
+ {
1332
+ "type": "website",
1333
+ "url": "https://github.com/trifectatechfoundation/zlib-rs"
1334
+ },
1335
+ {
1336
+ "type": "vcs",
1337
+ "url": "https://github.com/trifectatechfoundation/zlib-rs"
1338
+ }
1339
+ ]
1340
+ },
1341
+ {
1342
+ "type": "library",
1343
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3",
1344
+ "name": "zopfli",
1345
+ "version": "0.8.3",
1346
+ "description": "A Rust implementation of the Zopfli compression algorithm.",
1347
+ "scope": "required",
1348
+ "hashes": [
1349
+ {
1350
+ "alg": "SHA-256",
1351
+ "content": "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
1352
+ }
1353
+ ],
1354
+ "licenses": [
1355
+ {
1356
+ "expression": "Apache-2.0"
1357
+ }
1358
+ ],
1359
+ "purl": "pkg:cargo/zopfli@0.8.3",
1360
+ "externalReferences": [
1361
+ {
1362
+ "type": "website",
1363
+ "url": "https://github.com/zopfli-rs/zopfli"
1364
+ },
1365
+ {
1366
+ "type": "vcs",
1367
+ "url": "https://github.com/zopfli-rs/zopfli"
1368
+ }
1369
+ ]
1370
+ }
1371
+ ],
1372
+ "dependencies": [
1373
+ {
1374
+ "ref": "git+https://github.com/omerbenamram/pyo3-file.git?rev=e88695f375ea3db95d96efc53707f4e8eb1def00#pyo3-file@0.16.0",
1375
+ "dependsOn": [
1376
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "ref": "path+file:///home/runner/work/python-calamine/python-calamine#0.8.2",
1381
+ "dependsOn": [
1382
+ "registry+https://github.com/rust-lang/crates.io-index#calamine@0.36.0",
1383
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
1384
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1385
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1386
+ "git+https://github.com/omerbenamram/pyo3-file.git?rev=e88695f375ea3db95d96efc53707f4e8eb1def00#pyo3-file@0.16.0"
1387
+ ]
1388
+ },
1389
+ {
1390
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#atoi_simd@0.18.1",
1391
+ "dependsOn": [
1392
+ "registry+https://github.com/rust-lang/crates.io-index#debug_unsafe@0.1.4",
1393
+ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
1394
+ ]
1395
+ },
1396
+ {
1397
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1398
+ },
1399
+ {
1400
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3"
1401
+ },
1402
+ {
1403
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0"
1404
+ },
1405
+ {
1406
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#calamine@0.36.0",
1407
+ "dependsOn": [
1408
+ "registry+https://github.com/rust-lang/crates.io-index#atoi_simd@0.18.1",
1409
+ "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
1410
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
1411
+ "registry+https://github.com/rust-lang/crates.io-index#codepage@0.1.2",
1412
+ "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
1413
+ "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3",
1414
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
1415
+ "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.41.0",
1416
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1417
+ "registry+https://github.com/rust-lang/crates.io-index#zip@8.6.0"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1422
+ },
1423
+ {
1424
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
1425
+ "dependsOn": [
1426
+ "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
1427
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1428
+ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
1429
+ ]
1430
+ },
1431
+ {
1432
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#codepage@0.1.2",
1433
+ "dependsOn": [
1434
+ "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35"
1435
+ ]
1436
+ },
1437
+ {
1438
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
1439
+ "dependsOn": [
1440
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1441
+ ]
1442
+ },
1443
+ {
1444
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#debug_unsafe@0.1.4"
1445
+ },
1446
+ {
1447
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
1448
+ "dependsOn": [
1449
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1450
+ ]
1451
+ },
1452
+ {
1453
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
1454
+ },
1455
+ {
1456
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fast-float2@0.2.3"
1457
+ },
1458
+ {
1459
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
1460
+ "dependsOn": [
1461
+ "registry+https://github.com/rust-lang/crates.io-index#zlib-rs@0.6.3"
1462
+ ]
1463
+ },
1464
+ {
1465
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1466
+ },
1467
+ {
1468
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
1469
+ },
1470
+ {
1471
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65"
1472
+ },
1473
+ {
1474
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1475
+ "dependsOn": [
1476
+ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
1477
+ "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
1478
+ ]
1479
+ },
1480
+ {
1481
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
1482
+ },
1483
+ {
1484
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32"
1485
+ },
1486
+ {
1487
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
1488
+ },
1489
+ {
1490
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1491
+ "dependsOn": [
1492
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1493
+ ]
1494
+ },
1495
+ {
1496
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
1497
+ },
1498
+ {
1499
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1500
+ "dependsOn": [
1501
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1502
+ ]
1503
+ },
1504
+ {
1505
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1506
+ "dependsOn": [
1507
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1508
+ ]
1509
+ },
1510
+ {
1511
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1512
+ "dependsOn": [
1513
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1514
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0"
1515
+ ]
1516
+ },
1517
+ {
1518
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1519
+ "dependsOn": [
1520
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
1521
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1522
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1523
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
1524
+ ]
1525
+ },
1526
+ {
1527
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
1528
+ "dependsOn": [
1529
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1530
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1531
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1532
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118"
1533
+ ]
1534
+ },
1535
+ {
1536
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1537
+ "dependsOn": [
1538
+ "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
1539
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
1540
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1541
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1542
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1543
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0"
1544
+ ]
1545
+ },
1546
+ {
1547
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.41.0",
1548
+ "dependsOn": [
1549
+ "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
1550
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2"
1551
+ ]
1552
+ },
1553
+ {
1554
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1555
+ "dependsOn": [
1556
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
1557
+ ]
1558
+ },
1559
+ {
1560
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
1561
+ },
1562
+ {
1563
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
1564
+ "dependsOn": [
1565
+ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
1566
+ ]
1567
+ },
1568
+ {
1569
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
1570
+ },
1571
+ {
1572
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
1573
+ },
1574
+ {
1575
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.118",
1576
+ "dependsOn": [
1577
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1578
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1579
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1580
+ ]
1581
+ },
1582
+ {
1583
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
1584
+ },
1585
+ {
1586
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#typed-path@0.12.3"
1587
+ },
1588
+ {
1589
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
1590
+ },
1591
+ {
1592
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zip@8.6.0",
1593
+ "dependsOn": [
1594
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
1595
+ "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
1596
+ "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
1597
+ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.2",
1598
+ "registry+https://github.com/rust-lang/crates.io-index#typed-path@0.12.3",
1599
+ "registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3"
1600
+ ]
1601
+ },
1602
+ {
1603
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zlib-rs@0.6.3"
1604
+ },
1605
+ {
1606
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3",
1607
+ "dependsOn": [
1608
+ "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3",
1609
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
1610
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
1611
+ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
1612
+ ]
1613
+ }
1614
+ ]
1615
+ }