forme-ruby 0.1.0

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,1156 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler"
7
+ version = "1.0.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
+
11
+ [[package]]
12
+ name = "adler2"
13
+ version = "2.0.1"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
16
+
17
+ [[package]]
18
+ name = "autocfg"
19
+ version = "1.5.1"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
22
+
23
+ [[package]]
24
+ name = "barcoders"
25
+ version = "2.0.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "a3826fb6e98ec72c0c0db8c9a40af4932d16793021027469857e84c1b50a1e8f"
28
+
29
+ [[package]]
30
+ name = "base64"
31
+ version = "0.22.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
34
+
35
+ [[package]]
36
+ name = "base64ct"
37
+ version = "1.8.3"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
40
+
41
+ [[package]]
42
+ name = "bitflags"
43
+ version = "1.3.2"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
46
+
47
+ [[package]]
48
+ name = "bitflags"
49
+ version = "2.13.2"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
52
+
53
+ [[package]]
54
+ name = "block-buffer"
55
+ version = "0.10.4"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
58
+ dependencies = [
59
+ "generic-array",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "bytemuck"
64
+ version = "1.25.2"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
67
+
68
+ [[package]]
69
+ name = "byteorder"
70
+ version = "1.5.0"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
73
+
74
+ [[package]]
75
+ name = "byteorder-lite"
76
+ version = "0.1.0"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
79
+
80
+ [[package]]
81
+ name = "cfg-if"
82
+ version = "1.0.5"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
85
+
86
+ [[package]]
87
+ name = "cms"
88
+ version = "0.2.3"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730"
91
+ dependencies = [
92
+ "const-oid",
93
+ "der",
94
+ "spki",
95
+ "x509-cert",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "color_quant"
100
+ version = "1.1.0"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
103
+
104
+ [[package]]
105
+ name = "const-oid"
106
+ version = "0.9.6"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
109
+
110
+ [[package]]
111
+ name = "core_maths"
112
+ version = "0.1.1"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
115
+ dependencies = [
116
+ "libm",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "cpufeatures"
121
+ version = "0.2.17"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
124
+ dependencies = [
125
+ "libc",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "crc32fast"
130
+ version = "1.5.2"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
133
+ dependencies = [
134
+ "cfg-if",
135
+ ]
136
+
137
+ [[package]]
138
+ name = "crypto-common"
139
+ version = "0.1.7"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
142
+ dependencies = [
143
+ "generic-array",
144
+ "typenum",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "cssparser"
149
+ version = "0.37.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
152
+ dependencies = [
153
+ "cssparser-macros",
154
+ "dtoa-short",
155
+ "itoa",
156
+ "phf",
157
+ "smallvec",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "cssparser-macros"
162
+ version = "0.7.1"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "d045de693cb712d0b22c6a64be5b953f67b3ce00ab5ad3dd5d8b441886ab8e1a"
165
+ dependencies = [
166
+ "quote",
167
+ "syn 3.0.6",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "der"
172
+ version = "0.7.10"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
175
+ dependencies = [
176
+ "const-oid",
177
+ "der_derive",
178
+ "flagset",
179
+ "pem-rfc7468",
180
+ "zeroize",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "der_derive"
185
+ version = "0.7.3"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
188
+ dependencies = [
189
+ "proc-macro2",
190
+ "quote",
191
+ "syn 2.0.119",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "digest"
196
+ version = "0.10.7"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
199
+ dependencies = [
200
+ "block-buffer",
201
+ "const-oid",
202
+ "crypto-common",
203
+ ]
204
+
205
+ [[package]]
206
+ name = "dtoa"
207
+ version = "1.0.11"
208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
209
+ checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
210
+
211
+ [[package]]
212
+ name = "dtoa-short"
213
+ version = "0.3.5"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
216
+ dependencies = [
217
+ "dtoa",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "fastrand"
222
+ version = "2.5.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
225
+
226
+ [[package]]
227
+ name = "fdeflate"
228
+ version = "0.3.7"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
231
+ dependencies = [
232
+ "simd-adler32",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "flagset"
237
+ version = "0.4.7"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe"
240
+
241
+ [[package]]
242
+ name = "flate2"
243
+ version = "1.1.10"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
246
+ dependencies = [
247
+ "crc32fast",
248
+ "miniz_oxide 0.9.1",
249
+ "zlib-rs",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "forme-pdf"
254
+ version = "0.24.0"
255
+ source = "git+https://github.com/danmolitor/forme?rev=f408920e632c59da0651b5b6d32f8c1397477673#f408920e632c59da0651b5b6d32f8c1397477673"
256
+ dependencies = [
257
+ "barcoders",
258
+ "base64",
259
+ "cms",
260
+ "const-oid",
261
+ "der",
262
+ "hypher",
263
+ "image 0.24.9",
264
+ "miniz_oxide 0.7.4",
265
+ "pem-rfc7468",
266
+ "pkcs8",
267
+ "qrcode",
268
+ "quick-xml",
269
+ "rsa",
270
+ "rustybuzz",
271
+ "serde",
272
+ "serde_json",
273
+ "sha2",
274
+ "signature",
275
+ "thiserror",
276
+ "ttf-parser",
277
+ "unicode-bidi",
278
+ "unicode-linebreak",
279
+ "unicode-script",
280
+ "x509-cert",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "forme-pdf-html"
285
+ version = "0.24.0"
286
+ source = "git+https://github.com/danmolitor/forme?rev=f408920e632c59da0651b5b6d32f8c1397477673#f408920e632c59da0651b5b6d32f8c1397477673"
287
+ dependencies = [
288
+ "base64",
289
+ "cssparser",
290
+ "forme-pdf",
291
+ "html5ever",
292
+ "markup5ever_rcdom",
293
+ "serde",
294
+ "serde_json",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "forme-pdf-native"
299
+ version = "0.1.0"
300
+ dependencies = [
301
+ "base64",
302
+ "forme-pdf-html",
303
+ "serde",
304
+ "serde_json",
305
+ "ttf-parser",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "generic-array"
310
+ version = "0.14.7"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
313
+ dependencies = [
314
+ "typenum",
315
+ "version_check",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "getrandom"
320
+ version = "0.2.17"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
323
+ dependencies = [
324
+ "cfg-if",
325
+ "libc",
326
+ "wasi",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "html5ever"
331
+ version = "0.39.0"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
334
+ dependencies = [
335
+ "log",
336
+ "markup5ever",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "hypher"
341
+ version = "0.1.8"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "45f2b4f6b5da34d400d4c112eadcc14512cc5d04307a8eee182586d9bebd7ce6"
344
+
345
+ [[package]]
346
+ name = "image"
347
+ version = "0.24.9"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
350
+ dependencies = [
351
+ "bytemuck",
352
+ "byteorder",
353
+ "color_quant",
354
+ "jpeg-decoder",
355
+ "num-traits",
356
+ "png",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "image"
361
+ version = "0.25.10"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
364
+ dependencies = [
365
+ "bytemuck",
366
+ "byteorder-lite",
367
+ "moxcms",
368
+ "num-traits",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "itoa"
373
+ version = "1.0.18"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
376
+
377
+ [[package]]
378
+ name = "jpeg-decoder"
379
+ version = "0.3.2"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
382
+
383
+ [[package]]
384
+ name = "lazy_static"
385
+ version = "1.5.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
388
+ dependencies = [
389
+ "spin",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "libc"
394
+ version = "0.2.189"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
397
+
398
+ [[package]]
399
+ name = "libm"
400
+ version = "0.2.16"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
403
+
404
+ [[package]]
405
+ name = "lock_api"
406
+ version = "0.4.14"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
409
+ dependencies = [
410
+ "scopeguard",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "log"
415
+ version = "0.4.34"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
418
+
419
+ [[package]]
420
+ name = "markup5ever"
421
+ version = "0.39.0"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
424
+ dependencies = [
425
+ "log",
426
+ "tendril",
427
+ "web_atoms",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "markup5ever_rcdom"
432
+ version = "0.39.0+unofficial"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "3ac010f19d6c4af81eeb4018a39d7a115de9d285af45c126a4ac02e6fc5716b7"
435
+ dependencies = [
436
+ "html5ever",
437
+ "markup5ever",
438
+ "tendril",
439
+ "xml5ever",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "memchr"
444
+ version = "2.8.3"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
447
+
448
+ [[package]]
449
+ name = "miniz_oxide"
450
+ version = "0.7.4"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
453
+ dependencies = [
454
+ "adler",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "miniz_oxide"
459
+ version = "0.8.9"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
462
+ dependencies = [
463
+ "adler2",
464
+ "simd-adler32",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "miniz_oxide"
469
+ version = "0.9.1"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
472
+ dependencies = [
473
+ "adler2",
474
+ "simd-adler32",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "moxcms"
479
+ version = "0.8.1"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
482
+ dependencies = [
483
+ "num-traits",
484
+ "pxfm",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "new_debug_unreachable"
489
+ version = "1.0.6"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
492
+
493
+ [[package]]
494
+ name = "num-bigint-dig"
495
+ version = "0.8.6"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
498
+ dependencies = [
499
+ "lazy_static",
500
+ "libm",
501
+ "num-integer",
502
+ "num-iter",
503
+ "num-traits",
504
+ "rand",
505
+ "smallvec",
506
+ "zeroize",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "num-integer"
511
+ version = "0.1.47"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
514
+ dependencies = [
515
+ "num-traits",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "num-iter"
520
+ version = "0.1.46"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
523
+ dependencies = [
524
+ "num-integer",
525
+ "num-traits",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "num-traits"
530
+ version = "0.2.19"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
533
+ dependencies = [
534
+ "autocfg",
535
+ "libm",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "parking_lot"
540
+ version = "0.12.5"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
543
+ dependencies = [
544
+ "lock_api",
545
+ "parking_lot_core",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "parking_lot_core"
550
+ version = "0.9.12"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
553
+ dependencies = [
554
+ "cfg-if",
555
+ "libc",
556
+ "redox_syscall",
557
+ "smallvec",
558
+ "windows-link",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "pem-rfc7468"
563
+ version = "0.7.0"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
566
+ dependencies = [
567
+ "base64ct",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "phf"
572
+ version = "0.13.1"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
575
+ dependencies = [
576
+ "phf_macros",
577
+ "phf_shared",
578
+ "serde",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "phf_codegen"
583
+ version = "0.13.1"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
586
+ dependencies = [
587
+ "phf_generator",
588
+ "phf_shared",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "phf_generator"
593
+ version = "0.13.1"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
596
+ dependencies = [
597
+ "fastrand",
598
+ "phf_shared",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "phf_macros"
603
+ version = "0.13.1"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
606
+ dependencies = [
607
+ "phf_generator",
608
+ "phf_shared",
609
+ "proc-macro2",
610
+ "quote",
611
+ "syn 2.0.119",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "phf_shared"
616
+ version = "0.13.1"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
619
+ dependencies = [
620
+ "siphasher",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "pkcs1"
625
+ version = "0.7.5"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
628
+ dependencies = [
629
+ "der",
630
+ "pkcs8",
631
+ "spki",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "pkcs8"
636
+ version = "0.10.2"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
639
+ dependencies = [
640
+ "der",
641
+ "spki",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "png"
646
+ version = "0.17.16"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
649
+ dependencies = [
650
+ "bitflags 1.3.2",
651
+ "crc32fast",
652
+ "fdeflate",
653
+ "flate2",
654
+ "miniz_oxide 0.8.9",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "ppv-lite86"
659
+ version = "0.2.21"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
662
+ dependencies = [
663
+ "zerocopy",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "precomputed-hash"
668
+ version = "0.1.1"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
671
+
672
+ [[package]]
673
+ name = "proc-macro2"
674
+ version = "1.0.107"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
677
+ dependencies = [
678
+ "unicode-ident",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "pxfm"
683
+ version = "0.1.30"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
686
+
687
+ [[package]]
688
+ name = "qrcode"
689
+ version = "0.14.1"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec"
692
+ dependencies = [
693
+ "image 0.25.10",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "quick-xml"
698
+ version = "0.37.5"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
701
+ dependencies = [
702
+ "memchr",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "quote"
707
+ version = "1.0.47"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
710
+ dependencies = [
711
+ "proc-macro2",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "rand"
716
+ version = "0.8.8"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c"
719
+ dependencies = [
720
+ "rand_chacha",
721
+ "rand_core",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "rand_chacha"
726
+ version = "0.3.1"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
729
+ dependencies = [
730
+ "ppv-lite86",
731
+ "rand_core",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "rand_core"
736
+ version = "0.6.4"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
739
+ dependencies = [
740
+ "getrandom",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "redox_syscall"
745
+ version = "0.5.18"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
748
+ dependencies = [
749
+ "bitflags 2.13.2",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "rsa"
754
+ version = "0.9.10"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
757
+ dependencies = [
758
+ "const-oid",
759
+ "digest",
760
+ "num-bigint-dig",
761
+ "num-integer",
762
+ "num-traits",
763
+ "pkcs1",
764
+ "pkcs8",
765
+ "rand_core",
766
+ "signature",
767
+ "spki",
768
+ "subtle",
769
+ "zeroize",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "rustybuzz"
774
+ version = "0.20.1"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
777
+ dependencies = [
778
+ "bitflags 2.13.2",
779
+ "bytemuck",
780
+ "core_maths",
781
+ "log",
782
+ "smallvec",
783
+ "ttf-parser",
784
+ "unicode-bidi-mirroring",
785
+ "unicode-ccc",
786
+ "unicode-properties",
787
+ "unicode-script",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "scopeguard"
792
+ version = "1.2.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
795
+
796
+ [[package]]
797
+ name = "serde"
798
+ version = "1.0.229"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
801
+ dependencies = [
802
+ "serde_core",
803
+ "serde_derive",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "serde_core"
808
+ version = "1.0.229"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
811
+ dependencies = [
812
+ "serde_derive",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "serde_derive"
817
+ version = "1.0.229"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
820
+ dependencies = [
821
+ "proc-macro2",
822
+ "quote",
823
+ "syn 3.0.6",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "serde_json"
828
+ version = "1.0.151"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
831
+ dependencies = [
832
+ "itoa",
833
+ "memchr",
834
+ "serde",
835
+ "serde_core",
836
+ "zmij",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "sha2"
841
+ version = "0.10.9"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
844
+ dependencies = [
845
+ "cfg-if",
846
+ "cpufeatures",
847
+ "digest",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "signature"
852
+ version = "2.2.0"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
855
+ dependencies = [
856
+ "digest",
857
+ "rand_core",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "simd-adler32"
862
+ version = "0.3.10"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
865
+
866
+ [[package]]
867
+ name = "siphasher"
868
+ version = "1.0.3"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
871
+
872
+ [[package]]
873
+ name = "smallvec"
874
+ version = "1.16.1"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
877
+
878
+ [[package]]
879
+ name = "spin"
880
+ version = "0.9.9"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
883
+
884
+ [[package]]
885
+ name = "spki"
886
+ version = "0.7.3"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
889
+ dependencies = [
890
+ "base64ct",
891
+ "der",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "string_cache"
896
+ version = "0.9.0"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
899
+ dependencies = [
900
+ "new_debug_unreachable",
901
+ "parking_lot",
902
+ "phf_shared",
903
+ "precomputed-hash",
904
+ "serde",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "string_cache_codegen"
909
+ version = "0.6.1"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
912
+ dependencies = [
913
+ "phf_generator",
914
+ "phf_shared",
915
+ "proc-macro2",
916
+ "quote",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "subtle"
921
+ version = "2.6.1"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
924
+
925
+ [[package]]
926
+ name = "syn"
927
+ version = "2.0.119"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
930
+ dependencies = [
931
+ "proc-macro2",
932
+ "quote",
933
+ "unicode-ident",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "syn"
938
+ version = "3.0.6"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
941
+ dependencies = [
942
+ "proc-macro2",
943
+ "quote",
944
+ "unicode-ident",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "tendril"
949
+ version = "0.5.1"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
952
+ dependencies = [
953
+ "new_debug_unreachable",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "thiserror"
958
+ version = "2.0.20"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
961
+ dependencies = [
962
+ "thiserror-impl",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "thiserror-impl"
967
+ version = "2.0.20"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
970
+ dependencies = [
971
+ "proc-macro2",
972
+ "quote",
973
+ "syn 3.0.6",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "tls_codec"
978
+ version = "0.4.2"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b"
981
+ dependencies = [
982
+ "tls_codec_derive",
983
+ "zeroize",
984
+ ]
985
+
986
+ [[package]]
987
+ name = "tls_codec_derive"
988
+ version = "0.4.2"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd"
991
+ dependencies = [
992
+ "proc-macro2",
993
+ "quote",
994
+ "syn 2.0.119",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "ttf-parser"
999
+ version = "0.25.1"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
1002
+ dependencies = [
1003
+ "core_maths",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "typenum"
1008
+ version = "1.20.1"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1011
+
1012
+ [[package]]
1013
+ name = "unicode-bidi"
1014
+ version = "0.3.18"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
1017
+
1018
+ [[package]]
1019
+ name = "unicode-bidi-mirroring"
1020
+ version = "0.4.0"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
1023
+
1024
+ [[package]]
1025
+ name = "unicode-ccc"
1026
+ version = "0.4.0"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
1029
+
1030
+ [[package]]
1031
+ name = "unicode-ident"
1032
+ version = "1.0.26"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"
1035
+
1036
+ [[package]]
1037
+ name = "unicode-linebreak"
1038
+ version = "0.1.5"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
1041
+
1042
+ [[package]]
1043
+ name = "unicode-properties"
1044
+ version = "0.1.4"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
1047
+
1048
+ [[package]]
1049
+ name = "unicode-script"
1050
+ version = "0.5.8"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
1053
+
1054
+ [[package]]
1055
+ name = "version_check"
1056
+ version = "0.9.5"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1059
+
1060
+ [[package]]
1061
+ name = "wasi"
1062
+ version = "0.11.1+wasi-snapshot-preview1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1065
+
1066
+ [[package]]
1067
+ name = "web_atoms"
1068
+ version = "0.2.6"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
1071
+ dependencies = [
1072
+ "phf",
1073
+ "phf_codegen",
1074
+ "string_cache",
1075
+ "string_cache_codegen",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "windows-link"
1080
+ version = "0.2.1"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1083
+
1084
+ [[package]]
1085
+ name = "x509-cert"
1086
+ version = "0.2.5"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
1089
+ dependencies = [
1090
+ "const-oid",
1091
+ "der",
1092
+ "spki",
1093
+ "tls_codec",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "xml5ever"
1098
+ version = "0.39.0"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "5ab627f34ff61b80d756180d556f9c68801d836d271b3b8c094504ceca69d221"
1101
+ dependencies = [
1102
+ "log",
1103
+ "markup5ever",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "zerocopy"
1108
+ version = "0.8.57"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
1111
+ dependencies = [
1112
+ "zerocopy-derive",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "zerocopy-derive"
1117
+ version = "0.8.57"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
1120
+ dependencies = [
1121
+ "proc-macro2",
1122
+ "quote",
1123
+ "syn 2.0.119",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "zeroize"
1128
+ version = "1.9.0"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1131
+ dependencies = [
1132
+ "zeroize_derive",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "zeroize_derive"
1137
+ version = "1.5.0"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
1140
+ dependencies = [
1141
+ "proc-macro2",
1142
+ "quote",
1143
+ "syn 2.0.119",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "zlib-rs"
1148
+ version = "0.6.8"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "b268e58e7c693d7c271f93ffc4ba3b380412554231c85bf61ca7af91042a4112"
1151
+
1152
+ [[package]]
1153
+ name = "zmij"
1154
+ version = "1.0.23"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"