setreplace 0.1.0__cp39-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2829 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "serialNumber": "urn:uuid:ff3663cc-9a4e-4de9-9f14-68819eb60def",
6
+ "metadata": {
7
+ "timestamp": "2026-06-10T18:04:43.118607100Z",
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/setreplace-py/setreplace-py/python#setreplace-python@0.1.0",
18
+ "name": "setreplace-python",
19
+ "version": "0.1.0",
20
+ "description": "Python bindings for the setreplace engine and visualization",
21
+ "scope": "required",
22
+ "licenses": [
23
+ {
24
+ "expression": "MIT"
25
+ }
26
+ ],
27
+ "purl": "pkg:cargo/setreplace-python@0.1.0?download_url=file://.",
28
+ "components": [
29
+ {
30
+ "type": "library",
31
+ "bom-ref": "path+file:///D:/a/setreplace-py/setreplace-py/python#setreplace-python@0.1.0 bin-target-0",
32
+ "name": "setreplace_py",
33
+ "version": "0.1.0",
34
+ "purl": "pkg:cargo/setreplace-python@0.1.0?download_url=file://.#src/lib.rs"
35
+ }
36
+ ]
37
+ },
38
+ "properties": [
39
+ {
40
+ "name": "cdx:rustc:sbom:target:all_targets",
41
+ "value": "true"
42
+ }
43
+ ]
44
+ },
45
+ "components": [
46
+ {
47
+ "type": "library",
48
+ "bom-ref": "path+file:///D:/a/setreplace-py/setreplace-py#setreplace@0.1.0",
49
+ "name": "setreplace",
50
+ "version": "0.1.0",
51
+ "description": "Rust reimplementation of the core hypergraph substitution engine of Wolfram's SetReplace (Wolfram model evolution)",
52
+ "scope": "required",
53
+ "licenses": [
54
+ {
55
+ "expression": "MIT"
56
+ }
57
+ ],
58
+ "purl": "pkg:cargo/setreplace@0.1.0?download_url=file://.."
59
+ },
60
+ {
61
+ "type": "library",
62
+ "bom-ref": "path+file:///D:/a/setreplace-py/setreplace-py/viz#setreplace-viz@0.1.0",
63
+ "name": "setreplace-viz",
64
+ "version": "0.1.0",
65
+ "description": "Layout and rendering for setreplace hypergraphs, reproducing SetReplace's HypergraphPlot aesthetics",
66
+ "scope": "required",
67
+ "licenses": [
68
+ {
69
+ "expression": "MIT"
70
+ }
71
+ ],
72
+ "purl": "pkg:cargo/setreplace-viz@0.1.0?download_url=file://..\\viz"
73
+ },
74
+ {
75
+ "type": "library",
76
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
77
+ "author": "Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>",
78
+ "name": "adler2",
79
+ "version": "2.0.1",
80
+ "description": "A simple clean-room implementation of the Adler-32 checksum",
81
+ "scope": "required",
82
+ "hashes": [
83
+ {
84
+ "alg": "SHA-256",
85
+ "content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
86
+ }
87
+ ],
88
+ "licenses": [
89
+ {
90
+ "expression": "0BSD OR MIT OR Apache-2.0"
91
+ }
92
+ ],
93
+ "purl": "pkg:cargo/adler2@2.0.1",
94
+ "externalReferences": [
95
+ {
96
+ "type": "documentation",
97
+ "url": "https://docs.rs/adler2/"
98
+ },
99
+ {
100
+ "type": "vcs",
101
+ "url": "https://github.com/oyvindln/adler2"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "type": "library",
107
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
108
+ "author": "David Roundy <roundyd@physics.oregonstate.edu>",
109
+ "name": "arrayref",
110
+ "version": "0.3.9",
111
+ "description": "Macros to take array references of slices",
112
+ "scope": "required",
113
+ "hashes": [
114
+ {
115
+ "alg": "SHA-256",
116
+ "content": "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
117
+ }
118
+ ],
119
+ "licenses": [
120
+ {
121
+ "expression": "BSD-2-Clause"
122
+ }
123
+ ],
124
+ "purl": "pkg:cargo/arrayref@0.3.9",
125
+ "externalReferences": [
126
+ {
127
+ "type": "documentation",
128
+ "url": "https://docs.rs/arrayref"
129
+ },
130
+ {
131
+ "type": "vcs",
132
+ "url": "https://github.com/droundy/arrayref"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "type": "library",
138
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
139
+ "author": "bluss",
140
+ "name": "arrayvec",
141
+ "version": "0.7.6",
142
+ "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
143
+ "scope": "required",
144
+ "hashes": [
145
+ {
146
+ "alg": "SHA-256",
147
+ "content": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
148
+ }
149
+ ],
150
+ "licenses": [
151
+ {
152
+ "expression": "MIT OR Apache-2.0"
153
+ }
154
+ ],
155
+ "purl": "pkg:cargo/arrayvec@0.7.6",
156
+ "externalReferences": [
157
+ {
158
+ "type": "documentation",
159
+ "url": "https://docs.rs/arrayvec/"
160
+ },
161
+ {
162
+ "type": "vcs",
163
+ "url": "https://github.com/bluss/arrayvec"
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "type": "library",
169
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
170
+ "author": "Josh Stone <cuviper@gmail.com>",
171
+ "name": "autocfg",
172
+ "version": "1.5.1",
173
+ "description": "Automatic cfg for Rust compiler features",
174
+ "scope": "excluded",
175
+ "hashes": [
176
+ {
177
+ "alg": "SHA-256",
178
+ "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
179
+ }
180
+ ],
181
+ "licenses": [
182
+ {
183
+ "expression": "Apache-2.0 OR MIT"
184
+ }
185
+ ],
186
+ "purl": "pkg:cargo/autocfg@1.5.1",
187
+ "externalReferences": [
188
+ {
189
+ "type": "documentation",
190
+ "url": "https://docs.rs/autocfg/"
191
+ },
192
+ {
193
+ "type": "vcs",
194
+ "url": "https://github.com/cuviper/autocfg"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "type": "library",
200
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
201
+ "author": "Marshall Pierce <marshall@mpierce.org>",
202
+ "name": "base64",
203
+ "version": "0.22.1",
204
+ "description": "encodes and decodes base64 as bytes or utf8",
205
+ "scope": "required",
206
+ "hashes": [
207
+ {
208
+ "alg": "SHA-256",
209
+ "content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
210
+ }
211
+ ],
212
+ "licenses": [
213
+ {
214
+ "expression": "MIT OR Apache-2.0"
215
+ }
216
+ ],
217
+ "purl": "pkg:cargo/base64@0.22.1",
218
+ "externalReferences": [
219
+ {
220
+ "type": "documentation",
221
+ "url": "https://docs.rs/base64"
222
+ },
223
+ {
224
+ "type": "vcs",
225
+ "url": "https://github.com/marshallpierce/rust-base64"
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "type": "library",
231
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
232
+ "author": "The Rust Project Developers",
233
+ "name": "bitflags",
234
+ "version": "1.3.2",
235
+ "description": "A macro to generate structures which behave like bitflags. ",
236
+ "scope": "required",
237
+ "hashes": [
238
+ {
239
+ "alg": "SHA-256",
240
+ "content": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
241
+ }
242
+ ],
243
+ "licenses": [
244
+ {
245
+ "expression": "MIT OR Apache-2.0"
246
+ }
247
+ ],
248
+ "purl": "pkg:cargo/bitflags@1.3.2",
249
+ "externalReferences": [
250
+ {
251
+ "type": "documentation",
252
+ "url": "https://docs.rs/bitflags"
253
+ },
254
+ {
255
+ "type": "website",
256
+ "url": "https://github.com/bitflags/bitflags"
257
+ },
258
+ {
259
+ "type": "vcs",
260
+ "url": "https://github.com/bitflags/bitflags"
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "type": "library",
266
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
267
+ "author": "The Rust Project Developers",
268
+ "name": "bitflags",
269
+ "version": "2.13.0",
270
+ "description": "A macro to generate structures which behave like bitflags. ",
271
+ "scope": "required",
272
+ "hashes": [
273
+ {
274
+ "alg": "SHA-256",
275
+ "content": "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
276
+ }
277
+ ],
278
+ "licenses": [
279
+ {
280
+ "expression": "MIT OR Apache-2.0"
281
+ }
282
+ ],
283
+ "purl": "pkg:cargo/bitflags@2.13.0",
284
+ "externalReferences": [
285
+ {
286
+ "type": "documentation",
287
+ "url": "https://docs.rs/bitflags"
288
+ },
289
+ {
290
+ "type": "website",
291
+ "url": "https://github.com/bitflags/bitflags"
292
+ },
293
+ {
294
+ "type": "vcs",
295
+ "url": "https://github.com/bitflags/bitflags"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "type": "library",
301
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
302
+ "author": "Lokathor <zefria@gmail.com>",
303
+ "name": "bytemuck",
304
+ "version": "1.25.0",
305
+ "description": "A crate for mucking around with piles of bytes.",
306
+ "scope": "required",
307
+ "hashes": [
308
+ {
309
+ "alg": "SHA-256",
310
+ "content": "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
311
+ }
312
+ ],
313
+ "licenses": [
314
+ {
315
+ "expression": "Zlib OR Apache-2.0 OR MIT"
316
+ }
317
+ ],
318
+ "purl": "pkg:cargo/bytemuck@1.25.0",
319
+ "externalReferences": [
320
+ {
321
+ "type": "vcs",
322
+ "url": "https://github.com/Lokathor/bytemuck"
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "type": "library",
328
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0",
329
+ "name": "byteorder-lite",
330
+ "version": "0.1.0",
331
+ "description": "Library for reading/writing numbers in big-endian and little-endian.",
332
+ "scope": "required",
333
+ "hashes": [
334
+ {
335
+ "alg": "SHA-256",
336
+ "content": "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
337
+ }
338
+ ],
339
+ "licenses": [
340
+ {
341
+ "expression": "Unlicense OR MIT"
342
+ }
343
+ ],
344
+ "purl": "pkg:cargo/byteorder-lite@0.1.0",
345
+ "externalReferences": [
346
+ {
347
+ "type": "documentation",
348
+ "url": "https://docs.rs/byteorder-lite"
349
+ },
350
+ {
351
+ "type": "website",
352
+ "url": "https://github.com/image-rs/byteorder-lite"
353
+ },
354
+ {
355
+ "type": "vcs",
356
+ "url": "https://github.com/image-rs/byteorder-lite"
357
+ }
358
+ ]
359
+ },
360
+ {
361
+ "type": "library",
362
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
363
+ "author": "Alex Crichton <alex@alexcrichton.com>",
364
+ "name": "cfg-if",
365
+ "version": "1.0.4",
366
+ "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. ",
367
+ "scope": "required",
368
+ "hashes": [
369
+ {
370
+ "alg": "SHA-256",
371
+ "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
372
+ }
373
+ ],
374
+ "licenses": [
375
+ {
376
+ "expression": "MIT OR Apache-2.0"
377
+ }
378
+ ],
379
+ "purl": "pkg:cargo/cfg-if@1.0.4",
380
+ "externalReferences": [
381
+ {
382
+ "type": "vcs",
383
+ "url": "https://github.com/rust-lang/cfg-if"
384
+ }
385
+ ]
386
+ },
387
+ {
388
+ "type": "library",
389
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0",
390
+ "author": "nwin <nwin@users.noreply.github.com>",
391
+ "name": "color_quant",
392
+ "version": "1.1.0",
393
+ "description": "Color quantization library to reduce n colors to 256 colors.",
394
+ "scope": "required",
395
+ "hashes": [
396
+ {
397
+ "alg": "SHA-256",
398
+ "content": "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
399
+ }
400
+ ],
401
+ "licenses": [
402
+ {
403
+ "expression": "MIT"
404
+ }
405
+ ],
406
+ "purl": "pkg:cargo/color_quant@1.1.0",
407
+ "externalReferences": [
408
+ {
409
+ "type": "vcs",
410
+ "url": "https://github.com/image-rs/color_quant.git"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "type": "library",
416
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#core_maths@0.1.1",
417
+ "author": "Robert Bastian <me@robertbastian.dev",
418
+ "name": "core_maths",
419
+ "version": "0.1.1",
420
+ "description": "Extension trait for full float functionality in `#[no_std]` backed by `libm`.",
421
+ "scope": "required",
422
+ "hashes": [
423
+ {
424
+ "alg": "SHA-256",
425
+ "content": "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
426
+ }
427
+ ],
428
+ "licenses": [
429
+ {
430
+ "expression": "MIT"
431
+ }
432
+ ],
433
+ "purl": "pkg:cargo/core_maths@0.1.1",
434
+ "externalReferences": [
435
+ {
436
+ "type": "vcs",
437
+ "url": "https://github.com/robertbastian/core_maths"
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "type": "library",
443
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
444
+ "author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
445
+ "name": "crc32fast",
446
+ "version": "1.5.0",
447
+ "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
448
+ "scope": "required",
449
+ "hashes": [
450
+ {
451
+ "alg": "SHA-256",
452
+ "content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
453
+ }
454
+ ],
455
+ "licenses": [
456
+ {
457
+ "expression": "MIT OR Apache-2.0"
458
+ }
459
+ ],
460
+ "purl": "pkg:cargo/crc32fast@1.5.0",
461
+ "externalReferences": [
462
+ {
463
+ "type": "vcs",
464
+ "url": "https://github.com/srijs/rust-crc32fast"
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "type": "library",
470
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#data-url@0.3.2",
471
+ "author": "Simon Sapin <simon.sapin@exyr.org>",
472
+ "name": "data-url",
473
+ "version": "0.3.2",
474
+ "description": "Processing of data: URL according to WHATWG’s Fetch Standard",
475
+ "scope": "required",
476
+ "hashes": [
477
+ {
478
+ "alg": "SHA-256",
479
+ "content": "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
480
+ }
481
+ ],
482
+ "licenses": [
483
+ {
484
+ "expression": "MIT OR Apache-2.0"
485
+ }
486
+ ],
487
+ "purl": "pkg:cargo/data-url@0.3.2",
488
+ "externalReferences": [
489
+ {
490
+ "type": "vcs",
491
+ "url": "https://github.com/servo/rust-url"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "type": "library",
497
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#euclid@0.22.14",
498
+ "author": "The Servo Project Developers",
499
+ "name": "euclid",
500
+ "version": "0.22.14",
501
+ "description": "Geometry primitives",
502
+ "scope": "required",
503
+ "hashes": [
504
+ {
505
+ "alg": "SHA-256",
506
+ "content": "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
507
+ }
508
+ ],
509
+ "licenses": [
510
+ {
511
+ "expression": "MIT OR Apache-2.0"
512
+ }
513
+ ],
514
+ "purl": "pkg:cargo/euclid@0.22.14",
515
+ "externalReferences": [
516
+ {
517
+ "type": "documentation",
518
+ "url": "https://docs.rs/euclid/"
519
+ },
520
+ {
521
+ "type": "vcs",
522
+ "url": "https://github.com/servo/euclid"
523
+ }
524
+ ]
525
+ },
526
+ {
527
+ "type": "library",
528
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
529
+ "author": "The image-rs Developers",
530
+ "name": "fdeflate",
531
+ "version": "0.3.7",
532
+ "description": "Fast specialized deflate implementation",
533
+ "scope": "required",
534
+ "hashes": [
535
+ {
536
+ "alg": "SHA-256",
537
+ "content": "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
538
+ }
539
+ ],
540
+ "licenses": [
541
+ {
542
+ "expression": "MIT OR Apache-2.0"
543
+ }
544
+ ],
545
+ "purl": "pkg:cargo/fdeflate@0.3.7",
546
+ "externalReferences": [
547
+ {
548
+ "type": "documentation",
549
+ "url": "https://docs.rs/fdeflate"
550
+ },
551
+ {
552
+ "type": "website",
553
+ "url": "https://github.com/image-rs/fdeflate"
554
+ },
555
+ {
556
+ "type": "vcs",
557
+ "url": "https://github.com/image-rs/fdeflate"
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "type": "library",
563
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
564
+ "author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
565
+ "name": "flate2",
566
+ "version": "1.1.9",
567
+ "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. ",
568
+ "scope": "required",
569
+ "hashes": [
570
+ {
571
+ "alg": "SHA-256",
572
+ "content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
573
+ }
574
+ ],
575
+ "licenses": [
576
+ {
577
+ "expression": "MIT OR Apache-2.0"
578
+ }
579
+ ],
580
+ "purl": "pkg:cargo/flate2@1.1.9",
581
+ "externalReferences": [
582
+ {
583
+ "type": "documentation",
584
+ "url": "https://docs.rs/flate2"
585
+ },
586
+ {
587
+ "type": "website",
588
+ "url": "https://github.com/rust-lang/flate2-rs"
589
+ },
590
+ {
591
+ "type": "vcs",
592
+ "url": "https://github.com/rust-lang/flate2-rs"
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "type": "library",
598
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#float-cmp@0.9.0",
599
+ "author": "Mike Dilger <mike@mikedilger.com>",
600
+ "name": "float-cmp",
601
+ "version": "0.9.0",
602
+ "description": "Floating point approximate comparison traits",
603
+ "scope": "required",
604
+ "hashes": [
605
+ {
606
+ "alg": "SHA-256",
607
+ "content": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
608
+ }
609
+ ],
610
+ "licenses": [
611
+ {
612
+ "expression": "MIT"
613
+ }
614
+ ],
615
+ "purl": "pkg:cargo/float-cmp@0.9.0",
616
+ "externalReferences": [
617
+ {
618
+ "type": "documentation",
619
+ "url": "https://docs.rs/float-cmp"
620
+ },
621
+ {
622
+ "type": "vcs",
623
+ "url": "https://github.com/mikedilger/float-cmp"
624
+ }
625
+ ]
626
+ },
627
+ {
628
+ "type": "library",
629
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fontdb@0.23.0",
630
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
631
+ "name": "fontdb",
632
+ "version": "0.23.0",
633
+ "description": "A simple, in-memory font database with CSS-like queries.",
634
+ "scope": "required",
635
+ "hashes": [
636
+ {
637
+ "alg": "SHA-256",
638
+ "content": "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
639
+ }
640
+ ],
641
+ "licenses": [
642
+ {
643
+ "expression": "MIT"
644
+ }
645
+ ],
646
+ "purl": "pkg:cargo/fontdb@0.23.0",
647
+ "externalReferences": [
648
+ {
649
+ "type": "documentation",
650
+ "url": "https://docs.rs/fontdb/"
651
+ },
652
+ {
653
+ "type": "vcs",
654
+ "url": "https://github.com/RazrFalcon/fontdb"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "type": "library",
660
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#gif@0.13.3",
661
+ "author": "The image-rs Developers",
662
+ "name": "gif",
663
+ "version": "0.13.3",
664
+ "description": "GIF de- and encoder",
665
+ "scope": "required",
666
+ "hashes": [
667
+ {
668
+ "alg": "SHA-256",
669
+ "content": "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
670
+ }
671
+ ],
672
+ "licenses": [
673
+ {
674
+ "expression": "MIT OR Apache-2.0"
675
+ }
676
+ ],
677
+ "purl": "pkg:cargo/gif@0.13.3",
678
+ "externalReferences": [
679
+ {
680
+ "type": "documentation",
681
+ "url": "https://docs.rs/gif"
682
+ },
683
+ {
684
+ "type": "website",
685
+ "url": "https://github.com/image-rs/image-gif"
686
+ },
687
+ {
688
+ "type": "vcs",
689
+ "url": "https://github.com/image-rs/image-gif"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "type": "library",
695
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
696
+ "name": "heck",
697
+ "version": "0.5.0",
698
+ "description": "heck is a case conversion library.",
699
+ "scope": "required",
700
+ "hashes": [
701
+ {
702
+ "alg": "SHA-256",
703
+ "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
704
+ }
705
+ ],
706
+ "licenses": [
707
+ {
708
+ "expression": "MIT OR Apache-2.0"
709
+ }
710
+ ],
711
+ "purl": "pkg:cargo/heck@0.5.0",
712
+ "externalReferences": [
713
+ {
714
+ "type": "vcs",
715
+ "url": "https://github.com/withoutboats/heck"
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "type": "library",
721
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#image-webp@0.2.4",
722
+ "name": "image-webp",
723
+ "version": "0.2.4",
724
+ "description": "WebP encoding and decoding in pure Rust",
725
+ "scope": "required",
726
+ "hashes": [
727
+ {
728
+ "alg": "SHA-256",
729
+ "content": "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
730
+ }
731
+ ],
732
+ "licenses": [
733
+ {
734
+ "expression": "MIT OR Apache-2.0"
735
+ }
736
+ ],
737
+ "purl": "pkg:cargo/image-webp@0.2.4",
738
+ "externalReferences": [
739
+ {
740
+ "type": "website",
741
+ "url": "https://github.com/image-rs/image-webp"
742
+ },
743
+ {
744
+ "type": "vcs",
745
+ "url": "https://github.com/image-rs/image-webp"
746
+ }
747
+ ]
748
+ },
749
+ {
750
+ "type": "library",
751
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#imagesize@0.13.0",
752
+ "author": "Maid Dog <maiddogsrl@gmail.com>",
753
+ "name": "imagesize",
754
+ "version": "0.13.0",
755
+ "description": "Quick probing of image dimensions without loading the entire file.",
756
+ "scope": "required",
757
+ "hashes": [
758
+ {
759
+ "alg": "SHA-256",
760
+ "content": "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
761
+ }
762
+ ],
763
+ "licenses": [
764
+ {
765
+ "expression": "MIT"
766
+ }
767
+ ],
768
+ "purl": "pkg:cargo/imagesize@0.13.0",
769
+ "externalReferences": [
770
+ {
771
+ "type": "documentation",
772
+ "url": "https://docs.rs/imagesize"
773
+ },
774
+ {
775
+ "type": "vcs",
776
+ "url": "https://github.com/Roughsketch/imagesize"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "type": "library",
782
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
783
+ "author": "David Tolnay <dtolnay@gmail.com>",
784
+ "name": "indoc",
785
+ "version": "2.0.7",
786
+ "description": "Indented document literals",
787
+ "scope": "required",
788
+ "hashes": [
789
+ {
790
+ "alg": "SHA-256",
791
+ "content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
792
+ }
793
+ ],
794
+ "licenses": [
795
+ {
796
+ "expression": "MIT OR Apache-2.0"
797
+ }
798
+ ],
799
+ "purl": "pkg:cargo/indoc@2.0.7",
800
+ "externalReferences": [
801
+ {
802
+ "type": "documentation",
803
+ "url": "https://docs.rs/indoc"
804
+ },
805
+ {
806
+ "type": "vcs",
807
+ "url": "https://github.com/dtolnay/indoc"
808
+ }
809
+ ]
810
+ },
811
+ {
812
+ "type": "library",
813
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#kurbo@0.11.3",
814
+ "author": "Raph Levien <raph.levien@gmail.com>",
815
+ "name": "kurbo",
816
+ "version": "0.11.3",
817
+ "description": "A 2D curves library",
818
+ "scope": "required",
819
+ "hashes": [
820
+ {
821
+ "alg": "SHA-256",
822
+ "content": "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
823
+ }
824
+ ],
825
+ "licenses": [
826
+ {
827
+ "expression": "Apache-2.0 OR MIT"
828
+ }
829
+ ],
830
+ "purl": "pkg:cargo/kurbo@0.11.3",
831
+ "externalReferences": [
832
+ {
833
+ "type": "vcs",
834
+ "url": "https://github.com/linebender/kurbo"
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "type": "library",
840
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
841
+ "author": "The Rust Project Developers",
842
+ "name": "libc",
843
+ "version": "0.2.186",
844
+ "description": "Raw FFI bindings to platform libraries like libc.",
845
+ "scope": "required",
846
+ "hashes": [
847
+ {
848
+ "alg": "SHA-256",
849
+ "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
850
+ }
851
+ ],
852
+ "licenses": [
853
+ {
854
+ "expression": "MIT OR Apache-2.0"
855
+ }
856
+ ],
857
+ "purl": "pkg:cargo/libc@0.2.186",
858
+ "externalReferences": [
859
+ {
860
+ "type": "vcs",
861
+ "url": "https://github.com/rust-lang/libc"
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "type": "library",
867
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
868
+ "author": "Alex Crichton <alex@alexcrichton.com>, Amanieu d'Antras <amanieu@gmail.com>, Jorge Aparicio <japaricious@gmail.com>, Trevor Gross <tg@trevorgross.com>",
869
+ "name": "libm",
870
+ "version": "0.2.16",
871
+ "description": "libm in pure Rust",
872
+ "scope": "required",
873
+ "hashes": [
874
+ {
875
+ "alg": "SHA-256",
876
+ "content": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
877
+ }
878
+ ],
879
+ "licenses": [
880
+ {
881
+ "expression": "MIT"
882
+ }
883
+ ],
884
+ "purl": "pkg:cargo/libm@0.2.16",
885
+ "externalReferences": [
886
+ {
887
+ "type": "vcs",
888
+ "url": "https://github.com/rust-lang/compiler-builtins"
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "type": "library",
894
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
895
+ "author": "The Rust Project Developers",
896
+ "name": "log",
897
+ "version": "0.4.32",
898
+ "description": "A lightweight logging facade for Rust ",
899
+ "scope": "required",
900
+ "hashes": [
901
+ {
902
+ "alg": "SHA-256",
903
+ "content": "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
904
+ }
905
+ ],
906
+ "licenses": [
907
+ {
908
+ "expression": "MIT OR Apache-2.0"
909
+ }
910
+ ],
911
+ "purl": "pkg:cargo/log@0.4.32",
912
+ "externalReferences": [
913
+ {
914
+ "type": "documentation",
915
+ "url": "https://docs.rs/log"
916
+ },
917
+ {
918
+ "type": "vcs",
919
+ "url": "https://github.com/rust-lang/log"
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "type": "library",
925
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
926
+ "author": "Dan Burkert <dan@danburkert.com>, Yevhenii Reizner <razrfalcon@gmail.com>, The Contributors",
927
+ "name": "memmap2",
928
+ "version": "0.9.10",
929
+ "description": "Cross-platform Rust API for memory-mapped file IO",
930
+ "scope": "required",
931
+ "hashes": [
932
+ {
933
+ "alg": "SHA-256",
934
+ "content": "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
935
+ }
936
+ ],
937
+ "licenses": [
938
+ {
939
+ "expression": "MIT OR Apache-2.0"
940
+ }
941
+ ],
942
+ "purl": "pkg:cargo/memmap2@0.9.10",
943
+ "externalReferences": [
944
+ {
945
+ "type": "documentation",
946
+ "url": "https://docs.rs/memmap2"
947
+ },
948
+ {
949
+ "type": "vcs",
950
+ "url": "https://github.com/RazrFalcon/memmap2-rs"
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "type": "library",
956
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
957
+ "author": "Gilad Naaman <gilad.naaman@gmail.com>",
958
+ "name": "memoffset",
959
+ "version": "0.9.1",
960
+ "description": "offset_of functionality for Rust structs.",
961
+ "scope": "required",
962
+ "hashes": [
963
+ {
964
+ "alg": "SHA-256",
965
+ "content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
966
+ }
967
+ ],
968
+ "licenses": [
969
+ {
970
+ "expression": "MIT"
971
+ }
972
+ ],
973
+ "purl": "pkg:cargo/memoffset@0.9.1",
974
+ "externalReferences": [
975
+ {
976
+ "type": "vcs",
977
+ "url": "https://github.com/Gilnaa/memoffset"
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "type": "library",
983
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
984
+ "author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
985
+ "name": "miniz_oxide",
986
+ "version": "0.8.9",
987
+ "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
988
+ "scope": "required",
989
+ "hashes": [
990
+ {
991
+ "alg": "SHA-256",
992
+ "content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
993
+ }
994
+ ],
995
+ "licenses": [
996
+ {
997
+ "expression": "MIT OR Zlib OR Apache-2.0"
998
+ }
999
+ ],
1000
+ "purl": "pkg:cargo/miniz_oxide@0.8.9",
1001
+ "externalReferences": [
1002
+ {
1003
+ "type": "documentation",
1004
+ "url": "https://docs.rs/miniz_oxide"
1005
+ },
1006
+ {
1007
+ "type": "website",
1008
+ "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
1009
+ },
1010
+ {
1011
+ "type": "vcs",
1012
+ "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "type": "library",
1018
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
1019
+ "author": "The Rust Project Developers",
1020
+ "name": "num-traits",
1021
+ "version": "0.2.19",
1022
+ "description": "Numeric traits for generic mathematics",
1023
+ "scope": "required",
1024
+ "hashes": [
1025
+ {
1026
+ "alg": "SHA-256",
1027
+ "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1028
+ }
1029
+ ],
1030
+ "licenses": [
1031
+ {
1032
+ "expression": "MIT OR Apache-2.0"
1033
+ }
1034
+ ],
1035
+ "purl": "pkg:cargo/num-traits@0.2.19",
1036
+ "externalReferences": [
1037
+ {
1038
+ "type": "documentation",
1039
+ "url": "https://docs.rs/num-traits"
1040
+ },
1041
+ {
1042
+ "type": "website",
1043
+ "url": "https://github.com/rust-num/num-traits"
1044
+ },
1045
+ {
1046
+ "type": "vcs",
1047
+ "url": "https://github.com/rust-num/num-traits"
1048
+ }
1049
+ ]
1050
+ },
1051
+ {
1052
+ "type": "library",
1053
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
1054
+ "author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
1055
+ "name": "once_cell",
1056
+ "version": "1.21.4",
1057
+ "description": "Single assignment cells and lazy values.",
1058
+ "scope": "required",
1059
+ "hashes": [
1060
+ {
1061
+ "alg": "SHA-256",
1062
+ "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1063
+ }
1064
+ ],
1065
+ "licenses": [
1066
+ {
1067
+ "expression": "MIT OR Apache-2.0"
1068
+ }
1069
+ ],
1070
+ "purl": "pkg:cargo/once_cell@1.21.4",
1071
+ "externalReferences": [
1072
+ {
1073
+ "type": "documentation",
1074
+ "url": "https://docs.rs/once_cell"
1075
+ },
1076
+ {
1077
+ "type": "vcs",
1078
+ "url": "https://github.com/matklad/once_cell"
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "type": "library",
1084
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pico-args@0.5.0",
1085
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1086
+ "name": "pico-args",
1087
+ "version": "0.5.0",
1088
+ "description": "An ultra simple CLI arguments parser.",
1089
+ "scope": "required",
1090
+ "hashes": [
1091
+ {
1092
+ "alg": "SHA-256",
1093
+ "content": "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
1094
+ }
1095
+ ],
1096
+ "licenses": [
1097
+ {
1098
+ "expression": "MIT"
1099
+ }
1100
+ ],
1101
+ "purl": "pkg:cargo/pico-args@0.5.0",
1102
+ "externalReferences": [
1103
+ {
1104
+ "type": "documentation",
1105
+ "url": "https://docs.rs/pico-args/"
1106
+ },
1107
+ {
1108
+ "type": "vcs",
1109
+ "url": "https://github.com/RazrFalcon/pico-args"
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "type": "library",
1115
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16",
1116
+ "author": "The image-rs Developers",
1117
+ "name": "png",
1118
+ "version": "0.17.16",
1119
+ "description": "PNG decoding and encoding library in pure Rust",
1120
+ "scope": "required",
1121
+ "hashes": [
1122
+ {
1123
+ "alg": "SHA-256",
1124
+ "content": "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
1125
+ }
1126
+ ],
1127
+ "licenses": [
1128
+ {
1129
+ "expression": "MIT OR Apache-2.0"
1130
+ }
1131
+ ],
1132
+ "purl": "pkg:cargo/png@0.17.16",
1133
+ "externalReferences": [
1134
+ {
1135
+ "type": "vcs",
1136
+ "url": "https://github.com/image-rs/image-png"
1137
+ }
1138
+ ]
1139
+ },
1140
+ {
1141
+ "type": "library",
1142
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
1143
+ "author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
1144
+ "name": "proc-macro2",
1145
+ "version": "1.0.106",
1146
+ "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
1147
+ "scope": "required",
1148
+ "hashes": [
1149
+ {
1150
+ "alg": "SHA-256",
1151
+ "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1152
+ }
1153
+ ],
1154
+ "licenses": [
1155
+ {
1156
+ "expression": "MIT OR Apache-2.0"
1157
+ }
1158
+ ],
1159
+ "purl": "pkg:cargo/proc-macro2@1.0.106",
1160
+ "externalReferences": [
1161
+ {
1162
+ "type": "documentation",
1163
+ "url": "https://docs.rs/proc-macro2"
1164
+ },
1165
+ {
1166
+ "type": "vcs",
1167
+ "url": "https://github.com/dtolnay/proc-macro2"
1168
+ }
1169
+ ]
1170
+ },
1171
+ {
1172
+ "type": "library",
1173
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
1174
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1175
+ "name": "pyo3-build-config",
1176
+ "version": "0.23.5",
1177
+ "description": "Build configuration for the PyO3 ecosystem",
1178
+ "scope": "required",
1179
+ "hashes": [
1180
+ {
1181
+ "alg": "SHA-256",
1182
+ "content": "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
1183
+ }
1184
+ ],
1185
+ "licenses": [
1186
+ {
1187
+ "expression": "MIT OR Apache-2.0"
1188
+ }
1189
+ ],
1190
+ "purl": "pkg:cargo/pyo3-build-config@0.23.5",
1191
+ "externalReferences": [
1192
+ {
1193
+ "type": "website",
1194
+ "url": "https://github.com/pyo3/pyo3"
1195
+ },
1196
+ {
1197
+ "type": "vcs",
1198
+ "url": "https://github.com/pyo3/pyo3"
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "type": "library",
1204
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
1205
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1206
+ "name": "pyo3-ffi",
1207
+ "version": "0.23.5",
1208
+ "description": "Python-API bindings for the PyO3 ecosystem",
1209
+ "scope": "required",
1210
+ "hashes": [
1211
+ {
1212
+ "alg": "SHA-256",
1213
+ "content": "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
1214
+ }
1215
+ ],
1216
+ "licenses": [
1217
+ {
1218
+ "expression": "MIT OR Apache-2.0"
1219
+ }
1220
+ ],
1221
+ "purl": "pkg:cargo/pyo3-ffi@0.23.5",
1222
+ "externalReferences": [
1223
+ {
1224
+ "type": "website",
1225
+ "url": "https://github.com/pyo3/pyo3"
1226
+ },
1227
+ {
1228
+ "type": "other",
1229
+ "url": "python"
1230
+ },
1231
+ {
1232
+ "type": "vcs",
1233
+ "url": "https://github.com/pyo3/pyo3"
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "type": "library",
1239
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
1240
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1241
+ "name": "pyo3-macros-backend",
1242
+ "version": "0.23.5",
1243
+ "description": "Code generation for PyO3 package",
1244
+ "scope": "required",
1245
+ "hashes": [
1246
+ {
1247
+ "alg": "SHA-256",
1248
+ "content": "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
1249
+ }
1250
+ ],
1251
+ "licenses": [
1252
+ {
1253
+ "expression": "MIT OR Apache-2.0"
1254
+ }
1255
+ ],
1256
+ "purl": "pkg:cargo/pyo3-macros-backend@0.23.5",
1257
+ "externalReferences": [
1258
+ {
1259
+ "type": "website",
1260
+ "url": "https://github.com/pyo3/pyo3"
1261
+ },
1262
+ {
1263
+ "type": "vcs",
1264
+ "url": "https://github.com/pyo3/pyo3"
1265
+ }
1266
+ ]
1267
+ },
1268
+ {
1269
+ "type": "library",
1270
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
1271
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1272
+ "name": "pyo3-macros",
1273
+ "version": "0.23.5",
1274
+ "description": "Proc macros for PyO3 package",
1275
+ "scope": "required",
1276
+ "hashes": [
1277
+ {
1278
+ "alg": "SHA-256",
1279
+ "content": "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
1280
+ }
1281
+ ],
1282
+ "licenses": [
1283
+ {
1284
+ "expression": "MIT OR Apache-2.0"
1285
+ }
1286
+ ],
1287
+ "purl": "pkg:cargo/pyo3-macros@0.23.5",
1288
+ "externalReferences": [
1289
+ {
1290
+ "type": "website",
1291
+ "url": "https://github.com/pyo3/pyo3"
1292
+ },
1293
+ {
1294
+ "type": "vcs",
1295
+ "url": "https://github.com/pyo3/pyo3"
1296
+ }
1297
+ ]
1298
+ },
1299
+ {
1300
+ "type": "library",
1301
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5",
1302
+ "author": "PyO3 Project and Contributors <https://github.com/PyO3>",
1303
+ "name": "pyo3",
1304
+ "version": "0.23.5",
1305
+ "description": "Bindings to Python interpreter",
1306
+ "scope": "required",
1307
+ "hashes": [
1308
+ {
1309
+ "alg": "SHA-256",
1310
+ "content": "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
1311
+ }
1312
+ ],
1313
+ "licenses": [
1314
+ {
1315
+ "expression": "MIT OR Apache-2.0"
1316
+ }
1317
+ ],
1318
+ "purl": "pkg:cargo/pyo3@0.23.5",
1319
+ "externalReferences": [
1320
+ {
1321
+ "type": "documentation",
1322
+ "url": "https://docs.rs/crate/pyo3/"
1323
+ },
1324
+ {
1325
+ "type": "website",
1326
+ "url": "https://github.com/pyo3/pyo3"
1327
+ },
1328
+ {
1329
+ "type": "vcs",
1330
+ "url": "https://github.com/pyo3/pyo3"
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "type": "library",
1336
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quick-error@2.0.1",
1337
+ "author": "Paul Colomiets <paul@colomiets.name>, Colin Kiegel <kiegel@gmx.de>",
1338
+ "name": "quick-error",
1339
+ "version": "2.0.1",
1340
+ "description": " A macro which makes error types pleasant to write. ",
1341
+ "scope": "required",
1342
+ "hashes": [
1343
+ {
1344
+ "alg": "SHA-256",
1345
+ "content": "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1346
+ }
1347
+ ],
1348
+ "licenses": [
1349
+ {
1350
+ "expression": "MIT OR Apache-2.0"
1351
+ }
1352
+ ],
1353
+ "purl": "pkg:cargo/quick-error@2.0.1",
1354
+ "externalReferences": [
1355
+ {
1356
+ "type": "documentation",
1357
+ "url": "http://docs.rs/quick-error"
1358
+ },
1359
+ {
1360
+ "type": "website",
1361
+ "url": "http://github.com/tailhook/quick-error"
1362
+ },
1363
+ {
1364
+ "type": "vcs",
1365
+ "url": "http://github.com/tailhook/quick-error"
1366
+ }
1367
+ ]
1368
+ },
1369
+ {
1370
+ "type": "library",
1371
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
1372
+ "author": "David Tolnay <dtolnay@gmail.com>",
1373
+ "name": "quote",
1374
+ "version": "1.0.45",
1375
+ "description": "Quasi-quoting macro quote!(...)",
1376
+ "scope": "required",
1377
+ "hashes": [
1378
+ {
1379
+ "alg": "SHA-256",
1380
+ "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1381
+ }
1382
+ ],
1383
+ "licenses": [
1384
+ {
1385
+ "expression": "MIT OR Apache-2.0"
1386
+ }
1387
+ ],
1388
+ "purl": "pkg:cargo/quote@1.0.45",
1389
+ "externalReferences": [
1390
+ {
1391
+ "type": "documentation",
1392
+ "url": "https://docs.rs/quote/"
1393
+ },
1394
+ {
1395
+ "type": "vcs",
1396
+ "url": "https://github.com/dtolnay/quote"
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "type": "library",
1402
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#resvg@0.45.1",
1403
+ "name": "resvg",
1404
+ "version": "0.45.1",
1405
+ "description": "An SVG rendering library.",
1406
+ "scope": "required",
1407
+ "hashes": [
1408
+ {
1409
+ "alg": "SHA-256",
1410
+ "content": "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
1411
+ }
1412
+ ],
1413
+ "licenses": [
1414
+ {
1415
+ "expression": "Apache-2.0 OR MIT"
1416
+ }
1417
+ ],
1418
+ "purl": "pkg:cargo/resvg@0.45.1",
1419
+ "externalReferences": [
1420
+ {
1421
+ "type": "vcs",
1422
+ "url": "https://github.com/linebender/resvg"
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "type": "library",
1428
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.53",
1429
+ "author": "Kornel Lesiński <kornel@geekhood.net>, James Forster <james.forsterer@gmail.com>",
1430
+ "name": "rgb",
1431
+ "version": "0.8.53",
1432
+ "description": "`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.",
1433
+ "scope": "required",
1434
+ "hashes": [
1435
+ {
1436
+ "alg": "SHA-256",
1437
+ "content": "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
1438
+ }
1439
+ ],
1440
+ "licenses": [
1441
+ {
1442
+ "expression": "MIT"
1443
+ }
1444
+ ],
1445
+ "purl": "pkg:cargo/rgb@0.8.53",
1446
+ "externalReferences": [
1447
+ {
1448
+ "type": "documentation",
1449
+ "url": "https://docs.rs/rgb"
1450
+ },
1451
+ {
1452
+ "type": "website",
1453
+ "url": "https://lib.rs/crates/rgb"
1454
+ },
1455
+ {
1456
+ "type": "vcs",
1457
+ "url": "https://github.com/kornelski/rust-rgb"
1458
+ }
1459
+ ]
1460
+ },
1461
+ {
1462
+ "type": "library",
1463
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0",
1464
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1465
+ "name": "roxmltree",
1466
+ "version": "0.20.0",
1467
+ "description": "Represent an XML as a read-only tree.",
1468
+ "scope": "required",
1469
+ "hashes": [
1470
+ {
1471
+ "alg": "SHA-256",
1472
+ "content": "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
1473
+ }
1474
+ ],
1475
+ "licenses": [
1476
+ {
1477
+ "expression": "MIT OR Apache-2.0"
1478
+ }
1479
+ ],
1480
+ "purl": "pkg:cargo/roxmltree@0.20.0",
1481
+ "externalReferences": [
1482
+ {
1483
+ "type": "documentation",
1484
+ "url": "https://docs.rs/roxmltree/"
1485
+ },
1486
+ {
1487
+ "type": "vcs",
1488
+ "url": "https://github.com/RazrFalcon/roxmltree"
1489
+ }
1490
+ ]
1491
+ },
1492
+ {
1493
+ "type": "library",
1494
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
1495
+ "author": "David Tolnay <dtolnay@gmail.com>",
1496
+ "name": "rustversion",
1497
+ "version": "1.0.22",
1498
+ "description": "Conditional compilation according to rustc compiler version",
1499
+ "scope": "excluded",
1500
+ "hashes": [
1501
+ {
1502
+ "alg": "SHA-256",
1503
+ "content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1504
+ }
1505
+ ],
1506
+ "licenses": [
1507
+ {
1508
+ "expression": "MIT OR Apache-2.0"
1509
+ }
1510
+ ],
1511
+ "purl": "pkg:cargo/rustversion@1.0.22",
1512
+ "externalReferences": [
1513
+ {
1514
+ "type": "documentation",
1515
+ "url": "https://docs.rs/rustversion"
1516
+ },
1517
+ {
1518
+ "type": "vcs",
1519
+ "url": "https://github.com/dtolnay/rustversion"
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ "type": "library",
1525
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustybuzz@0.20.1",
1526
+ "author": "Caleb Maclennan <caleb@alerque.com>, Laurenz Stampfl <laurenz.stampfl@gmail.com>, Yevhenii Reizner <razrfalcon@gmail.com>, خالد حسني (Khaled Hosny) <khaled@aliftype.com>",
1527
+ "name": "rustybuzz",
1528
+ "version": "0.20.1",
1529
+ "description": "A complete harfbuzz shaping algorithm port to Rust.",
1530
+ "scope": "required",
1531
+ "hashes": [
1532
+ {
1533
+ "alg": "SHA-256",
1534
+ "content": "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
1535
+ }
1536
+ ],
1537
+ "licenses": [
1538
+ {
1539
+ "expression": "MIT"
1540
+ }
1541
+ ],
1542
+ "purl": "pkg:cargo/rustybuzz@0.20.1",
1543
+ "externalReferences": [
1544
+ {
1545
+ "type": "documentation",
1546
+ "url": "https://docs.rs/rustybuzz/"
1547
+ },
1548
+ {
1549
+ "type": "vcs",
1550
+ "url": "https://github.com/harfbuzz/rustybuzz"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ "type": "library",
1556
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9",
1557
+ "author": "Marvin Countryman <me@maar.vin>",
1558
+ "name": "simd-adler32",
1559
+ "version": "0.3.9",
1560
+ "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
1561
+ "scope": "required",
1562
+ "hashes": [
1563
+ {
1564
+ "alg": "SHA-256",
1565
+ "content": "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1566
+ }
1567
+ ],
1568
+ "licenses": [
1569
+ {
1570
+ "expression": "MIT"
1571
+ }
1572
+ ],
1573
+ "purl": "pkg:cargo/simd-adler32@0.3.9",
1574
+ "externalReferences": [
1575
+ {
1576
+ "type": "vcs",
1577
+ "url": "https://github.com/mcountryman/simd-adler32"
1578
+ }
1579
+ ]
1580
+ },
1581
+ {
1582
+ "type": "library",
1583
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simplecss@0.2.2",
1584
+ "name": "simplecss",
1585
+ "version": "0.2.2",
1586
+ "description": "A simple CSS 2 parser and selector.",
1587
+ "scope": "required",
1588
+ "hashes": [
1589
+ {
1590
+ "alg": "SHA-256",
1591
+ "content": "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
1592
+ }
1593
+ ],
1594
+ "licenses": [
1595
+ {
1596
+ "expression": "Apache-2.0 OR MIT"
1597
+ }
1598
+ ],
1599
+ "purl": "pkg:cargo/simplecss@0.2.2",
1600
+ "externalReferences": [
1601
+ {
1602
+ "type": "vcs",
1603
+ "url": "https://github.com/linebender/simplecss"
1604
+ }
1605
+ ]
1606
+ },
1607
+ {
1608
+ "type": "library",
1609
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3",
1610
+ "author": "Frank Denis <github@pureftpd.org>",
1611
+ "name": "siphasher",
1612
+ "version": "1.0.3",
1613
+ "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust",
1614
+ "scope": "required",
1615
+ "hashes": [
1616
+ {
1617
+ "alg": "SHA-256",
1618
+ "content": "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1619
+ }
1620
+ ],
1621
+ "licenses": [
1622
+ {
1623
+ "expression": "MIT OR Apache-2.0"
1624
+ }
1625
+ ],
1626
+ "purl": "pkg:cargo/siphasher@1.0.3",
1627
+ "externalReferences": [
1628
+ {
1629
+ "type": "documentation",
1630
+ "url": "https://docs.rs/siphasher"
1631
+ },
1632
+ {
1633
+ "type": "website",
1634
+ "url": "https://docs.rs/siphasher"
1635
+ },
1636
+ {
1637
+ "type": "vcs",
1638
+ "url": "https://github.com/jedisct1/rust-siphash"
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "type": "library",
1644
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slotmap@1.1.1",
1645
+ "author": "Orson Peters <orsonpeters@gmail.com>",
1646
+ "name": "slotmap",
1647
+ "version": "1.1.1",
1648
+ "description": "Slotmap data structure",
1649
+ "scope": "required",
1650
+ "hashes": [
1651
+ {
1652
+ "alg": "SHA-256",
1653
+ "content": "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1654
+ }
1655
+ ],
1656
+ "licenses": [
1657
+ {
1658
+ "expression": "Zlib"
1659
+ }
1660
+ ],
1661
+ "purl": "pkg:cargo/slotmap@1.1.1",
1662
+ "externalReferences": [
1663
+ {
1664
+ "type": "vcs",
1665
+ "url": "https://github.com/orlp/slotmap"
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "type": "library",
1671
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
1672
+ "author": "The Servo Project Developers",
1673
+ "name": "smallvec",
1674
+ "version": "1.15.1",
1675
+ "description": "'Small vector' optimization: store up to a small number of items on the stack",
1676
+ "scope": "required",
1677
+ "hashes": [
1678
+ {
1679
+ "alg": "SHA-256",
1680
+ "content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1681
+ }
1682
+ ],
1683
+ "licenses": [
1684
+ {
1685
+ "expression": "MIT OR Apache-2.0"
1686
+ }
1687
+ ],
1688
+ "purl": "pkg:cargo/smallvec@1.15.1",
1689
+ "externalReferences": [
1690
+ {
1691
+ "type": "documentation",
1692
+ "url": "https://docs.rs/smallvec/"
1693
+ },
1694
+ {
1695
+ "type": "vcs",
1696
+ "url": "https://github.com/servo/rust-smallvec"
1697
+ }
1698
+ ]
1699
+ },
1700
+ {
1701
+ "type": "library",
1702
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1",
1703
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1704
+ "name": "strict-num",
1705
+ "version": "0.1.1",
1706
+ "description": "A collection of bounded numeric types",
1707
+ "scope": "required",
1708
+ "hashes": [
1709
+ {
1710
+ "alg": "SHA-256",
1711
+ "content": "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
1712
+ }
1713
+ ],
1714
+ "licenses": [
1715
+ {
1716
+ "expression": "MIT"
1717
+ }
1718
+ ],
1719
+ "purl": "pkg:cargo/strict-num@0.1.1",
1720
+ "externalReferences": [
1721
+ {
1722
+ "type": "documentation",
1723
+ "url": "https://docs.rs/strict-num/"
1724
+ },
1725
+ {
1726
+ "type": "vcs",
1727
+ "url": "https://github.com/RazrFalcon/strict-num"
1728
+ }
1729
+ ]
1730
+ },
1731
+ {
1732
+ "type": "library",
1733
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#svgtypes@0.15.3",
1734
+ "name": "svgtypes",
1735
+ "version": "0.15.3",
1736
+ "description": "SVG types parser.",
1737
+ "scope": "required",
1738
+ "hashes": [
1739
+ {
1740
+ "alg": "SHA-256",
1741
+ "content": "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
1742
+ }
1743
+ ],
1744
+ "licenses": [
1745
+ {
1746
+ "expression": "Apache-2.0 OR MIT"
1747
+ }
1748
+ ],
1749
+ "purl": "pkg:cargo/svgtypes@0.15.3",
1750
+ "externalReferences": [
1751
+ {
1752
+ "type": "vcs",
1753
+ "url": "https://github.com/linebender/svgtypes"
1754
+ }
1755
+ ]
1756
+ },
1757
+ {
1758
+ "type": "library",
1759
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
1760
+ "author": "David Tolnay <dtolnay@gmail.com>",
1761
+ "name": "syn",
1762
+ "version": "2.0.117",
1763
+ "description": "Parser for Rust source code",
1764
+ "scope": "required",
1765
+ "hashes": [
1766
+ {
1767
+ "alg": "SHA-256",
1768
+ "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1769
+ }
1770
+ ],
1771
+ "licenses": [
1772
+ {
1773
+ "expression": "MIT OR Apache-2.0"
1774
+ }
1775
+ ],
1776
+ "purl": "pkg:cargo/syn@2.0.117",
1777
+ "externalReferences": [
1778
+ {
1779
+ "type": "documentation",
1780
+ "url": "https://docs.rs/syn"
1781
+ },
1782
+ {
1783
+ "type": "vcs",
1784
+ "url": "https://github.com/dtolnay/syn"
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "type": "library",
1790
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16",
1791
+ "author": "Dan Gohman <sunfish@mozilla.com>",
1792
+ "name": "target-lexicon",
1793
+ "version": "0.12.16",
1794
+ "description": "Targeting utilities for compilers and related tools",
1795
+ "scope": "required",
1796
+ "hashes": [
1797
+ {
1798
+ "alg": "SHA-256",
1799
+ "content": "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1800
+ }
1801
+ ],
1802
+ "licenses": [
1803
+ {
1804
+ "expression": "Apache-2.0 WITH LLVM-exception"
1805
+ }
1806
+ ],
1807
+ "purl": "pkg:cargo/target-lexicon@0.12.16",
1808
+ "externalReferences": [
1809
+ {
1810
+ "type": "documentation",
1811
+ "url": "https://docs.rs/target-lexicon/"
1812
+ },
1813
+ {
1814
+ "type": "vcs",
1815
+ "url": "https://github.com/bytecodealliance/target-lexicon"
1816
+ }
1817
+ ]
1818
+ },
1819
+ {
1820
+ "type": "library",
1821
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4",
1822
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1823
+ "name": "tiny-skia-path",
1824
+ "version": "0.11.4",
1825
+ "description": "A tiny-skia Bezier path implementation",
1826
+ "scope": "required",
1827
+ "hashes": [
1828
+ {
1829
+ "alg": "SHA-256",
1830
+ "content": "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
1831
+ }
1832
+ ],
1833
+ "licenses": [
1834
+ {
1835
+ "expression": "BSD-3-Clause"
1836
+ }
1837
+ ],
1838
+ "purl": "pkg:cargo/tiny-skia-path@0.11.4",
1839
+ "externalReferences": [
1840
+ {
1841
+ "type": "documentation",
1842
+ "url": "https://docs.rs/tiny-skia-path/"
1843
+ },
1844
+ {
1845
+ "type": "vcs",
1846
+ "url": "https://github.com/RazrFalcon/tiny-skia/tree/master/path"
1847
+ }
1848
+ ]
1849
+ },
1850
+ {
1851
+ "type": "library",
1852
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4",
1853
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1854
+ "name": "tiny-skia",
1855
+ "version": "0.11.4",
1856
+ "description": "A tiny Skia subset ported to Rust.",
1857
+ "scope": "required",
1858
+ "hashes": [
1859
+ {
1860
+ "alg": "SHA-256",
1861
+ "content": "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
1862
+ }
1863
+ ],
1864
+ "licenses": [
1865
+ {
1866
+ "expression": "BSD-3-Clause"
1867
+ }
1868
+ ],
1869
+ "purl": "pkg:cargo/tiny-skia@0.11.4",
1870
+ "externalReferences": [
1871
+ {
1872
+ "type": "documentation",
1873
+ "url": "https://docs.rs/tiny-skia/"
1874
+ },
1875
+ {
1876
+ "type": "vcs",
1877
+ "url": "https://github.com/RazrFalcon/tiny-skia"
1878
+ }
1879
+ ]
1880
+ },
1881
+ {
1882
+ "type": "library",
1883
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
1884
+ "author": "Lokathor <zefria@gmail.com>",
1885
+ "name": "tinyvec",
1886
+ "version": "1.11.0",
1887
+ "description": "`tinyvec` provides 100% safe vec-like data structures.",
1888
+ "scope": "required",
1889
+ "hashes": [
1890
+ {
1891
+ "alg": "SHA-256",
1892
+ "content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1893
+ }
1894
+ ],
1895
+ "licenses": [
1896
+ {
1897
+ "expression": "Zlib OR Apache-2.0 OR MIT"
1898
+ }
1899
+ ],
1900
+ "purl": "pkg:cargo/tinyvec@1.11.0",
1901
+ "externalReferences": [
1902
+ {
1903
+ "type": "vcs",
1904
+ "url": "https://github.com/Lokathor/tinyvec"
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "type": "library",
1910
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
1911
+ "author": "Soveu <marx.tomasz@gmail.com>",
1912
+ "name": "tinyvec_macros",
1913
+ "version": "0.1.1",
1914
+ "description": "Some macros for tiny containers",
1915
+ "scope": "required",
1916
+ "hashes": [
1917
+ {
1918
+ "alg": "SHA-256",
1919
+ "content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1920
+ }
1921
+ ],
1922
+ "licenses": [
1923
+ {
1924
+ "expression": "MIT OR Apache-2.0 OR Zlib"
1925
+ }
1926
+ ],
1927
+ "purl": "pkg:cargo/tinyvec_macros@0.1.1",
1928
+ "externalReferences": [
1929
+ {
1930
+ "type": "vcs",
1931
+ "url": "https://github.com/Soveu/tinyvec_macros"
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "type": "library",
1937
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1",
1938
+ "author": "Caleb Maclennan <caleb@alerque.com>, Laurenz Stampfl <laurenz.stampfl@gmail.com>, Yevhenii Reizner <razrfalcon@gmail.com>, خالد حسني (Khaled Hosny) <khaled@aliftype.com>",
1939
+ "name": "ttf-parser",
1940
+ "version": "0.25.1",
1941
+ "description": "A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.",
1942
+ "scope": "required",
1943
+ "hashes": [
1944
+ {
1945
+ "alg": "SHA-256",
1946
+ "content": "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
1947
+ }
1948
+ ],
1949
+ "licenses": [
1950
+ {
1951
+ "expression": "MIT OR Apache-2.0"
1952
+ }
1953
+ ],
1954
+ "purl": "pkg:cargo/ttf-parser@0.25.1",
1955
+ "externalReferences": [
1956
+ {
1957
+ "type": "documentation",
1958
+ "url": "https://docs.rs/ttf-parser/"
1959
+ },
1960
+ {
1961
+ "type": "vcs",
1962
+ "url": "https://github.com/harfbuzz/ttf-parser"
1963
+ }
1964
+ ]
1965
+ },
1966
+ {
1967
+ "type": "library",
1968
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi-mirroring@0.4.0",
1969
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
1970
+ "name": "unicode-bidi-mirroring",
1971
+ "version": "0.4.0",
1972
+ "description": "Unicode Bidi Mirroring property detection",
1973
+ "scope": "required",
1974
+ "hashes": [
1975
+ {
1976
+ "alg": "SHA-256",
1977
+ "content": "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
1978
+ }
1979
+ ],
1980
+ "licenses": [
1981
+ {
1982
+ "expression": "MIT OR Apache-2.0"
1983
+ }
1984
+ ],
1985
+ "purl": "pkg:cargo/unicode-bidi-mirroring@0.4.0",
1986
+ "externalReferences": [
1987
+ {
1988
+ "type": "documentation",
1989
+ "url": "https://docs.rs/unicode-bidi-mirroring/"
1990
+ },
1991
+ {
1992
+ "type": "vcs",
1993
+ "url": "https://github.com/RazrFalcon/unicode-bidi-mirroring"
1994
+ }
1995
+ ]
1996
+ },
1997
+ {
1998
+ "type": "library",
1999
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18",
2000
+ "author": "The Servo Project Developers",
2001
+ "name": "unicode-bidi",
2002
+ "version": "0.3.18",
2003
+ "description": "Implementation of the Unicode Bidirectional Algorithm",
2004
+ "scope": "required",
2005
+ "hashes": [
2006
+ {
2007
+ "alg": "SHA-256",
2008
+ "content": "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2009
+ }
2010
+ ],
2011
+ "licenses": [
2012
+ {
2013
+ "expression": "MIT OR Apache-2.0"
2014
+ }
2015
+ ],
2016
+ "purl": "pkg:cargo/unicode-bidi@0.3.18",
2017
+ "externalReferences": [
2018
+ {
2019
+ "type": "documentation",
2020
+ "url": "https://docs.rs/unicode-bidi/"
2021
+ },
2022
+ {
2023
+ "type": "vcs",
2024
+ "url": "https://github.com/servo/unicode-bidi"
2025
+ }
2026
+ ]
2027
+ },
2028
+ {
2029
+ "type": "library",
2030
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ccc@0.4.0",
2031
+ "author": "Yevhenii Reizner <razrfalcon@gmail.com>",
2032
+ "name": "unicode-ccc",
2033
+ "version": "0.4.0",
2034
+ "description": "Unicode Canonical Combining Class detection",
2035
+ "scope": "required",
2036
+ "hashes": [
2037
+ {
2038
+ "alg": "SHA-256",
2039
+ "content": "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
2040
+ }
2041
+ ],
2042
+ "licenses": [
2043
+ {
2044
+ "expression": "MIT OR Apache-2.0"
2045
+ }
2046
+ ],
2047
+ "purl": "pkg:cargo/unicode-ccc@0.4.0",
2048
+ "externalReferences": [
2049
+ {
2050
+ "type": "documentation",
2051
+ "url": "https://docs.rs/unicode-ccc/"
2052
+ },
2053
+ {
2054
+ "type": "vcs",
2055
+ "url": "https://github.com/RazrFalcon/unicode-ccc"
2056
+ }
2057
+ ]
2058
+ },
2059
+ {
2060
+ "type": "library",
2061
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24",
2062
+ "author": "David Tolnay <dtolnay@gmail.com>",
2063
+ "name": "unicode-ident",
2064
+ "version": "1.0.24",
2065
+ "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
2066
+ "scope": "required",
2067
+ "hashes": [
2068
+ {
2069
+ "alg": "SHA-256",
2070
+ "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2071
+ }
2072
+ ],
2073
+ "licenses": [
2074
+ {
2075
+ "expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
2076
+ }
2077
+ ],
2078
+ "purl": "pkg:cargo/unicode-ident@1.0.24",
2079
+ "externalReferences": [
2080
+ {
2081
+ "type": "documentation",
2082
+ "url": "https://docs.rs/unicode-ident"
2083
+ },
2084
+ {
2085
+ "type": "vcs",
2086
+ "url": "https://github.com/dtolnay/unicode-ident"
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "type": "library",
2092
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4",
2093
+ "author": "Charles Lew <crlf0710@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>",
2094
+ "name": "unicode-properties",
2095
+ "version": "0.1.4",
2096
+ "description": "Query character Unicode properties according to UAX #44 and UTR #51. ",
2097
+ "scope": "required",
2098
+ "hashes": [
2099
+ {
2100
+ "alg": "SHA-256",
2101
+ "content": "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2102
+ }
2103
+ ],
2104
+ "licenses": [
2105
+ {
2106
+ "expression": "MIT OR Apache-2.0"
2107
+ }
2108
+ ],
2109
+ "purl": "pkg:cargo/unicode-properties@0.1.4",
2110
+ "externalReferences": [
2111
+ {
2112
+ "type": "documentation",
2113
+ "url": "https://docs.rs/unicode-properties"
2114
+ },
2115
+ {
2116
+ "type": "website",
2117
+ "url": "https://github.com/unicode-rs/unicode-properties"
2118
+ },
2119
+ {
2120
+ "type": "vcs",
2121
+ "url": "https://github.com/unicode-rs/unicode-properties"
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "type": "library",
2127
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-script@0.5.8",
2128
+ "author": "Manish Goregaokar <manishsmail@gmail.com>",
2129
+ "name": "unicode-script",
2130
+ "version": "0.5.8",
2131
+ "description": "This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ",
2132
+ "scope": "required",
2133
+ "hashes": [
2134
+ {
2135
+ "alg": "SHA-256",
2136
+ "content": "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
2137
+ }
2138
+ ],
2139
+ "licenses": [
2140
+ {
2141
+ "expression": "MIT OR Apache-2.0"
2142
+ }
2143
+ ],
2144
+ "purl": "pkg:cargo/unicode-script@0.5.8",
2145
+ "externalReferences": [
2146
+ {
2147
+ "type": "documentation",
2148
+ "url": "https://docs.rs/unicode-script"
2149
+ },
2150
+ {
2151
+ "type": "website",
2152
+ "url": "https://github.com/unicode-rs/unicode-script"
2153
+ },
2154
+ {
2155
+ "type": "vcs",
2156
+ "url": "https://github.com/unicode-rs/unicode-script"
2157
+ }
2158
+ ]
2159
+ },
2160
+ {
2161
+ "type": "library",
2162
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-vo@0.1.0",
2163
+ "author": "Evgeniy Reizner <razrfalcon@gmail.com>",
2164
+ "name": "unicode-vo",
2165
+ "version": "0.1.0",
2166
+ "description": "Unicode vertical orientation detection",
2167
+ "scope": "required",
2168
+ "hashes": [
2169
+ {
2170
+ "alg": "SHA-256",
2171
+ "content": "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
2172
+ }
2173
+ ],
2174
+ "licenses": [
2175
+ {
2176
+ "expression": "MIT OR Apache-2.0"
2177
+ }
2178
+ ],
2179
+ "purl": "pkg:cargo/unicode-vo@0.1.0",
2180
+ "externalReferences": [
2181
+ {
2182
+ "type": "documentation",
2183
+ "url": "https://docs.rs/unicode-vo/"
2184
+ },
2185
+ {
2186
+ "type": "vcs",
2187
+ "url": "https://github.com/RazrFalcon/unicode-vo"
2188
+ }
2189
+ ]
2190
+ },
2191
+ {
2192
+ "type": "library",
2193
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4",
2194
+ "author": "David Tolnay <dtolnay@gmail.com>",
2195
+ "name": "unindent",
2196
+ "version": "0.2.4",
2197
+ "description": "Remove a column of leading whitespace from a string",
2198
+ "scope": "required",
2199
+ "hashes": [
2200
+ {
2201
+ "alg": "SHA-256",
2202
+ "content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2203
+ }
2204
+ ],
2205
+ "licenses": [
2206
+ {
2207
+ "expression": "MIT OR Apache-2.0"
2208
+ }
2209
+ ],
2210
+ "purl": "pkg:cargo/unindent@0.2.4",
2211
+ "externalReferences": [
2212
+ {
2213
+ "type": "documentation",
2214
+ "url": "https://docs.rs/unindent"
2215
+ },
2216
+ {
2217
+ "type": "vcs",
2218
+ "url": "https://github.com/dtolnay/indoc"
2219
+ }
2220
+ ]
2221
+ },
2222
+ {
2223
+ "type": "library",
2224
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#usvg@0.45.1",
2225
+ "name": "usvg",
2226
+ "version": "0.45.1",
2227
+ "description": "An SVG simplification library.",
2228
+ "scope": "required",
2229
+ "hashes": [
2230
+ {
2231
+ "alg": "SHA-256",
2232
+ "content": "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
2233
+ }
2234
+ ],
2235
+ "licenses": [
2236
+ {
2237
+ "expression": "Apache-2.0 OR MIT"
2238
+ }
2239
+ ],
2240
+ "purl": "pkg:cargo/usvg@0.45.1",
2241
+ "externalReferences": [
2242
+ {
2243
+ "type": "documentation",
2244
+ "url": "https://docs.rs/usvg/"
2245
+ },
2246
+ {
2247
+ "type": "vcs",
2248
+ "url": "https://github.com/linebender/resvg"
2249
+ }
2250
+ ]
2251
+ },
2252
+ {
2253
+ "type": "library",
2254
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
2255
+ "author": "Sergio Benitez <sb@sergio.bz>",
2256
+ "name": "version_check",
2257
+ "version": "0.9.5",
2258
+ "description": "Tiny crate to check the version of the installed/running rustc.",
2259
+ "scope": "excluded",
2260
+ "hashes": [
2261
+ {
2262
+ "alg": "SHA-256",
2263
+ "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2264
+ }
2265
+ ],
2266
+ "licenses": [
2267
+ {
2268
+ "expression": "MIT OR Apache-2.0"
2269
+ }
2270
+ ],
2271
+ "purl": "pkg:cargo/version_check@0.9.5",
2272
+ "externalReferences": [
2273
+ {
2274
+ "type": "documentation",
2275
+ "url": "https://docs.rs/version_check/"
2276
+ },
2277
+ {
2278
+ "type": "vcs",
2279
+ "url": "https://github.com/SergioBenitez/version_check"
2280
+ }
2281
+ ]
2282
+ },
2283
+ {
2284
+ "type": "library",
2285
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.12",
2286
+ "author": "The image-rs Developers",
2287
+ "name": "weezl",
2288
+ "version": "0.1.12",
2289
+ "description": "Fast LZW compression and decompression.",
2290
+ "scope": "required",
2291
+ "hashes": [
2292
+ {
2293
+ "alg": "SHA-256",
2294
+ "content": "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2295
+ }
2296
+ ],
2297
+ "licenses": [
2298
+ {
2299
+ "expression": "MIT OR Apache-2.0"
2300
+ }
2301
+ ],
2302
+ "purl": "pkg:cargo/weezl@0.1.12",
2303
+ "externalReferences": [
2304
+ {
2305
+ "type": "documentation",
2306
+ "url": "https://docs.rs/weezl"
2307
+ },
2308
+ {
2309
+ "type": "vcs",
2310
+ "url": "https://github.com/image-rs/weezl"
2311
+ }
2312
+ ]
2313
+ },
2314
+ {
2315
+ "type": "library",
2316
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#xmlwriter@0.1.0",
2317
+ "author": "Evgeniy Reizner <razrfalcon@gmail.com>",
2318
+ "name": "xmlwriter",
2319
+ "version": "0.1.0",
2320
+ "description": "A simple, streaming XML writer.",
2321
+ "scope": "required",
2322
+ "hashes": [
2323
+ {
2324
+ "alg": "SHA-256",
2325
+ "content": "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
2326
+ }
2327
+ ],
2328
+ "licenses": [
2329
+ {
2330
+ "expression": "MIT"
2331
+ }
2332
+ ],
2333
+ "purl": "pkg:cargo/xmlwriter@0.1.0",
2334
+ "externalReferences": [
2335
+ {
2336
+ "type": "documentation",
2337
+ "url": "https://docs.rs/xmlwriter/"
2338
+ },
2339
+ {
2340
+ "type": "vcs",
2341
+ "url": "https://github.com/RazrFalcon/xmlwriter"
2342
+ }
2343
+ ]
2344
+ },
2345
+ {
2346
+ "type": "library",
2347
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zune-core@0.4.12",
2348
+ "name": "zune-core",
2349
+ "version": "0.4.12",
2350
+ "description": "Core utilities for image processing in the zune family of crates",
2351
+ "scope": "required",
2352
+ "hashes": [
2353
+ {
2354
+ "alg": "SHA-256",
2355
+ "content": "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2356
+ }
2357
+ ],
2358
+ "licenses": [
2359
+ {
2360
+ "expression": "MIT OR Apache-2.0 OR Zlib"
2361
+ }
2362
+ ],
2363
+ "purl": "pkg:cargo/zune-core@0.4.12",
2364
+ "externalReferences": [
2365
+ {
2366
+ "type": "website",
2367
+ "url": "https://github.com/etemesi254/zune-image/tree/dev/zune-core"
2368
+ }
2369
+ ]
2370
+ },
2371
+ {
2372
+ "type": "library",
2373
+ "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zune-jpeg@0.4.21",
2374
+ "author": "caleb <etemesicaleb@gmail.com>",
2375
+ "name": "zune-jpeg",
2376
+ "version": "0.4.21",
2377
+ "description": "A fast, correct and safe jpeg decoder",
2378
+ "scope": "required",
2379
+ "hashes": [
2380
+ {
2381
+ "alg": "SHA-256",
2382
+ "content": "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
2383
+ }
2384
+ ],
2385
+ "licenses": [
2386
+ {
2387
+ "expression": "MIT OR Apache-2.0 OR Zlib"
2388
+ }
2389
+ ],
2390
+ "purl": "pkg:cargo/zune-jpeg@0.4.21",
2391
+ "externalReferences": [
2392
+ {
2393
+ "type": "vcs",
2394
+ "url": "https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg"
2395
+ }
2396
+ ]
2397
+ }
2398
+ ],
2399
+ "dependencies": [
2400
+ {
2401
+ "ref": "path+file:///D:/a/setreplace-py/setreplace-py#setreplace@0.1.0"
2402
+ },
2403
+ {
2404
+ "ref": "path+file:///D:/a/setreplace-py/setreplace-py/python#setreplace-python@0.1.0",
2405
+ "dependsOn": [
2406
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5",
2407
+ "path+file:///D:/a/setreplace-py/setreplace-py#setreplace@0.1.0",
2408
+ "path+file:///D:/a/setreplace-py/setreplace-py/viz#setreplace-viz@0.1.0"
2409
+ ]
2410
+ },
2411
+ {
2412
+ "ref": "path+file:///D:/a/setreplace-py/setreplace-py/viz#setreplace-viz@0.1.0",
2413
+ "dependsOn": [
2414
+ "registry+https://github.com/rust-lang/crates.io-index#resvg@0.45.1",
2415
+ "path+file:///D:/a/setreplace-py/setreplace-py#setreplace@0.1.0"
2416
+ ]
2417
+ },
2418
+ {
2419
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1"
2420
+ },
2421
+ {
2422
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9"
2423
+ },
2424
+ {
2425
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6"
2426
+ },
2427
+ {
2428
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
2429
+ },
2430
+ {
2431
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
2432
+ },
2433
+ {
2434
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2"
2435
+ },
2436
+ {
2437
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0"
2438
+ },
2439
+ {
2440
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0"
2441
+ },
2442
+ {
2443
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0"
2444
+ },
2445
+ {
2446
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2447
+ },
2448
+ {
2449
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0"
2450
+ },
2451
+ {
2452
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#core_maths@0.1.1",
2453
+ "dependsOn": [
2454
+ "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
2455
+ ]
2456
+ },
2457
+ {
2458
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
2459
+ "dependsOn": [
2460
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
2461
+ ]
2462
+ },
2463
+ {
2464
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#data-url@0.3.2"
2465
+ },
2466
+ {
2467
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#euclid@0.22.14",
2468
+ "dependsOn": [
2469
+ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
2470
+ ]
2471
+ },
2472
+ {
2473
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
2474
+ "dependsOn": [
2475
+ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
2476
+ ]
2477
+ },
2478
+ {
2479
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
2480
+ "dependsOn": [
2481
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
2482
+ "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
2483
+ ]
2484
+ },
2485
+ {
2486
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#float-cmp@0.9.0"
2487
+ },
2488
+ {
2489
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#fontdb@0.23.0",
2490
+ "dependsOn": [
2491
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
2492
+ "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10",
2493
+ "registry+https://github.com/rust-lang/crates.io-index#slotmap@1.1.1",
2494
+ "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
2495
+ "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1"
2496
+ ]
2497
+ },
2498
+ {
2499
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#gif@0.13.3",
2500
+ "dependsOn": [
2501
+ "registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0",
2502
+ "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.12"
2503
+ ]
2504
+ },
2505
+ {
2506
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
2507
+ },
2508
+ {
2509
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#image-webp@0.2.4",
2510
+ "dependsOn": [
2511
+ "registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0",
2512
+ "registry+https://github.com/rust-lang/crates.io-index#quick-error@2.0.1"
2513
+ ]
2514
+ },
2515
+ {
2516
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#imagesize@0.13.0"
2517
+ },
2518
+ {
2519
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
2520
+ "dependsOn": [
2521
+ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
2522
+ ]
2523
+ },
2524
+ {
2525
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#kurbo@0.11.3",
2526
+ "dependsOn": [
2527
+ "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
2528
+ "registry+https://github.com/rust-lang/crates.io-index#euclid@0.22.14",
2529
+ "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
2530
+ ]
2531
+ },
2532
+ {
2533
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
2534
+ },
2535
+ {
2536
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
2537
+ },
2538
+ {
2539
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32"
2540
+ },
2541
+ {
2542
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.10"
2543
+ },
2544
+ {
2545
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
2546
+ "dependsOn": [
2547
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
2548
+ ]
2549
+ },
2550
+ {
2551
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
2552
+ "dependsOn": [
2553
+ "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
2554
+ "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
2555
+ ]
2556
+ },
2557
+ {
2558
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
2559
+ "dependsOn": [
2560
+ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
2561
+ ]
2562
+ },
2563
+ {
2564
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
2565
+ },
2566
+ {
2567
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pico-args@0.5.0"
2568
+ },
2569
+ {
2570
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16",
2571
+ "dependsOn": [
2572
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2",
2573
+ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
2574
+ "registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7",
2575
+ "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
2576
+ "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
2577
+ ]
2578
+ },
2579
+ {
2580
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2581
+ "dependsOn": [
2582
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2583
+ ]
2584
+ },
2585
+ {
2586
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
2587
+ "dependsOn": [
2588
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2589
+ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
2590
+ ]
2591
+ },
2592
+ {
2593
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
2594
+ "dependsOn": [
2595
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
2596
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5"
2597
+ ]
2598
+ },
2599
+ {
2600
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
2601
+ "dependsOn": [
2602
+ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
2603
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2604
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
2605
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2606
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2607
+ ]
2608
+ },
2609
+ {
2610
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
2611
+ "dependsOn": [
2612
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2613
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.23.5",
2614
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2615
+ "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
2616
+ ]
2617
+ },
2618
+ {
2619
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.23.5",
2620
+ "dependsOn": [
2621
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2622
+ "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
2623
+ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
2624
+ "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
2625
+ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
2626
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.23.5",
2627
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.23.5",
2628
+ "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.23.5",
2629
+ "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
2630
+ ]
2631
+ },
2632
+ {
2633
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quick-error@2.0.1"
2634
+ },
2635
+ {
2636
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2637
+ "dependsOn": [
2638
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
2639
+ ]
2640
+ },
2641
+ {
2642
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#resvg@0.45.1",
2643
+ "dependsOn": [
2644
+ "registry+https://github.com/rust-lang/crates.io-index#gif@0.13.3",
2645
+ "registry+https://github.com/rust-lang/crates.io-index#image-webp@0.2.4",
2646
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
2647
+ "registry+https://github.com/rust-lang/crates.io-index#pico-args@0.5.0",
2648
+ "registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.53",
2649
+ "registry+https://github.com/rust-lang/crates.io-index#svgtypes@0.15.3",
2650
+ "registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4",
2651
+ "registry+https://github.com/rust-lang/crates.io-index#usvg@0.45.1",
2652
+ "registry+https://github.com/rust-lang/crates.io-index#zune-jpeg@0.4.21"
2653
+ ]
2654
+ },
2655
+ {
2656
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.53",
2657
+ "dependsOn": [
2658
+ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0"
2659
+ ]
2660
+ },
2661
+ {
2662
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0"
2663
+ },
2664
+ {
2665
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
2666
+ },
2667
+ {
2668
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#rustybuzz@0.20.1",
2669
+ "dependsOn": [
2670
+ "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
2671
+ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
2672
+ "registry+https://github.com/rust-lang/crates.io-index#core_maths@0.1.1",
2673
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
2674
+ "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
2675
+ "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1",
2676
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi-mirroring@0.4.0",
2677
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ccc@0.4.0",
2678
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4",
2679
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-script@0.5.8"
2680
+ ]
2681
+ },
2682
+ {
2683
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9"
2684
+ },
2685
+ {
2686
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#simplecss@0.2.2",
2687
+ "dependsOn": [
2688
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32"
2689
+ ]
2690
+ },
2691
+ {
2692
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3"
2693
+ },
2694
+ {
2695
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#slotmap@1.1.1",
2696
+ "dependsOn": [
2697
+ "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
2698
+ ]
2699
+ },
2700
+ {
2701
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
2702
+ },
2703
+ {
2704
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1",
2705
+ "dependsOn": [
2706
+ "registry+https://github.com/rust-lang/crates.io-index#float-cmp@0.9.0"
2707
+ ]
2708
+ },
2709
+ {
2710
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#svgtypes@0.15.3",
2711
+ "dependsOn": [
2712
+ "registry+https://github.com/rust-lang/crates.io-index#kurbo@0.11.3",
2713
+ "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3"
2714
+ ]
2715
+ },
2716
+ {
2717
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
2718
+ "dependsOn": [
2719
+ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
2720
+ "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
2721
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2722
+ ]
2723
+ },
2724
+ {
2725
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16"
2726
+ },
2727
+ {
2728
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4",
2729
+ "dependsOn": [
2730
+ "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
2731
+ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
2732
+ "registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1"
2733
+ ]
2734
+ },
2735
+ {
2736
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4",
2737
+ "dependsOn": [
2738
+ "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
2739
+ "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
2740
+ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0",
2741
+ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
2742
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
2743
+ "registry+https://github.com/rust-lang/crates.io-index#png@0.17.16",
2744
+ "registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4"
2745
+ ]
2746
+ },
2747
+ {
2748
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
2749
+ "dependsOn": [
2750
+ "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
2751
+ ]
2752
+ },
2753
+ {
2754
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
2755
+ },
2756
+ {
2757
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1",
2758
+ "dependsOn": [
2759
+ "registry+https://github.com/rust-lang/crates.io-index#core_maths@0.1.1"
2760
+ ]
2761
+ },
2762
+ {
2763
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi-mirroring@0.4.0"
2764
+ },
2765
+ {
2766
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18"
2767
+ },
2768
+ {
2769
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ccc@0.4.0"
2770
+ },
2771
+ {
2772
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
2773
+ },
2774
+ {
2775
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4"
2776
+ },
2777
+ {
2778
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-script@0.5.8"
2779
+ },
2780
+ {
2781
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-vo@0.1.0"
2782
+ },
2783
+ {
2784
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
2785
+ },
2786
+ {
2787
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#usvg@0.45.1",
2788
+ "dependsOn": [
2789
+ "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
2790
+ "registry+https://github.com/rust-lang/crates.io-index#data-url@0.3.2",
2791
+ "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
2792
+ "registry+https://github.com/rust-lang/crates.io-index#fontdb@0.23.0",
2793
+ "registry+https://github.com/rust-lang/crates.io-index#imagesize@0.13.0",
2794
+ "registry+https://github.com/rust-lang/crates.io-index#kurbo@0.11.3",
2795
+ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32",
2796
+ "registry+https://github.com/rust-lang/crates.io-index#pico-args@0.5.0",
2797
+ "registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0",
2798
+ "registry+https://github.com/rust-lang/crates.io-index#rustybuzz@0.20.1",
2799
+ "registry+https://github.com/rust-lang/crates.io-index#simplecss@0.2.2",
2800
+ "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3",
2801
+ "registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1",
2802
+ "registry+https://github.com/rust-lang/crates.io-index#svgtypes@0.15.3",
2803
+ "registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4",
2804
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18",
2805
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-script@0.5.8",
2806
+ "registry+https://github.com/rust-lang/crates.io-index#unicode-vo@0.1.0",
2807
+ "registry+https://github.com/rust-lang/crates.io-index#xmlwriter@0.1.0"
2808
+ ]
2809
+ },
2810
+ {
2811
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
2812
+ },
2813
+ {
2814
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.12"
2815
+ },
2816
+ {
2817
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#xmlwriter@0.1.0"
2818
+ },
2819
+ {
2820
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zune-core@0.4.12"
2821
+ },
2822
+ {
2823
+ "ref": "registry+https://github.com/rust-lang/crates.io-index#zune-jpeg@0.4.21",
2824
+ "dependsOn": [
2825
+ "registry+https://github.com/rust-lang/crates.io-index#zune-core@0.4.12"
2826
+ ]
2827
+ }
2828
+ ]
2829
+ }