+21
.gitignore
+21
.gitignore
···
1
+
# Generated by Cargo
2
+
# will have compiled files and executables
3
+
debug
4
+
target
5
+
6
+
# These are backup files generated by rustfmt
7
+
**/*.rs.bk
8
+
9
+
# MSVC Windows builds of rustc generate these, which store debugging information
10
+
*.pdb
11
+
12
+
# Generated by cargo mutants
13
+
# Contains mutation testing data
14
+
**/mutants.out*/
15
+
16
+
# RustRover
17
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
20
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21
+
#.idea/
+4504
Cargo.lock
+4504
Cargo.lock
···
1
+
# This file is automatically @generated by Cargo.
2
+
# It is not intended for manual editing.
3
+
version = 4
4
+
5
+
[[package]]
6
+
name = "ab_glyph"
7
+
version = "0.2.32"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10
+
dependencies = [
11
+
"ab_glyph_rasterizer",
12
+
"owned_ttf_parser",
13
+
]
14
+
15
+
[[package]]
16
+
name = "ab_glyph_rasterizer"
17
+
version = "0.1.10"
18
+
source = "registry+https://github.com/rust-lang/crates.io-index"
19
+
checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
+
21
+
[[package]]
22
+
name = "adler2"
23
+
version = "2.0.1"
24
+
source = "registry+https://github.com/rust-lang/crates.io-index"
25
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
26
+
27
+
[[package]]
28
+
name = "ahash"
29
+
version = "0.7.8"
30
+
source = "registry+https://github.com/rust-lang/crates.io-index"
31
+
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
32
+
dependencies = [
33
+
"getrandom 0.2.16",
34
+
"once_cell",
35
+
"version_check",
36
+
]
37
+
38
+
[[package]]
39
+
name = "ahash"
40
+
version = "0.8.12"
41
+
source = "registry+https://github.com/rust-lang/crates.io-index"
42
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
43
+
dependencies = [
44
+
"cfg-if",
45
+
"getrandom 0.3.4",
46
+
"once_cell",
47
+
"version_check",
48
+
"zerocopy",
49
+
]
50
+
51
+
[[package]]
52
+
name = "allocator-api2"
53
+
version = "0.2.21"
54
+
source = "registry+https://github.com/rust-lang/crates.io-index"
55
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
56
+
57
+
[[package]]
58
+
name = "alsa"
59
+
version = "0.9.1"
60
+
source = "registry+https://github.com/rust-lang/crates.io-index"
61
+
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
62
+
dependencies = [
63
+
"alsa-sys",
64
+
"bitflags 2.10.0",
65
+
"cfg-if",
66
+
"libc",
67
+
]
68
+
69
+
[[package]]
70
+
name = "alsa-sys"
71
+
version = "0.3.1"
72
+
source = "registry+https://github.com/rust-lang/crates.io-index"
73
+
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
74
+
dependencies = [
75
+
"libc",
76
+
"pkg-config",
77
+
]
78
+
79
+
[[package]]
80
+
name = "android-activity"
81
+
version = "0.6.0"
82
+
source = "registry+https://github.com/rust-lang/crates.io-index"
83
+
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
84
+
dependencies = [
85
+
"android-properties",
86
+
"bitflags 2.10.0",
87
+
"cc",
88
+
"cesu8",
89
+
"jni",
90
+
"jni-sys",
91
+
"libc",
92
+
"log",
93
+
"ndk",
94
+
"ndk-context",
95
+
"ndk-sys 0.6.0+11769913",
96
+
"num_enum",
97
+
"thiserror 1.0.69",
98
+
]
99
+
100
+
[[package]]
101
+
name = "android-properties"
102
+
version = "0.2.2"
103
+
source = "registry+https://github.com/rust-lang/crates.io-index"
104
+
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
105
+
106
+
[[package]]
107
+
name = "android_system_properties"
108
+
version = "0.1.5"
109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
110
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
111
+
dependencies = [
112
+
"libc",
113
+
]
114
+
115
+
[[package]]
116
+
name = "anyhow"
117
+
version = "1.0.100"
118
+
source = "registry+https://github.com/rust-lang/crates.io-index"
119
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
120
+
121
+
[[package]]
122
+
name = "approx"
123
+
version = "0.5.1"
124
+
source = "registry+https://github.com/rust-lang/crates.io-index"
125
+
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
126
+
dependencies = [
127
+
"num-traits",
128
+
]
129
+
130
+
[[package]]
131
+
name = "arrayref"
132
+
version = "0.3.9"
133
+
source = "registry+https://github.com/rust-lang/crates.io-index"
134
+
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
135
+
136
+
[[package]]
137
+
name = "arrayvec"
138
+
version = "0.7.6"
139
+
source = "registry+https://github.com/rust-lang/crates.io-index"
140
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
141
+
142
+
[[package]]
143
+
name = "as-raw-xcb-connection"
144
+
version = "1.0.1"
145
+
source = "registry+https://github.com/rust-lang/crates.io-index"
146
+
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
147
+
148
+
[[package]]
149
+
name = "ash"
150
+
version = "0.37.3+1.3.251"
151
+
source = "registry+https://github.com/rust-lang/crates.io-index"
152
+
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
153
+
dependencies = [
154
+
"libloading 0.7.4",
155
+
]
156
+
157
+
[[package]]
158
+
name = "async-broadcast"
159
+
version = "0.7.2"
160
+
source = "registry+https://github.com/rust-lang/crates.io-index"
161
+
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
162
+
dependencies = [
163
+
"event-listener",
164
+
"event-listener-strategy",
165
+
"futures-core",
166
+
"pin-project-lite",
167
+
]
168
+
169
+
[[package]]
170
+
name = "async-channel"
171
+
version = "2.5.0"
172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
173
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
174
+
dependencies = [
175
+
"concurrent-queue",
176
+
"event-listener-strategy",
177
+
"futures-core",
178
+
"pin-project-lite",
179
+
]
180
+
181
+
[[package]]
182
+
name = "async-executor"
183
+
version = "1.13.3"
184
+
source = "registry+https://github.com/rust-lang/crates.io-index"
185
+
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
186
+
dependencies = [
187
+
"async-task",
188
+
"concurrent-queue",
189
+
"fastrand",
190
+
"futures-lite",
191
+
"pin-project-lite",
192
+
"slab",
193
+
]
194
+
195
+
[[package]]
196
+
name = "async-fs"
197
+
version = "2.2.0"
198
+
source = "registry+https://github.com/rust-lang/crates.io-index"
199
+
checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
200
+
dependencies = [
201
+
"async-lock",
202
+
"blocking",
203
+
"futures-lite",
204
+
]
205
+
206
+
[[package]]
207
+
name = "async-io"
208
+
version = "2.6.0"
209
+
source = "registry+https://github.com/rust-lang/crates.io-index"
210
+
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
211
+
dependencies = [
212
+
"autocfg",
213
+
"cfg-if",
214
+
"concurrent-queue",
215
+
"futures-io",
216
+
"futures-lite",
217
+
"parking",
218
+
"polling",
219
+
"rustix 1.1.2",
220
+
"slab",
221
+
"windows-sys 0.61.2",
222
+
]
223
+
224
+
[[package]]
225
+
name = "async-lock"
226
+
version = "3.4.1"
227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
228
+
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
229
+
dependencies = [
230
+
"event-listener",
231
+
"event-listener-strategy",
232
+
"pin-project-lite",
233
+
]
234
+
235
+
[[package]]
236
+
name = "async-process"
237
+
version = "2.5.0"
238
+
source = "registry+https://github.com/rust-lang/crates.io-index"
239
+
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
240
+
dependencies = [
241
+
"async-channel",
242
+
"async-io",
243
+
"async-lock",
244
+
"async-signal",
245
+
"async-task",
246
+
"blocking",
247
+
"cfg-if",
248
+
"event-listener",
249
+
"futures-lite",
250
+
"rustix 1.1.2",
251
+
]
252
+
253
+
[[package]]
254
+
name = "async-recursion"
255
+
version = "1.1.1"
256
+
source = "registry+https://github.com/rust-lang/crates.io-index"
257
+
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
258
+
dependencies = [
259
+
"proc-macro2",
260
+
"quote",
261
+
"syn 2.0.111",
262
+
]
263
+
264
+
[[package]]
265
+
name = "async-signal"
266
+
version = "0.2.13"
267
+
source = "registry+https://github.com/rust-lang/crates.io-index"
268
+
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
269
+
dependencies = [
270
+
"async-io",
271
+
"async-lock",
272
+
"atomic-waker",
273
+
"cfg-if",
274
+
"futures-core",
275
+
"futures-io",
276
+
"rustix 1.1.2",
277
+
"signal-hook-registry",
278
+
"slab",
279
+
"windows-sys 0.61.2",
280
+
]
281
+
282
+
[[package]]
283
+
name = "async-task"
284
+
version = "4.7.1"
285
+
source = "registry+https://github.com/rust-lang/crates.io-index"
286
+
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
287
+
288
+
[[package]]
289
+
name = "async-trait"
290
+
version = "0.1.89"
291
+
source = "registry+https://github.com/rust-lang/crates.io-index"
292
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
293
+
dependencies = [
294
+
"proc-macro2",
295
+
"quote",
296
+
"syn 2.0.111",
297
+
]
298
+
299
+
[[package]]
300
+
name = "atomic-waker"
301
+
version = "1.1.2"
302
+
source = "registry+https://github.com/rust-lang/crates.io-index"
303
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
304
+
305
+
[[package]]
306
+
name = "autocfg"
307
+
version = "1.5.0"
308
+
source = "registry+https://github.com/rust-lang/crates.io-index"
309
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
310
+
311
+
[[package]]
312
+
name = "bit-set"
313
+
version = "0.5.3"
314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
315
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
316
+
dependencies = [
317
+
"bit-vec",
318
+
]
319
+
320
+
[[package]]
321
+
name = "bit-vec"
322
+
version = "0.6.3"
323
+
source = "registry+https://github.com/rust-lang/crates.io-index"
324
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
325
+
326
+
[[package]]
327
+
name = "bit_field"
328
+
version = "0.10.3"
329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
330
+
checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
331
+
332
+
[[package]]
333
+
name = "bitflags"
334
+
version = "1.3.2"
335
+
source = "registry+https://github.com/rust-lang/crates.io-index"
336
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
337
+
338
+
[[package]]
339
+
name = "bitflags"
340
+
version = "2.10.0"
341
+
source = "registry+https://github.com/rust-lang/crates.io-index"
342
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
343
+
344
+
[[package]]
345
+
name = "block"
346
+
version = "0.1.6"
347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
348
+
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
349
+
350
+
[[package]]
351
+
name = "block-buffer"
352
+
version = "0.10.4"
353
+
source = "registry+https://github.com/rust-lang/crates.io-index"
354
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
355
+
dependencies = [
356
+
"generic-array",
357
+
]
358
+
359
+
[[package]]
360
+
name = "block2"
361
+
version = "0.5.1"
362
+
source = "registry+https://github.com/rust-lang/crates.io-index"
363
+
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
364
+
dependencies = [
365
+
"objc2 0.5.2",
366
+
]
367
+
368
+
[[package]]
369
+
name = "blocking"
370
+
version = "1.6.2"
371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
372
+
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
373
+
dependencies = [
374
+
"async-channel",
375
+
"async-task",
376
+
"futures-io",
377
+
"futures-lite",
378
+
"piper",
379
+
]
380
+
381
+
[[package]]
382
+
name = "bumpalo"
383
+
version = "3.19.0"
384
+
source = "registry+https://github.com/rust-lang/crates.io-index"
385
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
386
+
387
+
[[package]]
388
+
name = "by_address"
389
+
version = "1.2.1"
390
+
source = "registry+https://github.com/rust-lang/crates.io-index"
391
+
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
392
+
393
+
[[package]]
394
+
name = "bytemuck"
395
+
version = "1.24.0"
396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
397
+
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
398
+
dependencies = [
399
+
"bytemuck_derive",
400
+
]
401
+
402
+
[[package]]
403
+
name = "bytemuck_derive"
404
+
version = "1.10.2"
405
+
source = "registry+https://github.com/rust-lang/crates.io-index"
406
+
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
407
+
dependencies = [
408
+
"proc-macro2",
409
+
"quote",
410
+
"syn 2.0.111",
411
+
]
412
+
413
+
[[package]]
414
+
name = "byteorder"
415
+
version = "1.5.0"
416
+
source = "registry+https://github.com/rust-lang/crates.io-index"
417
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
418
+
419
+
[[package]]
420
+
name = "bytes"
421
+
version = "1.11.0"
422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
423
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
424
+
425
+
[[package]]
426
+
name = "calloop"
427
+
version = "0.13.0"
428
+
source = "registry+https://github.com/rust-lang/crates.io-index"
429
+
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
430
+
dependencies = [
431
+
"bitflags 2.10.0",
432
+
"log",
433
+
"polling",
434
+
"rustix 0.38.44",
435
+
"slab",
436
+
"thiserror 1.0.69",
437
+
]
438
+
439
+
[[package]]
440
+
name = "calloop"
441
+
version = "0.14.3"
442
+
source = "registry+https://github.com/rust-lang/crates.io-index"
443
+
checksum = "cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e"
444
+
dependencies = [
445
+
"bitflags 2.10.0",
446
+
"polling",
447
+
"rustix 1.1.2",
448
+
"slab",
449
+
"tracing",
450
+
]
451
+
452
+
[[package]]
453
+
name = "calloop-wayland-source"
454
+
version = "0.3.0"
455
+
source = "registry+https://github.com/rust-lang/crates.io-index"
456
+
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
457
+
dependencies = [
458
+
"calloop 0.13.0",
459
+
"rustix 0.38.44",
460
+
"wayland-backend",
461
+
"wayland-client",
462
+
]
463
+
464
+
[[package]]
465
+
name = "calloop-wayland-source"
466
+
version = "0.4.1"
467
+
source = "registry+https://github.com/rust-lang/crates.io-index"
468
+
checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
469
+
dependencies = [
470
+
"calloop 0.14.3",
471
+
"rustix 1.1.2",
472
+
"wayland-backend",
473
+
"wayland-client",
474
+
]
475
+
476
+
[[package]]
477
+
name = "cc"
478
+
version = "1.2.48"
479
+
source = "registry+https://github.com/rust-lang/crates.io-index"
480
+
checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
481
+
dependencies = [
482
+
"find-msvc-tools",
483
+
"jobserver",
484
+
"libc",
485
+
"shlex",
486
+
]
487
+
488
+
[[package]]
489
+
name = "cesu8"
490
+
version = "1.1.0"
491
+
source = "registry+https://github.com/rust-lang/crates.io-index"
492
+
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
493
+
494
+
[[package]]
495
+
name = "cfg-if"
496
+
version = "1.0.4"
497
+
source = "registry+https://github.com/rust-lang/crates.io-index"
498
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
499
+
500
+
[[package]]
501
+
name = "cfg_aliases"
502
+
version = "0.1.1"
503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
504
+
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
505
+
506
+
[[package]]
507
+
name = "cfg_aliases"
508
+
version = "0.2.1"
509
+
source = "registry+https://github.com/rust-lang/crates.io-index"
510
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
511
+
512
+
[[package]]
513
+
name = "clipboard-win"
514
+
version = "5.4.1"
515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
516
+
checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
517
+
dependencies = [
518
+
"error-code",
519
+
]
520
+
521
+
[[package]]
522
+
name = "clipboard_macos"
523
+
version = "0.1.1"
524
+
source = "registry+https://github.com/rust-lang/crates.io-index"
525
+
checksum = "9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f"
526
+
dependencies = [
527
+
"objc2 0.5.2",
528
+
"objc2-app-kit",
529
+
"objc2-foundation 0.2.2",
530
+
]
531
+
532
+
[[package]]
533
+
name = "clipboard_wayland"
534
+
version = "0.2.2"
535
+
source = "registry+https://github.com/rust-lang/crates.io-index"
536
+
checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8"
537
+
dependencies = [
538
+
"smithay-clipboard",
539
+
]
540
+
541
+
[[package]]
542
+
name = "clipboard_x11"
543
+
version = "0.4.2"
544
+
source = "registry+https://github.com/rust-lang/crates.io-index"
545
+
checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c"
546
+
dependencies = [
547
+
"thiserror 1.0.69",
548
+
"x11rb",
549
+
]
550
+
551
+
[[package]]
552
+
name = "codespan-reporting"
553
+
version = "0.11.1"
554
+
source = "registry+https://github.com/rust-lang/crates.io-index"
555
+
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
556
+
dependencies = [
557
+
"termcolor",
558
+
"unicode-width",
559
+
]
560
+
561
+
[[package]]
562
+
name = "color_quant"
563
+
version = "1.1.0"
564
+
source = "registry+https://github.com/rust-lang/crates.io-index"
565
+
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
566
+
567
+
[[package]]
568
+
name = "com"
569
+
version = "0.6.0"
570
+
source = "registry+https://github.com/rust-lang/crates.io-index"
571
+
checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
572
+
dependencies = [
573
+
"com_macros",
574
+
]
575
+
576
+
[[package]]
577
+
name = "com_macros"
578
+
version = "0.6.0"
579
+
source = "registry+https://github.com/rust-lang/crates.io-index"
580
+
checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
581
+
dependencies = [
582
+
"com_macros_support",
583
+
"proc-macro2",
584
+
"syn 1.0.109",
585
+
]
586
+
587
+
[[package]]
588
+
name = "com_macros_support"
589
+
version = "0.6.0"
590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
591
+
checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
592
+
dependencies = [
593
+
"proc-macro2",
594
+
"quote",
595
+
"syn 1.0.109",
596
+
]
597
+
598
+
[[package]]
599
+
name = "combine"
600
+
version = "4.6.7"
601
+
source = "registry+https://github.com/rust-lang/crates.io-index"
602
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
603
+
dependencies = [
604
+
"bytes",
605
+
"memchr",
606
+
]
607
+
608
+
[[package]]
609
+
name = "concurrent-queue"
610
+
version = "2.5.0"
611
+
source = "registry+https://github.com/rust-lang/crates.io-index"
612
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
613
+
dependencies = [
614
+
"crossbeam-utils",
615
+
]
616
+
617
+
[[package]]
618
+
name = "core-foundation"
619
+
version = "0.9.4"
620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
621
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
622
+
dependencies = [
623
+
"core-foundation-sys",
624
+
"libc",
625
+
]
626
+
627
+
[[package]]
628
+
name = "core-foundation"
629
+
version = "0.10.1"
630
+
source = "registry+https://github.com/rust-lang/crates.io-index"
631
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
632
+
dependencies = [
633
+
"core-foundation-sys",
634
+
"libc",
635
+
]
636
+
637
+
[[package]]
638
+
name = "core-foundation-sys"
639
+
version = "0.8.7"
640
+
source = "registry+https://github.com/rust-lang/crates.io-index"
641
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
642
+
643
+
[[package]]
644
+
name = "core-graphics"
645
+
version = "0.23.2"
646
+
source = "registry+https://github.com/rust-lang/crates.io-index"
647
+
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
648
+
dependencies = [
649
+
"bitflags 1.3.2",
650
+
"core-foundation 0.9.4",
651
+
"core-graphics-types 0.1.3",
652
+
"foreign-types",
653
+
"libc",
654
+
]
655
+
656
+
[[package]]
657
+
name = "core-graphics"
658
+
version = "0.24.0"
659
+
source = "registry+https://github.com/rust-lang/crates.io-index"
660
+
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
661
+
dependencies = [
662
+
"bitflags 2.10.0",
663
+
"core-foundation 0.10.1",
664
+
"core-graphics-types 0.2.0",
665
+
"foreign-types",
666
+
"libc",
667
+
]
668
+
669
+
[[package]]
670
+
name = "core-graphics-types"
671
+
version = "0.1.3"
672
+
source = "registry+https://github.com/rust-lang/crates.io-index"
673
+
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
674
+
dependencies = [
675
+
"bitflags 1.3.2",
676
+
"core-foundation 0.9.4",
677
+
"libc",
678
+
]
679
+
680
+
[[package]]
681
+
name = "core-graphics-types"
682
+
version = "0.2.0"
683
+
source = "registry+https://github.com/rust-lang/crates.io-index"
684
+
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
685
+
dependencies = [
686
+
"bitflags 2.10.0",
687
+
"core-foundation 0.10.1",
688
+
"libc",
689
+
]
690
+
691
+
[[package]]
692
+
name = "coreaudio-rs"
693
+
version = "0.13.0"
694
+
source = "registry+https://github.com/rust-lang/crates.io-index"
695
+
checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
696
+
dependencies = [
697
+
"bitflags 1.3.2",
698
+
"libc",
699
+
"objc2-audio-toolbox",
700
+
"objc2-core-audio",
701
+
"objc2-core-audio-types",
702
+
"objc2-core-foundation",
703
+
]
704
+
705
+
[[package]]
706
+
name = "cosmic-text"
707
+
version = "0.12.1"
708
+
source = "registry+https://github.com/rust-lang/crates.io-index"
709
+
checksum = "59fd57d82eb4bfe7ffa9b1cec0c05e2fd378155b47f255a67983cb4afe0e80c2"
710
+
dependencies = [
711
+
"bitflags 2.10.0",
712
+
"fontdb",
713
+
"log",
714
+
"rangemap",
715
+
"rayon",
716
+
"rustc-hash 1.1.0",
717
+
"rustybuzz",
718
+
"self_cell",
719
+
"swash",
720
+
"sys-locale",
721
+
"ttf-parser 0.21.1",
722
+
"unicode-bidi",
723
+
"unicode-linebreak",
724
+
"unicode-script",
725
+
"unicode-segmentation",
726
+
]
727
+
728
+
[[package]]
729
+
name = "cpal"
730
+
version = "0.16.0"
731
+
source = "registry+https://github.com/rust-lang/crates.io-index"
732
+
checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
733
+
dependencies = [
734
+
"alsa",
735
+
"coreaudio-rs",
736
+
"dasp_sample",
737
+
"jni",
738
+
"js-sys",
739
+
"libc",
740
+
"mach2",
741
+
"ndk",
742
+
"ndk-context",
743
+
"num-derive",
744
+
"num-traits",
745
+
"objc2-audio-toolbox",
746
+
"objc2-core-audio",
747
+
"objc2-core-audio-types",
748
+
"wasm-bindgen",
749
+
"wasm-bindgen-futures",
750
+
"web-sys",
751
+
"windows 0.54.0",
752
+
]
753
+
754
+
[[package]]
755
+
name = "cpufeatures"
756
+
version = "0.2.17"
757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
758
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
759
+
dependencies = [
760
+
"libc",
761
+
]
762
+
763
+
[[package]]
764
+
name = "crc32fast"
765
+
version = "1.5.0"
766
+
source = "registry+https://github.com/rust-lang/crates.io-index"
767
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
768
+
dependencies = [
769
+
"cfg-if",
770
+
]
771
+
772
+
[[package]]
773
+
name = "crossbeam-deque"
774
+
version = "0.8.6"
775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
776
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
777
+
dependencies = [
778
+
"crossbeam-epoch",
779
+
"crossbeam-utils",
780
+
]
781
+
782
+
[[package]]
783
+
name = "crossbeam-epoch"
784
+
version = "0.9.18"
785
+
source = "registry+https://github.com/rust-lang/crates.io-index"
786
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
787
+
dependencies = [
788
+
"crossbeam-utils",
789
+
]
790
+
791
+
[[package]]
792
+
name = "crossbeam-utils"
793
+
version = "0.8.21"
794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
795
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
796
+
797
+
[[package]]
798
+
name = "crunchy"
799
+
version = "0.2.4"
800
+
source = "registry+https://github.com/rust-lang/crates.io-index"
801
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
802
+
803
+
[[package]]
804
+
name = "crypto-common"
805
+
version = "0.1.7"
806
+
source = "registry+https://github.com/rust-lang/crates.io-index"
807
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
808
+
dependencies = [
809
+
"generic-array",
810
+
"typenum",
811
+
]
812
+
813
+
[[package]]
814
+
name = "ctor-lite"
815
+
version = "0.1.0"
816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
817
+
checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
818
+
819
+
[[package]]
820
+
name = "cursor-icon"
821
+
version = "1.2.0"
822
+
source = "registry+https://github.com/rust-lang/crates.io-index"
823
+
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
824
+
825
+
[[package]]
826
+
name = "d3d12"
827
+
version = "0.19.0"
828
+
source = "registry+https://github.com/rust-lang/crates.io-index"
829
+
checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307"
830
+
dependencies = [
831
+
"bitflags 2.10.0",
832
+
"libloading 0.8.9",
833
+
"winapi",
834
+
]
835
+
836
+
[[package]]
837
+
name = "dark-light"
838
+
version = "1.1.1"
839
+
source = "registry+https://github.com/rust-lang/crates.io-index"
840
+
checksum = "2a76fa97167fa740dcdbfe18e8895601e1bc36525f09b044e00916e717c03a3c"
841
+
dependencies = [
842
+
"dconf_rs",
843
+
"detect-desktop-environment",
844
+
"dirs 4.0.0",
845
+
"objc",
846
+
"rust-ini",
847
+
"web-sys",
848
+
"winreg",
849
+
"zbus",
850
+
]
851
+
852
+
[[package]]
853
+
name = "dasp_sample"
854
+
version = "0.11.0"
855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
856
+
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
857
+
858
+
[[package]]
859
+
name = "dconf_rs"
860
+
version = "0.3.0"
861
+
source = "registry+https://github.com/rust-lang/crates.io-index"
862
+
checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b"
863
+
864
+
[[package]]
865
+
name = "detect-desktop-environment"
866
+
version = "0.2.0"
867
+
source = "registry+https://github.com/rust-lang/crates.io-index"
868
+
checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810"
869
+
870
+
[[package]]
871
+
name = "digest"
872
+
version = "0.10.7"
873
+
source = "registry+https://github.com/rust-lang/crates.io-index"
874
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
875
+
dependencies = [
876
+
"block-buffer",
877
+
"crypto-common",
878
+
]
879
+
880
+
[[package]]
881
+
name = "dirs"
882
+
version = "4.0.0"
883
+
source = "registry+https://github.com/rust-lang/crates.io-index"
884
+
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
885
+
dependencies = [
886
+
"dirs-sys 0.3.7",
887
+
]
888
+
889
+
[[package]]
890
+
name = "dirs"
891
+
version = "6.0.0"
892
+
source = "registry+https://github.com/rust-lang/crates.io-index"
893
+
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
894
+
dependencies = [
895
+
"dirs-sys 0.5.0",
896
+
]
897
+
898
+
[[package]]
899
+
name = "dirs-sys"
900
+
version = "0.3.7"
901
+
source = "registry+https://github.com/rust-lang/crates.io-index"
902
+
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
903
+
dependencies = [
904
+
"libc",
905
+
"redox_users 0.4.6",
906
+
"winapi",
907
+
]
908
+
909
+
[[package]]
910
+
name = "dirs-sys"
911
+
version = "0.5.0"
912
+
source = "registry+https://github.com/rust-lang/crates.io-index"
913
+
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
914
+
dependencies = [
915
+
"libc",
916
+
"option-ext",
917
+
"redox_users 0.5.2",
918
+
"windows-sys 0.61.2",
919
+
]
920
+
921
+
[[package]]
922
+
name = "dispatch"
923
+
version = "0.2.0"
924
+
source = "registry+https://github.com/rust-lang/crates.io-index"
925
+
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
926
+
927
+
[[package]]
928
+
name = "dispatch2"
929
+
version = "0.3.0"
930
+
source = "registry+https://github.com/rust-lang/crates.io-index"
931
+
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
932
+
dependencies = [
933
+
"bitflags 2.10.0",
934
+
"objc2 0.6.3",
935
+
]
936
+
937
+
[[package]]
938
+
name = "dlib"
939
+
version = "0.5.2"
940
+
source = "registry+https://github.com/rust-lang/crates.io-index"
941
+
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
942
+
dependencies = [
943
+
"libloading 0.8.9",
944
+
]
945
+
946
+
[[package]]
947
+
name = "dlv-list"
948
+
version = "0.3.0"
949
+
source = "registry+https://github.com/rust-lang/crates.io-index"
950
+
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
951
+
952
+
[[package]]
953
+
name = "downcast-rs"
954
+
version = "1.2.1"
955
+
source = "registry+https://github.com/rust-lang/crates.io-index"
956
+
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
957
+
958
+
[[package]]
959
+
name = "dpi"
960
+
version = "0.1.2"
961
+
source = "registry+https://github.com/rust-lang/crates.io-index"
962
+
checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
963
+
964
+
[[package]]
965
+
name = "drm"
966
+
version = "0.12.0"
967
+
source = "registry+https://github.com/rust-lang/crates.io-index"
968
+
checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1"
969
+
dependencies = [
970
+
"bitflags 2.10.0",
971
+
"bytemuck",
972
+
"drm-ffi",
973
+
"drm-fourcc",
974
+
"rustix 0.38.44",
975
+
]
976
+
977
+
[[package]]
978
+
name = "drm-ffi"
979
+
version = "0.8.0"
980
+
source = "registry+https://github.com/rust-lang/crates.io-index"
981
+
checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53"
982
+
dependencies = [
983
+
"drm-sys",
984
+
"rustix 0.38.44",
985
+
]
986
+
987
+
[[package]]
988
+
name = "drm-fourcc"
989
+
version = "2.2.0"
990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
991
+
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
992
+
993
+
[[package]]
994
+
name = "drm-sys"
995
+
version = "0.7.0"
996
+
source = "registry+https://github.com/rust-lang/crates.io-index"
997
+
checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986"
998
+
dependencies = [
999
+
"libc",
1000
+
"linux-raw-sys 0.6.5",
1001
+
]
1002
+
1003
+
[[package]]
1004
+
name = "either"
1005
+
version = "1.15.0"
1006
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1008
+
1009
+
[[package]]
1010
+
name = "endi"
1011
+
version = "1.1.1"
1012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+
checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
1014
+
1015
+
[[package]]
1016
+
name = "enumflags2"
1017
+
version = "0.7.12"
1018
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1020
+
dependencies = [
1021
+
"enumflags2_derive",
1022
+
"serde",
1023
+
]
1024
+
1025
+
[[package]]
1026
+
name = "enumflags2_derive"
1027
+
version = "0.7.12"
1028
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1030
+
dependencies = [
1031
+
"proc-macro2",
1032
+
"quote",
1033
+
"syn 2.0.111",
1034
+
]
1035
+
1036
+
[[package]]
1037
+
name = "equivalent"
1038
+
version = "1.0.2"
1039
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1041
+
1042
+
[[package]]
1043
+
name = "errno"
1044
+
version = "0.3.14"
1045
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1047
+
dependencies = [
1048
+
"libc",
1049
+
"windows-sys 0.61.2",
1050
+
]
1051
+
1052
+
[[package]]
1053
+
name = "error-code"
1054
+
version = "3.3.2"
1055
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1057
+
1058
+
[[package]]
1059
+
name = "etagere"
1060
+
version = "0.2.15"
1061
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+
checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
1063
+
dependencies = [
1064
+
"euclid",
1065
+
"svg_fmt",
1066
+
]
1067
+
1068
+
[[package]]
1069
+
name = "euclid"
1070
+
version = "0.22.11"
1071
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+
checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
1073
+
dependencies = [
1074
+
"num-traits",
1075
+
]
1076
+
1077
+
[[package]]
1078
+
name = "event-listener"
1079
+
version = "5.4.1"
1080
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1082
+
dependencies = [
1083
+
"concurrent-queue",
1084
+
"parking",
1085
+
"pin-project-lite",
1086
+
]
1087
+
1088
+
[[package]]
1089
+
name = "event-listener-strategy"
1090
+
version = "0.5.4"
1091
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1093
+
dependencies = [
1094
+
"event-listener",
1095
+
"pin-project-lite",
1096
+
]
1097
+
1098
+
[[package]]
1099
+
name = "exr"
1100
+
version = "1.74.0"
1101
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+
checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
1103
+
dependencies = [
1104
+
"bit_field",
1105
+
"half",
1106
+
"lebe",
1107
+
"miniz_oxide",
1108
+
"rayon-core",
1109
+
"smallvec",
1110
+
"zune-inflate",
1111
+
]
1112
+
1113
+
[[package]]
1114
+
name = "fast-srgb8"
1115
+
version = "1.0.0"
1116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
1118
+
1119
+
[[package]]
1120
+
name = "fastrand"
1121
+
version = "2.3.0"
1122
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1124
+
1125
+
[[package]]
1126
+
name = "fdeflate"
1127
+
version = "0.3.7"
1128
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1130
+
dependencies = [
1131
+
"simd-adler32",
1132
+
]
1133
+
1134
+
[[package]]
1135
+
name = "find-msvc-tools"
1136
+
version = "0.1.5"
1137
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
1139
+
1140
+
[[package]]
1141
+
name = "flate2"
1142
+
version = "1.1.5"
1143
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1145
+
dependencies = [
1146
+
"crc32fast",
1147
+
"miniz_oxide",
1148
+
]
1149
+
1150
+
[[package]]
1151
+
name = "font-types"
1152
+
version = "0.7.3"
1153
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+
checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
1155
+
dependencies = [
1156
+
"bytemuck",
1157
+
]
1158
+
1159
+
[[package]]
1160
+
name = "fontconfig-parser"
1161
+
version = "0.5.8"
1162
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+
checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
1164
+
dependencies = [
1165
+
"roxmltree",
1166
+
]
1167
+
1168
+
[[package]]
1169
+
name = "fontdb"
1170
+
version = "0.16.2"
1171
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+
checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
1173
+
dependencies = [
1174
+
"fontconfig-parser",
1175
+
"log",
1176
+
"memmap2",
1177
+
"slotmap",
1178
+
"tinyvec",
1179
+
"ttf-parser 0.20.0",
1180
+
]
1181
+
1182
+
[[package]]
1183
+
name = "foreign-types"
1184
+
version = "0.5.0"
1185
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1187
+
dependencies = [
1188
+
"foreign-types-macros",
1189
+
"foreign-types-shared",
1190
+
]
1191
+
1192
+
[[package]]
1193
+
name = "foreign-types-macros"
1194
+
version = "0.2.3"
1195
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1197
+
dependencies = [
1198
+
"proc-macro2",
1199
+
"quote",
1200
+
"syn 2.0.111",
1201
+
]
1202
+
1203
+
[[package]]
1204
+
name = "foreign-types-shared"
1205
+
version = "0.3.1"
1206
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1208
+
1209
+
[[package]]
1210
+
name = "futures"
1211
+
version = "0.3.31"
1212
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1213
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1214
+
dependencies = [
1215
+
"futures-channel",
1216
+
"futures-core",
1217
+
"futures-executor",
1218
+
"futures-io",
1219
+
"futures-sink",
1220
+
"futures-task",
1221
+
"futures-util",
1222
+
]
1223
+
1224
+
[[package]]
1225
+
name = "futures-channel"
1226
+
version = "0.3.31"
1227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1229
+
dependencies = [
1230
+
"futures-core",
1231
+
"futures-sink",
1232
+
]
1233
+
1234
+
[[package]]
1235
+
name = "futures-core"
1236
+
version = "0.3.31"
1237
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1239
+
1240
+
[[package]]
1241
+
name = "futures-executor"
1242
+
version = "0.3.31"
1243
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1245
+
dependencies = [
1246
+
"futures-core",
1247
+
"futures-task",
1248
+
"futures-util",
1249
+
"num_cpus",
1250
+
]
1251
+
1252
+
[[package]]
1253
+
name = "futures-io"
1254
+
version = "0.3.31"
1255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1257
+
1258
+
[[package]]
1259
+
name = "futures-lite"
1260
+
version = "2.6.1"
1261
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1263
+
dependencies = [
1264
+
"fastrand",
1265
+
"futures-core",
1266
+
"futures-io",
1267
+
"parking",
1268
+
"pin-project-lite",
1269
+
]
1270
+
1271
+
[[package]]
1272
+
name = "futures-macro"
1273
+
version = "0.3.31"
1274
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1276
+
dependencies = [
1277
+
"proc-macro2",
1278
+
"quote",
1279
+
"syn 2.0.111",
1280
+
]
1281
+
1282
+
[[package]]
1283
+
name = "futures-sink"
1284
+
version = "0.3.31"
1285
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1287
+
1288
+
[[package]]
1289
+
name = "futures-task"
1290
+
version = "0.3.31"
1291
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1293
+
1294
+
[[package]]
1295
+
name = "futures-util"
1296
+
version = "0.3.31"
1297
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1299
+
dependencies = [
1300
+
"futures-channel",
1301
+
"futures-core",
1302
+
"futures-io",
1303
+
"futures-macro",
1304
+
"futures-sink",
1305
+
"futures-task",
1306
+
"memchr",
1307
+
"pin-project-lite",
1308
+
"pin-utils",
1309
+
"slab",
1310
+
]
1311
+
1312
+
[[package]]
1313
+
name = "generic-array"
1314
+
version = "0.14.7"
1315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1317
+
dependencies = [
1318
+
"typenum",
1319
+
"version_check",
1320
+
]
1321
+
1322
+
[[package]]
1323
+
name = "gethostname"
1324
+
version = "1.1.0"
1325
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
1327
+
dependencies = [
1328
+
"rustix 1.1.2",
1329
+
"windows-link",
1330
+
]
1331
+
1332
+
[[package]]
1333
+
name = "getrandom"
1334
+
version = "0.2.16"
1335
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1337
+
dependencies = [
1338
+
"cfg-if",
1339
+
"libc",
1340
+
"wasi",
1341
+
]
1342
+
1343
+
[[package]]
1344
+
name = "getrandom"
1345
+
version = "0.3.4"
1346
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1348
+
dependencies = [
1349
+
"cfg-if",
1350
+
"libc",
1351
+
"r-efi",
1352
+
"wasip2",
1353
+
]
1354
+
1355
+
[[package]]
1356
+
name = "gif"
1357
+
version = "0.13.3"
1358
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+
checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
1360
+
dependencies = [
1361
+
"color_quant",
1362
+
"weezl",
1363
+
]
1364
+
1365
+
[[package]]
1366
+
name = "gl_generator"
1367
+
version = "0.14.0"
1368
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1370
+
dependencies = [
1371
+
"khronos_api",
1372
+
"log",
1373
+
"xml-rs",
1374
+
]
1375
+
1376
+
[[package]]
1377
+
name = "glam"
1378
+
version = "0.25.0"
1379
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+
checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
1381
+
1382
+
[[package]]
1383
+
name = "glow"
1384
+
version = "0.13.1"
1385
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+
checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
1387
+
dependencies = [
1388
+
"js-sys",
1389
+
"slotmap",
1390
+
"wasm-bindgen",
1391
+
"web-sys",
1392
+
]
1393
+
1394
+
[[package]]
1395
+
name = "glutin_wgl_sys"
1396
+
version = "0.5.0"
1397
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
1399
+
dependencies = [
1400
+
"gl_generator",
1401
+
]
1402
+
1403
+
[[package]]
1404
+
name = "gpu-alloc"
1405
+
version = "0.6.0"
1406
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1408
+
dependencies = [
1409
+
"bitflags 2.10.0",
1410
+
"gpu-alloc-types",
1411
+
]
1412
+
1413
+
[[package]]
1414
+
name = "gpu-alloc-types"
1415
+
version = "0.3.0"
1416
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1418
+
dependencies = [
1419
+
"bitflags 2.10.0",
1420
+
]
1421
+
1422
+
[[package]]
1423
+
name = "gpu-allocator"
1424
+
version = "0.25.0"
1425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
1427
+
dependencies = [
1428
+
"log",
1429
+
"presser",
1430
+
"thiserror 1.0.69",
1431
+
"winapi",
1432
+
"windows 0.52.0",
1433
+
]
1434
+
1435
+
[[package]]
1436
+
name = "gpu-descriptor"
1437
+
version = "0.2.4"
1438
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
1440
+
dependencies = [
1441
+
"bitflags 2.10.0",
1442
+
"gpu-descriptor-types",
1443
+
"hashbrown 0.14.5",
1444
+
]
1445
+
1446
+
[[package]]
1447
+
name = "gpu-descriptor-types"
1448
+
version = "0.1.2"
1449
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
1451
+
dependencies = [
1452
+
"bitflags 2.10.0",
1453
+
]
1454
+
1455
+
[[package]]
1456
+
name = "guillotiere"
1457
+
version = "0.6.2"
1458
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+
checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
1460
+
dependencies = [
1461
+
"euclid",
1462
+
"svg_fmt",
1463
+
]
1464
+
1465
+
[[package]]
1466
+
name = "half"
1467
+
version = "2.7.1"
1468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1470
+
dependencies = [
1471
+
"cfg-if",
1472
+
"crunchy",
1473
+
"zerocopy",
1474
+
]
1475
+
1476
+
[[package]]
1477
+
name = "hashbrown"
1478
+
version = "0.12.3"
1479
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1481
+
dependencies = [
1482
+
"ahash 0.7.8",
1483
+
]
1484
+
1485
+
[[package]]
1486
+
name = "hashbrown"
1487
+
version = "0.14.5"
1488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1490
+
dependencies = [
1491
+
"ahash 0.8.12",
1492
+
"allocator-api2",
1493
+
]
1494
+
1495
+
[[package]]
1496
+
name = "hashbrown"
1497
+
version = "0.16.1"
1498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1500
+
1501
+
[[package]]
1502
+
name = "hassle-rs"
1503
+
version = "0.11.0"
1504
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
1506
+
dependencies = [
1507
+
"bitflags 2.10.0",
1508
+
"com",
1509
+
"libc",
1510
+
"libloading 0.8.9",
1511
+
"thiserror 1.0.69",
1512
+
"widestring",
1513
+
"winapi",
1514
+
]
1515
+
1516
+
[[package]]
1517
+
name = "hermit-abi"
1518
+
version = "0.5.2"
1519
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1521
+
1522
+
[[package]]
1523
+
name = "hex"
1524
+
version = "0.4.3"
1525
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1527
+
1528
+
[[package]]
1529
+
name = "hexf-parse"
1530
+
version = "0.2.1"
1531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1533
+
1534
+
[[package]]
1535
+
name = "iced"
1536
+
version = "0.13.1"
1537
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+
checksum = "88acfabc84ec077eaf9ede3457ffa3a104626d79022a9bf7f296093b1d60c73f"
1539
+
dependencies = [
1540
+
"iced_core",
1541
+
"iced_futures",
1542
+
"iced_renderer",
1543
+
"iced_widget",
1544
+
"iced_winit",
1545
+
"image",
1546
+
"thiserror 1.0.69",
1547
+
]
1548
+
1549
+
[[package]]
1550
+
name = "iced_core"
1551
+
version = "0.13.2"
1552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+
checksum = "0013a238275494641bf8f1732a23a808196540dc67b22ff97099c044ae4c8a1c"
1554
+
dependencies = [
1555
+
"bitflags 2.10.0",
1556
+
"bytes",
1557
+
"dark-light",
1558
+
"glam",
1559
+
"log",
1560
+
"num-traits",
1561
+
"once_cell",
1562
+
"palette",
1563
+
"rustc-hash 2.1.1",
1564
+
"smol_str",
1565
+
"thiserror 1.0.69",
1566
+
"web-time",
1567
+
]
1568
+
1569
+
[[package]]
1570
+
name = "iced_futures"
1571
+
version = "0.13.2"
1572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+
checksum = "0c04a6745ba2e80f32cf01e034fd00d853aa4f4cd8b91888099cb7aaee0d5d7c"
1574
+
dependencies = [
1575
+
"futures",
1576
+
"iced_core",
1577
+
"log",
1578
+
"rustc-hash 2.1.1",
1579
+
"tokio",
1580
+
"wasm-bindgen-futures",
1581
+
"wasm-timer",
1582
+
]
1583
+
1584
+
[[package]]
1585
+
name = "iced_glyphon"
1586
+
version = "0.6.0"
1587
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1588
+
checksum = "41c3bb56f1820ca252bc1d0994ece33d233a55657c0c263ea7cb16895adbde82"
1589
+
dependencies = [
1590
+
"cosmic-text",
1591
+
"etagere",
1592
+
"lru",
1593
+
"rustc-hash 2.1.1",
1594
+
"wgpu",
1595
+
]
1596
+
1597
+
[[package]]
1598
+
name = "iced_graphics"
1599
+
version = "0.13.0"
1600
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+
checksum = "ba25a18cfa6d5cc160aca7e1b34f73ccdff21680fa8702168c09739767b6c66f"
1602
+
dependencies = [
1603
+
"bitflags 2.10.0",
1604
+
"bytemuck",
1605
+
"cosmic-text",
1606
+
"half",
1607
+
"iced_core",
1608
+
"iced_futures",
1609
+
"image",
1610
+
"kamadak-exif",
1611
+
"log",
1612
+
"once_cell",
1613
+
"raw-window-handle",
1614
+
"rustc-hash 2.1.1",
1615
+
"thiserror 1.0.69",
1616
+
"unicode-segmentation",
1617
+
]
1618
+
1619
+
[[package]]
1620
+
name = "iced_renderer"
1621
+
version = "0.13.0"
1622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+
checksum = "73558208059f9e622df2bf434e044ee2f838ce75201a023cf0ca3e1244f46c2a"
1624
+
dependencies = [
1625
+
"iced_graphics",
1626
+
"iced_tiny_skia",
1627
+
"iced_wgpu",
1628
+
"log",
1629
+
"thiserror 1.0.69",
1630
+
]
1631
+
1632
+
[[package]]
1633
+
name = "iced_runtime"
1634
+
version = "0.13.2"
1635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+
checksum = "348b5b2c61c934d88ca3b0ed1ed913291e923d086a66fa288ce9669da9ef62b5"
1637
+
dependencies = [
1638
+
"bytes",
1639
+
"iced_core",
1640
+
"iced_futures",
1641
+
"raw-window-handle",
1642
+
"thiserror 1.0.69",
1643
+
]
1644
+
1645
+
[[package]]
1646
+
name = "iced_tiny_skia"
1647
+
version = "0.13.0"
1648
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+
checksum = "c625d368284fcc43b0b36b176f76eff1abebe7959dd58bd8ce6897d641962a50"
1650
+
dependencies = [
1651
+
"bytemuck",
1652
+
"cosmic-text",
1653
+
"iced_graphics",
1654
+
"kurbo",
1655
+
"log",
1656
+
"rustc-hash 2.1.1",
1657
+
"softbuffer",
1658
+
"tiny-skia",
1659
+
]
1660
+
1661
+
[[package]]
1662
+
name = "iced_wgpu"
1663
+
version = "0.13.5"
1664
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+
checksum = "15708887133671d2bcc6c1d01d1f176f43a64d6cdc3b2bf893396c3ee498295f"
1666
+
dependencies = [
1667
+
"bitflags 2.10.0",
1668
+
"bytemuck",
1669
+
"futures",
1670
+
"glam",
1671
+
"guillotiere",
1672
+
"iced_glyphon",
1673
+
"iced_graphics",
1674
+
"log",
1675
+
"once_cell",
1676
+
"rustc-hash 2.1.1",
1677
+
"thiserror 1.0.69",
1678
+
"wgpu",
1679
+
]
1680
+
1681
+
[[package]]
1682
+
name = "iced_widget"
1683
+
version = "0.13.4"
1684
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+
checksum = "81429e1b950b0e4bca65be4c4278fea6678ea782030a411778f26fa9f8983e1d"
1686
+
dependencies = [
1687
+
"iced_renderer",
1688
+
"iced_runtime",
1689
+
"num-traits",
1690
+
"once_cell",
1691
+
"rustc-hash 2.1.1",
1692
+
"thiserror 1.0.69",
1693
+
"unicode-segmentation",
1694
+
]
1695
+
1696
+
[[package]]
1697
+
name = "iced_winit"
1698
+
version = "0.13.0"
1699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+
checksum = "f44cd4e1c594b6334f409282937bf972ba14d31fedf03c23aa595d982a2fda28"
1701
+
dependencies = [
1702
+
"iced_futures",
1703
+
"iced_graphics",
1704
+
"iced_runtime",
1705
+
"log",
1706
+
"rustc-hash 2.1.1",
1707
+
"thiserror 1.0.69",
1708
+
"tracing",
1709
+
"wasm-bindgen-futures",
1710
+
"web-sys",
1711
+
"winapi",
1712
+
"window_clipboard",
1713
+
"winit",
1714
+
]
1715
+
1716
+
[[package]]
1717
+
name = "image"
1718
+
version = "0.24.9"
1719
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
1721
+
dependencies = [
1722
+
"bytemuck",
1723
+
"byteorder",
1724
+
"color_quant",
1725
+
"exr",
1726
+
"gif",
1727
+
"jpeg-decoder",
1728
+
"num-traits",
1729
+
"png",
1730
+
"qoi",
1731
+
"tiff",
1732
+
]
1733
+
1734
+
[[package]]
1735
+
name = "indexmap"
1736
+
version = "2.12.1"
1737
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1738
+
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1739
+
dependencies = [
1740
+
"equivalent",
1741
+
"hashbrown 0.16.1",
1742
+
]
1743
+
1744
+
[[package]]
1745
+
name = "instant"
1746
+
version = "0.1.13"
1747
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1749
+
dependencies = [
1750
+
"cfg-if",
1751
+
]
1752
+
1753
+
[[package]]
1754
+
name = "jni"
1755
+
version = "0.21.1"
1756
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1758
+
dependencies = [
1759
+
"cesu8",
1760
+
"cfg-if",
1761
+
"combine",
1762
+
"jni-sys",
1763
+
"log",
1764
+
"thiserror 1.0.69",
1765
+
"walkdir",
1766
+
"windows-sys 0.45.0",
1767
+
]
1768
+
1769
+
[[package]]
1770
+
name = "jni-sys"
1771
+
version = "0.3.0"
1772
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1774
+
1775
+
[[package]]
1776
+
name = "jobserver"
1777
+
version = "0.1.34"
1778
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1780
+
dependencies = [
1781
+
"getrandom 0.3.4",
1782
+
"libc",
1783
+
]
1784
+
1785
+
[[package]]
1786
+
name = "jpeg-decoder"
1787
+
version = "0.3.2"
1788
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+
checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
1790
+
dependencies = [
1791
+
"rayon",
1792
+
]
1793
+
1794
+
[[package]]
1795
+
name = "js-sys"
1796
+
version = "0.3.83"
1797
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1799
+
dependencies = [
1800
+
"once_cell",
1801
+
"wasm-bindgen",
1802
+
]
1803
+
1804
+
[[package]]
1805
+
name = "kamadak-exif"
1806
+
version = "0.5.5"
1807
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
1809
+
dependencies = [
1810
+
"mutate_once",
1811
+
]
1812
+
1813
+
[[package]]
1814
+
name = "khronos-egl"
1815
+
version = "6.0.0"
1816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1817
+
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1818
+
dependencies = [
1819
+
"libc",
1820
+
"libloading 0.8.9",
1821
+
"pkg-config",
1822
+
]
1823
+
1824
+
[[package]]
1825
+
name = "khronos_api"
1826
+
version = "3.1.0"
1827
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1829
+
1830
+
[[package]]
1831
+
name = "kurbo"
1832
+
version = "0.10.4"
1833
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+
checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440"
1835
+
dependencies = [
1836
+
"arrayvec",
1837
+
"smallvec",
1838
+
]
1839
+
1840
+
[[package]]
1841
+
name = "lebe"
1842
+
version = "0.5.3"
1843
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+
checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
1845
+
1846
+
[[package]]
1847
+
name = "libc"
1848
+
version = "0.2.178"
1849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1851
+
1852
+
[[package]]
1853
+
name = "libloading"
1854
+
version = "0.7.4"
1855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1857
+
dependencies = [
1858
+
"cfg-if",
1859
+
"winapi",
1860
+
]
1861
+
1862
+
[[package]]
1863
+
name = "libloading"
1864
+
version = "0.8.9"
1865
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1867
+
dependencies = [
1868
+
"cfg-if",
1869
+
"windows-link",
1870
+
]
1871
+
1872
+
[[package]]
1873
+
name = "libm"
1874
+
version = "0.2.15"
1875
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1877
+
1878
+
[[package]]
1879
+
name = "libredox"
1880
+
version = "0.1.10"
1881
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1883
+
dependencies = [
1884
+
"bitflags 2.10.0",
1885
+
"libc",
1886
+
"redox_syscall 0.5.18",
1887
+
]
1888
+
1889
+
[[package]]
1890
+
name = "linux-raw-sys"
1891
+
version = "0.4.15"
1892
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1894
+
1895
+
[[package]]
1896
+
name = "linux-raw-sys"
1897
+
version = "0.6.5"
1898
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+
checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
1900
+
1901
+
[[package]]
1902
+
name = "linux-raw-sys"
1903
+
version = "0.11.0"
1904
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1906
+
1907
+
[[package]]
1908
+
name = "lock_api"
1909
+
version = "0.4.14"
1910
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1912
+
dependencies = [
1913
+
"scopeguard",
1914
+
]
1915
+
1916
+
[[package]]
1917
+
name = "log"
1918
+
version = "0.4.28"
1919
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1921
+
1922
+
[[package]]
1923
+
name = "lru"
1924
+
version = "0.12.5"
1925
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1927
+
1928
+
[[package]]
1929
+
name = "mach2"
1930
+
version = "0.4.3"
1931
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1933
+
dependencies = [
1934
+
"libc",
1935
+
]
1936
+
1937
+
[[package]]
1938
+
name = "malloc_buf"
1939
+
version = "0.0.6"
1940
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1942
+
dependencies = [
1943
+
"libc",
1944
+
]
1945
+
1946
+
[[package]]
1947
+
name = "memchr"
1948
+
version = "2.7.6"
1949
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1951
+
1952
+
[[package]]
1953
+
name = "memmap2"
1954
+
version = "0.9.9"
1955
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
1957
+
dependencies = [
1958
+
"libc",
1959
+
]
1960
+
1961
+
[[package]]
1962
+
name = "memoffset"
1963
+
version = "0.9.1"
1964
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1966
+
dependencies = [
1967
+
"autocfg",
1968
+
]
1969
+
1970
+
[[package]]
1971
+
name = "metal"
1972
+
version = "0.27.0"
1973
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+
checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
1975
+
dependencies = [
1976
+
"bitflags 2.10.0",
1977
+
"block",
1978
+
"core-graphics-types 0.1.3",
1979
+
"foreign-types",
1980
+
"log",
1981
+
"objc",
1982
+
"paste",
1983
+
]
1984
+
1985
+
[[package]]
1986
+
name = "miniz_oxide"
1987
+
version = "0.8.9"
1988
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1990
+
dependencies = [
1991
+
"adler2",
1992
+
"simd-adler32",
1993
+
]
1994
+
1995
+
[[package]]
1996
+
name = "mutate_once"
1997
+
version = "0.1.2"
1998
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+
checksum = "13d2233c9842d08cfe13f9eac96e207ca6a2ea10b80259ebe8ad0268be27d2af"
2000
+
2001
+
[[package]]
2002
+
name = "naga"
2003
+
version = "0.19.2"
2004
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+
checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
2006
+
dependencies = [
2007
+
"bit-set",
2008
+
"bitflags 2.10.0",
2009
+
"codespan-reporting",
2010
+
"hexf-parse",
2011
+
"indexmap",
2012
+
"log",
2013
+
"num-traits",
2014
+
"rustc-hash 1.1.0",
2015
+
"spirv",
2016
+
"termcolor",
2017
+
"thiserror 1.0.69",
2018
+
"unicode-xid",
2019
+
]
2020
+
2021
+
[[package]]
2022
+
name = "ndk"
2023
+
version = "0.9.0"
2024
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2026
+
dependencies = [
2027
+
"bitflags 2.10.0",
2028
+
"jni-sys",
2029
+
"log",
2030
+
"ndk-sys 0.6.0+11769913",
2031
+
"num_enum",
2032
+
"raw-window-handle",
2033
+
"thiserror 1.0.69",
2034
+
]
2035
+
2036
+
[[package]]
2037
+
name = "ndk-context"
2038
+
version = "0.1.1"
2039
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2041
+
2042
+
[[package]]
2043
+
name = "ndk-sys"
2044
+
version = "0.5.0+25.2.9519653"
2045
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2047
+
dependencies = [
2048
+
"jni-sys",
2049
+
]
2050
+
2051
+
[[package]]
2052
+
name = "ndk-sys"
2053
+
version = "0.6.0+11769913"
2054
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2056
+
dependencies = [
2057
+
"jni-sys",
2058
+
]
2059
+
2060
+
[[package]]
2061
+
name = "nix"
2062
+
version = "0.29.0"
2063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2064
+
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2065
+
dependencies = [
2066
+
"bitflags 2.10.0",
2067
+
"cfg-if",
2068
+
"cfg_aliases 0.2.1",
2069
+
"libc",
2070
+
"memoffset",
2071
+
]
2072
+
2073
+
[[package]]
2074
+
name = "num-derive"
2075
+
version = "0.4.2"
2076
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2078
+
dependencies = [
2079
+
"proc-macro2",
2080
+
"quote",
2081
+
"syn 2.0.111",
2082
+
]
2083
+
2084
+
[[package]]
2085
+
name = "num-traits"
2086
+
version = "0.2.19"
2087
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2089
+
dependencies = [
2090
+
"autocfg",
2091
+
]
2092
+
2093
+
[[package]]
2094
+
name = "num_cpus"
2095
+
version = "1.17.0"
2096
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2098
+
dependencies = [
2099
+
"hermit-abi",
2100
+
"libc",
2101
+
]
2102
+
2103
+
[[package]]
2104
+
name = "num_enum"
2105
+
version = "0.7.5"
2106
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2107
+
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
2108
+
dependencies = [
2109
+
"num_enum_derive",
2110
+
"rustversion",
2111
+
]
2112
+
2113
+
[[package]]
2114
+
name = "num_enum_derive"
2115
+
version = "0.7.5"
2116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
2118
+
dependencies = [
2119
+
"proc-macro-crate",
2120
+
"proc-macro2",
2121
+
"quote",
2122
+
"syn 2.0.111",
2123
+
]
2124
+
2125
+
[[package]]
2126
+
name = "objc"
2127
+
version = "0.2.7"
2128
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2129
+
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2130
+
dependencies = [
2131
+
"malloc_buf",
2132
+
"objc_exception",
2133
+
]
2134
+
2135
+
[[package]]
2136
+
name = "objc-sys"
2137
+
version = "0.3.5"
2138
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2139
+
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2140
+
2141
+
[[package]]
2142
+
name = "objc2"
2143
+
version = "0.5.2"
2144
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2146
+
dependencies = [
2147
+
"objc-sys",
2148
+
"objc2-encode",
2149
+
]
2150
+
2151
+
[[package]]
2152
+
name = "objc2"
2153
+
version = "0.6.3"
2154
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2156
+
dependencies = [
2157
+
"objc2-encode",
2158
+
]
2159
+
2160
+
[[package]]
2161
+
name = "objc2-app-kit"
2162
+
version = "0.2.2"
2163
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
2165
+
dependencies = [
2166
+
"bitflags 2.10.0",
2167
+
"block2",
2168
+
"libc",
2169
+
"objc2 0.5.2",
2170
+
"objc2-core-data",
2171
+
"objc2-core-image",
2172
+
"objc2-foundation 0.2.2",
2173
+
"objc2-quartz-core",
2174
+
]
2175
+
2176
+
[[package]]
2177
+
name = "objc2-audio-toolbox"
2178
+
version = "0.3.2"
2179
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2180
+
checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
2181
+
dependencies = [
2182
+
"bitflags 2.10.0",
2183
+
"libc",
2184
+
"objc2 0.6.3",
2185
+
"objc2-core-audio",
2186
+
"objc2-core-audio-types",
2187
+
"objc2-core-foundation",
2188
+
"objc2-foundation 0.3.2",
2189
+
]
2190
+
2191
+
[[package]]
2192
+
name = "objc2-cloud-kit"
2193
+
version = "0.2.2"
2194
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
2196
+
dependencies = [
2197
+
"bitflags 2.10.0",
2198
+
"block2",
2199
+
"objc2 0.5.2",
2200
+
"objc2-core-location",
2201
+
"objc2-foundation 0.2.2",
2202
+
]
2203
+
2204
+
[[package]]
2205
+
name = "objc2-contacts"
2206
+
version = "0.2.2"
2207
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
2209
+
dependencies = [
2210
+
"block2",
2211
+
"objc2 0.5.2",
2212
+
"objc2-foundation 0.2.2",
2213
+
]
2214
+
2215
+
[[package]]
2216
+
name = "objc2-core-audio"
2217
+
version = "0.3.2"
2218
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+
checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
2220
+
dependencies = [
2221
+
"dispatch2",
2222
+
"objc2 0.6.3",
2223
+
"objc2-core-audio-types",
2224
+
"objc2-core-foundation",
2225
+
]
2226
+
2227
+
[[package]]
2228
+
name = "objc2-core-audio-types"
2229
+
version = "0.3.2"
2230
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+
checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
2232
+
dependencies = [
2233
+
"bitflags 2.10.0",
2234
+
"objc2 0.6.3",
2235
+
]
2236
+
2237
+
[[package]]
2238
+
name = "objc2-core-data"
2239
+
version = "0.2.2"
2240
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2242
+
dependencies = [
2243
+
"bitflags 2.10.0",
2244
+
"block2",
2245
+
"objc2 0.5.2",
2246
+
"objc2-foundation 0.2.2",
2247
+
]
2248
+
2249
+
[[package]]
2250
+
name = "objc2-core-foundation"
2251
+
version = "0.3.2"
2252
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2254
+
dependencies = [
2255
+
"bitflags 2.10.0",
2256
+
"dispatch2",
2257
+
"objc2 0.6.3",
2258
+
]
2259
+
2260
+
[[package]]
2261
+
name = "objc2-core-image"
2262
+
version = "0.2.2"
2263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
2265
+
dependencies = [
2266
+
"block2",
2267
+
"objc2 0.5.2",
2268
+
"objc2-foundation 0.2.2",
2269
+
"objc2-metal",
2270
+
]
2271
+
2272
+
[[package]]
2273
+
name = "objc2-core-location"
2274
+
version = "0.2.2"
2275
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
2277
+
dependencies = [
2278
+
"block2",
2279
+
"objc2 0.5.2",
2280
+
"objc2-contacts",
2281
+
"objc2-foundation 0.2.2",
2282
+
]
2283
+
2284
+
[[package]]
2285
+
name = "objc2-encode"
2286
+
version = "4.1.0"
2287
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2289
+
2290
+
[[package]]
2291
+
name = "objc2-foundation"
2292
+
version = "0.2.2"
2293
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2294
+
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2295
+
dependencies = [
2296
+
"bitflags 2.10.0",
2297
+
"block2",
2298
+
"dispatch",
2299
+
"libc",
2300
+
"objc2 0.5.2",
2301
+
]
2302
+
2303
+
[[package]]
2304
+
name = "objc2-foundation"
2305
+
version = "0.3.2"
2306
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2308
+
dependencies = [
2309
+
"objc2 0.6.3",
2310
+
]
2311
+
2312
+
[[package]]
2313
+
name = "objc2-link-presentation"
2314
+
version = "0.2.2"
2315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2316
+
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
2317
+
dependencies = [
2318
+
"block2",
2319
+
"objc2 0.5.2",
2320
+
"objc2-app-kit",
2321
+
"objc2-foundation 0.2.2",
2322
+
]
2323
+
2324
+
[[package]]
2325
+
name = "objc2-metal"
2326
+
version = "0.2.2"
2327
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2329
+
dependencies = [
2330
+
"bitflags 2.10.0",
2331
+
"block2",
2332
+
"objc2 0.5.2",
2333
+
"objc2-foundation 0.2.2",
2334
+
]
2335
+
2336
+
[[package]]
2337
+
name = "objc2-quartz-core"
2338
+
version = "0.2.2"
2339
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2340
+
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2341
+
dependencies = [
2342
+
"bitflags 2.10.0",
2343
+
"block2",
2344
+
"objc2 0.5.2",
2345
+
"objc2-foundation 0.2.2",
2346
+
"objc2-metal",
2347
+
]
2348
+
2349
+
[[package]]
2350
+
name = "objc2-symbols"
2351
+
version = "0.2.2"
2352
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
2354
+
dependencies = [
2355
+
"objc2 0.5.2",
2356
+
"objc2-foundation 0.2.2",
2357
+
]
2358
+
2359
+
[[package]]
2360
+
name = "objc2-ui-kit"
2361
+
version = "0.2.2"
2362
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2364
+
dependencies = [
2365
+
"bitflags 2.10.0",
2366
+
"block2",
2367
+
"objc2 0.5.2",
2368
+
"objc2-cloud-kit",
2369
+
"objc2-core-data",
2370
+
"objc2-core-image",
2371
+
"objc2-core-location",
2372
+
"objc2-foundation 0.2.2",
2373
+
"objc2-link-presentation",
2374
+
"objc2-quartz-core",
2375
+
"objc2-symbols",
2376
+
"objc2-uniform-type-identifiers",
2377
+
"objc2-user-notifications",
2378
+
]
2379
+
2380
+
[[package]]
2381
+
name = "objc2-uniform-type-identifiers"
2382
+
version = "0.2.2"
2383
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+
checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
2385
+
dependencies = [
2386
+
"block2",
2387
+
"objc2 0.5.2",
2388
+
"objc2-foundation 0.2.2",
2389
+
]
2390
+
2391
+
[[package]]
2392
+
name = "objc2-user-notifications"
2393
+
version = "0.2.2"
2394
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2396
+
dependencies = [
2397
+
"bitflags 2.10.0",
2398
+
"block2",
2399
+
"objc2 0.5.2",
2400
+
"objc2-core-location",
2401
+
"objc2-foundation 0.2.2",
2402
+
]
2403
+
2404
+
[[package]]
2405
+
name = "objc_exception"
2406
+
version = "0.1.2"
2407
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2409
+
dependencies = [
2410
+
"cc",
2411
+
]
2412
+
2413
+
[[package]]
2414
+
name = "once_cell"
2415
+
version = "1.21.3"
2416
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2418
+
2419
+
[[package]]
2420
+
name = "option-ext"
2421
+
version = "0.2.0"
2422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2424
+
2425
+
[[package]]
2426
+
name = "orbclient"
2427
+
version = "0.3.49"
2428
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+
checksum = "247ad146e19b9437f8604c21f8652423595cf710ad108af40e77d3ae6e96b827"
2430
+
dependencies = [
2431
+
"libredox",
2432
+
]
2433
+
2434
+
[[package]]
2435
+
name = "ordered-multimap"
2436
+
version = "0.4.3"
2437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
2439
+
dependencies = [
2440
+
"dlv-list",
2441
+
"hashbrown 0.12.3",
2442
+
]
2443
+
2444
+
[[package]]
2445
+
name = "ordered-stream"
2446
+
version = "0.2.0"
2447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2449
+
dependencies = [
2450
+
"futures-core",
2451
+
"pin-project-lite",
2452
+
]
2453
+
2454
+
[[package]]
2455
+
name = "owned_ttf_parser"
2456
+
version = "0.25.1"
2457
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+
checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
2459
+
dependencies = [
2460
+
"ttf-parser 0.25.1",
2461
+
]
2462
+
2463
+
[[package]]
2464
+
name = "palette"
2465
+
version = "0.7.6"
2466
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2468
+
dependencies = [
2469
+
"approx",
2470
+
"fast-srgb8",
2471
+
"palette_derive",
2472
+
"phf",
2473
+
]
2474
+
2475
+
[[package]]
2476
+
name = "palette_derive"
2477
+
version = "0.7.6"
2478
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2480
+
dependencies = [
2481
+
"by_address",
2482
+
"proc-macro2",
2483
+
"quote",
2484
+
"syn 2.0.111",
2485
+
]
2486
+
2487
+
[[package]]
2488
+
name = "parking"
2489
+
version = "2.2.1"
2490
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2491
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2492
+
2493
+
[[package]]
2494
+
name = "parking_lot"
2495
+
version = "0.11.2"
2496
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2497
+
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2498
+
dependencies = [
2499
+
"instant",
2500
+
"lock_api",
2501
+
"parking_lot_core 0.8.6",
2502
+
]
2503
+
2504
+
[[package]]
2505
+
name = "parking_lot"
2506
+
version = "0.12.5"
2507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2509
+
dependencies = [
2510
+
"lock_api",
2511
+
"parking_lot_core 0.9.12",
2512
+
]
2513
+
2514
+
[[package]]
2515
+
name = "parking_lot_core"
2516
+
version = "0.8.6"
2517
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2518
+
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2519
+
dependencies = [
2520
+
"cfg-if",
2521
+
"instant",
2522
+
"libc",
2523
+
"redox_syscall 0.2.16",
2524
+
"smallvec",
2525
+
"winapi",
2526
+
]
2527
+
2528
+
[[package]]
2529
+
name = "parking_lot_core"
2530
+
version = "0.9.12"
2531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2533
+
dependencies = [
2534
+
"cfg-if",
2535
+
"libc",
2536
+
"redox_syscall 0.5.18",
2537
+
"smallvec",
2538
+
"windows-link",
2539
+
]
2540
+
2541
+
[[package]]
2542
+
name = "paste"
2543
+
version = "1.0.15"
2544
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2545
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2546
+
2547
+
[[package]]
2548
+
name = "percent-encoding"
2549
+
version = "2.3.2"
2550
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2552
+
2553
+
[[package]]
2554
+
name = "phf"
2555
+
version = "0.11.3"
2556
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2558
+
dependencies = [
2559
+
"phf_macros",
2560
+
"phf_shared",
2561
+
]
2562
+
2563
+
[[package]]
2564
+
name = "phf_generator"
2565
+
version = "0.11.3"
2566
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2567
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2568
+
dependencies = [
2569
+
"phf_shared",
2570
+
"rand",
2571
+
]
2572
+
2573
+
[[package]]
2574
+
name = "phf_macros"
2575
+
version = "0.11.3"
2576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2577
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2578
+
dependencies = [
2579
+
"phf_generator",
2580
+
"phf_shared",
2581
+
"proc-macro2",
2582
+
"quote",
2583
+
"syn 2.0.111",
2584
+
]
2585
+
2586
+
[[package]]
2587
+
name = "phf_shared"
2588
+
version = "0.11.3"
2589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2591
+
dependencies = [
2592
+
"siphasher",
2593
+
]
2594
+
2595
+
[[package]]
2596
+
name = "pin-project"
2597
+
version = "1.1.10"
2598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2600
+
dependencies = [
2601
+
"pin-project-internal",
2602
+
]
2603
+
2604
+
[[package]]
2605
+
name = "pin-project-internal"
2606
+
version = "1.1.10"
2607
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2608
+
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2609
+
dependencies = [
2610
+
"proc-macro2",
2611
+
"quote",
2612
+
"syn 2.0.111",
2613
+
]
2614
+
2615
+
[[package]]
2616
+
name = "pin-project-lite"
2617
+
version = "0.2.16"
2618
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2619
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2620
+
2621
+
[[package]]
2622
+
name = "pin-utils"
2623
+
version = "0.1.0"
2624
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2626
+
2627
+
[[package]]
2628
+
name = "piper"
2629
+
version = "0.2.4"
2630
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2631
+
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2632
+
dependencies = [
2633
+
"atomic-waker",
2634
+
"fastrand",
2635
+
"futures-io",
2636
+
]
2637
+
2638
+
[[package]]
2639
+
name = "pkg-config"
2640
+
version = "0.3.32"
2641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2642
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2643
+
2644
+
[[package]]
2645
+
name = "png"
2646
+
version = "0.17.16"
2647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2649
+
dependencies = [
2650
+
"bitflags 1.3.2",
2651
+
"crc32fast",
2652
+
"fdeflate",
2653
+
"flate2",
2654
+
"miniz_oxide",
2655
+
]
2656
+
2657
+
[[package]]
2658
+
name = "polling"
2659
+
version = "3.11.0"
2660
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2661
+
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2662
+
dependencies = [
2663
+
"cfg-if",
2664
+
"concurrent-queue",
2665
+
"hermit-abi",
2666
+
"pin-project-lite",
2667
+
"rustix 1.1.2",
2668
+
"windows-sys 0.61.2",
2669
+
]
2670
+
2671
+
[[package]]
2672
+
name = "ppv-lite86"
2673
+
version = "0.2.21"
2674
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2676
+
dependencies = [
2677
+
"zerocopy",
2678
+
]
2679
+
2680
+
[[package]]
2681
+
name = "presser"
2682
+
version = "0.3.1"
2683
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2684
+
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2685
+
2686
+
[[package]]
2687
+
name = "proc-macro-crate"
2688
+
version = "3.4.0"
2689
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2690
+
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
2691
+
dependencies = [
2692
+
"toml_edit",
2693
+
]
2694
+
2695
+
[[package]]
2696
+
name = "proc-macro2"
2697
+
version = "1.0.103"
2698
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2700
+
dependencies = [
2701
+
"unicode-ident",
2702
+
]
2703
+
2704
+
[[package]]
2705
+
name = "profiling"
2706
+
version = "1.0.17"
2707
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2708
+
checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2709
+
2710
+
[[package]]
2711
+
name = "qoi"
2712
+
version = "0.4.1"
2713
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2714
+
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
2715
+
dependencies = [
2716
+
"bytemuck",
2717
+
]
2718
+
2719
+
[[package]]
2720
+
name = "quick-xml"
2721
+
version = "0.37.5"
2722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2723
+
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2724
+
dependencies = [
2725
+
"memchr",
2726
+
]
2727
+
2728
+
[[package]]
2729
+
name = "quote"
2730
+
version = "1.0.42"
2731
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2733
+
dependencies = [
2734
+
"proc-macro2",
2735
+
]
2736
+
2737
+
[[package]]
2738
+
name = "r-efi"
2739
+
version = "5.3.0"
2740
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2742
+
2743
+
[[package]]
2744
+
name = "rand"
2745
+
version = "0.8.5"
2746
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2748
+
dependencies = [
2749
+
"libc",
2750
+
"rand_chacha",
2751
+
"rand_core",
2752
+
]
2753
+
2754
+
[[package]]
2755
+
name = "rand_chacha"
2756
+
version = "0.3.1"
2757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2758
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2759
+
dependencies = [
2760
+
"ppv-lite86",
2761
+
"rand_core",
2762
+
]
2763
+
2764
+
[[package]]
2765
+
name = "rand_core"
2766
+
version = "0.6.4"
2767
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2768
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2769
+
dependencies = [
2770
+
"getrandom 0.2.16",
2771
+
]
2772
+
2773
+
[[package]]
2774
+
name = "range-alloc"
2775
+
version = "0.1.4"
2776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+
checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
2778
+
2779
+
[[package]]
2780
+
name = "rangemap"
2781
+
version = "1.7.0"
2782
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2783
+
checksum = "acbbbbea733ec66275512d0b9694f34102e7d5406fdbe2ad8d21b28dce92887c"
2784
+
2785
+
[[package]]
2786
+
name = "raw-window-handle"
2787
+
version = "0.6.2"
2788
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2789
+
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2790
+
2791
+
[[package]]
2792
+
name = "rayon"
2793
+
version = "1.11.0"
2794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2795
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
2796
+
dependencies = [
2797
+
"either",
2798
+
"rayon-core",
2799
+
]
2800
+
2801
+
[[package]]
2802
+
name = "rayon-core"
2803
+
version = "1.13.0"
2804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2805
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2806
+
dependencies = [
2807
+
"crossbeam-deque",
2808
+
"crossbeam-utils",
2809
+
]
2810
+
2811
+
[[package]]
2812
+
name = "read-fonts"
2813
+
version = "0.22.7"
2814
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2815
+
checksum = "69aacb76b5c29acfb7f90155d39759a29496aebb49395830e928a9703d2eec2f"
2816
+
dependencies = [
2817
+
"bytemuck",
2818
+
"font-types",
2819
+
]
2820
+
2821
+
[[package]]
2822
+
name = "redox_syscall"
2823
+
version = "0.2.16"
2824
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2825
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2826
+
dependencies = [
2827
+
"bitflags 1.3.2",
2828
+
]
2829
+
2830
+
[[package]]
2831
+
name = "redox_syscall"
2832
+
version = "0.4.1"
2833
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2834
+
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2835
+
dependencies = [
2836
+
"bitflags 1.3.2",
2837
+
]
2838
+
2839
+
[[package]]
2840
+
name = "redox_syscall"
2841
+
version = "0.5.18"
2842
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2843
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2844
+
dependencies = [
2845
+
"bitflags 2.10.0",
2846
+
]
2847
+
2848
+
[[package]]
2849
+
name = "redox_users"
2850
+
version = "0.4.6"
2851
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2852
+
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2853
+
dependencies = [
2854
+
"getrandom 0.2.16",
2855
+
"libredox",
2856
+
"thiserror 1.0.69",
2857
+
]
2858
+
2859
+
[[package]]
2860
+
name = "redox_users"
2861
+
version = "0.5.2"
2862
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2864
+
dependencies = [
2865
+
"getrandom 0.2.16",
2866
+
"libredox",
2867
+
"thiserror 2.0.17",
2868
+
]
2869
+
2870
+
[[package]]
2871
+
name = "renderdoc-sys"
2872
+
version = "1.1.0"
2873
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2874
+
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2875
+
2876
+
[[package]]
2877
+
name = "roxmltree"
2878
+
version = "0.20.0"
2879
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2881
+
2882
+
[[package]]
2883
+
name = "rust-ini"
2884
+
version = "0.18.0"
2885
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
2887
+
dependencies = [
2888
+
"cfg-if",
2889
+
"ordered-multimap",
2890
+
]
2891
+
2892
+
[[package]]
2893
+
name = "rustc-hash"
2894
+
version = "1.1.0"
2895
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2896
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2897
+
2898
+
[[package]]
2899
+
name = "rustc-hash"
2900
+
version = "2.1.1"
2901
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2902
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2903
+
2904
+
[[package]]
2905
+
name = "rustix"
2906
+
version = "0.38.44"
2907
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2909
+
dependencies = [
2910
+
"bitflags 2.10.0",
2911
+
"errno",
2912
+
"libc",
2913
+
"linux-raw-sys 0.4.15",
2914
+
"windows-sys 0.59.0",
2915
+
]
2916
+
2917
+
[[package]]
2918
+
name = "rustix"
2919
+
version = "1.1.2"
2920
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2921
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2922
+
dependencies = [
2923
+
"bitflags 2.10.0",
2924
+
"errno",
2925
+
"libc",
2926
+
"linux-raw-sys 0.11.0",
2927
+
"windows-sys 0.61.2",
2928
+
]
2929
+
2930
+
[[package]]
2931
+
name = "rustversion"
2932
+
version = "1.0.22"
2933
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2934
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2935
+
2936
+
[[package]]
2937
+
name = "rustybuzz"
2938
+
version = "0.14.1"
2939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2940
+
checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
2941
+
dependencies = [
2942
+
"bitflags 2.10.0",
2943
+
"bytemuck",
2944
+
"libm",
2945
+
"smallvec",
2946
+
"ttf-parser 0.21.1",
2947
+
"unicode-bidi-mirroring",
2948
+
"unicode-ccc",
2949
+
"unicode-properties",
2950
+
"unicode-script",
2951
+
]
2952
+
2953
+
[[package]]
2954
+
name = "same-file"
2955
+
version = "1.0.6"
2956
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2957
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2958
+
dependencies = [
2959
+
"winapi-util",
2960
+
]
2961
+
2962
+
[[package]]
2963
+
name = "scoped-tls"
2964
+
version = "1.0.1"
2965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2967
+
2968
+
[[package]]
2969
+
name = "scopeguard"
2970
+
version = "1.2.0"
2971
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2972
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2973
+
2974
+
[[package]]
2975
+
name = "sctk-adwaita"
2976
+
version = "0.10.1"
2977
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2978
+
checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
2979
+
dependencies = [
2980
+
"ab_glyph",
2981
+
"log",
2982
+
"memmap2",
2983
+
"smithay-client-toolkit 0.19.2",
2984
+
"tiny-skia",
2985
+
]
2986
+
2987
+
[[package]]
2988
+
name = "self_cell"
2989
+
version = "1.2.1"
2990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2991
+
checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33"
2992
+
2993
+
[[package]]
2994
+
name = "serde"
2995
+
version = "1.0.228"
2996
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2997
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2998
+
dependencies = [
2999
+
"serde_core",
3000
+
"serde_derive",
3001
+
]
3002
+
3003
+
[[package]]
3004
+
name = "serde_core"
3005
+
version = "1.0.228"
3006
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3008
+
dependencies = [
3009
+
"serde_derive",
3010
+
]
3011
+
3012
+
[[package]]
3013
+
name = "serde_derive"
3014
+
version = "1.0.228"
3015
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3016
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3017
+
dependencies = [
3018
+
"proc-macro2",
3019
+
"quote",
3020
+
"syn 2.0.111",
3021
+
]
3022
+
3023
+
[[package]]
3024
+
name = "serde_repr"
3025
+
version = "0.1.20"
3026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3027
+
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3028
+
dependencies = [
3029
+
"proc-macro2",
3030
+
"quote",
3031
+
"syn 2.0.111",
3032
+
]
3033
+
3034
+
[[package]]
3035
+
name = "sha1"
3036
+
version = "0.10.6"
3037
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3038
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3039
+
dependencies = [
3040
+
"cfg-if",
3041
+
"cpufeatures",
3042
+
"digest",
3043
+
]
3044
+
3045
+
[[package]]
3046
+
name = "shlex"
3047
+
version = "1.3.0"
3048
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3050
+
3051
+
[[package]]
3052
+
name = "signal-hook-registry"
3053
+
version = "1.4.7"
3054
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3055
+
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
3056
+
dependencies = [
3057
+
"libc",
3058
+
]
3059
+
3060
+
[[package]]
3061
+
name = "simd-adler32"
3062
+
version = "0.3.7"
3063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3064
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3065
+
3066
+
[[package]]
3067
+
name = "siphasher"
3068
+
version = "1.0.1"
3069
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3070
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3071
+
3072
+
[[package]]
3073
+
name = "skrifa"
3074
+
version = "0.22.3"
3075
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3076
+
checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
3077
+
dependencies = [
3078
+
"bytemuck",
3079
+
"read-fonts",
3080
+
]
3081
+
3082
+
[[package]]
3083
+
name = "slab"
3084
+
version = "0.4.11"
3085
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3086
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3087
+
3088
+
[[package]]
3089
+
name = "slotmap"
3090
+
version = "1.0.7"
3091
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
3093
+
dependencies = [
3094
+
"version_check",
3095
+
]
3096
+
3097
+
[[package]]
3098
+
name = "smallvec"
3099
+
version = "1.15.1"
3100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3102
+
3103
+
[[package]]
3104
+
name = "smithay-client-toolkit"
3105
+
version = "0.19.2"
3106
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3107
+
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
3108
+
dependencies = [
3109
+
"bitflags 2.10.0",
3110
+
"calloop 0.13.0",
3111
+
"calloop-wayland-source 0.3.0",
3112
+
"cursor-icon",
3113
+
"libc",
3114
+
"log",
3115
+
"memmap2",
3116
+
"rustix 0.38.44",
3117
+
"thiserror 1.0.69",
3118
+
"wayland-backend",
3119
+
"wayland-client",
3120
+
"wayland-csd-frame",
3121
+
"wayland-cursor",
3122
+
"wayland-protocols",
3123
+
"wayland-protocols-wlr",
3124
+
"wayland-scanner",
3125
+
"xkeysym",
3126
+
]
3127
+
3128
+
[[package]]
3129
+
name = "smithay-client-toolkit"
3130
+
version = "0.20.0"
3131
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3132
+
checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
3133
+
dependencies = [
3134
+
"bitflags 2.10.0",
3135
+
"calloop 0.14.3",
3136
+
"calloop-wayland-source 0.4.1",
3137
+
"cursor-icon",
3138
+
"libc",
3139
+
"log",
3140
+
"memmap2",
3141
+
"rustix 1.1.2",
3142
+
"thiserror 2.0.17",
3143
+
"wayland-backend",
3144
+
"wayland-client",
3145
+
"wayland-csd-frame",
3146
+
"wayland-cursor",
3147
+
"wayland-protocols",
3148
+
"wayland-protocols-experimental",
3149
+
"wayland-protocols-misc",
3150
+
"wayland-protocols-wlr",
3151
+
"wayland-scanner",
3152
+
"xkeysym",
3153
+
]
3154
+
3155
+
[[package]]
3156
+
name = "smithay-clipboard"
3157
+
version = "0.7.3"
3158
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3159
+
checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
3160
+
dependencies = [
3161
+
"libc",
3162
+
"smithay-client-toolkit 0.20.0",
3163
+
"wayland-backend",
3164
+
]
3165
+
3166
+
[[package]]
3167
+
name = "smol_str"
3168
+
version = "0.2.2"
3169
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
3171
+
dependencies = [
3172
+
"serde",
3173
+
]
3174
+
3175
+
[[package]]
3176
+
name = "softbuffer"
3177
+
version = "0.4.6"
3178
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3179
+
checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
3180
+
dependencies = [
3181
+
"as-raw-xcb-connection",
3182
+
"bytemuck",
3183
+
"cfg_aliases 0.2.1",
3184
+
"core-graphics 0.24.0",
3185
+
"drm",
3186
+
"fastrand",
3187
+
"foreign-types",
3188
+
"js-sys",
3189
+
"log",
3190
+
"memmap2",
3191
+
"objc2 0.5.2",
3192
+
"objc2-foundation 0.2.2",
3193
+
"objc2-quartz-core",
3194
+
"raw-window-handle",
3195
+
"redox_syscall 0.5.18",
3196
+
"rustix 0.38.44",
3197
+
"tiny-xlib",
3198
+
"wasm-bindgen",
3199
+
"wayland-backend",
3200
+
"wayland-client",
3201
+
"wayland-sys",
3202
+
"web-sys",
3203
+
"windows-sys 0.59.0",
3204
+
"x11rb",
3205
+
]
3206
+
3207
+
[[package]]
3208
+
name = "spirv"
3209
+
version = "0.3.0+sdk-1.3.268.0"
3210
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3211
+
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
3212
+
dependencies = [
3213
+
"bitflags 2.10.0",
3214
+
]
3215
+
3216
+
[[package]]
3217
+
name = "static_assertions"
3218
+
version = "1.1.0"
3219
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3220
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3221
+
3222
+
[[package]]
3223
+
name = "streamtools"
3224
+
version = "0.1.0"
3225
+
dependencies = [
3226
+
"anyhow",
3227
+
"cpal",
3228
+
"dirs 6.0.0",
3229
+
"iced",
3230
+
]
3231
+
3232
+
[[package]]
3233
+
name = "streamtools-core"
3234
+
version = "0.1.0"
3235
+
3236
+
[[package]]
3237
+
name = "strict-num"
3238
+
version = "0.1.1"
3239
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3240
+
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3241
+
3242
+
[[package]]
3243
+
name = "svg_fmt"
3244
+
version = "0.4.5"
3245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3246
+
checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
3247
+
3248
+
[[package]]
3249
+
name = "swash"
3250
+
version = "0.1.19"
3251
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3252
+
checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
3253
+
dependencies = [
3254
+
"skrifa",
3255
+
"yazi",
3256
+
"zeno",
3257
+
]
3258
+
3259
+
[[package]]
3260
+
name = "syn"
3261
+
version = "1.0.109"
3262
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3263
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3264
+
dependencies = [
3265
+
"proc-macro2",
3266
+
"quote",
3267
+
"unicode-ident",
3268
+
]
3269
+
3270
+
[[package]]
3271
+
name = "syn"
3272
+
version = "2.0.111"
3273
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3274
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
3275
+
dependencies = [
3276
+
"proc-macro2",
3277
+
"quote",
3278
+
"unicode-ident",
3279
+
]
3280
+
3281
+
[[package]]
3282
+
name = "sys-locale"
3283
+
version = "0.3.2"
3284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3285
+
checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
3286
+
dependencies = [
3287
+
"libc",
3288
+
]
3289
+
3290
+
[[package]]
3291
+
name = "tempfile"
3292
+
version = "3.23.0"
3293
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3294
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3295
+
dependencies = [
3296
+
"fastrand",
3297
+
"getrandom 0.3.4",
3298
+
"once_cell",
3299
+
"rustix 1.1.2",
3300
+
"windows-sys 0.61.2",
3301
+
]
3302
+
3303
+
[[package]]
3304
+
name = "termcolor"
3305
+
version = "1.4.1"
3306
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3307
+
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3308
+
dependencies = [
3309
+
"winapi-util",
3310
+
]
3311
+
3312
+
[[package]]
3313
+
name = "thiserror"
3314
+
version = "1.0.69"
3315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3316
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3317
+
dependencies = [
3318
+
"thiserror-impl 1.0.69",
3319
+
]
3320
+
3321
+
[[package]]
3322
+
name = "thiserror"
3323
+
version = "2.0.17"
3324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3325
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3326
+
dependencies = [
3327
+
"thiserror-impl 2.0.17",
3328
+
]
3329
+
3330
+
[[package]]
3331
+
name = "thiserror-impl"
3332
+
version = "1.0.69"
3333
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3334
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3335
+
dependencies = [
3336
+
"proc-macro2",
3337
+
"quote",
3338
+
"syn 2.0.111",
3339
+
]
3340
+
3341
+
[[package]]
3342
+
name = "thiserror-impl"
3343
+
version = "2.0.17"
3344
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3345
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3346
+
dependencies = [
3347
+
"proc-macro2",
3348
+
"quote",
3349
+
"syn 2.0.111",
3350
+
]
3351
+
3352
+
[[package]]
3353
+
name = "tiff"
3354
+
version = "0.9.1"
3355
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3356
+
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
3357
+
dependencies = [
3358
+
"flate2",
3359
+
"jpeg-decoder",
3360
+
"weezl",
3361
+
]
3362
+
3363
+
[[package]]
3364
+
name = "tiny-skia"
3365
+
version = "0.11.4"
3366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3367
+
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3368
+
dependencies = [
3369
+
"arrayref",
3370
+
"arrayvec",
3371
+
"bytemuck",
3372
+
"cfg-if",
3373
+
"log",
3374
+
"png",
3375
+
"tiny-skia-path",
3376
+
]
3377
+
3378
+
[[package]]
3379
+
name = "tiny-skia-path"
3380
+
version = "0.11.4"
3381
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3382
+
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3383
+
dependencies = [
3384
+
"arrayref",
3385
+
"bytemuck",
3386
+
"strict-num",
3387
+
]
3388
+
3389
+
[[package]]
3390
+
name = "tiny-xlib"
3391
+
version = "0.2.4"
3392
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3393
+
checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
3394
+
dependencies = [
3395
+
"as-raw-xcb-connection",
3396
+
"ctor-lite",
3397
+
"libloading 0.8.9",
3398
+
"pkg-config",
3399
+
"tracing",
3400
+
]
3401
+
3402
+
[[package]]
3403
+
name = "tinyvec"
3404
+
version = "1.10.0"
3405
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3406
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3407
+
dependencies = [
3408
+
"tinyvec_macros",
3409
+
]
3410
+
3411
+
[[package]]
3412
+
name = "tinyvec_macros"
3413
+
version = "0.1.1"
3414
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3415
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3416
+
3417
+
[[package]]
3418
+
name = "tokio"
3419
+
version = "1.48.0"
3420
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3421
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3422
+
dependencies = [
3423
+
"pin-project-lite",
3424
+
]
3425
+
3426
+
[[package]]
3427
+
name = "toml_datetime"
3428
+
version = "0.7.3"
3429
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3430
+
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
3431
+
dependencies = [
3432
+
"serde_core",
3433
+
]
3434
+
3435
+
[[package]]
3436
+
name = "toml_edit"
3437
+
version = "0.23.7"
3438
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3439
+
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
3440
+
dependencies = [
3441
+
"indexmap",
3442
+
"toml_datetime",
3443
+
"toml_parser",
3444
+
"winnow",
3445
+
]
3446
+
3447
+
[[package]]
3448
+
name = "toml_parser"
3449
+
version = "1.0.4"
3450
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3451
+
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
3452
+
dependencies = [
3453
+
"winnow",
3454
+
]
3455
+
3456
+
[[package]]
3457
+
name = "tracing"
3458
+
version = "0.1.43"
3459
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3460
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
3461
+
dependencies = [
3462
+
"log",
3463
+
"pin-project-lite",
3464
+
"tracing-attributes",
3465
+
"tracing-core",
3466
+
]
3467
+
3468
+
[[package]]
3469
+
name = "tracing-attributes"
3470
+
version = "0.1.31"
3471
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3472
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3473
+
dependencies = [
3474
+
"proc-macro2",
3475
+
"quote",
3476
+
"syn 2.0.111",
3477
+
]
3478
+
3479
+
[[package]]
3480
+
name = "tracing-core"
3481
+
version = "0.1.35"
3482
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3483
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
3484
+
dependencies = [
3485
+
"once_cell",
3486
+
]
3487
+
3488
+
[[package]]
3489
+
name = "ttf-parser"
3490
+
version = "0.20.0"
3491
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
3493
+
3494
+
[[package]]
3495
+
name = "ttf-parser"
3496
+
version = "0.21.1"
3497
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3498
+
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
3499
+
3500
+
[[package]]
3501
+
name = "ttf-parser"
3502
+
version = "0.25.1"
3503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3504
+
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3505
+
3506
+
[[package]]
3507
+
name = "typenum"
3508
+
version = "1.19.0"
3509
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3510
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3511
+
3512
+
[[package]]
3513
+
name = "uds_windows"
3514
+
version = "1.1.0"
3515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3516
+
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
3517
+
dependencies = [
3518
+
"memoffset",
3519
+
"tempfile",
3520
+
"winapi",
3521
+
]
3522
+
3523
+
[[package]]
3524
+
name = "unicode-bidi"
3525
+
version = "0.3.18"
3526
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3527
+
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3528
+
3529
+
[[package]]
3530
+
name = "unicode-bidi-mirroring"
3531
+
version = "0.2.0"
3532
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3533
+
checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
3534
+
3535
+
[[package]]
3536
+
name = "unicode-ccc"
3537
+
version = "0.2.0"
3538
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3539
+
checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
3540
+
3541
+
[[package]]
3542
+
name = "unicode-ident"
3543
+
version = "1.0.22"
3544
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3545
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3546
+
3547
+
[[package]]
3548
+
name = "unicode-linebreak"
3549
+
version = "0.1.5"
3550
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3551
+
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3552
+
3553
+
[[package]]
3554
+
name = "unicode-properties"
3555
+
version = "0.1.4"
3556
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3557
+
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3558
+
3559
+
[[package]]
3560
+
name = "unicode-script"
3561
+
version = "0.5.7"
3562
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3563
+
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
3564
+
3565
+
[[package]]
3566
+
name = "unicode-segmentation"
3567
+
version = "1.12.0"
3568
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3569
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3570
+
3571
+
[[package]]
3572
+
name = "unicode-width"
3573
+
version = "0.1.14"
3574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3575
+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3576
+
3577
+
[[package]]
3578
+
name = "unicode-xid"
3579
+
version = "0.2.6"
3580
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3581
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3582
+
3583
+
[[package]]
3584
+
name = "version_check"
3585
+
version = "0.9.5"
3586
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3587
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3588
+
3589
+
[[package]]
3590
+
name = "walkdir"
3591
+
version = "2.5.0"
3592
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3593
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3594
+
dependencies = [
3595
+
"same-file",
3596
+
"winapi-util",
3597
+
]
3598
+
3599
+
[[package]]
3600
+
name = "wasi"
3601
+
version = "0.11.1+wasi-snapshot-preview1"
3602
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3603
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3604
+
3605
+
[[package]]
3606
+
name = "wasip2"
3607
+
version = "1.0.1+wasi-0.2.4"
3608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3609
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3610
+
dependencies = [
3611
+
"wit-bindgen",
3612
+
]
3613
+
3614
+
[[package]]
3615
+
name = "wasm-bindgen"
3616
+
version = "0.2.106"
3617
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3618
+
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
3619
+
dependencies = [
3620
+
"cfg-if",
3621
+
"once_cell",
3622
+
"rustversion",
3623
+
"wasm-bindgen-macro",
3624
+
"wasm-bindgen-shared",
3625
+
]
3626
+
3627
+
[[package]]
3628
+
name = "wasm-bindgen-futures"
3629
+
version = "0.4.56"
3630
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3631
+
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
3632
+
dependencies = [
3633
+
"cfg-if",
3634
+
"js-sys",
3635
+
"once_cell",
3636
+
"wasm-bindgen",
3637
+
"web-sys",
3638
+
]
3639
+
3640
+
[[package]]
3641
+
name = "wasm-bindgen-macro"
3642
+
version = "0.2.106"
3643
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3644
+
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
3645
+
dependencies = [
3646
+
"quote",
3647
+
"wasm-bindgen-macro-support",
3648
+
]
3649
+
3650
+
[[package]]
3651
+
name = "wasm-bindgen-macro-support"
3652
+
version = "0.2.106"
3653
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3654
+
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
3655
+
dependencies = [
3656
+
"bumpalo",
3657
+
"proc-macro2",
3658
+
"quote",
3659
+
"syn 2.0.111",
3660
+
"wasm-bindgen-shared",
3661
+
]
3662
+
3663
+
[[package]]
3664
+
name = "wasm-bindgen-shared"
3665
+
version = "0.2.106"
3666
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3667
+
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
3668
+
dependencies = [
3669
+
"unicode-ident",
3670
+
]
3671
+
3672
+
[[package]]
3673
+
name = "wasm-timer"
3674
+
version = "0.2.5"
3675
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3676
+
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
3677
+
dependencies = [
3678
+
"futures",
3679
+
"js-sys",
3680
+
"parking_lot 0.11.2",
3681
+
"pin-utils",
3682
+
"wasm-bindgen",
3683
+
"wasm-bindgen-futures",
3684
+
"web-sys",
3685
+
]
3686
+
3687
+
[[package]]
3688
+
name = "wayland-backend"
3689
+
version = "0.3.11"
3690
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3691
+
checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
3692
+
dependencies = [
3693
+
"cc",
3694
+
"downcast-rs",
3695
+
"rustix 1.1.2",
3696
+
"scoped-tls",
3697
+
"smallvec",
3698
+
"wayland-sys",
3699
+
]
3700
+
3701
+
[[package]]
3702
+
name = "wayland-client"
3703
+
version = "0.31.11"
3704
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3705
+
checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
3706
+
dependencies = [
3707
+
"bitflags 2.10.0",
3708
+
"rustix 1.1.2",
3709
+
"wayland-backend",
3710
+
"wayland-scanner",
3711
+
]
3712
+
3713
+
[[package]]
3714
+
name = "wayland-csd-frame"
3715
+
version = "0.3.0"
3716
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3717
+
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3718
+
dependencies = [
3719
+
"bitflags 2.10.0",
3720
+
"cursor-icon",
3721
+
"wayland-backend",
3722
+
]
3723
+
3724
+
[[package]]
3725
+
name = "wayland-cursor"
3726
+
version = "0.31.11"
3727
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3728
+
checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
3729
+
dependencies = [
3730
+
"rustix 1.1.2",
3731
+
"wayland-client",
3732
+
"xcursor",
3733
+
]
3734
+
3735
+
[[package]]
3736
+
name = "wayland-protocols"
3737
+
version = "0.32.9"
3738
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3739
+
checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
3740
+
dependencies = [
3741
+
"bitflags 2.10.0",
3742
+
"wayland-backend",
3743
+
"wayland-client",
3744
+
"wayland-scanner",
3745
+
]
3746
+
3747
+
[[package]]
3748
+
name = "wayland-protocols-experimental"
3749
+
version = "20250721.0.1"
3750
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3751
+
checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
3752
+
dependencies = [
3753
+
"bitflags 2.10.0",
3754
+
"wayland-backend",
3755
+
"wayland-client",
3756
+
"wayland-protocols",
3757
+
"wayland-scanner",
3758
+
]
3759
+
3760
+
[[package]]
3761
+
name = "wayland-protocols-misc"
3762
+
version = "0.3.9"
3763
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3764
+
checksum = "2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c"
3765
+
dependencies = [
3766
+
"bitflags 2.10.0",
3767
+
"wayland-backend",
3768
+
"wayland-client",
3769
+
"wayland-protocols",
3770
+
"wayland-scanner",
3771
+
]
3772
+
3773
+
[[package]]
3774
+
name = "wayland-protocols-plasma"
3775
+
version = "0.3.9"
3776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3777
+
checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
3778
+
dependencies = [
3779
+
"bitflags 2.10.0",
3780
+
"wayland-backend",
3781
+
"wayland-client",
3782
+
"wayland-protocols",
3783
+
"wayland-scanner",
3784
+
]
3785
+
3786
+
[[package]]
3787
+
name = "wayland-protocols-wlr"
3788
+
version = "0.3.9"
3789
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3790
+
checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
3791
+
dependencies = [
3792
+
"bitflags 2.10.0",
3793
+
"wayland-backend",
3794
+
"wayland-client",
3795
+
"wayland-protocols",
3796
+
"wayland-scanner",
3797
+
]
3798
+
3799
+
[[package]]
3800
+
name = "wayland-scanner"
3801
+
version = "0.31.7"
3802
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3803
+
checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
3804
+
dependencies = [
3805
+
"proc-macro2",
3806
+
"quick-xml",
3807
+
"quote",
3808
+
]
3809
+
3810
+
[[package]]
3811
+
name = "wayland-sys"
3812
+
version = "0.31.7"
3813
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3814
+
checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
3815
+
dependencies = [
3816
+
"dlib",
3817
+
"log",
3818
+
"once_cell",
3819
+
"pkg-config",
3820
+
]
3821
+
3822
+
[[package]]
3823
+
name = "web-sys"
3824
+
version = "0.3.83"
3825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3826
+
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
3827
+
dependencies = [
3828
+
"js-sys",
3829
+
"wasm-bindgen",
3830
+
]
3831
+
3832
+
[[package]]
3833
+
name = "web-time"
3834
+
version = "1.1.0"
3835
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3836
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3837
+
dependencies = [
3838
+
"js-sys",
3839
+
"wasm-bindgen",
3840
+
]
3841
+
3842
+
[[package]]
3843
+
name = "weezl"
3844
+
version = "0.1.12"
3845
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3846
+
checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
3847
+
3848
+
[[package]]
3849
+
name = "wgpu"
3850
+
version = "0.19.4"
3851
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3852
+
checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01"
3853
+
dependencies = [
3854
+
"arrayvec",
3855
+
"cfg-if",
3856
+
"cfg_aliases 0.1.1",
3857
+
"js-sys",
3858
+
"log",
3859
+
"naga",
3860
+
"parking_lot 0.12.5",
3861
+
"profiling",
3862
+
"raw-window-handle",
3863
+
"smallvec",
3864
+
"static_assertions",
3865
+
"wasm-bindgen",
3866
+
"wasm-bindgen-futures",
3867
+
"web-sys",
3868
+
"wgpu-core",
3869
+
"wgpu-hal",
3870
+
"wgpu-types",
3871
+
]
3872
+
3873
+
[[package]]
3874
+
name = "wgpu-core"
3875
+
version = "0.19.4"
3876
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3877
+
checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a"
3878
+
dependencies = [
3879
+
"arrayvec",
3880
+
"bit-vec",
3881
+
"bitflags 2.10.0",
3882
+
"cfg_aliases 0.1.1",
3883
+
"codespan-reporting",
3884
+
"indexmap",
3885
+
"log",
3886
+
"naga",
3887
+
"once_cell",
3888
+
"parking_lot 0.12.5",
3889
+
"profiling",
3890
+
"raw-window-handle",
3891
+
"rustc-hash 1.1.0",
3892
+
"smallvec",
3893
+
"thiserror 1.0.69",
3894
+
"web-sys",
3895
+
"wgpu-hal",
3896
+
"wgpu-types",
3897
+
]
3898
+
3899
+
[[package]]
3900
+
name = "wgpu-hal"
3901
+
version = "0.19.5"
3902
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3903
+
checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703"
3904
+
dependencies = [
3905
+
"android_system_properties",
3906
+
"arrayvec",
3907
+
"ash",
3908
+
"bit-set",
3909
+
"bitflags 2.10.0",
3910
+
"block",
3911
+
"cfg_aliases 0.1.1",
3912
+
"core-graphics-types 0.1.3",
3913
+
"d3d12",
3914
+
"glow",
3915
+
"glutin_wgl_sys",
3916
+
"gpu-alloc",
3917
+
"gpu-allocator",
3918
+
"gpu-descriptor",
3919
+
"hassle-rs",
3920
+
"js-sys",
3921
+
"khronos-egl",
3922
+
"libc",
3923
+
"libloading 0.8.9",
3924
+
"log",
3925
+
"metal",
3926
+
"naga",
3927
+
"ndk-sys 0.5.0+25.2.9519653",
3928
+
"objc",
3929
+
"once_cell",
3930
+
"parking_lot 0.12.5",
3931
+
"profiling",
3932
+
"range-alloc",
3933
+
"raw-window-handle",
3934
+
"renderdoc-sys",
3935
+
"rustc-hash 1.1.0",
3936
+
"smallvec",
3937
+
"thiserror 1.0.69",
3938
+
"wasm-bindgen",
3939
+
"web-sys",
3940
+
"wgpu-types",
3941
+
"winapi",
3942
+
]
3943
+
3944
+
[[package]]
3945
+
name = "wgpu-types"
3946
+
version = "0.19.2"
3947
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3948
+
checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
3949
+
dependencies = [
3950
+
"bitflags 2.10.0",
3951
+
"js-sys",
3952
+
"web-sys",
3953
+
]
3954
+
3955
+
[[package]]
3956
+
name = "widestring"
3957
+
version = "1.2.1"
3958
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3959
+
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
3960
+
3961
+
[[package]]
3962
+
name = "winapi"
3963
+
version = "0.3.9"
3964
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3965
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3966
+
dependencies = [
3967
+
"winapi-i686-pc-windows-gnu",
3968
+
"winapi-x86_64-pc-windows-gnu",
3969
+
]
3970
+
3971
+
[[package]]
3972
+
name = "winapi-i686-pc-windows-gnu"
3973
+
version = "0.4.0"
3974
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3975
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3976
+
3977
+
[[package]]
3978
+
name = "winapi-util"
3979
+
version = "0.1.11"
3980
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3981
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3982
+
dependencies = [
3983
+
"windows-sys 0.61.2",
3984
+
]
3985
+
3986
+
[[package]]
3987
+
name = "winapi-x86_64-pc-windows-gnu"
3988
+
version = "0.4.0"
3989
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3990
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3991
+
3992
+
[[package]]
3993
+
name = "window_clipboard"
3994
+
version = "0.4.1"
3995
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3996
+
checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d"
3997
+
dependencies = [
3998
+
"clipboard-win",
3999
+
"clipboard_macos",
4000
+
"clipboard_wayland",
4001
+
"clipboard_x11",
4002
+
"raw-window-handle",
4003
+
"thiserror 1.0.69",
4004
+
]
4005
+
4006
+
[[package]]
4007
+
name = "windows"
4008
+
version = "0.52.0"
4009
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4010
+
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
4011
+
dependencies = [
4012
+
"windows-core 0.52.0",
4013
+
"windows-targets 0.52.6",
4014
+
]
4015
+
4016
+
[[package]]
4017
+
name = "windows"
4018
+
version = "0.54.0"
4019
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4020
+
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
4021
+
dependencies = [
4022
+
"windows-core 0.54.0",
4023
+
"windows-targets 0.52.6",
4024
+
]
4025
+
4026
+
[[package]]
4027
+
name = "windows-core"
4028
+
version = "0.52.0"
4029
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4030
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4031
+
dependencies = [
4032
+
"windows-targets 0.52.6",
4033
+
]
4034
+
4035
+
[[package]]
4036
+
name = "windows-core"
4037
+
version = "0.54.0"
4038
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4039
+
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
4040
+
dependencies = [
4041
+
"windows-result",
4042
+
"windows-targets 0.52.6",
4043
+
]
4044
+
4045
+
[[package]]
4046
+
name = "windows-link"
4047
+
version = "0.2.1"
4048
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4049
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4050
+
4051
+
[[package]]
4052
+
name = "windows-result"
4053
+
version = "0.1.2"
4054
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4055
+
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
4056
+
dependencies = [
4057
+
"windows-targets 0.52.6",
4058
+
]
4059
+
4060
+
[[package]]
4061
+
name = "windows-sys"
4062
+
version = "0.45.0"
4063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4064
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4065
+
dependencies = [
4066
+
"windows-targets 0.42.2",
4067
+
]
4068
+
4069
+
[[package]]
4070
+
name = "windows-sys"
4071
+
version = "0.52.0"
4072
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4073
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4074
+
dependencies = [
4075
+
"windows-targets 0.52.6",
4076
+
]
4077
+
4078
+
[[package]]
4079
+
name = "windows-sys"
4080
+
version = "0.59.0"
4081
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4082
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4083
+
dependencies = [
4084
+
"windows-targets 0.52.6",
4085
+
]
4086
+
4087
+
[[package]]
4088
+
name = "windows-sys"
4089
+
version = "0.61.2"
4090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4091
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4092
+
dependencies = [
4093
+
"windows-link",
4094
+
]
4095
+
4096
+
[[package]]
4097
+
name = "windows-targets"
4098
+
version = "0.42.2"
4099
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4100
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4101
+
dependencies = [
4102
+
"windows_aarch64_gnullvm 0.42.2",
4103
+
"windows_aarch64_msvc 0.42.2",
4104
+
"windows_i686_gnu 0.42.2",
4105
+
"windows_i686_msvc 0.42.2",
4106
+
"windows_x86_64_gnu 0.42.2",
4107
+
"windows_x86_64_gnullvm 0.42.2",
4108
+
"windows_x86_64_msvc 0.42.2",
4109
+
]
4110
+
4111
+
[[package]]
4112
+
name = "windows-targets"
4113
+
version = "0.52.6"
4114
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4115
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4116
+
dependencies = [
4117
+
"windows_aarch64_gnullvm 0.52.6",
4118
+
"windows_aarch64_msvc 0.52.6",
4119
+
"windows_i686_gnu 0.52.6",
4120
+
"windows_i686_gnullvm",
4121
+
"windows_i686_msvc 0.52.6",
4122
+
"windows_x86_64_gnu 0.52.6",
4123
+
"windows_x86_64_gnullvm 0.52.6",
4124
+
"windows_x86_64_msvc 0.52.6",
4125
+
]
4126
+
4127
+
[[package]]
4128
+
name = "windows_aarch64_gnullvm"
4129
+
version = "0.42.2"
4130
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4131
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4132
+
4133
+
[[package]]
4134
+
name = "windows_aarch64_gnullvm"
4135
+
version = "0.52.6"
4136
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4137
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4138
+
4139
+
[[package]]
4140
+
name = "windows_aarch64_msvc"
4141
+
version = "0.42.2"
4142
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4143
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4144
+
4145
+
[[package]]
4146
+
name = "windows_aarch64_msvc"
4147
+
version = "0.52.6"
4148
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4149
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4150
+
4151
+
[[package]]
4152
+
name = "windows_i686_gnu"
4153
+
version = "0.42.2"
4154
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4155
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4156
+
4157
+
[[package]]
4158
+
name = "windows_i686_gnu"
4159
+
version = "0.52.6"
4160
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4161
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4162
+
4163
+
[[package]]
4164
+
name = "windows_i686_gnullvm"
4165
+
version = "0.52.6"
4166
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4167
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4168
+
4169
+
[[package]]
4170
+
name = "windows_i686_msvc"
4171
+
version = "0.42.2"
4172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4173
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4174
+
4175
+
[[package]]
4176
+
name = "windows_i686_msvc"
4177
+
version = "0.52.6"
4178
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4179
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4180
+
4181
+
[[package]]
4182
+
name = "windows_x86_64_gnu"
4183
+
version = "0.42.2"
4184
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4185
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4186
+
4187
+
[[package]]
4188
+
name = "windows_x86_64_gnu"
4189
+
version = "0.52.6"
4190
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4191
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4192
+
4193
+
[[package]]
4194
+
name = "windows_x86_64_gnullvm"
4195
+
version = "0.42.2"
4196
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4197
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4198
+
4199
+
[[package]]
4200
+
name = "windows_x86_64_gnullvm"
4201
+
version = "0.52.6"
4202
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4203
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4204
+
4205
+
[[package]]
4206
+
name = "windows_x86_64_msvc"
4207
+
version = "0.42.2"
4208
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4209
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4210
+
4211
+
[[package]]
4212
+
name = "windows_x86_64_msvc"
4213
+
version = "0.52.6"
4214
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4215
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4216
+
4217
+
[[package]]
4218
+
name = "winit"
4219
+
version = "0.30.12"
4220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4221
+
checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
4222
+
dependencies = [
4223
+
"ahash 0.8.12",
4224
+
"android-activity",
4225
+
"atomic-waker",
4226
+
"bitflags 2.10.0",
4227
+
"block2",
4228
+
"bytemuck",
4229
+
"calloop 0.13.0",
4230
+
"cfg_aliases 0.2.1",
4231
+
"concurrent-queue",
4232
+
"core-foundation 0.9.4",
4233
+
"core-graphics 0.23.2",
4234
+
"cursor-icon",
4235
+
"dpi",
4236
+
"js-sys",
4237
+
"libc",
4238
+
"memmap2",
4239
+
"ndk",
4240
+
"objc2 0.5.2",
4241
+
"objc2-app-kit",
4242
+
"objc2-foundation 0.2.2",
4243
+
"objc2-ui-kit",
4244
+
"orbclient",
4245
+
"percent-encoding",
4246
+
"pin-project",
4247
+
"raw-window-handle",
4248
+
"redox_syscall 0.4.1",
4249
+
"rustix 0.38.44",
4250
+
"sctk-adwaita",
4251
+
"smithay-client-toolkit 0.19.2",
4252
+
"smol_str",
4253
+
"tracing",
4254
+
"unicode-segmentation",
4255
+
"wasm-bindgen",
4256
+
"wasm-bindgen-futures",
4257
+
"wayland-backend",
4258
+
"wayland-client",
4259
+
"wayland-protocols",
4260
+
"wayland-protocols-plasma",
4261
+
"web-sys",
4262
+
"web-time",
4263
+
"windows-sys 0.52.0",
4264
+
"x11-dl",
4265
+
"x11rb",
4266
+
"xkbcommon-dl",
4267
+
]
4268
+
4269
+
[[package]]
4270
+
name = "winnow"
4271
+
version = "0.7.14"
4272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4273
+
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
4274
+
dependencies = [
4275
+
"memchr",
4276
+
]
4277
+
4278
+
[[package]]
4279
+
name = "winreg"
4280
+
version = "0.10.1"
4281
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4282
+
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
4283
+
dependencies = [
4284
+
"winapi",
4285
+
]
4286
+
4287
+
[[package]]
4288
+
name = "wit-bindgen"
4289
+
version = "0.46.0"
4290
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4291
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4292
+
4293
+
[[package]]
4294
+
name = "x11-dl"
4295
+
version = "2.21.0"
4296
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4297
+
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4298
+
dependencies = [
4299
+
"libc",
4300
+
"once_cell",
4301
+
"pkg-config",
4302
+
]
4303
+
4304
+
[[package]]
4305
+
name = "x11rb"
4306
+
version = "0.13.2"
4307
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4308
+
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
4309
+
dependencies = [
4310
+
"as-raw-xcb-connection",
4311
+
"gethostname",
4312
+
"libc",
4313
+
"libloading 0.8.9",
4314
+
"once_cell",
4315
+
"rustix 1.1.2",
4316
+
"x11rb-protocol",
4317
+
]
4318
+
4319
+
[[package]]
4320
+
name = "x11rb-protocol"
4321
+
version = "0.13.2"
4322
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4323
+
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
4324
+
4325
+
[[package]]
4326
+
name = "xcursor"
4327
+
version = "0.3.10"
4328
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4329
+
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
4330
+
4331
+
[[package]]
4332
+
name = "xdg-home"
4333
+
version = "1.3.0"
4334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4335
+
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
4336
+
dependencies = [
4337
+
"libc",
4338
+
"windows-sys 0.59.0",
4339
+
]
4340
+
4341
+
[[package]]
4342
+
name = "xkbcommon-dl"
4343
+
version = "0.4.2"
4344
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4345
+
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
4346
+
dependencies = [
4347
+
"bitflags 2.10.0",
4348
+
"dlib",
4349
+
"log",
4350
+
"once_cell",
4351
+
"xkeysym",
4352
+
]
4353
+
4354
+
[[package]]
4355
+
name = "xkeysym"
4356
+
version = "0.2.1"
4357
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4358
+
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
4359
+
4360
+
[[package]]
4361
+
name = "xml-rs"
4362
+
version = "0.8.28"
4363
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4364
+
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
4365
+
4366
+
[[package]]
4367
+
name = "yazi"
4368
+
version = "0.1.6"
4369
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4370
+
checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
4371
+
4372
+
[[package]]
4373
+
name = "zbus"
4374
+
version = "4.4.0"
4375
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4376
+
checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
4377
+
dependencies = [
4378
+
"async-broadcast",
4379
+
"async-executor",
4380
+
"async-fs",
4381
+
"async-io",
4382
+
"async-lock",
4383
+
"async-process",
4384
+
"async-recursion",
4385
+
"async-task",
4386
+
"async-trait",
4387
+
"blocking",
4388
+
"enumflags2",
4389
+
"event-listener",
4390
+
"futures-core",
4391
+
"futures-sink",
4392
+
"futures-util",
4393
+
"hex",
4394
+
"nix",
4395
+
"ordered-stream",
4396
+
"rand",
4397
+
"serde",
4398
+
"serde_repr",
4399
+
"sha1",
4400
+
"static_assertions",
4401
+
"tracing",
4402
+
"uds_windows",
4403
+
"windows-sys 0.52.0",
4404
+
"xdg-home",
4405
+
"zbus_macros",
4406
+
"zbus_names",
4407
+
"zvariant",
4408
+
]
4409
+
4410
+
[[package]]
4411
+
name = "zbus_macros"
4412
+
version = "4.4.0"
4413
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4414
+
checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
4415
+
dependencies = [
4416
+
"proc-macro-crate",
4417
+
"proc-macro2",
4418
+
"quote",
4419
+
"syn 2.0.111",
4420
+
"zvariant_utils",
4421
+
]
4422
+
4423
+
[[package]]
4424
+
name = "zbus_names"
4425
+
version = "3.0.0"
4426
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4427
+
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
4428
+
dependencies = [
4429
+
"serde",
4430
+
"static_assertions",
4431
+
"zvariant",
4432
+
]
4433
+
4434
+
[[package]]
4435
+
name = "zeno"
4436
+
version = "0.2.3"
4437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4438
+
checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
4439
+
4440
+
[[package]]
4441
+
name = "zerocopy"
4442
+
version = "0.8.31"
4443
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4444
+
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
4445
+
dependencies = [
4446
+
"zerocopy-derive",
4447
+
]
4448
+
4449
+
[[package]]
4450
+
name = "zerocopy-derive"
4451
+
version = "0.8.31"
4452
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4453
+
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
4454
+
dependencies = [
4455
+
"proc-macro2",
4456
+
"quote",
4457
+
"syn 2.0.111",
4458
+
]
4459
+
4460
+
[[package]]
4461
+
name = "zune-inflate"
4462
+
version = "0.2.54"
4463
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4464
+
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
4465
+
dependencies = [
4466
+
"simd-adler32",
4467
+
]
4468
+
4469
+
[[package]]
4470
+
name = "zvariant"
4471
+
version = "4.2.0"
4472
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4473
+
checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
4474
+
dependencies = [
4475
+
"endi",
4476
+
"enumflags2",
4477
+
"serde",
4478
+
"static_assertions",
4479
+
"zvariant_derive",
4480
+
]
4481
+
4482
+
[[package]]
4483
+
name = "zvariant_derive"
4484
+
version = "4.2.0"
4485
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4486
+
checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
4487
+
dependencies = [
4488
+
"proc-macro-crate",
4489
+
"proc-macro2",
4490
+
"quote",
4491
+
"syn 2.0.111",
4492
+
"zvariant_utils",
4493
+
]
4494
+
4495
+
[[package]]
4496
+
name = "zvariant_utils"
4497
+
version = "2.1.0"
4498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4499
+
checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
4500
+
dependencies = [
4501
+
"proc-macro2",
4502
+
"quote",
4503
+
"syn 2.0.111",
4504
+
]
+38
Cargo.toml
+38
Cargo.toml
···
1
+
[workspace]
2
+
resolver = "2"
3
+
members = ["app", "core"]
4
+
5
+
[workspace.lints.clippy]
6
+
bool_comparison = "deny"
7
+
duplicate_mod = "deny"
8
+
inconsistent_struct_constructor = "deny"
9
+
invalid_regex = "deny"
10
+
mem_forget = "deny"
11
+
mixed_case_hex_literals = "deny"
12
+
suspicious_arithmetic_impl = "deny"
13
+
uninit_assumed_init = "deny"
14
+
suspicious_else_formatting = "deny"
15
+
suspicious_op_assign_impl = "deny"
16
+
suspicious_to_owned = "deny"
17
+
cmp_owned = "deny"
18
+
cmp_null = "deny"
19
+
manual_map = "deny"
20
+
21
+
too_many_arguments = "warn"
22
+
cognitive_complexity = "warn"
23
+
large_enum_variant = "warn"
24
+
needless_borrow = "warn"
25
+
needless_pass_by_value = "warn"
26
+
redundant_clone = "warn"
27
+
unnecessary_cast = "warn"
28
+
inefficient_to_string = "warn"
29
+
or_fun_call = "warn"
30
+
unnecessary_to_owned = "warn"
31
+
map_clone = "warn"
32
+
flat_map_identity = "warn"
33
+
needless_collect = "warn"
34
+
vec_init_then_push = "warn"
35
+
36
+
len_zero = "allow"
37
+
range_plus_one = "allow"
38
+
manual_range_contains = "allow"
+1
README.md
+1
README.md
···
1
+
# Stream Tools
+10
app/Cargo.toml
+10
app/Cargo.toml
+1
app/src/main.rs
+1
app/src/main.rs
···
1
+
fn main() {}
+6
core/Cargo.toml
+6
core/Cargo.toml
+14
core/src/lib.rs
+14
core/src/lib.rs
+10
rustfmt.toml
+10
rustfmt.toml
···
1
+
max_width = 120
2
+
fn_params_layout = "Compressed"
3
+
fn_single_line = true
4
+
fn_args_layout = "Compressed"
5
+
format_strings = true
6
+
single_line_if_else_max_width = 100
7
+
single_line_let_else_max_width = 100
8
+
struct_field_align_threshold = 20
9
+
use_field_init_shorthand = true
10
+
struct_lit_width=100