rsplotlib 0.3.5__cp39-cp39-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,2250 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:4ed522e2-ebed-4222-a011-0a7156ce7f63",
6
+ "metadata": {
7
+ "timestamp": "2026-07-27T01:33:08.571519900Z",
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/rsplotlib/rsplotlib#0.3.5",
18
+ "name": "rsplotlib",
19
+ "version": "0.3.5",
20
+ "scope": "required",
21
+ "purl": "pkg:cargo/rsplotlib@0.3.5?download_url=file://.",
22
+ "components": [
23
+ {
24
+ "type": "library",
25
+ "bom-ref": "path+file:///D:/a/rsplotlib/rsplotlib#0.3.5 bin-target-0",
26
+ "name": "rsplotlib",
27
+ "version": "0.3.5",
28
+ "purl": "pkg:cargo/rsplotlib@0.3.5?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#ab_glyph@0.2.32",
43
+ "author": "Alex Butler <alexheretic@gmail.com>",
44
+ "name": "ab_glyph",
45
+ "version": "0.2.32",
46
+ "description": "API for loading, scaling, positioning and rasterizing OpenType font glyphs.",
47
+ "scope": "required",
48
+ "hashes": [
49
+ {
50
+ "alg": "SHA-256",
51
+ "content": "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
52
+ }
53
+ ],
54
+ "licenses": [
55
+ {
56
+ "expression": "Apache-2.0"
57
+ }
58
+ ],
59
+ "purl": "pkg:cargo/ab_glyph@0.2.32",
60
+ "externalReferences": [
61
+ {
62
+ "type": "vcs",
63
+ "url": "https://github.com/alexheretic/ab-glyph"
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "type": "library",
69
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.10",
70
+ "author": "Alex Butler <alexheretic@gmail.com>",
71
+ "name": "ab_glyph_rasterizer",
72
+ "version": "0.1.10",
73
+ "description": "Coverage rasterization for lines, quadratic & cubic beziers",
74
+ "scope": "required",
75
+ "hashes": [
76
+ {
77
+ "alg": "SHA-256",
78
+ "content": "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
79
+ }
80
+ ],
81
+ "licenses": [
82
+ {
83
+ "expression": "Apache-2.0"
84
+ }
85
+ ],
86
+ "purl": "pkg:cargo/ab_glyph_rasterizer@0.1.10",
87
+ "externalReferences": [
88
+ {
89
+ "type": "vcs",
90
+ "url": "https://github.com/alexheretic/ab-glyph"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "type": "library",
96
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
97
+ "author": "Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>",
98
+ "name": "adler2",
99
+ "version": "2.0.1",
100
+ "description": "A simple clean-room implementation of the Adler-32 checksum",
101
+ "scope": "required",
102
+ "hashes": [
103
+ {
104
+ "alg": "SHA-256",
105
+ "content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
106
+ }
107
+ ],
108
+ "licenses": [
109
+ {
110
+ "expression": "0BSD OR MIT OR Apache-2.0"
111
+ }
112
+ ],
113
+ "purl": "pkg:cargo/adler2@2.0.1",
114
+ "externalReferences": [
115
+ {
116
+ "type": "documentation",
117
+ "url": "https://docs.rs/adler2/"
118
+ },
119
+ {
120
+ "type": "vcs",
121
+ "url": "https://github.com/oyvindln/adler2"
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "type": "library",
127
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
128
+ "author": "Josh Stone <cuviper@gmail.com>",
129
+ "name": "autocfg",
130
+ "version": "1.5.1",
131
+ "description": "Automatic cfg for Rust compiler features",
132
+ "scope": "excluded",
133
+ "hashes": [
134
+ {
135
+ "alg": "SHA-256",
136
+ "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
137
+ }
138
+ ],
139
+ "licenses": [
140
+ {
141
+ "expression": "Apache-2.0 OR MIT"
142
+ }
143
+ ],
144
+ "purl": "pkg:cargo/autocfg@1.5.1",
145
+ "externalReferences": [
146
+ {
147
+ "type": "documentation",
148
+ "url": "https://docs.rs/autocfg/"
149
+ },
150
+ {
151
+ "type": "vcs",
152
+ "url": "https://github.com/cuviper/autocfg"
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "type": "library",
158
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
159
+ "author": "The Rust Project Developers",
160
+ "name": "bitflags",
161
+ "version": "1.3.2",
162
+ "description": "A macro to generate structures which behave like bitflags. ",
163
+ "scope": "required",
164
+ "hashes": [
165
+ {
166
+ "alg": "SHA-256",
167
+ "content": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
168
+ }
169
+ ],
170
+ "licenses": [
171
+ {
172
+ "expression": "MIT OR Apache-2.0"
173
+ }
174
+ ],
175
+ "purl": "pkg:cargo/bitflags@1.3.2",
176
+ "externalReferences": [
177
+ {
178
+ "type": "documentation",
179
+ "url": "https://docs.rs/bitflags"
180
+ },
181
+ {
182
+ "type": "website",
183
+ "url": "https://github.com/bitflags/bitflags"
184
+ },
185
+ {
186
+ "type": "vcs",
187
+ "url": "https://github.com/bitflags/bitflags"
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "type": "library",
193
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
194
+ "author": "The Rust Project Developers",
195
+ "name": "bitflags",
196
+ "version": "2.13.1",
197
+ "description": "A macro to generate structures which behave like bitflags. ",
198
+ "scope": "required",
199
+ "hashes": [
200
+ {
201
+ "alg": "SHA-256",
202
+ "content": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
203
+ }
204
+ ],
205
+ "licenses": [
206
+ {
207
+ "expression": "MIT OR Apache-2.0"
208
+ }
209
+ ],
210
+ "purl": "pkg:cargo/bitflags@2.13.1",
211
+ "externalReferences": [
212
+ {
213
+ "type": "documentation",
214
+ "url": "https://docs.rs/bitflags"
215
+ },
216
+ {
217
+ "type": "website",
218
+ "url": "https://github.com/bitflags/bitflags"
219
+ },
220
+ {
221
+ "type": "vcs",
222
+ "url": "https://github.com/bitflags/bitflags"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "type": "library",
228
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3",
229
+ "author": "Nick Fitzgerald <fitzgen@gmail.com>",
230
+ "name": "bumpalo",
231
+ "version": "3.20.3",
232
+ "description": "A fast bump allocation arena for Rust.",
233
+ "scope": "required",
234
+ "hashes": [
235
+ {
236
+ "alg": "SHA-256",
237
+ "content": "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
238
+ }
239
+ ],
240
+ "licenses": [
241
+ {
242
+ "expression": "MIT OR Apache-2.0"
243
+ }
244
+ ],
245
+ "purl": "pkg:cargo/bumpalo@3.20.3",
246
+ "externalReferences": [
247
+ {
248
+ "type": "documentation",
249
+ "url": "https://docs.rs/bumpalo"
250
+ },
251
+ {
252
+ "type": "vcs",
253
+ "url": "https://github.com/fitzgen/bumpalo"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "type": "library",
259
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
260
+ "author": "Lokathor <zefria@gmail.com>",
261
+ "name": "bytemuck",
262
+ "version": "1.25.2",
263
+ "description": "A crate for mucking around with piles of bytes.",
264
+ "scope": "required",
265
+ "hashes": [
266
+ {
267
+ "alg": "SHA-256",
268
+ "content": "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
269
+ }
270
+ ],
271
+ "licenses": [
272
+ {
273
+ "expression": "Zlib OR Apache-2.0 OR MIT"
274
+ }
275
+ ],
276
+ "purl": "pkg:cargo/bytemuck@1.25.2",
277
+ "externalReferences": [
278
+ {
279
+ "type": "vcs",
280
+ "url": "https://github.com/Lokathor/bytemuck"
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "type": "library",
286
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
287
+ "author": "Andrew Gallant <jamslam@gmail.com>",
288
+ "name": "byteorder",
289
+ "version": "1.5.0",
290
+ "description": "Library for reading/writing numbers in big-endian and little-endian.",
291
+ "scope": "required",
292
+ "hashes": [
293
+ {
294
+ "alg": "SHA-256",
295
+ "content": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
296
+ }
297
+ ],
298
+ "licenses": [
299
+ {
300
+ "expression": "Unlicense OR MIT"
301
+ }
302
+ ],
303
+ "purl": "pkg:cargo/byteorder@1.5.0",
304
+ "externalReferences": [
305
+ {
306
+ "type": "documentation",
307
+ "url": "https://docs.rs/byteorder"
308
+ },
309
+ {
310
+ "type": "website",
311
+ "url": "https://github.com/BurntSushi/byteorder"
312
+ },
313
+ {
314
+ "type": "vcs",
315
+ "url": "https://github.com/BurntSushi/byteorder"
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "type": "library",
321
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
322
+ "author": "Alex Crichton <alex@alexcrichton.com>",
323
+ "name": "cfg-if",
324
+ "version": "1.0.4",
325
+ "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. ",
326
+ "scope": "required",
327
+ "hashes": [
328
+ {
329
+ "alg": "SHA-256",
330
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
331
+ }
332
+ ],
333
+ "licenses": [
334
+ {
335
+ "expression": "MIT OR Apache-2.0"
336
+ }
337
+ ],
338
+ "purl": "pkg:cargo/cfg-if@1.0.4",
339
+ "externalReferences": [
340
+ {
341
+ "type": "vcs",
342
+ "url": "https://github.com/rust-lang/cfg-if"
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "type": "library",
348
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0",
349
+ "author": "nwin <nwin@users.noreply.github.com>",
350
+ "name": "color_quant",
351
+ "version": "1.1.0",
352
+ "description": "Color quantization library to reduce n colors to 256 colors.",
353
+ "scope": "required",
354
+ "hashes": [
355
+ {
356
+ "alg": "SHA-256",
357
+ "content": "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
358
+ }
359
+ ],
360
+ "licenses": [
361
+ {
362
+ "expression": "MIT"
363
+ }
364
+ ],
365
+ "purl": "pkg:cargo/color_quant@1.1.0",
366
+ "externalReferences": [
367
+ {
368
+ "type": "vcs",
369
+ "url": "https://github.com/image-rs/color_quant.git"
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "type": "library",
375
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
376
+ "author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
377
+ "name": "crc32fast",
378
+ "version": "1.5.0",
379
+ "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
380
+ "scope": "required",
381
+ "hashes": [
382
+ {
383
+ "alg": "SHA-256",
384
+ "content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
385
+ }
386
+ ],
387
+ "licenses": [
388
+ {
389
+ "expression": "MIT OR Apache-2.0"
390
+ }
391
+ ],
392
+ "purl": "pkg:cargo/crc32fast@1.5.0",
393
+ "externalReferences": [
394
+ {
395
+ "type": "vcs",
396
+ "url": "https://github.com/srijs/rust-crc32fast"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "type": "library",
402
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.7",
403
+ "name": "crossbeam-deque",
404
+ "version": "0.8.7",
405
+ "description": "Concurrent work-stealing deque",
406
+ "scope": "required",
407
+ "hashes": [
408
+ {
409
+ "alg": "SHA-256",
410
+ "content": "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
411
+ }
412
+ ],
413
+ "licenses": [
414
+ {
415
+ "expression": "MIT OR Apache-2.0"
416
+ }
417
+ ],
418
+ "purl": "pkg:cargo/crossbeam-deque@0.8.7",
419
+ "externalReferences": [
420
+ {
421
+ "type": "website",
422
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
423
+ },
424
+ {
425
+ "type": "vcs",
426
+ "url": "https://github.com/crossbeam-rs/crossbeam"
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "type": "library",
432
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.20",
433
+ "name": "crossbeam-epoch",
434
+ "version": "0.9.20",
435
+ "description": "Epoch-based garbage collection",
436
+ "scope": "required",
437
+ "hashes": [
438
+ {
439
+ "alg": "SHA-256",
440
+ "content": "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
441
+ }
442
+ ],
443
+ "licenses": [
444
+ {
445
+ "expression": "MIT OR Apache-2.0"
446
+ }
447
+ ],
448
+ "purl": "pkg:cargo/crossbeam-epoch@0.9.20",
449
+ "externalReferences": [
450
+ {
451
+ "type": "website",
452
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
453
+ },
454
+ {
455
+ "type": "vcs",
456
+ "url": "https://github.com/crossbeam-rs/crossbeam"
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "type": "library",
462
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.22",
463
+ "name": "crossbeam-utils",
464
+ "version": "0.8.22",
465
+ "description": "Utilities for concurrent programming",
466
+ "scope": "required",
467
+ "hashes": [
468
+ {
469
+ "alg": "SHA-256",
470
+ "content": "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
471
+ }
472
+ ],
473
+ "licenses": [
474
+ {
475
+ "expression": "MIT OR Apache-2.0"
476
+ }
477
+ ],
478
+ "purl": "pkg:cargo/crossbeam-utils@0.8.22",
479
+ "externalReferences": [
480
+ {
481
+ "type": "website",
482
+ "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
483
+ },
484
+ {
485
+ "type": "vcs",
486
+ "url": "https://github.com/crossbeam-rs/crossbeam"
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "type": "library",
492
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0",
493
+ "name": "either",
494
+ "version": "1.17.0",
495
+ "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ",
496
+ "scope": "required",
497
+ "hashes": [
498
+ {
499
+ "alg": "SHA-256",
500
+ "content": "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
501
+ }
502
+ ],
503
+ "licenses": [
504
+ {
505
+ "expression": "MIT OR Apache-2.0"
506
+ }
507
+ ],
508
+ "purl": "pkg:cargo/either@1.17.0",
509
+ "externalReferences": [
510
+ {
511
+ "type": "documentation",
512
+ "url": "https://docs.rs/either/1/"
513
+ },
514
+ {
515
+ "type": "vcs",
516
+ "url": "https://github.com/rayon-rs/either"
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "type": "library",
522
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
523
+ "author": "The image-rs Developers",
524
+ "name": "fdeflate",
525
+ "version": "0.3.7",
526
+ "description": "Fast specialized deflate implementation",
527
+ "scope": "required",
528
+ "hashes": [
529
+ {
530
+ "alg": "SHA-256",
531
+ "content": "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
532
+ }
533
+ ],
534
+ "licenses": [
535
+ {
536
+ "expression": "MIT OR Apache-2.0"
537
+ }
538
+ ],
539
+ "purl": "pkg:cargo/fdeflate@0.3.7",
540
+ "externalReferences": [
541
+ {
542
+ "type": "documentation",
543
+ "url": "https://docs.rs/fdeflate"
544
+ },
545
+ {
546
+ "type": "website",
547
+ "url": "https://github.com/image-rs/fdeflate"
548
+ },
549
+ {
550
+ "type": "vcs",
551
+ "url": "https://github.com/image-rs/fdeflate"
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "type": "library",
557
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
558
+ "author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
559
+ "name": "flate2",
560
+ "version": "1.1.9",
561
+ "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. ",
562
+ "scope": "required",
563
+ "hashes": [
564
+ {
565
+ "alg": "SHA-256",
566
+ "content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
567
+ }
568
+ ],
569
+ "licenses": [
570
+ {
571
+ "expression": "MIT OR Apache-2.0"
572
+ }
573
+ ],
574
+ "purl": "pkg:cargo/flate2@1.1.9",
575
+ "externalReferences": [
576
+ {
577
+ "type": "documentation",
578
+ "url": "https://docs.rs/flate2"
579
+ },
580
+ {
581
+ "type": "website",
582
+ "url": "https://github.com/rust-lang/flate2-rs"
583
+ },
584
+ {
585
+ "type": "vcs",
586
+ "url": "https://github.com/rust-lang/flate2-rs"
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "type": "library",
592
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
593
+ "name": "futures-core",
594
+ "version": "0.3.33",
595
+ "description": "The core traits and types in for the `futures` library. ",
596
+ "scope": "required",
597
+ "hashes": [
598
+ {
599
+ "alg": "SHA-256",
600
+ "content": "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
601
+ }
602
+ ],
603
+ "licenses": [
604
+ {
605
+ "expression": "MIT OR Apache-2.0"
606
+ }
607
+ ],
608
+ "purl": "pkg:cargo/futures-core@0.3.33",
609
+ "externalReferences": [
610
+ {
611
+ "type": "website",
612
+ "url": "https://rust-lang.github.io/futures-rs"
613
+ },
614
+ {
615
+ "type": "vcs",
616
+ "url": "https://github.com/rust-lang/futures-rs"
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "type": "library",
622
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.33",
623
+ "name": "futures-task",
624
+ "version": "0.3.33",
625
+ "description": "Tools for working with tasks. ",
626
+ "scope": "required",
627
+ "hashes": [
628
+ {
629
+ "alg": "SHA-256",
630
+ "content": "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
631
+ }
632
+ ],
633
+ "licenses": [
634
+ {
635
+ "expression": "MIT OR Apache-2.0"
636
+ }
637
+ ],
638
+ "purl": "pkg:cargo/futures-task@0.3.33",
639
+ "externalReferences": [
640
+ {
641
+ "type": "website",
642
+ "url": "https://rust-lang.github.io/futures-rs"
643
+ },
644
+ {
645
+ "type": "vcs",
646
+ "url": "https://github.com/rust-lang/futures-rs"
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "type": "library",
652
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
653
+ "name": "futures-util",
654
+ "version": "0.3.33",
655
+ "description": "Common utilities and extension traits for the futures-rs library. ",
656
+ "scope": "required",
657
+ "hashes": [
658
+ {
659
+ "alg": "SHA-256",
660
+ "content": "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
661
+ }
662
+ ],
663
+ "licenses": [
664
+ {
665
+ "expression": "MIT OR Apache-2.0"
666
+ }
667
+ ],
668
+ "purl": "pkg:cargo/futures-util@0.3.33",
669
+ "externalReferences": [
670
+ {
671
+ "type": "website",
672
+ "url": "https://rust-lang.github.io/futures-rs"
673
+ },
674
+ {
675
+ "type": "vcs",
676
+ "url": "https://github.com/rust-lang/futures-rs"
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "type": "library",
682
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
683
+ "name": "heck",
684
+ "version": "0.5.0",
685
+ "description": "heck is a case conversion library.",
686
+ "scope": "required",
687
+ "hashes": [
688
+ {
689
+ "alg": "SHA-256",
690
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
691
+ }
692
+ ],
693
+ "licenses": [
694
+ {
695
+ "expression": "MIT OR Apache-2.0"
696
+ }
697
+ ],
698
+ "purl": "pkg:cargo/heck@0.5.0",
699
+ "externalReferences": [
700
+ {
701
+ "type": "vcs",
702
+ "url": "https://github.com/withoutboats/heck"
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "type": "library",
708
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9",
709
+ "author": "The image-rs Developers",
710
+ "name": "image",
711
+ "version": "0.24.9",
712
+ "description": "Imaging library. Provides basic image processing and encoders/decoders for common image formats.",
713
+ "scope": "required",
714
+ "hashes": [
715
+ {
716
+ "alg": "SHA-256",
717
+ "content": "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
718
+ }
719
+ ],
720
+ "licenses": [
721
+ {
722
+ "expression": "MIT OR Apache-2.0"
723
+ }
724
+ ],
725
+ "purl": "pkg:cargo/image@0.24.9",
726
+ "externalReferences": [
727
+ {
728
+ "type": "documentation",
729
+ "url": "https://docs.rs/image"
730
+ },
731
+ {
732
+ "type": "website",
733
+ "url": "https://github.com/image-rs/image"
734
+ },
735
+ {
736
+ "type": "vcs",
737
+ "url": "https://github.com/image-rs/image"
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "type": "library",
743
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2",
744
+ "author": "The image-rs Developers",
745
+ "name": "jpeg-decoder",
746
+ "version": "0.3.2",
747
+ "description": "JPEG decoder",
748
+ "scope": "required",
749
+ "hashes": [
750
+ {
751
+ "alg": "SHA-256",
752
+ "content": "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
753
+ }
754
+ ],
755
+ "licenses": [
756
+ {
757
+ "expression": "MIT OR Apache-2.0"
758
+ }
759
+ ],
760
+ "purl": "pkg:cargo/jpeg-decoder@0.3.2",
761
+ "externalReferences": [
762
+ {
763
+ "type": "documentation",
764
+ "url": "https://docs.rs/jpeg-decoder"
765
+ },
766
+ {
767
+ "type": "vcs",
768
+ "url": "https://github.com/image-rs/jpeg-decoder"
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "type": "library",
774
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jpeg-encoder@0.7.0",
775
+ "author": "Volker Ströbel <volkerstroebel@mysurdity.de>",
776
+ "name": "jpeg-encoder",
777
+ "version": "0.7.0",
778
+ "description": "JPEG encoder",
779
+ "scope": "required",
780
+ "hashes": [
781
+ {
782
+ "alg": "SHA-256",
783
+ "content": "0b0b36cbb4e6704f12f5b5d7b01dac593982c6550859ebd5a66fb15c9ea27fd5"
784
+ }
785
+ ],
786
+ "licenses": [
787
+ {
788
+ "expression": "(MIT OR Apache-2.0) AND IJG"
789
+ }
790
+ ],
791
+ "purl": "pkg:cargo/jpeg-encoder@0.7.0",
792
+ "externalReferences": [
793
+ {
794
+ "type": "vcs",
795
+ "url": "https://github.com/vstroebel/jpeg-encoder"
796
+ }
797
+ ]
798
+ },
799
+ {
800
+ "type": "library",
801
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.103",
802
+ "author": "The wasm-bindgen Developers",
803
+ "name": "js-sys",
804
+ "version": "0.3.103",
805
+ "description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. ",
806
+ "scope": "required",
807
+ "hashes": [
808
+ {
809
+ "alg": "SHA-256",
810
+ "content": "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
811
+ }
812
+ ],
813
+ "licenses": [
814
+ {
815
+ "expression": "MIT OR Apache-2.0"
816
+ }
817
+ ],
818
+ "purl": "pkg:cargo/js-sys@0.3.103",
819
+ "externalReferences": [
820
+ {
821
+ "type": "documentation",
822
+ "url": "https://docs.rs/js-sys"
823
+ },
824
+ {
825
+ "type": "website",
826
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/"
827
+ },
828
+ {
829
+ "type": "vcs",
830
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys"
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "type": "library",
836
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
837
+ "name": "libc",
838
+ "version": "0.2.189",
839
+ "description": "Raw FFI bindings to platform libraries like libc.",
840
+ "scope": "required",
841
+ "hashes": [
842
+ {
843
+ "alg": "SHA-256",
844
+ "content": "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
845
+ }
846
+ ],
847
+ "licenses": [
848
+ {
849
+ "expression": "MIT OR Apache-2.0"
850
+ }
851
+ ],
852
+ "purl": "pkg:cargo/libc@0.2.189",
853
+ "externalReferences": [
854
+ {
855
+ "type": "vcs",
856
+ "url": "https://github.com/rust-lang/libc"
857
+ }
858
+ ]
859
+ },
860
+ {
861
+ "type": "library",
862
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
863
+ "author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
864
+ "name": "miniz_oxide",
865
+ "version": "0.8.9",
866
+ "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
867
+ "scope": "required",
868
+ "hashes": [
869
+ {
870
+ "alg": "SHA-256",
871
+ "content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
872
+ }
873
+ ],
874
+ "licenses": [
875
+ {
876
+ "expression": "MIT OR Zlib OR Apache-2.0"
877
+ }
878
+ ],
879
+ "purl": "pkg:cargo/miniz_oxide@0.8.9",
880
+ "externalReferences": [
881
+ {
882
+ "type": "documentation",
883
+ "url": "https://docs.rs/miniz_oxide"
884
+ },
885
+ {
886
+ "type": "website",
887
+ "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
888
+ },
889
+ {
890
+ "type": "vcs",
891
+ "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
892
+ }
893
+ ]
894
+ },
895
+ {
896
+ "type": "library",
897
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
898
+ "author": "The Rust Project Developers",
899
+ "name": "num-traits",
900
+ "version": "0.2.19",
901
+ "description": "Numeric traits for generic mathematics",
902
+ "scope": "required",
903
+ "hashes": [
904
+ {
905
+ "alg": "SHA-256",
906
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
907
+ }
908
+ ],
909
+ "licenses": [
910
+ {
911
+ "expression": "MIT OR Apache-2.0"
912
+ }
913
+ ],
914
+ "purl": "pkg:cargo/num-traits@0.2.19",
915
+ "externalReferences": [
916
+ {
917
+ "type": "documentation",
918
+ "url": "https://docs.rs/num-traits"
919
+ },
920
+ {
921
+ "type": "website",
922
+ "url": "https://github.com/rust-num/num-traits"
923
+ },
924
+ {
925
+ "type": "vcs",
926
+ "url": "https://github.com/rust-num/num-traits"
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "type": "library",
932
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
933
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
934
+ "name": "once_cell",
935
+ "version": "1.21.4",
936
+ "description": "Single assignment cells and lazy values.",
937
+ "scope": "required",
938
+ "hashes": [
939
+ {
940
+ "alg": "SHA-256",
941
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
942
+ }
943
+ ],
944
+ "licenses": [
945
+ {
946
+ "expression": "MIT OR Apache-2.0"
947
+ }
948
+ ],
949
+ "purl": "pkg:cargo/once_cell@1.21.4",
950
+ "externalReferences": [
951
+ {
952
+ "type": "documentation",
953
+ "url": "https://docs.rs/once_cell"
954
+ },
955
+ {
956
+ "type": "vcs",
957
+ "url": "https://github.com/matklad/once_cell"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "type": "library",
963
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.25.1",
964
+ "author": "Alex Butler <alexheretic@gmail.com>",
965
+ "name": "owned_ttf_parser",
966
+ "version": "0.25.1",
967
+ "description": "ttf-parser plus support for owned data",
968
+ "scope": "required",
969
+ "hashes": [
970
+ {
971
+ "alg": "SHA-256",
972
+ "content": "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
973
+ }
974
+ ],
975
+ "licenses": [
976
+ {
977
+ "expression": "Apache-2.0"
978
+ }
979
+ ],
980
+ "purl": "pkg:cargo/owned_ttf_parser@0.25.1",
981
+ "externalReferences": [
982
+ {
983
+ "type": "vcs",
984
+ "url": "https://github.com/alexheretic/owned-ttf-parser"
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "type": "library",
990
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
991
+ "name": "pin-project-lite",
992
+ "version": "0.2.17",
993
+ "description": "A lightweight version of pin-project written with declarative macros. ",
994
+ "scope": "required",
995
+ "hashes": [
996
+ {
997
+ "alg": "SHA-256",
998
+ "content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
999
+ }
1000
+ ],
1001
+ "licenses": [
1002
+ {
1003
+ "expression": "Apache-2.0 OR MIT"
1004
+ }
1005
+ ],
1006
+ "purl": "pkg:cargo/pin-project-lite@0.2.17",
1007
+ "externalReferences": [
1008
+ {
1009
+ "type": "vcs",
1010
+ "url": "https://github.com/taiki-e/pin-project-lite"
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "type": "library",
1016
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7",
1017
+ "author": "Hao Hou <haohou302@gmail.com>",
1018
+ "name": "plotters-backend",
1019
+ "version": "0.3.7",
1020
+ "description": "Plotters Backend API",
1021
+ "scope": "required",
1022
+ "hashes": [
1023
+ {
1024
+ "alg": "SHA-256",
1025
+ "content": "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1026
+ }
1027
+ ],
1028
+ "licenses": [
1029
+ {
1030
+ "expression": "MIT"
1031
+ }
1032
+ ],
1033
+ "purl": "pkg:cargo/plotters-backend@0.3.7",
1034
+ "externalReferences": [
1035
+ {
1036
+ "type": "website",
1037
+ "url": "https://plotters-rs.github.io"
1038
+ },
1039
+ {
1040
+ "type": "vcs",
1041
+ "url": "https://github.com/plotters-rs/plotters"
1042
+ }
1043
+ ]
1044
+ },
1045
+ {
1046
+ "type": "library",
1047
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.7",
1048
+ "author": "Hao Hou <haohou302@gmail.com>",
1049
+ "name": "plotters-bitmap",
1050
+ "version": "0.3.7",
1051
+ "description": "Plotters Bitmap Backend",
1052
+ "scope": "required",
1053
+ "hashes": [
1054
+ {
1055
+ "alg": "SHA-256",
1056
+ "content": "72ce181e3f6bf82d6c1dc569103ca7b1bd964c60ba03d7e6cdfbb3e3eb7f7405"
1057
+ }
1058
+ ],
1059
+ "licenses": [
1060
+ {
1061
+ "expression": "MIT"
1062
+ }
1063
+ ],
1064
+ "purl": "pkg:cargo/plotters-bitmap@0.3.7",
1065
+ "externalReferences": [
1066
+ {
1067
+ "type": "website",
1068
+ "url": "https://plotters-rs.github.io"
1069
+ },
1070
+ {
1071
+ "type": "vcs",
1072
+ "url": "https://github.com/plotters-rs/plotters"
1073
+ }
1074
+ ]
1075
+ },
1076
+ {
1077
+ "type": "library",
1078
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7",
1079
+ "author": "Hao Hou <haohou302@gmail.com>",
1080
+ "name": "plotters-svg",
1081
+ "version": "0.3.7",
1082
+ "description": "Plotters SVG backend",
1083
+ "scope": "required",
1084
+ "hashes": [
1085
+ {
1086
+ "alg": "SHA-256",
1087
+ "content": "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1088
+ }
1089
+ ],
1090
+ "licenses": [
1091
+ {
1092
+ "expression": "MIT"
1093
+ }
1094
+ ],
1095
+ "purl": "pkg:cargo/plotters-svg@0.3.7",
1096
+ "externalReferences": [
1097
+ {
1098
+ "type": "website",
1099
+ "url": "https://plotters-rs.github.io"
1100
+ },
1101
+ {
1102
+ "type": "vcs",
1103
+ "url": "https://github.com/plotters-rs/plotters.git"
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "type": "library",
1109
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7",
1110
+ "author": "Hao Hou <haohou302@gmail.com>",
1111
+ "name": "plotters",
1112
+ "version": "0.3.7",
1113
+ "description": "A Rust drawing library focus on data plotting for both WASM and native applications",
1114
+ "scope": "required",
1115
+ "hashes": [
1116
+ {
1117
+ "alg": "SHA-256",
1118
+ "content": "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1119
+ }
1120
+ ],
1121
+ "licenses": [
1122
+ {
1123
+ "expression": "MIT"
1124
+ }
1125
+ ],
1126
+ "purl": "pkg:cargo/plotters@0.3.7",
1127
+ "externalReferences": [
1128
+ {
1129
+ "type": "website",
1130
+ "url": "https://plotters-rs.github.io/"
1131
+ },
1132
+ {
1133
+ "type": "vcs",
1134
+ "url": "https://github.com/plotters-rs/plotters"
1135
+ }
1136
+ ]
1137
+ },
1138
+ {
1139
+ "type": "library",
1140
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16",
1141
+ "author": "The image-rs Developers",
1142
+ "name": "png",
1143
+ "version": "0.17.16",
1144
+ "description": "PNG decoding and encoding library in pure Rust",
1145
+ "scope": "required",
1146
+ "hashes": [
1147
+ {
1148
+ "alg": "SHA-256",
1149
+ "content": "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
1150
+ }
1151
+ ],
1152
+ "licenses": [
1153
+ {
1154
+ "expression": "MIT OR Apache-2.0"
1155
+ }
1156
+ ],
1157
+ "purl": "pkg:cargo/png@0.17.16",
1158
+ "externalReferences": [
1159
+ {
1160
+ "type": "vcs",
1161
+ "url": "https://github.com/image-rs/image-png"
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "type": "library",
1167
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.18.1",
1168
+ "author": "The image-rs Developers",
1169
+ "name": "png",
1170
+ "version": "0.18.1",
1171
+ "description": "PNG decoding and encoding library in pure Rust",
1172
+ "scope": "required",
1173
+ "hashes": [
1174
+ {
1175
+ "alg": "SHA-256",
1176
+ "content": "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1177
+ }
1178
+ ],
1179
+ "licenses": [
1180
+ {
1181
+ "expression": "MIT OR Apache-2.0"
1182
+ }
1183
+ ],
1184
+ "purl": "pkg:cargo/png@0.18.1",
1185
+ "externalReferences": [
1186
+ {
1187
+ "type": "vcs",
1188
+ "url": "https://github.com/image-rs/image-png"
1189
+ }
1190
+ ]
1191
+ },
1192
+ {
1193
+ "type": "library",
1194
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0",
1195
+ "name": "portable-atomic",
1196
+ "version": "1.14.0",
1197
+ "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
1198
+ "scope": "required",
1199
+ "hashes": [
1200
+ {
1201
+ "alg": "SHA-256",
1202
+ "content": "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
1203
+ }
1204
+ ],
1205
+ "licenses": [
1206
+ {
1207
+ "expression": "Apache-2.0 OR MIT"
1208
+ }
1209
+ ],
1210
+ "purl": "pkg:cargo/portable-atomic@1.14.0",
1211
+ "externalReferences": [
1212
+ {
1213
+ "type": "vcs",
1214
+ "url": "https://github.com/taiki-e/portable-atomic"
1215
+ }
1216
+ ]
1217
+ },
1218
+ {
1219
+ "type": "library",
1220
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
1221
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1222
+ "name": "proc-macro2",
1223
+ "version": "1.0.107",
1224
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1225
+ "scope": "required",
1226
+ "hashes": [
1227
+ {
1228
+ "alg": "SHA-256",
1229
+ "content": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1230
+ }
1231
+ ],
1232
+ "licenses": [
1233
+ {
1234
+ "expression": "MIT OR Apache-2.0"
1235
+ }
1236
+ ],
1237
+ "purl": "pkg:cargo/proc-macro2@1.0.107",
1238
+ "externalReferences": [
1239
+ {
1240
+ "type": "documentation",
1241
+ "url": "https://docs.rs/proc-macro2"
1242
+ },
1243
+ {
1244
+ "type": "vcs",
1245
+ "url": "https://github.com/dtolnay/proc-macro2"
1246
+ }
1247
+ ]
1248
+ },
1249
+ {
1250
+ "type": "library",
1251
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
1252
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1253
+ "name": "pyo3-build-config",
1254
+ "version": "0.29.0",
1255
+ "description": "Build configuration for the PyO3 ecosystem",
1256
+ "scope": "excluded",
1257
+ "hashes": [
1258
+ {
1259
+ "alg": "SHA-256",
1260
+ "content": "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
1261
+ }
1262
+ ],
1263
+ "licenses": [
1264
+ {
1265
+ "expression": "MIT OR Apache-2.0"
1266
+ }
1267
+ ],
1268
+ "purl": "pkg:cargo/pyo3-build-config@0.29.0",
1269
+ "externalReferences": [
1270
+ {
1271
+ "type": "website",
1272
+ "url": "https://github.com/pyo3/pyo3"
1273
+ },
1274
+ {
1275
+ "type": "vcs",
1276
+ "url": "https://github.com/pyo3/pyo3"
1277
+ }
1278
+ ]
1279
+ },
1280
+ {
1281
+ "type": "library",
1282
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
1283
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1284
+ "name": "pyo3-ffi",
1285
+ "version": "0.29.0",
1286
+ "description": "Python-API bindings for the PyO3 ecosystem",
1287
+ "scope": "required",
1288
+ "hashes": [
1289
+ {
1290
+ "alg": "SHA-256",
1291
+ "content": "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
1292
+ }
1293
+ ],
1294
+ "licenses": [
1295
+ {
1296
+ "expression": "MIT OR Apache-2.0"
1297
+ }
1298
+ ],
1299
+ "purl": "pkg:cargo/pyo3-ffi@0.29.0",
1300
+ "externalReferences": [
1301
+ {
1302
+ "type": "website",
1303
+ "url": "https://github.com/pyo3/pyo3"
1304
+ },
1305
+ {
1306
+ "type": "other",
1307
+ "url": "python"
1308
+ },
1309
+ {
1310
+ "type": "vcs",
1311
+ "url": "https://github.com/pyo3/pyo3"
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "type": "library",
1317
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
1318
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1319
+ "name": "pyo3-macros-backend",
1320
+ "version": "0.29.0",
1321
+ "description": "Code generation for PyO3 package",
1322
+ "scope": "required",
1323
+ "hashes": [
1324
+ {
1325
+ "alg": "SHA-256",
1326
+ "content": "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
1327
+ }
1328
+ ],
1329
+ "licenses": [
1330
+ {
1331
+ "expression": "MIT OR Apache-2.0"
1332
+ }
1333
+ ],
1334
+ "purl": "pkg:cargo/pyo3-macros-backend@0.29.0",
1335
+ "externalReferences": [
1336
+ {
1337
+ "type": "website",
1338
+ "url": "https://github.com/pyo3/pyo3"
1339
+ },
1340
+ {
1341
+ "type": "vcs",
1342
+ "url": "https://github.com/pyo3/pyo3"
1343
+ }
1344
+ ]
1345
+ },
1346
+ {
1347
+ "type": "library",
1348
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
1349
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1350
+ "name": "pyo3-macros",
1351
+ "version": "0.29.0",
1352
+ "description": "Proc macros for PyO3 package",
1353
+ "scope": "required",
1354
+ "hashes": [
1355
+ {
1356
+ "alg": "SHA-256",
1357
+ "content": "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
1358
+ }
1359
+ ],
1360
+ "licenses": [
1361
+ {
1362
+ "expression": "MIT OR Apache-2.0"
1363
+ }
1364
+ ],
1365
+ "purl": "pkg:cargo/pyo3-macros@0.29.0",
1366
+ "externalReferences": [
1367
+ {
1368
+ "type": "website",
1369
+ "url": "https://github.com/pyo3/pyo3"
1370
+ },
1371
+ {
1372
+ "type": "vcs",
1373
+ "url": "https://github.com/pyo3/pyo3"
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ "type": "library",
1379
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
1380
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1381
+ "name": "pyo3",
1382
+ "version": "0.29.0",
1383
+ "description": "Bindings to Python interpreter",
1384
+ "scope": "required",
1385
+ "hashes": [
1386
+ {
1387
+ "alg": "SHA-256",
1388
+ "content": "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
1389
+ }
1390
+ ],
1391
+ "licenses": [
1392
+ {
1393
+ "expression": "MIT OR Apache-2.0"
1394
+ }
1395
+ ],
1396
+ "purl": "pkg:cargo/pyo3@0.29.0",
1397
+ "externalReferences": [
1398
+ {
1399
+ "type": "documentation",
1400
+ "url": "https://docs.rs/crate/pyo3/"
1401
+ },
1402
+ {
1403
+ "type": "website",
1404
+ "url": "https://github.com/pyo3/pyo3"
1405
+ },
1406
+ {
1407
+ "type": "other",
1408
+ "url": "pyo3-python"
1409
+ },
1410
+ {
1411
+ "type": "vcs",
1412
+ "url": "https://github.com/pyo3/pyo3"
1413
+ }
1414
+ ]
1415
+ },
1416
+ {
1417
+ "type": "library",
1418
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
1419
+ "author": "David Tolnay <dtolnay@gmail.com>",
1420
+ "name": "quote",
1421
+ "version": "1.0.47",
1422
+ "description": "Quasi-quoting macro quote!(...)",
1423
+ "scope": "required",
1424
+ "hashes": [
1425
+ {
1426
+ "alg": "SHA-256",
1427
+ "content": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1428
+ }
1429
+ ],
1430
+ "licenses": [
1431
+ {
1432
+ "expression": "MIT OR Apache-2.0"
1433
+ }
1434
+ ],
1435
+ "purl": "pkg:cargo/quote@1.0.47",
1436
+ "externalReferences": [
1437
+ {
1438
+ "type": "documentation",
1439
+ "url": "https://docs.rs/quote/"
1440
+ },
1441
+ {
1442
+ "type": "vcs",
1443
+ "url": "https://github.com/dtolnay/quote"
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "type": "library",
1449
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0",
1450
+ "name": "rayon-core",
1451
+ "version": "1.13.0",
1452
+ "description": "Core APIs for Rayon",
1453
+ "scope": "required",
1454
+ "hashes": [
1455
+ {
1456
+ "alg": "SHA-256",
1457
+ "content": "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1458
+ }
1459
+ ],
1460
+ "licenses": [
1461
+ {
1462
+ "expression": "MIT OR Apache-2.0"
1463
+ }
1464
+ ],
1465
+ "purl": "pkg:cargo/rayon-core@1.13.0",
1466
+ "externalReferences": [
1467
+ {
1468
+ "type": "documentation",
1469
+ "url": "https://docs.rs/rayon-core/"
1470
+ },
1471
+ {
1472
+ "type": "other",
1473
+ "url": "rayon-core"
1474
+ },
1475
+ {
1476
+ "type": "vcs",
1477
+ "url": "https://github.com/rayon-rs/rayon"
1478
+ }
1479
+ ]
1480
+ },
1481
+ {
1482
+ "type": "library",
1483
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.12.0",
1484
+ "name": "rayon",
1485
+ "version": "1.12.0",
1486
+ "description": "Simple work-stealing parallelism for Rust",
1487
+ "scope": "required",
1488
+ "hashes": [
1489
+ {
1490
+ "alg": "SHA-256",
1491
+ "content": "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1492
+ }
1493
+ ],
1494
+ "licenses": [
1495
+ {
1496
+ "expression": "MIT OR Apache-2.0"
1497
+ }
1498
+ ],
1499
+ "purl": "pkg:cargo/rayon@1.12.0",
1500
+ "externalReferences": [
1501
+ {
1502
+ "type": "documentation",
1503
+ "url": "https://docs.rs/rayon/"
1504
+ },
1505
+ {
1506
+ "type": "vcs",
1507
+ "url": "https://github.com/rayon-rs/rayon"
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "type": "library",
1513
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23",
1514
+ "author": "David Tolnay <dtolnay@gmail.com>",
1515
+ "name": "rustversion",
1516
+ "version": "1.0.23",
1517
+ "description": "Conditional compilation according to rustc compiler version",
1518
+ "scope": "excluded",
1519
+ "hashes": [
1520
+ {
1521
+ "alg": "SHA-256",
1522
+ "content": "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1523
+ }
1524
+ ],
1525
+ "licenses": [
1526
+ {
1527
+ "expression": "MIT OR Apache-2.0"
1528
+ }
1529
+ ],
1530
+ "purl": "pkg:cargo/rustversion@1.0.23",
1531
+ "externalReferences": [
1532
+ {
1533
+ "type": "documentation",
1534
+ "url": "https://docs.rs/rustversion"
1535
+ },
1536
+ {
1537
+ "type": "vcs",
1538
+ "url": "https://github.com/dtolnay/rustversion"
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "type": "library",
1544
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10",
1545
+ "author": "Marvin Countryman <me@maar.vin>",
1546
+ "name": "simd-adler32",
1547
+ "version": "0.3.10",
1548
+ "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
1549
+ "scope": "required",
1550
+ "hashes": [
1551
+ {
1552
+ "alg": "SHA-256",
1553
+ "content": "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1554
+ }
1555
+ ],
1556
+ "licenses": [
1557
+ {
1558
+ "expression": "MIT"
1559
+ }
1560
+ ],
1561
+ "purl": "pkg:cargo/simd-adler32@0.3.10",
1562
+ "externalReferences": [
1563
+ {
1564
+ "type": "vcs",
1565
+ "url": "https://github.com/mcountryman/simd-adler32"
1566
+ }
1567
+ ]
1568
+ },
1569
+ {
1570
+ "type": "library",
1571
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
1572
+ "author": "Carl Lerche <me@carllerche.com>",
1573
+ "name": "slab",
1574
+ "version": "0.4.12",
1575
+ "description": "Pre-allocated storage for a uniform data type",
1576
+ "scope": "required",
1577
+ "hashes": [
1578
+ {
1579
+ "alg": "SHA-256",
1580
+ "content": "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1581
+ }
1582
+ ],
1583
+ "licenses": [
1584
+ {
1585
+ "expression": "MIT"
1586
+ }
1587
+ ],
1588
+ "purl": "pkg:cargo/slab@0.4.12",
1589
+ "externalReferences": [
1590
+ {
1591
+ "type": "vcs",
1592
+ "url": "https://github.com/tokio-rs/slab"
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "type": "library",
1598
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
1599
+ "author": "David Tolnay <dtolnay@gmail.com>",
1600
+ "name": "syn",
1601
+ "version": "2.0.119",
1602
+ "description": "Parser for Rust source code",
1603
+ "scope": "required",
1604
+ "hashes": [
1605
+ {
1606
+ "alg": "SHA-256",
1607
+ "content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1608
+ }
1609
+ ],
1610
+ "licenses": [
1611
+ {
1612
+ "expression": "MIT OR Apache-2.0"
1613
+ }
1614
+ ],
1615
+ "purl": "pkg:cargo/syn@2.0.119",
1616
+ "externalReferences": [
1617
+ {
1618
+ "type": "documentation",
1619
+ "url": "https://docs.rs/syn"
1620
+ },
1621
+ {
1622
+ "type": "vcs",
1623
+ "url": "https://github.com/dtolnay/syn"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "type": "library",
1629
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
1630
+ "author": "Dan Gohman <sunfish@mozilla.com>",
1631
+ "name": "target-lexicon",
1632
+ "version": "0.13.5",
1633
+ "description": "LLVM target triple types",
1634
+ "scope": "excluded",
1635
+ "hashes": [
1636
+ {
1637
+ "alg": "SHA-256",
1638
+ "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1639
+ }
1640
+ ],
1641
+ "licenses": [
1642
+ {
1643
+ "expression": "Apache-2.0 WITH LLVM-exception"
1644
+ }
1645
+ ],
1646
+ "purl": "pkg:cargo/target-lexicon@0.13.5",
1647
+ "externalReferences": [
1648
+ {
1649
+ "type": "documentation",
1650
+ "url": "https://docs.rs/target-lexicon/"
1651
+ },
1652
+ {
1653
+ "type": "vcs",
1654
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1655
+ }
1656
+ ]
1657
+ },
1658
+ {
1659
+ "type": "library",
1660
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1",
1661
+ "author": "Caleb Maclennan <caleb@alerque.com>, Laurenz Stampfl <laurenz.stampfl@gmail.com>, Yevhenii Reizner <razrfalcon@gmail.com>, خالد حسني (Khaled Hosny) <khaled@aliftype.com>",
1662
+ "name": "ttf-parser",
1663
+ "version": "0.25.1",
1664
+ "description": "A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.",
1665
+ "scope": "required",
1666
+ "hashes": [
1667
+ {
1668
+ "alg": "SHA-256",
1669
+ "content": "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
1670
+ }
1671
+ ],
1672
+ "licenses": [
1673
+ {
1674
+ "expression": "MIT OR Apache-2.0"
1675
+ }
1676
+ ],
1677
+ "purl": "pkg:cargo/ttf-parser@0.25.1",
1678
+ "externalReferences": [
1679
+ {
1680
+ "type": "documentation",
1681
+ "url": "https://docs.rs/ttf-parser/"
1682
+ },
1683
+ {
1684
+ "type": "vcs",
1685
+ "url": "https://github.com/harfbuzz/ttf-parser"
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "type": "library",
1691
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
1692
+ "author": "David Tolnay <dtolnay@gmail.com>",
1693
+ "name": "unicode-ident",
1694
+ "version": "1.0.24",
1695
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
1696
+ "scope": "required",
1697
+ "hashes": [
1698
+ {
1699
+ "alg": "SHA-256",
1700
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1701
+ }
1702
+ ],
1703
+ "licenses": [
1704
+ {
1705
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
1706
+ }
1707
+ ],
1708
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
1709
+ "externalReferences": [
1710
+ {
1711
+ "type": "documentation",
1712
+ "url": "https://docs.rs/unicode-ident"
1713
+ },
1714
+ {
1715
+ "type": "vcs",
1716
+ "url": "https://github.com/dtolnay/unicode-ident"
1717
+ }
1718
+ ]
1719
+ },
1720
+ {
1721
+ "type": "library",
1722
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.126",
1723
+ "author": "The wasm-bindgen Developers",
1724
+ "name": "wasm-bindgen-macro-support",
1725
+ "version": "0.2.126",
1726
+ "description": "Implementation APIs for the `#[wasm_bindgen]` attribute",
1727
+ "scope": "required",
1728
+ "hashes": [
1729
+ {
1730
+ "alg": "SHA-256",
1731
+ "content": "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1732
+ }
1733
+ ],
1734
+ "licenses": [
1735
+ {
1736
+ "expression": "MIT OR Apache-2.0"
1737
+ }
1738
+ ],
1739
+ "purl": "pkg:cargo/wasm-bindgen-macro-support@0.2.126",
1740
+ "externalReferences": [
1741
+ {
1742
+ "type": "documentation",
1743
+ "url": "https://docs.rs/wasm-bindgen"
1744
+ },
1745
+ {
1746
+ "type": "website",
1747
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/"
1748
+ },
1749
+ {
1750
+ "type": "vcs",
1751
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support"
1752
+ }
1753
+ ]
1754
+ },
1755
+ {
1756
+ "type": "library",
1757
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.126",
1758
+ "author": "The wasm-bindgen Developers",
1759
+ "name": "wasm-bindgen-macro",
1760
+ "version": "0.2.126",
1761
+ "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency ",
1762
+ "scope": "required",
1763
+ "hashes": [
1764
+ {
1765
+ "alg": "SHA-256",
1766
+ "content": "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1767
+ }
1768
+ ],
1769
+ "licenses": [
1770
+ {
1771
+ "expression": "MIT OR Apache-2.0"
1772
+ }
1773
+ ],
1774
+ "purl": "pkg:cargo/wasm-bindgen-macro@0.2.126",
1775
+ "externalReferences": [
1776
+ {
1777
+ "type": "documentation",
1778
+ "url": "https://docs.rs/wasm-bindgen"
1779
+ },
1780
+ {
1781
+ "type": "website",
1782
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/"
1783
+ },
1784
+ {
1785
+ "type": "vcs",
1786
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro"
1787
+ }
1788
+ ]
1789
+ },
1790
+ {
1791
+ "type": "library",
1792
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.126",
1793
+ "author": "The wasm-bindgen Developers",
1794
+ "name": "wasm-bindgen-shared",
1795
+ "version": "0.2.126",
1796
+ "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. ",
1797
+ "scope": "required",
1798
+ "hashes": [
1799
+ {
1800
+ "alg": "SHA-256",
1801
+ "content": "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1802
+ }
1803
+ ],
1804
+ "licenses": [
1805
+ {
1806
+ "expression": "MIT OR Apache-2.0"
1807
+ }
1808
+ ],
1809
+ "purl": "pkg:cargo/wasm-bindgen-shared@0.2.126",
1810
+ "externalReferences": [
1811
+ {
1812
+ "type": "documentation",
1813
+ "url": "https://docs.rs/wasm-bindgen-shared"
1814
+ },
1815
+ {
1816
+ "type": "website",
1817
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/"
1818
+ },
1819
+ {
1820
+ "type": "other",
1821
+ "url": "wasm_bindgen"
1822
+ },
1823
+ {
1824
+ "type": "vcs",
1825
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared"
1826
+ }
1827
+ ]
1828
+ },
1829
+ {
1830
+ "type": "library",
1831
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.126",
1832
+ "author": "The wasm-bindgen Developers",
1833
+ "name": "wasm-bindgen",
1834
+ "version": "0.2.126",
1835
+ "description": "Easy support for interacting between JS and Rust. ",
1836
+ "scope": "required",
1837
+ "hashes": [
1838
+ {
1839
+ "alg": "SHA-256",
1840
+ "content": "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1841
+ }
1842
+ ],
1843
+ "licenses": [
1844
+ {
1845
+ "expression": "MIT OR Apache-2.0"
1846
+ }
1847
+ ],
1848
+ "purl": "pkg:cargo/wasm-bindgen@0.2.126",
1849
+ "externalReferences": [
1850
+ {
1851
+ "type": "documentation",
1852
+ "url": "https://docs.rs/wasm-bindgen"
1853
+ },
1854
+ {
1855
+ "type": "website",
1856
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen"
1857
+ },
1858
+ {
1859
+ "type": "vcs",
1860
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen"
1861
+ }
1862
+ ]
1863
+ },
1864
+ {
1865
+ "type": "library",
1866
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.103",
1867
+ "author": "The wasm-bindgen Developers",
1868
+ "name": "web-sys",
1869
+ "version": "0.3.103",
1870
+ "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL ",
1871
+ "scope": "required",
1872
+ "hashes": [
1873
+ {
1874
+ "alg": "SHA-256",
1875
+ "content": "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
1876
+ }
1877
+ ],
1878
+ "licenses": [
1879
+ {
1880
+ "expression": "MIT OR Apache-2.0"
1881
+ }
1882
+ ],
1883
+ "purl": "pkg:cargo/web-sys@0.3.103",
1884
+ "externalReferences": [
1885
+ {
1886
+ "type": "documentation",
1887
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/api/web_sys/"
1888
+ },
1889
+ {
1890
+ "type": "website",
1891
+ "url": "https://wasm-bindgen.github.io/wasm-bindgen/web-sys/index.html"
1892
+ },
1893
+ {
1894
+ "type": "vcs",
1895
+ "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys"
1896
+ }
1897
+ ]
1898
+ }
1899
+ ],
1900
+ "dependencies": [
1901
+ {
1902
+ "ref": "path+file:///D:/a/rsplotlib/rsplotlib#0.3.5",
1903
+ "dependsOn": [
1904
+ "registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.32",
1905
+ "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2",
1906
+ "registry+https://github.com/rust-lang/crates.io-index#jpeg-encoder@0.7.0",
1907
+ "registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.25.1",
1908
+ "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7",
1909
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7",
1910
+ "registry+https://github.com/rust-lang/crates.io-index#png@0.18.1",
1911
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0"
1912
+ ]
1913
+ },
1914
+ {
1915
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.32",
1916
+ "dependsOn": [
1917
+ "registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.10",
1918
+ "registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.25.1"
1919
+ ]
1920
+ },
1921
+ {
1922
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.10"
1923
+ },
1924
+ {
1925
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1"
1926
+ },
1927
+ {
1928
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
1929
+ },
1930
+ {
1931
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
1932
+ },
1933
+ {
1934
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1"
1935
+ },
1936
+ {
1937
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3"
1938
+ },
1939
+ {
1940
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2"
1941
+ },
1942
+ {
1943
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0"
1944
+ },
1945
+ {
1946
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1947
+ },
1948
+ {
1949
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0"
1950
+ },
1951
+ {
1952
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
1953
+ "dependsOn": [
1954
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
1955
+ ]
1956
+ },
1957
+ {
1958
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.7",
1959
+ "dependsOn": [
1960
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.20",
1961
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.22"
1962
+ ]
1963
+ },
1964
+ {
1965
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.20",
1966
+ "dependsOn": [
1967
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.22"
1968
+ ]
1969
+ },
1970
+ {
1971
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.22"
1972
+ },
1973
+ {
1974
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0"
1975
+ },
1976
+ {
1977
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
1978
+ "dependsOn": [
1979
+ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
1980
+ ]
1981
+ },
1982
+ {
1983
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
1984
+ "dependsOn": [
1985
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
1986
+ "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
1987
+ ]
1988
+ },
1989
+ {
1990
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33"
1991
+ },
1992
+ {
1993
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.33"
1994
+ },
1995
+ {
1996
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
1997
+ "dependsOn": [
1998
+ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.33",
1999
+ "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.33",
2000
+ "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
2001
+ "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
2002
+ ]
2003
+ },
2004
+ {
2005
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
2006
+ },
2007
+ {
2008
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9",
2009
+ "dependsOn": [
2010
+ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.2",
2011
+ "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
2012
+ "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0",
2013
+ "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2",
2014
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
2015
+ "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16"
2016
+ ]
2017
+ },
2018
+ {
2019
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2",
2020
+ "dependsOn": [
2021
+ "registry+https://github.com/rust-lang/crates.io-index#rayon@1.12.0"
2022
+ ]
2023
+ },
2024
+ {
2025
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#jpeg-encoder@0.7.0"
2026
+ },
2027
+ {
2028
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.103",
2029
+ "dependsOn": [
2030
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2031
+ "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.33",
2032
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.126"
2033
+ ]
2034
+ },
2035
+ {
2036
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
2037
+ },
2038
+ {
2039
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
2040
+ "dependsOn": [
2041
+ "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
2042
+ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
2043
+ ]
2044
+ },
2045
+ {
2046
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
2047
+ "dependsOn": [
2048
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
2049
+ ]
2050
+ },
2051
+ {
2052
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
2053
+ },
2054
+ {
2055
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.25.1",
2056
+ "dependsOn": [
2057
+ "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1"
2058
+ ]
2059
+ },
2060
+ {
2061
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
2062
+ },
2063
+ {
2064
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7"
2065
+ },
2066
+ {
2067
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.7",
2068
+ "dependsOn": [
2069
+ "registry+https://github.com/rust-lang/crates.io-index#image@0.24.9",
2070
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7"
2071
+ ]
2072
+ },
2073
+ {
2074
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7",
2075
+ "dependsOn": [
2076
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7"
2077
+ ]
2078
+ },
2079
+ {
2080
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7",
2081
+ "dependsOn": [
2082
+ "registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.32",
2083
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
2084
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2085
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7",
2086
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-bitmap@0.3.7",
2087
+ "registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7",
2088
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.126",
2089
+ "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.103"
2090
+ ]
2091
+ },
2092
+ {
2093
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16",
2094
+ "dependsOn": [
2095
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
2096
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
2097
+ "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
2098
+ "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
2099
+ "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
2100
+ ]
2101
+ },
2102
+ {
2103
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.18.1",
2104
+ "dependsOn": [
2105
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.1",
2106
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
2107
+ "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
2108
+ "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
2109
+ "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
2110
+ ]
2111
+ },
2112
+ {
2113
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0"
2114
+ },
2115
+ {
2116
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
2117
+ "dependsOn": [
2118
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2119
+ ]
2120
+ },
2121
+ {
2122
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
2123
+ "dependsOn": [
2124
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
2125
+ ]
2126
+ },
2127
+ {
2128
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
2129
+ "dependsOn": [
2130
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
2131
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0"
2132
+ ]
2133
+ },
2134
+ {
2135
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
2136
+ "dependsOn": [
2137
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
2138
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
2139
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2140
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
2141
+ ]
2142
+ },
2143
+ {
2144
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0",
2145
+ "dependsOn": [
2146
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
2147
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0",
2148
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2149
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
2150
+ ]
2151
+ },
2152
+ {
2153
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0",
2154
+ "dependsOn": [
2155
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
2156
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2157
+ "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.14.0",
2158
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0",
2159
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0",
2160
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0"
2161
+ ]
2162
+ },
2163
+ {
2164
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2165
+ "dependsOn": [
2166
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107"
2167
+ ]
2168
+ },
2169
+ {
2170
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0",
2171
+ "dependsOn": [
2172
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.7",
2173
+ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.22"
2174
+ ]
2175
+ },
2176
+ {
2177
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rayon@1.12.0",
2178
+ "dependsOn": [
2179
+ "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0",
2180
+ "registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0"
2181
+ ]
2182
+ },
2183
+ {
2184
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23"
2185
+ },
2186
+ {
2187
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
2188
+ },
2189
+ {
2190
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
2191
+ },
2192
+ {
2193
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
2194
+ "dependsOn": [
2195
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
2196
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2197
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2198
+ ]
2199
+ },
2200
+ {
2201
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
2202
+ },
2203
+ {
2204
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1"
2205
+ },
2206
+ {
2207
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2208
+ },
2209
+ {
2210
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.126",
2211
+ "dependsOn": [
2212
+ "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3",
2213
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
2214
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2215
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
2216
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.126"
2217
+ ]
2218
+ },
2219
+ {
2220
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.126",
2221
+ "dependsOn": [
2222
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
2223
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.126"
2224
+ ]
2225
+ },
2226
+ {
2227
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.126",
2228
+ "dependsOn": [
2229
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2230
+ ]
2231
+ },
2232
+ {
2233
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.126",
2234
+ "dependsOn": [
2235
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2236
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2237
+ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23",
2238
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.126",
2239
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.126"
2240
+ ]
2241
+ },
2242
+ {
2243
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.103",
2244
+ "dependsOn": [
2245
+ "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.103",
2246
+ "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.126"
2247
+ ]
2248
+ }
2249
+ ]
2250
+ }