gardesk/garchomp / 3e14046

Browse files

commit Cargo.lock for nix builds

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
3e1404689e1bc961787fbee377762fcfc9d32adb
Parents
db230c1
Tree
f1115d3

2 changed files

StatusFile+-
M .gitignore 0 1
A Cargo.lock 1999 0
.gitignoremodified
@@ -1,7 +1,6 @@
1
 # Build artifacts
1
 # Build artifacts
2
 /target/
2
 /target/
3
 **/*.rs.bk
3
 **/*.rs.bk
4
-Cargo.lock
5
 
4
 
6
 # IDE
5
 # IDE
7
 .idea/
6
 .idea/
Cargo.lockadded
1999 lines changed — click to load
@@ -0,0 +1,1999 @@
1
+# This file is automatically @generated by Cargo.
2
+# It is not intended for manual editing.
3
+version = 4
4
+
5
+[[package]]
6
+name = "aho-corasick"
7
+version = "1.1.4"
8
+source = "registry+https://github.com/rust-lang/crates.io-index"
9
+checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+dependencies = [
11
+ "memchr",
12
+]
13
+
14
+[[package]]
15
+name = "android_system_properties"
16
+version = "0.1.5"
17
+source = "registry+https://github.com/rust-lang/crates.io-index"
18
+checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
+dependencies = [
20
+ "libc",
21
+]
22
+
23
+[[package]]
24
+name = "anstream"
25
+version = "0.6.21"
26
+source = "registry+https://github.com/rust-lang/crates.io-index"
27
+checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
28
+dependencies = [
29
+ "anstyle",
30
+ "anstyle-parse",
31
+ "anstyle-query",
32
+ "anstyle-wincon",
33
+ "colorchoice",
34
+ "is_terminal_polyfill",
35
+ "utf8parse",
36
+]
37
+
38
+[[package]]
39
+name = "anstyle"
40
+version = "1.0.13"
41
+source = "registry+https://github.com/rust-lang/crates.io-index"
42
+checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
43
+
44
+[[package]]
45
+name = "anstyle-parse"
46
+version = "0.2.7"
47
+source = "registry+https://github.com/rust-lang/crates.io-index"
48
+checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
49
+dependencies = [
50
+ "utf8parse",
51
+]
52
+
53
+[[package]]
54
+name = "anstyle-query"
55
+version = "1.1.5"
56
+source = "registry+https://github.com/rust-lang/crates.io-index"
57
+checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58
+dependencies = [
59
+ "windows-sys 0.61.2",
60
+]
61
+
62
+[[package]]
63
+name = "anstyle-wincon"
64
+version = "3.0.11"
65
+source = "registry+https://github.com/rust-lang/crates.io-index"
66
+checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67
+dependencies = [
68
+ "anstyle",
69
+ "once_cell_polyfill",
70
+ "windows-sys 0.61.2",
71
+]
72
+
73
+[[package]]
74
+name = "anyhow"
75
+version = "1.0.101"
76
+source = "registry+https://github.com/rust-lang/crates.io-index"
77
+checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
78
+
79
+[[package]]
80
+name = "arrayvec"
81
+version = "0.7.6"
82
+source = "registry+https://github.com/rust-lang/crates.io-index"
83
+checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
84
+
85
+[[package]]
86
+name = "as-raw-xcb-connection"
87
+version = "1.0.1"
88
+source = "registry+https://github.com/rust-lang/crates.io-index"
89
+checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
90
+
91
+[[package]]
92
+name = "ash"
93
+version = "0.38.0+1.3.281"
94
+source = "registry+https://github.com/rust-lang/crates.io-index"
95
+checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
96
+dependencies = [
97
+ "libloading",
98
+]
99
+
100
+[[package]]
101
+name = "autocfg"
102
+version = "1.5.0"
103
+source = "registry+https://github.com/rust-lang/crates.io-index"
104
+checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
105
+
106
+[[package]]
107
+name = "bit-set"
108
+version = "0.8.0"
109
+source = "registry+https://github.com/rust-lang/crates.io-index"
110
+checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
111
+dependencies = [
112
+ "bit-vec",
113
+]
114
+
115
+[[package]]
116
+name = "bit-vec"
117
+version = "0.8.0"
118
+source = "registry+https://github.com/rust-lang/crates.io-index"
119
+checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
120
+
121
+[[package]]
122
+name = "bitflags"
123
+version = "1.3.2"
124
+source = "registry+https://github.com/rust-lang/crates.io-index"
125
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
126
+
127
+[[package]]
128
+name = "bitflags"
129
+version = "2.10.0"
130
+source = "registry+https://github.com/rust-lang/crates.io-index"
131
+checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
132
+dependencies = [
133
+ "serde_core",
134
+]
135
+
136
+[[package]]
137
+name = "block"
138
+version = "0.1.6"
139
+source = "registry+https://github.com/rust-lang/crates.io-index"
140
+checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
141
+
142
+[[package]]
143
+name = "block2"
144
+version = "0.6.2"
145
+source = "registry+https://github.com/rust-lang/crates.io-index"
146
+checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
147
+dependencies = [
148
+ "objc2",
149
+]
150
+
151
+[[package]]
152
+name = "bstr"
153
+version = "1.12.1"
154
+source = "registry+https://github.com/rust-lang/crates.io-index"
155
+checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
156
+dependencies = [
157
+ "memchr",
158
+ "serde",
159
+]
160
+
161
+[[package]]
162
+name = "bumpalo"
163
+version = "3.19.1"
164
+source = "registry+https://github.com/rust-lang/crates.io-index"
165
+checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
166
+
167
+[[package]]
168
+name = "bytemuck"
169
+version = "1.25.0"
170
+source = "registry+https://github.com/rust-lang/crates.io-index"
171
+checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
172
+dependencies = [
173
+ "bytemuck_derive",
174
+]
175
+
176
+[[package]]
177
+name = "bytemuck_derive"
178
+version = "1.10.2"
179
+source = "registry+https://github.com/rust-lang/crates.io-index"
180
+checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
181
+dependencies = [
182
+ "proc-macro2",
183
+ "quote",
184
+ "syn",
185
+]
186
+
187
+[[package]]
188
+name = "bytes"
189
+version = "1.11.1"
190
+source = "registry+https://github.com/rust-lang/crates.io-index"
191
+checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
192
+
193
+[[package]]
194
+name = "cc"
195
+version = "1.2.55"
196
+source = "registry+https://github.com/rust-lang/crates.io-index"
197
+checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
198
+dependencies = [
199
+ "find-msvc-tools",
200
+ "shlex",
201
+]
202
+
203
+[[package]]
204
+name = "cfg-if"
205
+version = "1.0.4"
206
+source = "registry+https://github.com/rust-lang/crates.io-index"
207
+checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
208
+
209
+[[package]]
210
+name = "cfg_aliases"
211
+version = "0.2.1"
212
+source = "registry+https://github.com/rust-lang/crates.io-index"
213
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
214
+
215
+[[package]]
216
+name = "clap"
217
+version = "4.5.57"
218
+source = "registry+https://github.com/rust-lang/crates.io-index"
219
+checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
220
+dependencies = [
221
+ "clap_builder",
222
+ "clap_derive",
223
+]
224
+
225
+[[package]]
226
+name = "clap_builder"
227
+version = "4.5.57"
228
+source = "registry+https://github.com/rust-lang/crates.io-index"
229
+checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
230
+dependencies = [
231
+ "anstream",
232
+ "anstyle",
233
+ "clap_lex",
234
+ "strsim",
235
+]
236
+
237
+[[package]]
238
+name = "clap_derive"
239
+version = "4.5.55"
240
+source = "registry+https://github.com/rust-lang/crates.io-index"
241
+checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
242
+dependencies = [
243
+ "heck",
244
+ "proc-macro2",
245
+ "quote",
246
+ "syn",
247
+]
248
+
249
+[[package]]
250
+name = "clap_lex"
251
+version = "0.7.7"
252
+source = "registry+https://github.com/rust-lang/crates.io-index"
253
+checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
254
+
255
+[[package]]
256
+name = "codespan-reporting"
257
+version = "0.11.1"
258
+source = "registry+https://github.com/rust-lang/crates.io-index"
259
+checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
260
+dependencies = [
261
+ "termcolor",
262
+ "unicode-width",
263
+]
264
+
265
+[[package]]
266
+name = "colorchoice"
267
+version = "1.0.4"
268
+source = "registry+https://github.com/rust-lang/crates.io-index"
269
+checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
270
+
271
+[[package]]
272
+name = "core-foundation"
273
+version = "0.9.4"
274
+source = "registry+https://github.com/rust-lang/crates.io-index"
275
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
276
+dependencies = [
277
+ "core-foundation-sys",
278
+ "libc",
279
+]
280
+
281
+[[package]]
282
+name = "core-foundation-sys"
283
+version = "0.8.7"
284
+source = "registry+https://github.com/rust-lang/crates.io-index"
285
+checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
286
+
287
+[[package]]
288
+name = "core-graphics-types"
289
+version = "0.1.3"
290
+source = "registry+https://github.com/rust-lang/crates.io-index"
291
+checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
292
+dependencies = [
293
+ "bitflags 1.3.2",
294
+ "core-foundation",
295
+ "libc",
296
+]
297
+
298
+[[package]]
299
+name = "ctrlc"
300
+version = "3.5.1"
301
+source = "registry+https://github.com/rust-lang/crates.io-index"
302
+checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790"
303
+dependencies = [
304
+ "dispatch2",
305
+ "nix",
306
+ "windows-sys 0.61.2",
307
+]
308
+
309
+[[package]]
310
+name = "dispatch2"
311
+version = "0.3.0"
312
+source = "registry+https://github.com/rust-lang/crates.io-index"
313
+checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
314
+dependencies = [
315
+ "bitflags 2.10.0",
316
+ "block2",
317
+ "libc",
318
+ "objc2",
319
+]
320
+
321
+[[package]]
322
+name = "document-features"
323
+version = "0.2.12"
324
+source = "registry+https://github.com/rust-lang/crates.io-index"
325
+checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
326
+dependencies = [
327
+ "litrs",
328
+]
329
+
330
+[[package]]
331
+name = "either"
332
+version = "1.15.0"
333
+source = "registry+https://github.com/rust-lang/crates.io-index"
334
+checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
335
+
336
+[[package]]
337
+name = "env_home"
338
+version = "0.1.0"
339
+source = "registry+https://github.com/rust-lang/crates.io-index"
340
+checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
341
+
342
+[[package]]
343
+name = "equivalent"
344
+version = "1.0.2"
345
+source = "registry+https://github.com/rust-lang/crates.io-index"
346
+checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
347
+
348
+[[package]]
349
+name = "errno"
350
+version = "0.3.14"
351
+source = "registry+https://github.com/rust-lang/crates.io-index"
352
+checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
353
+dependencies = [
354
+ "libc",
355
+ "windows-sys 0.61.2",
356
+]
357
+
358
+[[package]]
359
+name = "filetime"
360
+version = "0.2.27"
361
+source = "registry+https://github.com/rust-lang/crates.io-index"
362
+checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
363
+dependencies = [
364
+ "cfg-if",
365
+ "libc",
366
+ "libredox",
367
+]
368
+
369
+[[package]]
370
+name = "find-msvc-tools"
371
+version = "0.1.9"
372
+source = "registry+https://github.com/rust-lang/crates.io-index"
373
+checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
374
+
375
+[[package]]
376
+name = "foldhash"
377
+version = "0.1.5"
378
+source = "registry+https://github.com/rust-lang/crates.io-index"
379
+checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
380
+
381
+[[package]]
382
+name = "foreign-types"
383
+version = "0.5.0"
384
+source = "registry+https://github.com/rust-lang/crates.io-index"
385
+checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
386
+dependencies = [
387
+ "foreign-types-macros",
388
+ "foreign-types-shared",
389
+]
390
+
391
+[[package]]
392
+name = "foreign-types-macros"
393
+version = "0.2.3"
394
+source = "registry+https://github.com/rust-lang/crates.io-index"
395
+checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
396
+dependencies = [
397
+ "proc-macro2",
398
+ "quote",
399
+ "syn",
400
+]
401
+
402
+[[package]]
403
+name = "foreign-types-shared"
404
+version = "0.3.1"
405
+source = "registry+https://github.com/rust-lang/crates.io-index"
406
+checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
407
+
408
+[[package]]
409
+name = "fsevent-sys"
410
+version = "4.1.0"
411
+source = "registry+https://github.com/rust-lang/crates.io-index"
412
+checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
413
+dependencies = [
414
+ "libc",
415
+]
416
+
417
+[[package]]
418
+name = "futures-core"
419
+version = "0.3.31"
420
+source = "registry+https://github.com/rust-lang/crates.io-index"
421
+checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
422
+
423
+[[package]]
424
+name = "futures-task"
425
+version = "0.3.31"
426
+source = "registry+https://github.com/rust-lang/crates.io-index"
427
+checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
428
+
429
+[[package]]
430
+name = "futures-util"
431
+version = "0.3.31"
432
+source = "registry+https://github.com/rust-lang/crates.io-index"
433
+checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
434
+dependencies = [
435
+ "futures-core",
436
+ "futures-task",
437
+ "pin-project-lite",
438
+ "pin-utils",
439
+ "slab",
440
+]
441
+
442
+[[package]]
443
+name = "garchomp"
444
+version = "0.1.0"
445
+dependencies = [
446
+ "anyhow",
447
+ "bytemuck",
448
+ "clap",
449
+ "ctrlc",
450
+ "garchomp-ipc",
451
+ "mlua",
452
+ "nix",
453
+ "notify",
454
+ "raw-window-handle",
455
+ "serde",
456
+ "serde_json",
457
+ "thiserror 2.0.18",
458
+ "tokio",
459
+ "tracing",
460
+ "tracing-subscriber",
461
+ "wgpu",
462
+ "x11-dl",
463
+ "x11rb",
464
+]
465
+
466
+[[package]]
467
+name = "garchomp-ipc"
468
+version = "0.1.0"
469
+dependencies = [
470
+ "serde",
471
+ "serde_json",
472
+]
473
+
474
+[[package]]
475
+name = "garchompctl"
476
+version = "0.1.0"
477
+dependencies = [
478
+ "anyhow",
479
+ "clap",
480
+ "garchomp-ipc",
481
+ "serde_json",
482
+]
483
+
484
+[[package]]
485
+name = "gethostname"
486
+version = "1.1.0"
487
+source = "registry+https://github.com/rust-lang/crates.io-index"
488
+checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
489
+dependencies = [
490
+ "rustix",
491
+ "windows-link",
492
+]
493
+
494
+[[package]]
495
+name = "gl_generator"
496
+version = "0.14.0"
497
+source = "registry+https://github.com/rust-lang/crates.io-index"
498
+checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
499
+dependencies = [
500
+ "khronos_api",
501
+ "log",
502
+ "xml-rs",
503
+]
504
+
505
+[[package]]
506
+name = "glow"
507
+version = "0.16.0"
508
+source = "registry+https://github.com/rust-lang/crates.io-index"
509
+checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
510
+dependencies = [
511
+ "js-sys",
512
+ "slotmap",
513
+ "wasm-bindgen",
514
+ "web-sys",
515
+]
516
+
517
+[[package]]
518
+name = "glutin_wgl_sys"
519
+version = "0.6.1"
520
+source = "registry+https://github.com/rust-lang/crates.io-index"
521
+checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
522
+dependencies = [
523
+ "gl_generator",
524
+]
525
+
526
+[[package]]
527
+name = "gpu-alloc"
528
+version = "0.6.0"
529
+source = "registry+https://github.com/rust-lang/crates.io-index"
530
+checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
531
+dependencies = [
532
+ "bitflags 2.10.0",
533
+ "gpu-alloc-types",
534
+]
535
+
536
+[[package]]
537
+name = "gpu-alloc-types"
538
+version = "0.3.0"
539
+source = "registry+https://github.com/rust-lang/crates.io-index"
540
+checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
541
+dependencies = [
542
+ "bitflags 2.10.0",
543
+]
544
+
545
+[[package]]
546
+name = "gpu-allocator"
547
+version = "0.27.0"
548
+source = "registry+https://github.com/rust-lang/crates.io-index"
549
+checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
550
+dependencies = [
551
+ "log",
552
+ "presser",
553
+ "thiserror 1.0.69",
554
+ "windows",
555
+]
556
+
557
+[[package]]
558
+name = "gpu-descriptor"
559
+version = "0.3.2"
560
+source = "registry+https://github.com/rust-lang/crates.io-index"
561
+checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
562
+dependencies = [
563
+ "bitflags 2.10.0",
564
+ "gpu-descriptor-types",
565
+ "hashbrown 0.15.5",
566
+]
567
+
568
+[[package]]
569
+name = "gpu-descriptor-types"
570
+version = "0.2.0"
571
+source = "registry+https://github.com/rust-lang/crates.io-index"
572
+checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
573
+dependencies = [
574
+ "bitflags 2.10.0",
575
+]
576
+
577
+[[package]]
578
+name = "hashbrown"
579
+version = "0.15.5"
580
+source = "registry+https://github.com/rust-lang/crates.io-index"
581
+checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
582
+dependencies = [
583
+ "foldhash",
584
+]
585
+
586
+[[package]]
587
+name = "hashbrown"
588
+version = "0.16.1"
589
+source = "registry+https://github.com/rust-lang/crates.io-index"
590
+checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
591
+
592
+[[package]]
593
+name = "heck"
594
+version = "0.5.0"
595
+source = "registry+https://github.com/rust-lang/crates.io-index"
596
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
597
+
598
+[[package]]
599
+name = "hexf-parse"
600
+version = "0.2.1"
601
+source = "registry+https://github.com/rust-lang/crates.io-index"
602
+checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
603
+
604
+[[package]]
605
+name = "indexmap"
606
+version = "2.13.0"
607
+source = "registry+https://github.com/rust-lang/crates.io-index"
608
+checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
609
+dependencies = [
610
+ "equivalent",
611
+ "hashbrown 0.16.1",
612
+]
613
+
614
+[[package]]
615
+name = "inotify"
616
+version = "0.10.2"
617
+source = "registry+https://github.com/rust-lang/crates.io-index"
618
+checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
619
+dependencies = [
620
+ "bitflags 1.3.2",
621
+ "inotify-sys",
622
+ "libc",
623
+]
624
+
625
+[[package]]
626
+name = "inotify-sys"
627
+version = "0.1.5"
628
+source = "registry+https://github.com/rust-lang/crates.io-index"
629
+checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
630
+dependencies = [
631
+ "libc",
632
+]
633
+
634
+[[package]]
635
+name = "instant"
636
+version = "0.1.13"
637
+source = "registry+https://github.com/rust-lang/crates.io-index"
638
+checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
639
+dependencies = [
640
+ "cfg-if",
641
+]
642
+
643
+[[package]]
644
+name = "is_terminal_polyfill"
645
+version = "1.70.2"
646
+source = "registry+https://github.com/rust-lang/crates.io-index"
647
+checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
648
+
649
+[[package]]
650
+name = "itoa"
651
+version = "1.0.17"
652
+source = "registry+https://github.com/rust-lang/crates.io-index"
653
+checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
654
+
655
+[[package]]
656
+name = "jni-sys"
657
+version = "0.3.0"
658
+source = "registry+https://github.com/rust-lang/crates.io-index"
659
+checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
660
+
661
+[[package]]
662
+name = "js-sys"
663
+version = "0.3.85"
664
+source = "registry+https://github.com/rust-lang/crates.io-index"
665
+checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
666
+dependencies = [
667
+ "once_cell",
668
+ "wasm-bindgen",
669
+]
670
+
671
+[[package]]
672
+name = "khronos-egl"
673
+version = "6.0.0"
674
+source = "registry+https://github.com/rust-lang/crates.io-index"
675
+checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
676
+dependencies = [
677
+ "libc",
678
+ "libloading",
679
+ "pkg-config",
680
+]
681
+
682
+[[package]]
683
+name = "khronos_api"
684
+version = "3.1.0"
685
+source = "registry+https://github.com/rust-lang/crates.io-index"
686
+checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
687
+
688
+[[package]]
689
+name = "kqueue"
690
+version = "1.1.1"
691
+source = "registry+https://github.com/rust-lang/crates.io-index"
692
+checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
693
+dependencies = [
694
+ "kqueue-sys",
695
+ "libc",
696
+]
697
+
698
+[[package]]
699
+name = "kqueue-sys"
700
+version = "1.0.4"
701
+source = "registry+https://github.com/rust-lang/crates.io-index"
702
+checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
703
+dependencies = [
704
+ "bitflags 1.3.2",
705
+ "libc",
706
+]
707
+
708
+[[package]]
709
+name = "lazy_static"
710
+version = "1.5.0"
711
+source = "registry+https://github.com/rust-lang/crates.io-index"
712
+checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
713
+
714
+[[package]]
715
+name = "libc"
716
+version = "0.2.180"
717
+source = "registry+https://github.com/rust-lang/crates.io-index"
718
+checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
719
+
720
+[[package]]
721
+name = "libloading"
722
+version = "0.8.9"
723
+source = "registry+https://github.com/rust-lang/crates.io-index"
724
+checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
725
+dependencies = [
726
+ "cfg-if",
727
+ "windows-link",
728
+]
729
+
730
+[[package]]
731
+name = "libredox"
732
+version = "0.1.12"
733
+source = "registry+https://github.com/rust-lang/crates.io-index"
734
+checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
735
+dependencies = [
736
+ "bitflags 2.10.0",
737
+ "libc",
738
+ "redox_syscall 0.7.0",
739
+]
740
+
741
+[[package]]
742
+name = "linux-raw-sys"
743
+version = "0.11.0"
744
+source = "registry+https://github.com/rust-lang/crates.io-index"
745
+checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
746
+
747
+[[package]]
748
+name = "litrs"
749
+version = "1.0.0"
750
+source = "registry+https://github.com/rust-lang/crates.io-index"
751
+checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
752
+
753
+[[package]]
754
+name = "lock_api"
755
+version = "0.4.14"
756
+source = "registry+https://github.com/rust-lang/crates.io-index"
757
+checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
758
+dependencies = [
759
+ "scopeguard",
760
+]
761
+
762
+[[package]]
763
+name = "log"
764
+version = "0.4.29"
765
+source = "registry+https://github.com/rust-lang/crates.io-index"
766
+checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
767
+
768
+[[package]]
769
+name = "lua-src"
770
+version = "547.0.0"
771
+source = "registry+https://github.com/rust-lang/crates.io-index"
772
+checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
773
+dependencies = [
774
+ "cc",
775
+]
776
+
777
+[[package]]
778
+name = "luajit-src"
779
+version = "210.5.12+a4f56a4"
780
+source = "registry+https://github.com/rust-lang/crates.io-index"
781
+checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
782
+dependencies = [
783
+ "cc",
784
+ "which",
785
+]
786
+
787
+[[package]]
788
+name = "malloc_buf"
789
+version = "0.0.6"
790
+source = "registry+https://github.com/rust-lang/crates.io-index"
791
+checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
792
+dependencies = [
793
+ "libc",
794
+]
795
+
796
+[[package]]
797
+name = "matchers"
798
+version = "0.2.0"
799
+source = "registry+https://github.com/rust-lang/crates.io-index"
800
+checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
801
+dependencies = [
802
+ "regex-automata",
803
+]
804
+
805
+[[package]]
806
+name = "memchr"
807
+version = "2.8.0"
808
+source = "registry+https://github.com/rust-lang/crates.io-index"
809
+checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
810
+
811
+[[package]]
812
+name = "metal"
813
+version = "0.31.0"
814
+source = "registry+https://github.com/rust-lang/crates.io-index"
815
+checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
816
+dependencies = [
817
+ "bitflags 2.10.0",
818
+ "block",
819
+ "core-graphics-types",
820
+ "foreign-types",
821
+ "log",
822
+ "objc",
823
+ "paste",
824
+]
825
+
826
+[[package]]
827
+name = "mio"
828
+version = "1.1.1"
829
+source = "registry+https://github.com/rust-lang/crates.io-index"
830
+checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
831
+dependencies = [
832
+ "libc",
833
+ "log",
834
+ "wasi",
835
+ "windows-sys 0.61.2",
836
+]
837
+
838
+[[package]]
839
+name = "mlua"
840
+version = "0.10.5"
841
+source = "registry+https://github.com/rust-lang/crates.io-index"
842
+checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0"
843
+dependencies = [
844
+ "bstr",
845
+ "either",
846
+ "mlua-sys",
847
+ "num-traits",
848
+ "parking_lot",
849
+ "rustc-hash 2.1.1",
850
+ "rustversion",
851
+]
852
+
853
+[[package]]
854
+name = "mlua-sys"
855
+version = "0.6.8"
856
+source = "registry+https://github.com/rust-lang/crates.io-index"
857
+checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93"
858
+dependencies = [
859
+ "cc",
860
+ "cfg-if",
861
+ "lua-src",
862
+ "luajit-src",
863
+ "pkg-config",
864
+]
865
+
866
+[[package]]
867
+name = "naga"
868
+version = "24.0.0"
869
+source = "registry+https://github.com/rust-lang/crates.io-index"
870
+checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e"
871
+dependencies = [
872
+ "arrayvec",
873
+ "bit-set",
874
+ "bitflags 2.10.0",
875
+ "cfg_aliases",
876
+ "codespan-reporting",
877
+ "hexf-parse",
878
+ "indexmap",
879
+ "log",
880
+ "rustc-hash 1.1.0",
881
+ "spirv",
882
+ "strum",
883
+ "termcolor",
884
+ "thiserror 2.0.18",
885
+ "unicode-xid",
886
+]
887
+
888
+[[package]]
889
+name = "ndk-sys"
890
+version = "0.5.0+25.2.9519653"
891
+source = "registry+https://github.com/rust-lang/crates.io-index"
892
+checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
893
+dependencies = [
894
+ "jni-sys",
895
+]
896
+
897
+[[package]]
898
+name = "nix"
899
+version = "0.30.1"
900
+source = "registry+https://github.com/rust-lang/crates.io-index"
901
+checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
902
+dependencies = [
903
+ "bitflags 2.10.0",
904
+ "cfg-if",
905
+ "cfg_aliases",
906
+ "libc",
907
+]
908
+
909
+[[package]]
910
+name = "notify"
911
+version = "7.0.0"
912
+source = "registry+https://github.com/rust-lang/crates.io-index"
913
+checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
914
+dependencies = [
915
+ "bitflags 2.10.0",
916
+ "filetime",
917
+ "fsevent-sys",
918
+ "inotify",
919
+ "kqueue",
920
+ "libc",
921
+ "log",
922
+ "mio",
923
+ "notify-types",
924
+ "walkdir",
925
+ "windows-sys 0.52.0",
926
+]
927
+
928
+[[package]]
929
+name = "notify-types"
930
+version = "1.0.1"
931
+source = "registry+https://github.com/rust-lang/crates.io-index"
932
+checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
933
+dependencies = [
934
+ "instant",
935
+]
936
+
937
+[[package]]
938
+name = "nu-ansi-term"
939
+version = "0.50.3"
940
+source = "registry+https://github.com/rust-lang/crates.io-index"
941
+checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
942
+dependencies = [
943
+ "windows-sys 0.61.2",
944
+]
945
+
946
+[[package]]
947
+name = "num-traits"
948
+version = "0.2.19"
949
+source = "registry+https://github.com/rust-lang/crates.io-index"
950
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
951
+dependencies = [
952
+ "autocfg",
953
+]
954
+
955
+[[package]]
956
+name = "objc"
957
+version = "0.2.7"
958
+source = "registry+https://github.com/rust-lang/crates.io-index"
959
+checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
960
+dependencies = [
961
+ "malloc_buf",
962
+]
963
+
964
+[[package]]
965
+name = "objc2"
966
+version = "0.6.3"
967
+source = "registry+https://github.com/rust-lang/crates.io-index"
968
+checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
969
+dependencies = [
970
+ "objc2-encode",
971
+]
972
+
973
+[[package]]
974
+name = "objc2-encode"
975
+version = "4.1.0"
976
+source = "registry+https://github.com/rust-lang/crates.io-index"
977
+checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
978
+
979
+[[package]]
980
+name = "once_cell"
981
+version = "1.21.3"
982
+source = "registry+https://github.com/rust-lang/crates.io-index"
983
+checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
984
+
985
+[[package]]
986
+name = "once_cell_polyfill"
987
+version = "1.70.2"
988
+source = "registry+https://github.com/rust-lang/crates.io-index"
989
+checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
990
+
991
+[[package]]
992
+name = "ordered-float"
993
+version = "4.6.0"
994
+source = "registry+https://github.com/rust-lang/crates.io-index"
995
+checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
996
+dependencies = [
997
+ "num-traits",
998
+]
999
+
1000
+[[package]]
1001
+name = "parking_lot"
1002
+version = "0.12.5"
1003
+source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1005
+dependencies = [
1006
+ "lock_api",
1007
+ "parking_lot_core",
1008
+]
1009
+
1010
+[[package]]
1011
+name = "parking_lot_core"
1012
+version = "0.9.12"
1013
+source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1015
+dependencies = [
1016
+ "cfg-if",
1017
+ "libc",
1018
+ "redox_syscall 0.5.18",
1019
+ "smallvec",
1020
+ "windows-link",
1021
+]
1022
+
1023
+[[package]]
1024
+name = "paste"
1025
+version = "1.0.15"
1026
+source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1028
+
1029
+[[package]]
1030
+name = "pin-project-lite"
1031
+version = "0.2.16"
1032
+source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1034
+
1035
+[[package]]
1036
+name = "pin-utils"
1037
+version = "0.1.0"
1038
+source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1040
+
1041
+[[package]]
1042
+name = "pkg-config"
1043
+version = "0.3.32"
1044
+source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1046
+
1047
+[[package]]
1048
+name = "presser"
1049
+version = "0.3.1"
1050
+source = "registry+https://github.com/rust-lang/crates.io-index"
1051
+checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
1052
+
1053
+[[package]]
1054
+name = "proc-macro2"
1055
+version = "1.0.106"
1056
+source = "registry+https://github.com/rust-lang/crates.io-index"
1057
+checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1058
+dependencies = [
1059
+ "unicode-ident",
1060
+]
1061
+
1062
+[[package]]
1063
+name = "profiling"
1064
+version = "1.0.17"
1065
+source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1067
+
1068
+[[package]]
1069
+name = "quote"
1070
+version = "1.0.44"
1071
+source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1073
+dependencies = [
1074
+ "proc-macro2",
1075
+]
1076
+
1077
+[[package]]
1078
+name = "range-alloc"
1079
+version = "0.1.4"
1080
+source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
1082
+
1083
+[[package]]
1084
+name = "raw-window-handle"
1085
+version = "0.6.2"
1086
+source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
1088
+
1089
+[[package]]
1090
+name = "redox_syscall"
1091
+version = "0.5.18"
1092
+source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1094
+dependencies = [
1095
+ "bitflags 2.10.0",
1096
+]
1097
+
1098
+[[package]]
1099
+name = "redox_syscall"
1100
+version = "0.7.0"
1101
+source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
1103
+dependencies = [
1104
+ "bitflags 2.10.0",
1105
+]
1106
+
1107
+[[package]]
1108
+name = "regex-automata"
1109
+version = "0.4.14"
1110
+source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1112
+dependencies = [
1113
+ "aho-corasick",
1114
+ "memchr",
1115
+ "regex-syntax",
1116
+]
1117
+
1118
+[[package]]
1119
+name = "regex-syntax"
1120
+version = "0.8.9"
1121
+source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1123
+
1124
+[[package]]
1125
+name = "renderdoc-sys"
1126
+version = "1.1.0"
1127
+source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
1129
+
1130
+[[package]]
1131
+name = "rustc-hash"
1132
+version = "1.1.0"
1133
+source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1135
+
1136
+[[package]]
1137
+name = "rustc-hash"
1138
+version = "2.1.1"
1139
+source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1141
+
1142
+[[package]]
1143
+name = "rustix"
1144
+version = "1.1.3"
1145
+source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1147
+dependencies = [
1148
+ "bitflags 2.10.0",
1149
+ "errno",
1150
+ "libc",
1151
+ "linux-raw-sys",
1152
+ "windows-sys 0.61.2",
1153
+]
1154
+
1155
+[[package]]
1156
+name = "rustversion"
1157
+version = "1.0.22"
1158
+source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1160
+
1161
+[[package]]
1162
+name = "same-file"
1163
+version = "1.0.6"
1164
+source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1166
+dependencies = [
1167
+ "winapi-util",
1168
+]
1169
+
1170
+[[package]]
1171
+name = "scopeguard"
1172
+version = "1.2.0"
1173
+source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1175
+
1176
+[[package]]
1177
+name = "serde"
1178
+version = "1.0.228"
1179
+source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1181
+dependencies = [
1182
+ "serde_core",
1183
+ "serde_derive",
1184
+]
1185
+
1186
+[[package]]
1187
+name = "serde_core"
1188
+version = "1.0.228"
1189
+source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1191
+dependencies = [
1192
+ "serde_derive",
1193
+]
1194
+
1195
+[[package]]
1196
+name = "serde_derive"
1197
+version = "1.0.228"
1198
+source = "registry+https://github.com/rust-lang/crates.io-index"
1199
+checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1200
+dependencies = [
1201
+ "proc-macro2",
1202
+ "quote",
1203
+ "syn",
1204
+]
1205
+
1206
+[[package]]
1207
+name = "serde_json"
1208
+version = "1.0.149"
1209
+source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1211
+dependencies = [
1212
+ "itoa",
1213
+ "memchr",
1214
+ "serde",
1215
+ "serde_core",
1216
+ "zmij",
1217
+]
1218
+
1219
+[[package]]
1220
+name = "sharded-slab"
1221
+version = "0.1.7"
1222
+source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1224
+dependencies = [
1225
+ "lazy_static",
1226
+]
1227
+
1228
+[[package]]
1229
+name = "shlex"
1230
+version = "1.3.0"
1231
+source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1233
+
1234
+[[package]]
1235
+name = "signal-hook-registry"
1236
+version = "1.4.8"
1237
+source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1239
+dependencies = [
1240
+ "errno",
1241
+ "libc",
1242
+]
1243
+
1244
+[[package]]
1245
+name = "slab"
1246
+version = "0.4.12"
1247
+source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1249
+
1250
+[[package]]
1251
+name = "slotmap"
1252
+version = "1.1.1"
1253
+source = "registry+https://github.com/rust-lang/crates.io-index"
1254
+checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1255
+dependencies = [
1256
+ "version_check",
1257
+]
1258
+
1259
+[[package]]
1260
+name = "smallvec"
1261
+version = "1.15.1"
1262
+source = "registry+https://github.com/rust-lang/crates.io-index"
1263
+checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1264
+
1265
+[[package]]
1266
+name = "socket2"
1267
+version = "0.6.2"
1268
+source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1270
+dependencies = [
1271
+ "libc",
1272
+ "windows-sys 0.60.2",
1273
+]
1274
+
1275
+[[package]]
1276
+name = "spirv"
1277
+version = "0.3.0+sdk-1.3.268.0"
1278
+source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
1280
+dependencies = [
1281
+ "bitflags 2.10.0",
1282
+]
1283
+
1284
+[[package]]
1285
+name = "static_assertions"
1286
+version = "1.1.0"
1287
+source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1289
+
1290
+[[package]]
1291
+name = "strsim"
1292
+version = "0.11.1"
1293
+source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1295
+
1296
+[[package]]
1297
+name = "strum"
1298
+version = "0.26.3"
1299
+source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1301
+dependencies = [
1302
+ "strum_macros",
1303
+]
1304
+
1305
+[[package]]
1306
+name = "strum_macros"
1307
+version = "0.26.4"
1308
+source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1310
+dependencies = [
1311
+ "heck",
1312
+ "proc-macro2",
1313
+ "quote",
1314
+ "rustversion",
1315
+ "syn",
1316
+]
1317
+
1318
+[[package]]
1319
+name = "syn"
1320
+version = "2.0.114"
1321
+source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1323
+dependencies = [
1324
+ "proc-macro2",
1325
+ "quote",
1326
+ "unicode-ident",
1327
+]
1328
+
1329
+[[package]]
1330
+name = "termcolor"
1331
+version = "1.4.1"
1332
+source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1334
+dependencies = [
1335
+ "winapi-util",
1336
+]
1337
+
1338
+[[package]]
1339
+name = "thiserror"
1340
+version = "1.0.69"
1341
+source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1343
+dependencies = [
1344
+ "thiserror-impl 1.0.69",
1345
+]
1346
+
1347
+[[package]]
1348
+name = "thiserror"
1349
+version = "2.0.18"
1350
+source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1352
+dependencies = [
1353
+ "thiserror-impl 2.0.18",
1354
+]
1355
+
1356
+[[package]]
1357
+name = "thiserror-impl"
1358
+version = "1.0.69"
1359
+source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1361
+dependencies = [
1362
+ "proc-macro2",
1363
+ "quote",
1364
+ "syn",
1365
+]
1366
+
1367
+[[package]]
1368
+name = "thiserror-impl"
1369
+version = "2.0.18"
1370
+source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1372
+dependencies = [
1373
+ "proc-macro2",
1374
+ "quote",
1375
+ "syn",
1376
+]
1377
+
1378
+[[package]]
1379
+name = "thread_local"
1380
+version = "1.1.9"
1381
+source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1383
+dependencies = [
1384
+ "cfg-if",
1385
+]
1386
+
1387
+[[package]]
1388
+name = "tokio"
1389
+version = "1.49.0"
1390
+source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1392
+dependencies = [
1393
+ "bytes",
1394
+ "libc",
1395
+ "mio",
1396
+ "parking_lot",
1397
+ "pin-project-lite",
1398
+ "signal-hook-registry",
1399
+ "socket2",
1400
+ "tokio-macros",
1401
+ "windows-sys 0.61.2",
1402
+]
1403
+
1404
+[[package]]
1405
+name = "tokio-macros"
1406
+version = "2.6.0"
1407
+source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1409
+dependencies = [
1410
+ "proc-macro2",
1411
+ "quote",
1412
+ "syn",
1413
+]
1414
+
1415
+[[package]]
1416
+name = "tracing"
1417
+version = "0.1.44"
1418
+source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1420
+dependencies = [
1421
+ "pin-project-lite",
1422
+ "tracing-attributes",
1423
+ "tracing-core",
1424
+]
1425
+
1426
+[[package]]
1427
+name = "tracing-attributes"
1428
+version = "0.1.31"
1429
+source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1431
+dependencies = [
1432
+ "proc-macro2",
1433
+ "quote",
1434
+ "syn",
1435
+]
1436
+
1437
+[[package]]
1438
+name = "tracing-core"
1439
+version = "0.1.36"
1440
+source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1442
+dependencies = [
1443
+ "once_cell",
1444
+ "valuable",
1445
+]
1446
+
1447
+[[package]]
1448
+name = "tracing-log"
1449
+version = "0.2.0"
1450
+source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1452
+dependencies = [
1453
+ "log",
1454
+ "once_cell",
1455
+ "tracing-core",
1456
+]
1457
+
1458
+[[package]]
1459
+name = "tracing-subscriber"
1460
+version = "0.3.22"
1461
+source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
1463
+dependencies = [
1464
+ "matchers",
1465
+ "nu-ansi-term",
1466
+ "once_cell",
1467
+ "regex-automata",
1468
+ "sharded-slab",
1469
+ "smallvec",
1470
+ "thread_local",
1471
+ "tracing",
1472
+ "tracing-core",
1473
+ "tracing-log",
1474
+]
1475
+
1476
+[[package]]
1477
+name = "unicode-ident"
1478
+version = "1.0.23"
1479
+source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
1481
+
1482
+[[package]]
1483
+name = "unicode-width"
1484
+version = "0.1.14"
1485
+source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1487
+
1488
+[[package]]
1489
+name = "unicode-xid"
1490
+version = "0.2.6"
1491
+source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1493
+
1494
+[[package]]
1495
+name = "utf8parse"
1496
+version = "0.2.2"
1497
+source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1499
+
1500
+[[package]]
1501
+name = "valuable"
1502
+version = "0.1.1"
1503
+source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1505
+
1506
+[[package]]
1507
+name = "version_check"
1508
+version = "0.9.5"
1509
+source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1511
+
1512
+[[package]]
1513
+name = "walkdir"
1514
+version = "2.5.0"
1515
+source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1517
+dependencies = [
1518
+ "same-file",
1519
+ "winapi-util",
1520
+]
1521
+
1522
+[[package]]
1523
+name = "wasi"
1524
+version = "0.11.1+wasi-snapshot-preview1"
1525
+source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1527
+
1528
+[[package]]
1529
+name = "wasm-bindgen"
1530
+version = "0.2.108"
1531
+source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1533
+dependencies = [
1534
+ "cfg-if",
1535
+ "once_cell",
1536
+ "rustversion",
1537
+ "wasm-bindgen-macro",
1538
+ "wasm-bindgen-shared",
1539
+]
1540
+
1541
+[[package]]
1542
+name = "wasm-bindgen-futures"
1543
+version = "0.4.58"
1544
+source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
1546
+dependencies = [
1547
+ "cfg-if",
1548
+ "futures-util",
1549
+ "js-sys",
1550
+ "once_cell",
1551
+ "wasm-bindgen",
1552
+ "web-sys",
1553
+]
1554
+
1555
+[[package]]
1556
+name = "wasm-bindgen-macro"
1557
+version = "0.2.108"
1558
+source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1560
+dependencies = [
1561
+ "quote",
1562
+ "wasm-bindgen-macro-support",
1563
+]
1564
+
1565
+[[package]]
1566
+name = "wasm-bindgen-macro-support"
1567
+version = "0.2.108"
1568
+source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1570
+dependencies = [
1571
+ "bumpalo",
1572
+ "proc-macro2",
1573
+ "quote",
1574
+ "syn",
1575
+ "wasm-bindgen-shared",
1576
+]
1577
+
1578
+[[package]]
1579
+name = "wasm-bindgen-shared"
1580
+version = "0.2.108"
1581
+source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1583
+dependencies = [
1584
+ "unicode-ident",
1585
+]
1586
+
1587
+[[package]]
1588
+name = "web-sys"
1589
+version = "0.3.85"
1590
+source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
1592
+dependencies = [
1593
+ "js-sys",
1594
+ "wasm-bindgen",
1595
+]
1596
+
1597
+[[package]]
1598
+name = "wgpu"
1599
+version = "24.0.5"
1600
+source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353"
1602
+dependencies = [
1603
+ "arrayvec",
1604
+ "bitflags 2.10.0",
1605
+ "cfg_aliases",
1606
+ "document-features",
1607
+ "js-sys",
1608
+ "log",
1609
+ "naga",
1610
+ "parking_lot",
1611
+ "profiling",
1612
+ "raw-window-handle",
1613
+ "smallvec",
1614
+ "static_assertions",
1615
+ "wasm-bindgen",
1616
+ "wasm-bindgen-futures",
1617
+ "web-sys",
1618
+ "wgpu-core",
1619
+ "wgpu-hal",
1620
+ "wgpu-types",
1621
+]
1622
+
1623
+[[package]]
1624
+name = "wgpu-core"
1625
+version = "24.0.5"
1626
+source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499"
1628
+dependencies = [
1629
+ "arrayvec",
1630
+ "bit-vec",
1631
+ "bitflags 2.10.0",
1632
+ "cfg_aliases",
1633
+ "document-features",
1634
+ "indexmap",
1635
+ "log",
1636
+ "naga",
1637
+ "once_cell",
1638
+ "parking_lot",
1639
+ "profiling",
1640
+ "raw-window-handle",
1641
+ "rustc-hash 1.1.0",
1642
+ "smallvec",
1643
+ "thiserror 2.0.18",
1644
+ "wgpu-hal",
1645
+ "wgpu-types",
1646
+]
1647
+
1648
+[[package]]
1649
+name = "wgpu-hal"
1650
+version = "24.0.4"
1651
+source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259"
1653
+dependencies = [
1654
+ "android_system_properties",
1655
+ "arrayvec",
1656
+ "ash",
1657
+ "bit-set",
1658
+ "bitflags 2.10.0",
1659
+ "block",
1660
+ "bytemuck",
1661
+ "cfg_aliases",
1662
+ "core-graphics-types",
1663
+ "glow",
1664
+ "glutin_wgl_sys",
1665
+ "gpu-alloc",
1666
+ "gpu-allocator",
1667
+ "gpu-descriptor",
1668
+ "js-sys",
1669
+ "khronos-egl",
1670
+ "libc",
1671
+ "libloading",
1672
+ "log",
1673
+ "metal",
1674
+ "naga",
1675
+ "ndk-sys",
1676
+ "objc",
1677
+ "once_cell",
1678
+ "ordered-float",
1679
+ "parking_lot",
1680
+ "profiling",
1681
+ "range-alloc",
1682
+ "raw-window-handle",
1683
+ "renderdoc-sys",
1684
+ "rustc-hash 1.1.0",
1685
+ "smallvec",
1686
+ "thiserror 2.0.18",
1687
+ "wasm-bindgen",
1688
+ "web-sys",
1689
+ "wgpu-types",
1690
+ "windows",
1691
+ "windows-core",
1692
+]
1693
+
1694
+[[package]]
1695
+name = "wgpu-types"
1696
+version = "24.0.0"
1697
+source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c"
1699
+dependencies = [
1700
+ "bitflags 2.10.0",
1701
+ "js-sys",
1702
+ "log",
1703
+ "web-sys",
1704
+]
1705
+
1706
+[[package]]
1707
+name = "which"
1708
+version = "7.0.3"
1709
+source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
1711
+dependencies = [
1712
+ "either",
1713
+ "env_home",
1714
+ "rustix",
1715
+ "winsafe",
1716
+]
1717
+
1718
+[[package]]
1719
+name = "winapi-util"
1720
+version = "0.1.11"
1721
+source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1723
+dependencies = [
1724
+ "windows-sys 0.61.2",
1725
+]
1726
+
1727
+[[package]]
1728
+name = "windows"
1729
+version = "0.58.0"
1730
+source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
1732
+dependencies = [
1733
+ "windows-core",
1734
+ "windows-targets 0.52.6",
1735
+]
1736
+
1737
+[[package]]
1738
+name = "windows-core"
1739
+version = "0.58.0"
1740
+source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
1742
+dependencies = [
1743
+ "windows-implement",
1744
+ "windows-interface",
1745
+ "windows-result",
1746
+ "windows-strings",
1747
+ "windows-targets 0.52.6",
1748
+]
1749
+
1750
+[[package]]
1751
+name = "windows-implement"
1752
+version = "0.58.0"
1753
+source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
1755
+dependencies = [
1756
+ "proc-macro2",
1757
+ "quote",
1758
+ "syn",
1759
+]
1760
+
1761
+[[package]]
1762
+name = "windows-interface"
1763
+version = "0.58.0"
1764
+source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
1766
+dependencies = [
1767
+ "proc-macro2",
1768
+ "quote",
1769
+ "syn",
1770
+]
1771
+
1772
+[[package]]
1773
+name = "windows-link"
1774
+version = "0.2.1"
1775
+source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1777
+
1778
+[[package]]
1779
+name = "windows-result"
1780
+version = "0.2.0"
1781
+source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
1783
+dependencies = [
1784
+ "windows-targets 0.52.6",
1785
+]
1786
+
1787
+[[package]]
1788
+name = "windows-strings"
1789
+version = "0.1.0"
1790
+source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
1792
+dependencies = [
1793
+ "windows-result",
1794
+ "windows-targets 0.52.6",
1795
+]
1796
+
1797
+[[package]]
1798
+name = "windows-sys"
1799
+version = "0.52.0"
1800
+source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1802
+dependencies = [
1803
+ "windows-targets 0.52.6",
1804
+]
1805
+
1806
+[[package]]
1807
+name = "windows-sys"
1808
+version = "0.60.2"
1809
+source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1811
+dependencies = [
1812
+ "windows-targets 0.53.5",
1813
+]
1814
+
1815
+[[package]]
1816
+name = "windows-sys"
1817
+version = "0.61.2"
1818
+source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1820
+dependencies = [
1821
+ "windows-link",
1822
+]
1823
+
1824
+[[package]]
1825
+name = "windows-targets"
1826
+version = "0.52.6"
1827
+source = "registry+https://github.com/rust-lang/crates.io-index"
1828
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1829
+dependencies = [
1830
+ "windows_aarch64_gnullvm 0.52.6",
1831
+ "windows_aarch64_msvc 0.52.6",
1832
+ "windows_i686_gnu 0.52.6",
1833
+ "windows_i686_gnullvm 0.52.6",
1834
+ "windows_i686_msvc 0.52.6",
1835
+ "windows_x86_64_gnu 0.52.6",
1836
+ "windows_x86_64_gnullvm 0.52.6",
1837
+ "windows_x86_64_msvc 0.52.6",
1838
+]
1839
+
1840
+[[package]]
1841
+name = "windows-targets"
1842
+version = "0.53.5"
1843
+source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1845
+dependencies = [
1846
+ "windows-link",
1847
+ "windows_aarch64_gnullvm 0.53.1",
1848
+ "windows_aarch64_msvc 0.53.1",
1849
+ "windows_i686_gnu 0.53.1",
1850
+ "windows_i686_gnullvm 0.53.1",
1851
+ "windows_i686_msvc 0.53.1",
1852
+ "windows_x86_64_gnu 0.53.1",
1853
+ "windows_x86_64_gnullvm 0.53.1",
1854
+ "windows_x86_64_msvc 0.53.1",
1855
+]
1856
+
1857
+[[package]]
1858
+name = "windows_aarch64_gnullvm"
1859
+version = "0.52.6"
1860
+source = "registry+https://github.com/rust-lang/crates.io-index"
1861
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1862
+
1863
+[[package]]
1864
+name = "windows_aarch64_gnullvm"
1865
+version = "0.53.1"
1866
+source = "registry+https://github.com/rust-lang/crates.io-index"
1867
+checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1868
+
1869
+[[package]]
1870
+name = "windows_aarch64_msvc"
1871
+version = "0.52.6"
1872
+source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1874
+
1875
+[[package]]
1876
+name = "windows_aarch64_msvc"
1877
+version = "0.53.1"
1878
+source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1880
+
1881
+[[package]]
1882
+name = "windows_i686_gnu"
1883
+version = "0.52.6"
1884
+source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1886
+
1887
+[[package]]
1888
+name = "windows_i686_gnu"
1889
+version = "0.53.1"
1890
+source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1892
+
1893
+[[package]]
1894
+name = "windows_i686_gnullvm"
1895
+version = "0.52.6"
1896
+source = "registry+https://github.com/rust-lang/crates.io-index"
1897
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1898
+
1899
+[[package]]
1900
+name = "windows_i686_gnullvm"
1901
+version = "0.53.1"
1902
+source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1904
+
1905
+[[package]]
1906
+name = "windows_i686_msvc"
1907
+version = "0.52.6"
1908
+source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1910
+
1911
+[[package]]
1912
+name = "windows_i686_msvc"
1913
+version = "0.53.1"
1914
+source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1916
+
1917
+[[package]]
1918
+name = "windows_x86_64_gnu"
1919
+version = "0.52.6"
1920
+source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1922
+
1923
+[[package]]
1924
+name = "windows_x86_64_gnu"
1925
+version = "0.53.1"
1926
+source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1928
+
1929
+[[package]]
1930
+name = "windows_x86_64_gnullvm"
1931
+version = "0.52.6"
1932
+source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1934
+
1935
+[[package]]
1936
+name = "windows_x86_64_gnullvm"
1937
+version = "0.53.1"
1938
+source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1940
+
1941
+[[package]]
1942
+name = "windows_x86_64_msvc"
1943
+version = "0.52.6"
1944
+source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1946
+
1947
+[[package]]
1948
+name = "windows_x86_64_msvc"
1949
+version = "0.53.1"
1950
+source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1952
+
1953
+[[package]]
1954
+name = "winsafe"
1955
+version = "0.0.19"
1956
+source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
1958
+
1959
+[[package]]
1960
+name = "x11-dl"
1961
+version = "2.21.0"
1962
+source = "registry+https://github.com/rust-lang/crates.io-index"
1963
+checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
1964
+dependencies = [
1965
+ "libc",
1966
+ "once_cell",
1967
+ "pkg-config",
1968
+]
1969
+
1970
+[[package]]
1971
+name = "x11rb"
1972
+version = "0.13.2"
1973
+source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
1975
+dependencies = [
1976
+ "as-raw-xcb-connection",
1977
+ "gethostname",
1978
+ "libc",
1979
+ "rustix",
1980
+ "x11rb-protocol",
1981
+]
1982
+
1983
+[[package]]
1984
+name = "x11rb-protocol"
1985
+version = "0.13.2"
1986
+source = "registry+https://github.com/rust-lang/crates.io-index"
1987
+checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
1988
+
1989
+[[package]]
1990
+name = "xml-rs"
1991
+version = "0.8.28"
1992
+source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
1994
+
1995
+[[package]]
1996
+name = "zmij"
1997
+version = "1.0.20"
1998
+source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7"