nano-rspow-python 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2035 @@
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 = "anes"
25
+ version = "0.1.6"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
28
+
29
+ [[package]]
30
+ name = "anstream"
31
+ version = "1.0.0"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
34
+ dependencies = [
35
+ "anstyle",
36
+ "anstyle-parse",
37
+ "anstyle-query",
38
+ "anstyle-wincon",
39
+ "colorchoice",
40
+ "is_terminal_polyfill",
41
+ "utf8parse",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anstyle"
46
+ version = "1.0.14"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
49
+
50
+ [[package]]
51
+ name = "anstyle-parse"
52
+ version = "1.0.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
55
+ dependencies = [
56
+ "utf8parse",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-query"
61
+ version = "1.1.5"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64
+ dependencies = [
65
+ "windows-sys",
66
+ ]
67
+
68
+ [[package]]
69
+ name = "anstyle-wincon"
70
+ version = "3.0.11"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73
+ dependencies = [
74
+ "anstyle",
75
+ "once_cell_polyfill",
76
+ "windows-sys",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "arrayref"
81
+ version = "0.3.9"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
84
+
85
+ [[package]]
86
+ name = "arrayvec"
87
+ version = "0.7.6"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
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.11.1"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
132
+ dependencies = [
133
+ "serde_core",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "blake2b_simd"
138
+ version = "1.0.4"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3"
141
+ dependencies = [
142
+ "arrayref",
143
+ "arrayvec",
144
+ "constant_time_eq",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "block"
149
+ version = "0.1.6"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
152
+
153
+ [[package]]
154
+ name = "bumpalo"
155
+ version = "3.20.2"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
158
+
159
+ [[package]]
160
+ name = "bytemuck"
161
+ version = "1.25.0"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
164
+ dependencies = [
165
+ "bytemuck_derive",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "bytemuck_derive"
170
+ version = "1.10.2"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
173
+ dependencies = [
174
+ "proc-macro2",
175
+ "quote",
176
+ "syn",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "cast"
181
+ version = "0.3.0"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
184
+
185
+ [[package]]
186
+ name = "cfg-if"
187
+ version = "1.0.4"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
190
+
191
+ [[package]]
192
+ name = "cfg_aliases"
193
+ version = "0.2.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
196
+
197
+ [[package]]
198
+ name = "ciborium"
199
+ version = "0.2.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
202
+ dependencies = [
203
+ "ciborium-io",
204
+ "ciborium-ll",
205
+ "serde",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "ciborium-io"
210
+ version = "0.2.2"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
213
+
214
+ [[package]]
215
+ name = "ciborium-ll"
216
+ version = "0.2.2"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
219
+ dependencies = [
220
+ "ciborium-io",
221
+ "half",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "cl-sys"
226
+ version = "0.4.3"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "4febd824a957638c066180fbf72b2bed5bcee33740773f3dc59fe91f0a3e6595"
229
+ dependencies = [
230
+ "libc",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "clap"
235
+ version = "4.6.1"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
238
+ dependencies = [
239
+ "clap_builder",
240
+ "clap_derive",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "clap_builder"
245
+ version = "4.6.0"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
248
+ dependencies = [
249
+ "anstream",
250
+ "anstyle",
251
+ "clap_lex",
252
+ "strsim",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "clap_derive"
257
+ version = "4.6.1"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
260
+ dependencies = [
261
+ "heck",
262
+ "proc-macro2",
263
+ "quote",
264
+ "syn",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "clap_lex"
269
+ version = "1.1.0"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
272
+
273
+ [[package]]
274
+ name = "codespan-reporting"
275
+ version = "0.11.1"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
278
+ dependencies = [
279
+ "termcolor",
280
+ "unicode-width",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "colorchoice"
285
+ version = "1.0.5"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
288
+
289
+ [[package]]
290
+ name = "constant_time_eq"
291
+ version = "0.4.2"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
294
+
295
+ [[package]]
296
+ name = "convert_case"
297
+ version = "0.6.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
300
+ dependencies = [
301
+ "unicode-segmentation",
302
+ ]
303
+
304
+ [[package]]
305
+ name = "core-foundation"
306
+ version = "0.9.4"
307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
308
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
309
+ dependencies = [
310
+ "core-foundation-sys",
311
+ "libc",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "core-foundation-sys"
316
+ version = "0.8.7"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
319
+
320
+ [[package]]
321
+ name = "core-graphics-types"
322
+ version = "0.1.3"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
325
+ dependencies = [
326
+ "bitflags 1.3.2",
327
+ "core-foundation",
328
+ "libc",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "criterion"
333
+ version = "0.5.1"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
336
+ dependencies = [
337
+ "anes",
338
+ "cast",
339
+ "ciborium",
340
+ "clap",
341
+ "criterion-plot",
342
+ "is-terminal",
343
+ "itertools",
344
+ "num-traits 0.2.19",
345
+ "once_cell",
346
+ "oorandom",
347
+ "plotters",
348
+ "rayon",
349
+ "regex",
350
+ "serde",
351
+ "serde_derive",
352
+ "serde_json",
353
+ "tinytemplate",
354
+ "walkdir",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "criterion-plot"
359
+ version = "0.5.0"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
362
+ dependencies = [
363
+ "cast",
364
+ "itertools",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "crossbeam"
369
+ version = "0.8.4"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
372
+ dependencies = [
373
+ "crossbeam-channel",
374
+ "crossbeam-deque",
375
+ "crossbeam-epoch",
376
+ "crossbeam-queue",
377
+ "crossbeam-utils",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "crossbeam-channel"
382
+ version = "0.5.15"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
385
+ dependencies = [
386
+ "crossbeam-utils",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "crossbeam-deque"
391
+ version = "0.8.6"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
394
+ dependencies = [
395
+ "crossbeam-epoch",
396
+ "crossbeam-utils",
397
+ ]
398
+
399
+ [[package]]
400
+ name = "crossbeam-epoch"
401
+ version = "0.9.18"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
404
+ dependencies = [
405
+ "crossbeam-utils",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "crossbeam-queue"
410
+ version = "0.3.12"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
413
+ dependencies = [
414
+ "crossbeam-utils",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "crossbeam-utils"
419
+ version = "0.8.21"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
422
+
423
+ [[package]]
424
+ name = "crunchy"
425
+ version = "0.2.4"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
428
+
429
+ [[package]]
430
+ name = "ctor"
431
+ version = "0.2.9"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
434
+ dependencies = [
435
+ "quote",
436
+ "syn",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "document-features"
441
+ version = "0.2.12"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
444
+ dependencies = [
445
+ "litrs",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "either"
450
+ version = "1.15.0"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
453
+
454
+ [[package]]
455
+ name = "enum_primitive"
456
+ version = "0.1.1"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
459
+ dependencies = [
460
+ "num-traits 0.1.43",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "equivalent"
465
+ version = "1.0.2"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
468
+
469
+ [[package]]
470
+ name = "foldhash"
471
+ version = "0.1.5"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
474
+
475
+ [[package]]
476
+ name = "foreign-types"
477
+ version = "0.5.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
480
+ dependencies = [
481
+ "foreign-types-macros",
482
+ "foreign-types-shared",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "foreign-types-macros"
487
+ version = "0.2.3"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
490
+ dependencies = [
491
+ "proc-macro2",
492
+ "quote",
493
+ "syn",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "foreign-types-shared"
498
+ version = "0.3.1"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
501
+
502
+ [[package]]
503
+ name = "futures"
504
+ version = "0.1.31"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
507
+
508
+ [[package]]
509
+ name = "futures-core"
510
+ version = "0.3.32"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
513
+
514
+ [[package]]
515
+ name = "futures-task"
516
+ version = "0.3.32"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
519
+
520
+ [[package]]
521
+ name = "futures-util"
522
+ version = "0.3.32"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
525
+ dependencies = [
526
+ "futures-core",
527
+ "futures-task",
528
+ "pin-project-lite",
529
+ "slab",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "getrandom"
534
+ version = "0.3.4"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
537
+ dependencies = [
538
+ "cfg-if",
539
+ "libc",
540
+ "r-efi",
541
+ "wasip2",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "gl_generator"
546
+ version = "0.14.0"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
549
+ dependencies = [
550
+ "khronos_api",
551
+ "log",
552
+ "xml-rs",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "glow"
557
+ version = "0.16.0"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
560
+ dependencies = [
561
+ "js-sys",
562
+ "slotmap",
563
+ "wasm-bindgen",
564
+ "web-sys",
565
+ ]
566
+
567
+ [[package]]
568
+ name = "glutin_wgl_sys"
569
+ version = "0.6.1"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
572
+ dependencies = [
573
+ "gl_generator",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "gpu-alloc"
578
+ version = "0.6.0"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
581
+ dependencies = [
582
+ "bitflags 2.11.1",
583
+ "gpu-alloc-types",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "gpu-alloc-types"
588
+ version = "0.3.0"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
591
+ dependencies = [
592
+ "bitflags 2.11.1",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "gpu-allocator"
597
+ version = "0.27.0"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
600
+ dependencies = [
601
+ "log",
602
+ "presser",
603
+ "thiserror 1.0.69",
604
+ "windows",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "gpu-descriptor"
609
+ version = "0.3.2"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
612
+ dependencies = [
613
+ "bitflags 2.11.1",
614
+ "gpu-descriptor-types",
615
+ "hashbrown 0.15.5",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "gpu-descriptor-types"
620
+ version = "0.2.0"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
623
+ dependencies = [
624
+ "bitflags 2.11.1",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "half"
629
+ version = "2.7.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
632
+ dependencies = [
633
+ "cfg-if",
634
+ "crunchy",
635
+ "zerocopy",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "hashbrown"
640
+ version = "0.15.5"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
643
+ dependencies = [
644
+ "foldhash",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "hashbrown"
649
+ version = "0.17.1"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
652
+
653
+ [[package]]
654
+ name = "heck"
655
+ version = "0.5.0"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
658
+
659
+ [[package]]
660
+ name = "hermit-abi"
661
+ version = "0.5.2"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
664
+
665
+ [[package]]
666
+ name = "hex"
667
+ version = "0.4.3"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
670
+
671
+ [[package]]
672
+ name = "hexf-parse"
673
+ version = "0.2.1"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
676
+
677
+ [[package]]
678
+ name = "indexmap"
679
+ version = "2.14.0"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
682
+ dependencies = [
683
+ "equivalent",
684
+ "hashbrown 0.17.1",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "is-terminal"
689
+ version = "0.4.17"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
692
+ dependencies = [
693
+ "hermit-abi",
694
+ "libc",
695
+ "windows-sys",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "is_terminal_polyfill"
700
+ version = "1.70.2"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
703
+
704
+ [[package]]
705
+ name = "itertools"
706
+ version = "0.10.5"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
709
+ dependencies = [
710
+ "either",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "itoa"
715
+ version = "1.0.18"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
718
+
719
+ [[package]]
720
+ name = "jni-sys"
721
+ version = "0.3.1"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
724
+ dependencies = [
725
+ "jni-sys 0.4.1",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "jni-sys"
730
+ version = "0.4.1"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
733
+ dependencies = [
734
+ "jni-sys-macros",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "jni-sys-macros"
739
+ version = "0.4.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
742
+ dependencies = [
743
+ "quote",
744
+ "syn",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "js-sys"
749
+ version = "0.3.98"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
752
+ dependencies = [
753
+ "cfg-if",
754
+ "futures-util",
755
+ "once_cell",
756
+ "wasm-bindgen",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "khronos-egl"
761
+ version = "6.0.0"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
764
+ dependencies = [
765
+ "libc",
766
+ "libloading",
767
+ "pkg-config",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "khronos_api"
772
+ version = "3.1.0"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
775
+
776
+ [[package]]
777
+ name = "libc"
778
+ version = "0.2.186"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
781
+
782
+ [[package]]
783
+ name = "libloading"
784
+ version = "0.8.9"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
787
+ dependencies = [
788
+ "cfg-if",
789
+ "windows-link",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "litrs"
794
+ version = "1.0.0"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
797
+
798
+ [[package]]
799
+ name = "lock_api"
800
+ version = "0.4.14"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
803
+ dependencies = [
804
+ "scopeguard",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "log"
809
+ version = "0.4.29"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
812
+
813
+ [[package]]
814
+ name = "malloc_buf"
815
+ version = "0.0.6"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
818
+ dependencies = [
819
+ "libc",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "memchr"
824
+ version = "2.8.0"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
827
+
828
+ [[package]]
829
+ name = "metal"
830
+ version = "0.31.0"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
833
+ dependencies = [
834
+ "bitflags 2.11.1",
835
+ "block",
836
+ "core-graphics-types",
837
+ "foreign-types",
838
+ "log",
839
+ "objc",
840
+ "paste",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "naga"
845
+ version = "24.0.0"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e"
848
+ dependencies = [
849
+ "arrayvec",
850
+ "bit-set",
851
+ "bitflags 2.11.1",
852
+ "cfg_aliases",
853
+ "codespan-reporting",
854
+ "hexf-parse",
855
+ "indexmap",
856
+ "log",
857
+ "rustc-hash",
858
+ "spirv",
859
+ "strum",
860
+ "termcolor",
861
+ "thiserror 2.0.18",
862
+ "unicode-xid",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "nano-rspow"
867
+ version = "0.2.5"
868
+ dependencies = [
869
+ "blake2b_simd",
870
+ "bytemuck",
871
+ "criterion",
872
+ "hex",
873
+ "ocl",
874
+ "pollster",
875
+ "rand",
876
+ "rayon",
877
+ "thiserror 2.0.18",
878
+ "wgpu",
879
+ ]
880
+
881
+ [[package]]
882
+ name = "nano-rspow-cli"
883
+ version = "0.2.5"
884
+ dependencies = [
885
+ "clap",
886
+ "hex",
887
+ "nano-rspow",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "nano-rspow-node"
892
+ version = "0.2.5"
893
+ dependencies = [
894
+ "hex",
895
+ "nano-rspow",
896
+ "napi",
897
+ "napi-build",
898
+ "napi-derive",
899
+ "tokio",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "nano-rspow-python"
904
+ version = "0.2.5"
905
+ dependencies = [
906
+ "hex",
907
+ "nano-rspow",
908
+ "pyo3",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "napi"
913
+ version = "2.16.17"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
916
+ dependencies = [
917
+ "bitflags 2.11.1",
918
+ "ctor",
919
+ "napi-derive",
920
+ "napi-sys",
921
+ "once_cell",
922
+ "tokio",
923
+ ]
924
+
925
+ [[package]]
926
+ name = "napi-build"
927
+ version = "2.3.1"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
930
+
931
+ [[package]]
932
+ name = "napi-derive"
933
+ version = "2.16.13"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
936
+ dependencies = [
937
+ "cfg-if",
938
+ "convert_case",
939
+ "napi-derive-backend",
940
+ "proc-macro2",
941
+ "quote",
942
+ "syn",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "napi-derive-backend"
947
+ version = "1.0.75"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
950
+ dependencies = [
951
+ "convert_case",
952
+ "once_cell",
953
+ "proc-macro2",
954
+ "quote",
955
+ "regex",
956
+ "semver",
957
+ "syn",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "napi-sys"
962
+ version = "2.4.0"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
965
+ dependencies = [
966
+ "libloading",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "ndk-sys"
971
+ version = "0.5.0+25.2.9519653"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
974
+ dependencies = [
975
+ "jni-sys 0.3.1",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "nodrop"
980
+ version = "0.1.14"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
983
+
984
+ [[package]]
985
+ name = "num-complex"
986
+ version = "0.4.6"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
989
+ dependencies = [
990
+ "num-traits 0.2.19",
991
+ ]
992
+
993
+ [[package]]
994
+ name = "num-traits"
995
+ version = "0.1.43"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
998
+ dependencies = [
999
+ "num-traits 0.2.19",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "num-traits"
1004
+ version = "0.2.19"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1007
+ dependencies = [
1008
+ "autocfg",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "objc"
1013
+ version = "0.2.7"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1016
+ dependencies = [
1017
+ "malloc_buf",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "ocl"
1022
+ version = "0.19.7"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "4297afb442d411793e4e24ee5a2977d15b6c95c743418f1c0ce0a2397d7ec8a3"
1025
+ dependencies = [
1026
+ "futures",
1027
+ "nodrop",
1028
+ "num-traits 0.2.19",
1029
+ "ocl-core",
1030
+ "qutex",
1031
+ "thiserror 1.0.69",
1032
+ ]
1033
+
1034
+ [[package]]
1035
+ name = "ocl-core"
1036
+ version = "0.11.5"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "c145dd9f205b86611a5df15eb89517417b03005441cf6cec245c65a4b9248c52"
1039
+ dependencies = [
1040
+ "bitflags 1.3.2",
1041
+ "cl-sys",
1042
+ "enum_primitive",
1043
+ "num-complex",
1044
+ "num-traits 0.2.19",
1045
+ "ocl-core-vector",
1046
+ "rustc_version",
1047
+ "thiserror 1.0.69",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "ocl-core-vector"
1052
+ version = "0.1.1"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "f562279e046ca160aeed5eaf6f7c4eb9fa56cb8fd9d038dbdbf56225caeb8074"
1055
+ dependencies = [
1056
+ "num-traits 0.2.19",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "once_cell"
1061
+ version = "1.21.4"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1064
+
1065
+ [[package]]
1066
+ name = "once_cell_polyfill"
1067
+ version = "1.70.2"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1070
+
1071
+ [[package]]
1072
+ name = "oorandom"
1073
+ version = "11.1.5"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1076
+
1077
+ [[package]]
1078
+ name = "ordered-float"
1079
+ version = "4.6.0"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1082
+ dependencies = [
1083
+ "num-traits 0.2.19",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "parking_lot"
1088
+ version = "0.12.5"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1091
+ dependencies = [
1092
+ "lock_api",
1093
+ "parking_lot_core",
1094
+ ]
1095
+
1096
+ [[package]]
1097
+ name = "parking_lot_core"
1098
+ version = "0.9.12"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1101
+ dependencies = [
1102
+ "cfg-if",
1103
+ "libc",
1104
+ "redox_syscall",
1105
+ "smallvec",
1106
+ "windows-link",
1107
+ ]
1108
+
1109
+ [[package]]
1110
+ name = "paste"
1111
+ version = "1.0.15"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1114
+
1115
+ [[package]]
1116
+ name = "pin-project-lite"
1117
+ version = "0.2.17"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1120
+
1121
+ [[package]]
1122
+ name = "pkg-config"
1123
+ version = "0.3.33"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1126
+
1127
+ [[package]]
1128
+ name = "plotters"
1129
+ version = "0.3.7"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1132
+ dependencies = [
1133
+ "num-traits 0.2.19",
1134
+ "plotters-backend",
1135
+ "plotters-svg",
1136
+ "wasm-bindgen",
1137
+ "web-sys",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "plotters-backend"
1142
+ version = "0.3.7"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1145
+
1146
+ [[package]]
1147
+ name = "plotters-svg"
1148
+ version = "0.3.7"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1151
+ dependencies = [
1152
+ "plotters-backend",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "pollster"
1157
+ version = "0.4.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
1160
+
1161
+ [[package]]
1162
+ name = "portable-atomic"
1163
+ version = "1.13.1"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1166
+
1167
+ [[package]]
1168
+ name = "ppv-lite86"
1169
+ version = "0.2.21"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1172
+ dependencies = [
1173
+ "zerocopy",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "presser"
1178
+ version = "0.3.1"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
1181
+
1182
+ [[package]]
1183
+ name = "proc-macro2"
1184
+ version = "1.0.106"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1187
+ dependencies = [
1188
+ "unicode-ident",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "profiling"
1193
+ version = "1.0.18"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
1196
+
1197
+ [[package]]
1198
+ name = "pyo3"
1199
+ version = "0.28.3"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1202
+ dependencies = [
1203
+ "libc",
1204
+ "once_cell",
1205
+ "portable-atomic",
1206
+ "pyo3-build-config",
1207
+ "pyo3-ffi",
1208
+ "pyo3-macros",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "pyo3-build-config"
1213
+ version = "0.28.3"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1216
+ dependencies = [
1217
+ "target-lexicon",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "pyo3-ffi"
1222
+ version = "0.28.3"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1225
+ dependencies = [
1226
+ "libc",
1227
+ "pyo3-build-config",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "pyo3-macros"
1232
+ version = "0.28.3"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1235
+ dependencies = [
1236
+ "proc-macro2",
1237
+ "pyo3-macros-backend",
1238
+ "quote",
1239
+ "syn",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "pyo3-macros-backend"
1244
+ version = "0.28.3"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1247
+ dependencies = [
1248
+ "heck",
1249
+ "proc-macro2",
1250
+ "pyo3-build-config",
1251
+ "quote",
1252
+ "syn",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "quote"
1257
+ version = "1.0.45"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1260
+ dependencies = [
1261
+ "proc-macro2",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "qutex"
1266
+ version = "0.2.6"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "11778238e7d8b0e3ca62033fdc69e01ef5cdb08809cdc2398b2ce5ec873a1757"
1269
+ dependencies = [
1270
+ "crossbeam",
1271
+ "futures",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "r-efi"
1276
+ version = "5.3.0"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1279
+
1280
+ [[package]]
1281
+ name = "rand"
1282
+ version = "0.9.4"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1285
+ dependencies = [
1286
+ "rand_chacha",
1287
+ "rand_core",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "rand_chacha"
1292
+ version = "0.9.0"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1295
+ dependencies = [
1296
+ "ppv-lite86",
1297
+ "rand_core",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "rand_core"
1302
+ version = "0.9.5"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1305
+ dependencies = [
1306
+ "getrandom",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "range-alloc"
1311
+ version = "0.1.5"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08"
1314
+
1315
+ [[package]]
1316
+ name = "raw-window-handle"
1317
+ version = "0.6.2"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
1320
+
1321
+ [[package]]
1322
+ name = "rayon"
1323
+ version = "1.12.0"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1326
+ dependencies = [
1327
+ "either",
1328
+ "rayon-core",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "rayon-core"
1333
+ version = "1.13.0"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1336
+ dependencies = [
1337
+ "crossbeam-deque",
1338
+ "crossbeam-utils",
1339
+ ]
1340
+
1341
+ [[package]]
1342
+ name = "redox_syscall"
1343
+ version = "0.5.18"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1346
+ dependencies = [
1347
+ "bitflags 2.11.1",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "regex"
1352
+ version = "1.12.3"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1355
+ dependencies = [
1356
+ "aho-corasick",
1357
+ "memchr",
1358
+ "regex-automata",
1359
+ "regex-syntax",
1360
+ ]
1361
+
1362
+ [[package]]
1363
+ name = "regex-automata"
1364
+ version = "0.4.14"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1367
+ dependencies = [
1368
+ "aho-corasick",
1369
+ "memchr",
1370
+ "regex-syntax",
1371
+ ]
1372
+
1373
+ [[package]]
1374
+ name = "regex-syntax"
1375
+ version = "0.8.10"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1378
+
1379
+ [[package]]
1380
+ name = "renderdoc-sys"
1381
+ version = "1.1.0"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
1384
+
1385
+ [[package]]
1386
+ name = "rustc-hash"
1387
+ version = "1.1.0"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1390
+
1391
+ [[package]]
1392
+ name = "rustc_version"
1393
+ version = "0.4.1"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1396
+ dependencies = [
1397
+ "semver",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "rustversion"
1402
+ version = "1.0.22"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1405
+
1406
+ [[package]]
1407
+ name = "same-file"
1408
+ version = "1.0.6"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1411
+ dependencies = [
1412
+ "winapi-util",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "scopeguard"
1417
+ version = "1.2.0"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1420
+
1421
+ [[package]]
1422
+ name = "semver"
1423
+ version = "1.0.28"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1426
+
1427
+ [[package]]
1428
+ name = "serde"
1429
+ version = "1.0.228"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1432
+ dependencies = [
1433
+ "serde_core",
1434
+ "serde_derive",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "serde_core"
1439
+ version = "1.0.228"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1442
+ dependencies = [
1443
+ "serde_derive",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "serde_derive"
1448
+ version = "1.0.228"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1451
+ dependencies = [
1452
+ "proc-macro2",
1453
+ "quote",
1454
+ "syn",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "serde_json"
1459
+ version = "1.0.149"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1462
+ dependencies = [
1463
+ "itoa",
1464
+ "memchr",
1465
+ "serde",
1466
+ "serde_core",
1467
+ "zmij",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "slab"
1472
+ version = "0.4.12"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1475
+
1476
+ [[package]]
1477
+ name = "slotmap"
1478
+ version = "1.1.1"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1481
+ dependencies = [
1482
+ "version_check",
1483
+ ]
1484
+
1485
+ [[package]]
1486
+ name = "smallvec"
1487
+ version = "1.15.1"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1490
+
1491
+ [[package]]
1492
+ name = "spirv"
1493
+ version = "0.3.0+sdk-1.3.268.0"
1494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+ checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
1496
+ dependencies = [
1497
+ "bitflags 2.11.1",
1498
+ ]
1499
+
1500
+ [[package]]
1501
+ name = "static_assertions"
1502
+ version = "1.1.0"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1505
+
1506
+ [[package]]
1507
+ name = "strsim"
1508
+ version = "0.11.1"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1511
+
1512
+ [[package]]
1513
+ name = "strum"
1514
+ version = "0.26.3"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1517
+ dependencies = [
1518
+ "strum_macros",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "strum_macros"
1523
+ version = "0.26.4"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
1526
+ dependencies = [
1527
+ "heck",
1528
+ "proc-macro2",
1529
+ "quote",
1530
+ "rustversion",
1531
+ "syn",
1532
+ ]
1533
+
1534
+ [[package]]
1535
+ name = "syn"
1536
+ version = "2.0.117"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1539
+ dependencies = [
1540
+ "proc-macro2",
1541
+ "quote",
1542
+ "unicode-ident",
1543
+ ]
1544
+
1545
+ [[package]]
1546
+ name = "target-lexicon"
1547
+ version = "0.13.5"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1550
+
1551
+ [[package]]
1552
+ name = "termcolor"
1553
+ version = "1.4.1"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1556
+ dependencies = [
1557
+ "winapi-util",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "thiserror"
1562
+ version = "1.0.69"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1565
+ dependencies = [
1566
+ "thiserror-impl 1.0.69",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "thiserror"
1571
+ version = "2.0.18"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1574
+ dependencies = [
1575
+ "thiserror-impl 2.0.18",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "thiserror-impl"
1580
+ version = "1.0.69"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1583
+ dependencies = [
1584
+ "proc-macro2",
1585
+ "quote",
1586
+ "syn",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "thiserror-impl"
1591
+ version = "2.0.18"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1594
+ dependencies = [
1595
+ "proc-macro2",
1596
+ "quote",
1597
+ "syn",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "tinytemplate"
1602
+ version = "1.2.1"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1605
+ dependencies = [
1606
+ "serde",
1607
+ "serde_json",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "tokio"
1612
+ version = "1.52.3"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1615
+ dependencies = [
1616
+ "pin-project-lite",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "unicode-ident"
1621
+ version = "1.0.24"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1624
+
1625
+ [[package]]
1626
+ name = "unicode-segmentation"
1627
+ version = "1.13.2"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
1630
+
1631
+ [[package]]
1632
+ name = "unicode-width"
1633
+ version = "0.1.14"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1636
+
1637
+ [[package]]
1638
+ name = "unicode-xid"
1639
+ version = "0.2.6"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1642
+
1643
+ [[package]]
1644
+ name = "utf8parse"
1645
+ version = "0.2.2"
1646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1647
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1648
+
1649
+ [[package]]
1650
+ name = "version_check"
1651
+ version = "0.9.5"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1654
+
1655
+ [[package]]
1656
+ name = "walkdir"
1657
+ version = "2.5.0"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1660
+ dependencies = [
1661
+ "same-file",
1662
+ "winapi-util",
1663
+ ]
1664
+
1665
+ [[package]]
1666
+ name = "wasip2"
1667
+ version = "1.0.3+wasi-0.2.9"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1670
+ dependencies = [
1671
+ "wit-bindgen",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "wasm-bindgen"
1676
+ version = "0.2.121"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
1679
+ dependencies = [
1680
+ "cfg-if",
1681
+ "once_cell",
1682
+ "rustversion",
1683
+ "wasm-bindgen-macro",
1684
+ "wasm-bindgen-shared",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "wasm-bindgen-futures"
1689
+ version = "0.4.71"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
1692
+ dependencies = [
1693
+ "js-sys",
1694
+ "wasm-bindgen",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "wasm-bindgen-macro"
1699
+ version = "0.2.121"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
1702
+ dependencies = [
1703
+ "quote",
1704
+ "wasm-bindgen-macro-support",
1705
+ ]
1706
+
1707
+ [[package]]
1708
+ name = "wasm-bindgen-macro-support"
1709
+ version = "0.2.121"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
1712
+ dependencies = [
1713
+ "bumpalo",
1714
+ "proc-macro2",
1715
+ "quote",
1716
+ "syn",
1717
+ "wasm-bindgen-shared",
1718
+ ]
1719
+
1720
+ [[package]]
1721
+ name = "wasm-bindgen-shared"
1722
+ version = "0.2.121"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
1725
+ dependencies = [
1726
+ "unicode-ident",
1727
+ ]
1728
+
1729
+ [[package]]
1730
+ name = "web-sys"
1731
+ version = "0.3.98"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
1734
+ dependencies = [
1735
+ "js-sys",
1736
+ "wasm-bindgen",
1737
+ ]
1738
+
1739
+ [[package]]
1740
+ name = "wgpu"
1741
+ version = "24.0.5"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353"
1744
+ dependencies = [
1745
+ "arrayvec",
1746
+ "bitflags 2.11.1",
1747
+ "cfg_aliases",
1748
+ "document-features",
1749
+ "js-sys",
1750
+ "log",
1751
+ "parking_lot",
1752
+ "profiling",
1753
+ "raw-window-handle",
1754
+ "smallvec",
1755
+ "static_assertions",
1756
+ "wasm-bindgen",
1757
+ "wasm-bindgen-futures",
1758
+ "web-sys",
1759
+ "wgpu-core",
1760
+ "wgpu-hal",
1761
+ "wgpu-types",
1762
+ ]
1763
+
1764
+ [[package]]
1765
+ name = "wgpu-core"
1766
+ version = "24.0.5"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499"
1769
+ dependencies = [
1770
+ "arrayvec",
1771
+ "bit-vec",
1772
+ "bitflags 2.11.1",
1773
+ "cfg_aliases",
1774
+ "document-features",
1775
+ "indexmap",
1776
+ "log",
1777
+ "naga",
1778
+ "once_cell",
1779
+ "parking_lot",
1780
+ "profiling",
1781
+ "raw-window-handle",
1782
+ "rustc-hash",
1783
+ "smallvec",
1784
+ "thiserror 2.0.18",
1785
+ "wgpu-hal",
1786
+ "wgpu-types",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "wgpu-hal"
1791
+ version = "24.0.4"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259"
1794
+ dependencies = [
1795
+ "android_system_properties",
1796
+ "arrayvec",
1797
+ "ash",
1798
+ "bit-set",
1799
+ "bitflags 2.11.1",
1800
+ "block",
1801
+ "bytemuck",
1802
+ "cfg_aliases",
1803
+ "core-graphics-types",
1804
+ "glow",
1805
+ "glutin_wgl_sys",
1806
+ "gpu-alloc",
1807
+ "gpu-allocator",
1808
+ "gpu-descriptor",
1809
+ "js-sys",
1810
+ "khronos-egl",
1811
+ "libc",
1812
+ "libloading",
1813
+ "log",
1814
+ "metal",
1815
+ "naga",
1816
+ "ndk-sys",
1817
+ "objc",
1818
+ "once_cell",
1819
+ "ordered-float",
1820
+ "parking_lot",
1821
+ "profiling",
1822
+ "range-alloc",
1823
+ "raw-window-handle",
1824
+ "renderdoc-sys",
1825
+ "rustc-hash",
1826
+ "smallvec",
1827
+ "thiserror 2.0.18",
1828
+ "wasm-bindgen",
1829
+ "web-sys",
1830
+ "wgpu-types",
1831
+ "windows",
1832
+ "windows-core",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "wgpu-types"
1837
+ version = "24.0.0"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c"
1840
+ dependencies = [
1841
+ "bitflags 2.11.1",
1842
+ "js-sys",
1843
+ "log",
1844
+ "web-sys",
1845
+ ]
1846
+
1847
+ [[package]]
1848
+ name = "winapi-util"
1849
+ version = "0.1.11"
1850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1851
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1852
+ dependencies = [
1853
+ "windows-sys",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "windows"
1858
+ version = "0.58.0"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
1861
+ dependencies = [
1862
+ "windows-core",
1863
+ "windows-targets",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "windows-core"
1868
+ version = "0.58.0"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
1871
+ dependencies = [
1872
+ "windows-implement",
1873
+ "windows-interface",
1874
+ "windows-result",
1875
+ "windows-strings",
1876
+ "windows-targets",
1877
+ ]
1878
+
1879
+ [[package]]
1880
+ name = "windows-implement"
1881
+ version = "0.58.0"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
1884
+ dependencies = [
1885
+ "proc-macro2",
1886
+ "quote",
1887
+ "syn",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "windows-interface"
1892
+ version = "0.58.0"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
1895
+ dependencies = [
1896
+ "proc-macro2",
1897
+ "quote",
1898
+ "syn",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "windows-link"
1903
+ version = "0.2.1"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1906
+
1907
+ [[package]]
1908
+ name = "windows-result"
1909
+ version = "0.2.0"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
1912
+ dependencies = [
1913
+ "windows-targets",
1914
+ ]
1915
+
1916
+ [[package]]
1917
+ name = "windows-strings"
1918
+ version = "0.1.0"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
1921
+ dependencies = [
1922
+ "windows-result",
1923
+ "windows-targets",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "windows-sys"
1928
+ version = "0.61.2"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1931
+ dependencies = [
1932
+ "windows-link",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "windows-targets"
1937
+ version = "0.52.6"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1940
+ dependencies = [
1941
+ "windows_aarch64_gnullvm",
1942
+ "windows_aarch64_msvc",
1943
+ "windows_i686_gnu",
1944
+ "windows_i686_gnullvm",
1945
+ "windows_i686_msvc",
1946
+ "windows_x86_64_gnu",
1947
+ "windows_x86_64_gnullvm",
1948
+ "windows_x86_64_msvc",
1949
+ ]
1950
+
1951
+ [[package]]
1952
+ name = "windows_aarch64_gnullvm"
1953
+ version = "0.52.6"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1956
+
1957
+ [[package]]
1958
+ name = "windows_aarch64_msvc"
1959
+ version = "0.52.6"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1962
+
1963
+ [[package]]
1964
+ name = "windows_i686_gnu"
1965
+ version = "0.52.6"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1968
+
1969
+ [[package]]
1970
+ name = "windows_i686_gnullvm"
1971
+ version = "0.52.6"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1974
+
1975
+ [[package]]
1976
+ name = "windows_i686_msvc"
1977
+ version = "0.52.6"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1980
+
1981
+ [[package]]
1982
+ name = "windows_x86_64_gnu"
1983
+ version = "0.52.6"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1986
+
1987
+ [[package]]
1988
+ name = "windows_x86_64_gnullvm"
1989
+ version = "0.52.6"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1992
+
1993
+ [[package]]
1994
+ name = "windows_x86_64_msvc"
1995
+ version = "0.52.6"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1998
+
1999
+ [[package]]
2000
+ name = "wit-bindgen"
2001
+ version = "0.57.1"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2004
+
2005
+ [[package]]
2006
+ name = "xml-rs"
2007
+ version = "0.8.28"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
2010
+
2011
+ [[package]]
2012
+ name = "zerocopy"
2013
+ version = "0.8.48"
2014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2015
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2016
+ dependencies = [
2017
+ "zerocopy-derive",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "zerocopy-derive"
2022
+ version = "0.8.48"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2025
+ dependencies = [
2026
+ "proc-macro2",
2027
+ "quote",
2028
+ "syn",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "zmij"
2033
+ version = "1.0.21"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"