1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
doe v0.3.37
├── base64 v0.21.5
├── chrono v0.4.31
│ ├── iana-time-zone v0.1.58
│ └── num-traits v0.2.17
│
│ └── autocfg v1.1.0
├── clipboard v0.5.0
│ └── x11-clipboard v0.3.3
│ └── xcb v0.8.2
│ ├── libc v0.2.151
│ └── log v0.4.20
│
│ └── libc v0.2.151
├── crossterm v0.27.0
│ ├── bitflags v2.4.1
│ ├── libc v0.2.151
│ ├── mio v0.8.10
│ │ ├── libc v0.2.151
│ │ └── log v0.4.20
│ ├── parking_lot v0.12.1
│ │ ├── lock_api v0.4.11
│ │ │ └── scopeguard v1.2.0
│ │ │
│ │ │ └── autocfg v1.1.0
│ │ └── parking_lot_core v0.9.9
│ │ ├── cfg-if v1.0.0
│ │ ├── libc v0.2.151
│ │ └── smallvec v1.11.2
│ ├── signal-hook v0.3.17
│ │ ├── libc v0.2.151
│ │ └── signal-hook-registry v1.4.1
│ │ └── libc v0.2.151
│ └── signal-hook-mio v0.2.3
│ ├── libc v0.2.151
│ ├── mio v0.8.10
│ └── signal-hook v0.3.17
├── directories v5.0.1
│ └── dirs-sys v0.4.1
│ ├── libc v0.2.151
│ └── option-ext v0.2.0
├── hex v0.4.3
├── icns v0.3.1
│ ├── byteorder v1.5.0
│ └── png v0.16.8
│ ├── bitflags v1.3.2
│ ├── crc32fast v1.3.2
│ │ └── cfg-if v1.0.0
│ ├── deflate v0.8.6
│ │ ├── adler32 v1.2.0
│ │ └── byteorder v1.5.0
│ └── miniz_oxide v0.3.7
│ └── adler32 v1.2.0
├── ico v0.3.0
│ ├── byteorder v1.5.0
│ └── png v0.17.10
│ ├── bitflags v1.3.2
│ ├── crc32fast v1.3.2
│ ├── fdeflate v0.3.3
│ │ └── simd-adler32 v0.3.7
│ ├── flate2 v1.0.28
│ │ ├── crc32fast v1.3.2
│ │ └── miniz_oxide v0.7.1
│ │ ├── adler v1.0.2
│ │ └── simd-adler32 v0.3.7
│ └── miniz_oxide v0.7.1
├── image v0.24.7
│ ├── bytemuck v1.14.0
│ ├── byteorder v1.5.0
│ ├── color_quant v1.1.0
│ ├── exr v1.71.0
│ │ ├── bit_field v0.10.2
│ │ ├── flume v0.11.0
│ │ │ └── spin v0.9.8
│ │ │ └── lock_api v0.4.11
│ │ ├── half v2.2.1
│ │ ├── lebe v0.5.2
│ │ ├── miniz_oxide v0.7.1
│ │ ├── rayon-core v1.12.0
│ │ │ ├── crossbeam-deque v0.8.4
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── crossbeam-epoch v0.9.17
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ └── crossbeam-utils v0.8.18
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ │
│ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ └── crossbeam-utils v0.8.18
│ │ │ └── crossbeam-utils v0.8.18
│ │ ├── smallvec v1.11.2
│ │ └── zune-inflate v0.2.54
│ │ └── simd-adler32 v0.3.7
│ ├── gif v0.12.0
│ │ ├── color_quant v1.1.0
│ │ └── weezl v0.1.7
│ ├── jpeg-decoder v0.3.0
│ │ └── rayon v1.8.0
│ │ ├── either v1.9.0
│ │ └── rayon-core v1.12.0
│ ├── num-rational v0.4.1
│ │ ├── num-integer v0.1.45
│ │ │ └── num-traits v0.2.17
│ │ │
│ │ │ └── autocfg v1.1.0
│ │ └── num-traits v0.2.17
│ │
│ │ └── autocfg v1.1.0
│ ├── num-traits v0.2.17
│ ├── png v0.17.10
│ ├── qoi v0.4.1
│ │ └── bytemuck v1.14.0
│ └── tiff v0.9.0
│ ├── flate2 v1.0.28
│ ├── jpeg-decoder v0.3.0
│ └── weezl v0.1.7
├── lazy_static v1.4.0
├── libc v0.2.151
├── mouse-rs v0.4.2
│ ├── libc v0.2.151
│ ├── time v0.2.27
│ │ ├── const_fn v0.4.9
│ │ ├── libc v0.2.151
│ │ ├── standback v0.2.17
│ │ │
│ │ │ └── version_check v0.9.4
│ │ └── time-macros v0.1.1
│ │ ├── proc-macro-hack v0.5.20+
│ │ └── time-macros-impl v0.1.2
│ │ ├── proc-macro-hack v0.5.20+
│ │ ├── proc-macro2 v1.0.71
│ │ │ └── unicode-ident v1.0.12
│ │ ├── quote v1.0.33
│ │ │ └── proc-macro2 v1.0.71
│ │ ├── standback v0.2.17
│ │ │
│ │ │ └── version_check v0.9.4
│ │ └── syn v1.0.109
│ │ ├── proc-macro2 v1.0.71
│ │ ├── quote v1.0.33
│ │ └── unicode-ident v1.0.12
│ │
│ │ └── version_check v0.9.4
│ └── x11 v2.21.0
│ └── libc v0.2.151
│
│ └── pkg-config v0.3.28
├── percent-encoding v2.3.1
├── rand v0.8.5
│ ├── libc v0.2.151
│ ├── rand_chacha v0.3.1
│ │ ├── ppv-lite86 v0.2.17
│ │ └── rand_core v0.6.4
│ │ └── getrandom v0.2.11
│ │ ├── cfg-if v1.0.0
│ │ └── libc v0.2.151
│ └── rand_core v0.6.4
├── regex v1.10.2
│ ├── aho-corasick v1.1.2
│ │ └── memchr v2.7.1
│ ├── memchr v2.7.1
│ ├── regex-automata v0.4.3
│ │ ├── aho-corasick v1.1.2
│ │ ├── memchr v2.7.1
│ │ └── regex-syntax v0.8.2
│ └── regex-syntax v0.8.2
├── reqwest v0.11.23
│ ├── base64 v0.21.5
│ ├── bytes v1.5.0
│ ├── encoding_rs v0.8.33
│ │ └── cfg-if v1.0.0
│ ├── futures-core v0.3.30
│ ├── futures-util v0.3.30
│ │ ├── futures-core v0.3.30
│ │ ├── futures-io v0.3.30
│ │ ├── futures-task v0.3.30
│ │ ├── memchr v2.7.1
│ │ ├── pin-project-lite v0.2.13
│ │ ├── pin-utils v0.1.0
│ │ └── slab v0.4.9
│ │
│ │ └── autocfg v1.1.0
│ ├── h2 v0.3.22
│ │ ├── bytes v1.5.0
│ │ ├── fnv v1.0.7
│ │ ├── futures-core v0.3.30
│ │ ├── futures-sink v0.3.30
│ │ ├── futures-util v0.3.30
│ │ ├── http v0.2.11
│ │ │ ├── bytes v1.5.0
│ │ │ ├── fnv v1.0.7
│ │ │ └── itoa v1.0.10
│ │ ├── indexmap v2.1.0
│ │ │ ├── equivalent v1.0.1
│ │ │ └── hashbrown v0.14.3
│ │ │ ├── ahash v0.8.7
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── getrandom v0.2.11
│ │ │ │ ├── once_cell v1.19.0
│ │ │ │ └── zerocopy v0.7.32
│ │ │ │
│ │ │ │ └── version_check v0.9.4
│ │ │ └── allocator-api2 v0.2.16
│ │ ├── slab v0.4.9
│ │ ├── tokio v1.35.1
│ │ │ ├── bytes v1.5.0
│ │ │ ├── libc v0.2.151
│ │ │ ├── mio v0.8.10
│ │ │ ├── num_cpus v1.16.0
│ │ │ │ └── libc v0.2.151
│ │ │ ├── pin-project-lite v0.2.13
│ │ │ └── socket2 v0.5.5
│ │ │ └── libc v0.2.151
│ │ ├── tokio-util v0.7.10
│ │ │ ├── bytes v1.5.0
│ │ │ ├── futures-core v0.3.30
│ │ │ ├── futures-sink v0.3.30
│ │ │ ├── pin-project-lite v0.2.13
│ │ │ ├── tokio v1.35.1
│ │ │ └── tracing v0.1.40
│ │ │ ├── pin-project-lite v0.2.13
│ │ │ └── tracing-core v0.1.32
│ │ │ └── once_cell v1.19.0
│ │ └── tracing v0.1.40
│ ├── http v0.2.11
│ ├── http-body v0.4.6
│ │ ├── bytes v1.5.0
│ │ ├── http v0.2.11
│ │ └── pin-project-lite v0.2.13
│ ├── hyper v0.14.28
│ │ ├── bytes v1.5.0
│ │ ├── futures-channel v0.3.30
│ │ │ └── futures-core v0.3.30
│ │ ├── futures-core v0.3.30
│ │ ├── futures-util v0.3.30
│ │ ├── h2 v0.3.22
│ │ ├── http v0.2.11
│ │ ├── http-body v0.4.6
│ │ ├── httparse v1.8.0
│ │ ├── httpdate v1.0.3
│ │ ├── itoa v1.0.10
│ │ ├── pin-project-lite v0.2.13
│ │ ├── socket2 v0.5.5
│ │ ├── tokio v1.35.1
│ │ ├── tower-service v0.3.2
│ │ ├── tracing v0.1.40
│ │ └── want v0.3.1
│ │ └── try-lock v0.2.5
│ ├── hyper-tls v0.5.0
│ │ ├── bytes v1.5.0
│ │ ├── hyper v0.14.28
│ │ ├── native-tls v0.2.11
│ │ │ ├── log v0.4.20
│ │ │ ├── openssl v0.10.62
│ │ │ │ ├── bitflags v2.4.1
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── foreign-types v0.3.2
│ │ │ │ │ └── foreign-types-shared v0.1.1
│ │ │ │ ├── libc v0.2.151
│ │ │ │ ├── once_cell v1.19.0
│ │ │ │ ├── openssl-macros v0.1.1
│ │ │ │ │ ├── proc-macro2 v1.0.71
│ │ │ │ │ ├── quote v1.0.33
│ │ │ │ │ └── syn v2.0.43
│ │ │ │ │ ├── proc-macro2 v1.0.71
│ │ │ │ │ ├── quote v1.0.33
│ │ │ │ │ └── unicode-ident v1.0.12
│ │ │ │ └── openssl-sys v0.9.98
│ │ │ │ └── libc v0.2.151
│ │ │ │
│ │ │ │ ├── cc v1.0.83
│ │ │ │ │ ├── jobserver v0.1.27
│ │ │ │ │ │ └── libc v0.2.151
│ │ │ │ │ └── libc v0.2.151
│ │ │ │ ├── pkg-config v0.3.28
│ │ │ │ └── vcpkg v0.2.15
│ │ │ ├── openssl-probe v0.1.5
│ │ │ └── openssl-sys v0.9.98
│ │ ├── tokio v1.35.1
│ │ └── tokio-native-tls v0.3.1
│ │ ├── native-tls v0.2.11
│ │ └── tokio v1.35.1
│ ├── ipnet v2.9.0
│ ├── log v0.4.20
│ ├── mime v0.3.17
│ ├── native-tls v0.2.11
│ ├── once_cell v1.19.0
│ ├── percent-encoding v2.3.1
│ ├── pin-project-lite v0.2.13
│ ├── serde v1.0.193
│ │ └── serde_derive v1.0.193
│ │ ├── proc-macro2 v1.0.71
│ │ ├── quote v1.0.33
│ │ └── syn v2.0.43
│ ├── serde_urlencoded v0.7.1
│ │ ├── form_urlencoded v1.2.1
│ │ │ └── percent-encoding v2.3.1
│ │ ├── itoa v1.0.10
│ │ ├── ryu v1.0.16
│ │ └── serde v1.0.193
│ ├── tokio v1.35.1
│ ├── tokio-native-tls v0.3.1
│ ├── tower-service v0.3.2
│ └── url v2.5.0
│ ├── form_urlencoded v1.2.1
│ ├── idna v0.5.0
│ │ ├── unicode-bidi v0.3.14
│ │ └── unicode-normalization v0.1.22
│ │ └── tinyvec v1.6.0
│ │ └── tinyvec_macros v0.1.1
│ └── percent-encoding v2.3.1
├── scraper v0.17.1
│ ├── ahash v0.8.7
│ ├── cssparser v0.31.2
│ │ ├── cssparser-macros v0.6.1
│ │ │ ├── quote v1.0.33
│ │ │ └── syn v2.0.43
│ │ ├── dtoa-short v0.3.4
│ │ │ └── dtoa v1.0.9
│ │ ├── itoa v1.0.10
│ │ ├── phf v0.11.2
│ │ │ ├── phf_macros v0.11.2
│ │ │ │ ├── phf_generator v0.11.2
│ │ │ │ │ ├── phf_shared v0.11.2
│ │ │ │ │ │ └── siphasher v0.3.11
│ │ │ │ │ └── rand v0.8.5
│ │ │ │ │ ├── libc v0.2.151
│ │ │ │ │ ├── rand_chacha v0.3.1
│ │ │ │ │ └── rand_core v0.6.4
│ │ │ │ ├── phf_shared v0.11.2
│ │ │ │ ├── proc-macro2 v1.0.71
│ │ │ │ ├── quote v1.0.33
│ │ │ │ └── syn v2.0.43
│ │ │ └── phf_shared v0.11.2
│ │ │ └── siphasher v0.3.11
│ │ └── smallvec v1.11.2
│ ├── ego-tree v0.6.2
│ ├── getopts v0.2.21
│ │ └── unicode-width v0.1.11
│ ├── html5ever v0.26.0
│ │ ├── log v0.4.20
│ │ ├── mac v0.1.1
│ │ └── markup5ever v0.11.0
│ │ ├── log v0.4.20
│ │ ├── phf v0.10.1
│ │ │ └── phf_shared v0.10.0
│ │ │ └── siphasher v0.3.11
│ │ ├── string_cache v0.8.7
│ │ │ ├── new_debug_unreachable v1.0.4
│ │ │ ├── once_cell v1.19.0
│ │ │ ├── parking_lot v0.12.1
│ │ │ ├── phf_shared v0.10.0
│ │ │ ├── precomputed-hash v0.1.1
│ │ │ └── serde v1.0.193
│ │ └── tendril v0.4.3
│ │ ├── futf v0.1.5
│ │ │ ├── mac v0.1.1
│ │ │ └── new_debug_unreachable v1.0.4
│ │ ├── mac v0.1.1
│ │ └── utf-8 v0.7.6
│ │
│ │ ├── phf_codegen v0.10.0
│ │ │ ├── phf_generator v0.10.0
│ │ │ │ ├── phf_shared v0.10.0
│ │ │ │ └── rand v0.8.5
│ │ │ └── phf_shared v0.10.0
│ │ └── string_cache_codegen v0.5.2
│ │ ├── phf_generator v0.10.0
│ │ ├── phf_shared v0.10.0
│ │ ├── proc-macro2 v1.0.71
│ │ └── quote v1.0.33
│ │
│ │ ├── proc-macro2 v1.0.71
│ │ ├── quote v1.0.33
│ │ └── syn v1.0.109
│ ├── once_cell v1.19.0
│ ├── selectors v0.25.0
│ │ ├── bitflags v2.4.1
│ │ ├── cssparser v0.31.2
│ │ ├── derive_more v0.99.17
│ │ │ ├── proc-macro2 v1.0.71
│ │ │ ├── quote v1.0.33
│ │ │ └── syn v1.0.109
│ │ ├── fxhash v0.2.1
│ │ │ └── byteorder v1.5.0
│ │ ├── log v0.4.20
│ │ ├── new_debug_unreachable v1.0.4
│ │ ├── phf v0.10.1
│ │ ├── precomputed-hash v0.1.1
│ │ ├── servo_arc v0.3.0
│ │ │ └── stable_deref_trait v1.2.0
│ │ └── smallvec v1.11.2
│ │
│ │ └── phf_codegen v0.10.0
│ ├── smallvec v1.11.2
│ └── tendril v0.4.3
├── screenshots v0.8.6
│ ├── anyhow v1.0.77
│ ├── dbus v0.9.7
│ │ ├── libc v0.2.151
│ │ └── libdbus-sys v0.2.5
│ │
│ │ ├── cc v1.0.83
│ │ └── pkg-config v0.3.28
│ ├── display-info v0.4.4
│ │ ├── anyhow v1.0.77
│ │ └── xcb v1.3.0
│ │ ├── bitflags v1.3.2
│ │ └── libc v0.2.151
│ │
│ │ └── quick-xml v0.30.0
│ │ └── memchr v2.7.1
│ ├── image v0.24.7
│ ├── libwayshot v0.2.0
│ │ ├── image v0.24.7
│ │ ├── log v0.4.20
│ │ ├── memmap2 v0.7.1
│ │ │ └── libc v0.2.151
│ │ ├── nix v0.26.4
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── libc v0.2.151
│ │ │ ├── memoffset v0.7.1
│ │ │ │
│ │ │ │ └── autocfg v1.1.0
│ │ │ └── pin-utils v0.1.0
│ │ ├── thiserror v1.0.52
│ │ │ └── thiserror-impl v1.0.52
│ │ │ ├── proc-macro2 v1.0.71
│ │ │ ├── quote v1.0.33
│ │ │ └── syn v2.0.43
│ │ ├── wayland-client v0.30.2
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── nix v0.26.4
│ │ │ ├── wayland-backend v0.1.2
│ │ │ │ ├── downcast-rs v1.2.0
│ │ │ │ ├── io-lifetimes v1.0.11
│ │ │ │ │ └── libc v0.2.151
│ │ │ │ ├── nix v0.26.4
│ │ │ │ ├── scoped-tls v1.0.1
│ │ │ │ ├── smallvec v1.11.2
│ │ │ │ └── wayland-sys v0.30.1
│ │ │ │ ├── dlib v0.5.2
│ │ │ │ │ └── libloading v0.8.1
│ │ │ │ │ └── cfg-if v1.0.0
│ │ │ │ └── log v0.4.20
│ │ │ │
│ │ │ │ └── pkg-config v0.3.28
│ │ │ │
│ │ │ │ └── cc v1.0.83
│ │ │ └── wayland-scanner v0.30.1
│ │ │ ├── proc-macro2 v1.0.71
│ │ │ ├── quick-xml v0.28.2
│ │ │ │ └── memchr v2.7.1
│ │ │ └── quote v1.0.33
│ │ ├── wayland-protocols v0.30.1
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── wayland-backend v0.1.2
│ │ │ ├── wayland-client v0.30.2
│ │ │ └── wayland-scanner v0.30.1
│ │ └── wayland-protocols-wlr v0.1.0
│ │ ├── bitflags v1.3.2
│ │ ├── wayland-backend v0.1.2
│ │ ├── wayland-client v0.30.2
│ │ ├── wayland-protocols v0.30.1
│ │ └── wayland-scanner v0.30.1
│ ├── percent-encoding v2.3.1
│ └── xcb v1.3.0
├── serde_json v1.0.108
│ ├── itoa v1.0.10
│ ├── ryu v1.0.16
│ └── serde v1.0.193
├── umya-spreadsheet v1.1.1
│ ├── aes v0.8.3
│ │ ├── cfg-if v1.0.0
│ │ ├── cipher v0.4.4
│ │ │ ├── crypto-common v0.1.6
│ │ │ │ ├── generic-array v0.14.7
│ │ │ │ │ └── typenum v1.17.0
│ │ │ │ │
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ └── typenum v1.17.0
│ │ │ └── inout v0.1.3
│ │ │ ├── block-padding v0.3.3
│ │ │ │ └── generic-array v0.14.7
│ │ │ └── generic-array v0.14.7
│ │ └── cpufeatures v0.2.11
│ ├── ahash v0.8.7
│ ├── base64 v0.21.5
│ ├── byteorder v1.5.0
│ ├── cbc v0.1.2
│ │ └── cipher v0.4.4
│ ├── cfb v0.9.0
│ │ ├── byteorder v1.5.0
│ │ ├── fnv v1.0.7
│ │ └── uuid v1.6.1
│ ├── chrono v0.4.31
│ ├── encoding_rs v0.8.33
│ ├── fancy-regex v0.12.0
│ │ ├── bit-set v0.5.3
│ │ │ └── bit-vec v0.6.3
│ │ └── regex v1.10.2
│ ├── getrandom v0.2.11
│ ├── hashbrown v0.14.3
│ ├── hmac v0.12.1
│ │ └── digest v0.10.7
│ │ ├── block-buffer v0.10.4
│ │ │ └── generic-array v0.14.7
│ │ ├── crypto-common v0.1.6
│ │ └── subtle v2.5.0
│ ├── html_parser v0.7.0
│ │ ├── doc-comment v0.3.3
│ │ ├── pest v2.7.5
│ │ │ ├── memchr v2.7.1
│ │ │ ├── thiserror v1.0.52
│ │ │ └── ucd-trie v0.1.6
│ │ ├── pest_derive v2.7.5
│ │ │ ├── pest v2.7.5
│ │ │ └── pest_generator v2.7.5
│ │ │ ├── pest v2.7.5
│ │ │ ├── pest_meta v2.7.5
│ │ │ │ ├── once_cell v1.19.0
│ │ │ │ └── pest v2.7.5
│ │ │ │
│ │ │ │ └── sha2 v0.10.8
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── cpufeatures v0.2.11
│ │ │ │ └── digest v0.10.7
│ │ │ │ ├── block-buffer v0.10.4
│ │ │ │ └── crypto-common v0.1.6
│ │ │ │ ├── generic-array v0.14.7
│ │ │ │ └── typenum v1.17.0
│ │ │ ├── proc-macro2 v1.0.71
│ │ │ ├── quote v1.0.33
│ │ │ └── syn v2.0.43
│ │ ├── serde v1.0.193
│ │ ├── serde_derive v1.0.193
│ │ ├── serde_json v1.0.108
│ │ └── thiserror v1.0.52
│ ├── image v0.24.7
│ ├── lazy_static v1.4.0
│ ├── md-5 v0.10.6
│ │ ├── cfg-if v1.0.0
│ │ └── digest v0.10.7
│ ├── quick-xml v0.31.0
│ │ ├── memchr v2.7.1
│ │ └── serde v1.0.193
│ ├── regex v1.10.2
│ ├── sha2 v0.10.8
│ │ ├── cfg-if v1.0.0
│ │ ├── cpufeatures v0.2.11
│ │ └── digest v0.10.7
│ ├── thousands v0.2.0
│ └── zip v0.6.6
│ ├── aes v0.8.3
│ ├── byteorder v1.5.0
│ ├── bzip2 v0.4.4
│ │ ├── bzip2-sys v0.1.11+1.0.8
│ │ │ └── libc v0.2.151
│ │ │
│ │ │ ├── cc v1.0.83
│ │ │ └── pkg-config v0.3.28
│ │ └── libc v0.2.151
│ ├── constant_time_eq v0.1.5
│ ├── crc32fast v1.3.2
│ ├── flate2 v1.0.28
│ ├── hmac v0.12.1
│ ├── pbkdf2 v0.11.0
│ │ ├── digest v0.10.7
│ │ ├── hmac v0.12.1
│ │ ├── password-hash v0.4.2
│ │ │ ├── base64ct v1.6.0
│ │ │ ├── rand_core v0.6.4
│ │ │ └── subtle v2.5.0
│ │ └── sha2 v0.10.8
│ ├── sha1 v0.10.6
│ │ ├── cfg-if v1.0.0
│ │ ├── cpufeatures v0.2.11
│ │ └── digest v0.10.7
│ ├── time v0.3.31
│ │ ├── deranged v0.3.10
│ │ │ └── powerfmt v0.2.0
│ │ ├── powerfmt v0.2.0
│ │ └── time-core v0.1.2
│ └── zstd v0.11.2+zstd.1.5.2
│ └── zstd-safe v5.0.2+zstd.1.5.2
│ ├── libc v0.2.151
│ └── zstd-sys v2.0.9+zstd.1.5.5
│
│ ├── cc v1.0.83
│ └── pkg-config v0.3.28
├── unicode-segmentation v1.10.1
├── xdotool v0.0.2
├── xml-rs v0.8.19
└── zip v0.6.6