CPUs can make a little heat, as a treat
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "android_system_properties"
7version = "0.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10dependencies = [
11 "libc",
12]
13
14[[package]]
15name = "anstream"
16version = "0.6.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "1.0.13"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
34
35[[package]]
36name = "anstyle-parse"
37version = "0.2.7"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-query"
46version = "1.1.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
49dependencies = [
50 "windows-sys 0.60.2",
51]
52
53[[package]]
54name = "anstyle-wincon"
55version = "3.0.10"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
58dependencies = [
59 "anstyle",
60 "once_cell_polyfill",
61 "windows-sys 0.60.2",
62]
63
64[[package]]
65name = "arrayvec"
66version = "0.7.6"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
69
70[[package]]
71name = "ash"
72version = "0.38.0+1.3.281"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
75dependencies = [
76 "libloading",
77]
78
79[[package]]
80name = "autocfg"
81version = "1.5.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
84
85[[package]]
86name = "bit-set"
87version = "0.8.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
90dependencies = [
91 "bit-vec",
92]
93
94[[package]]
95name = "bit-vec"
96version = "0.8.0"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
99
100[[package]]
101name = "bitflags"
102version = "2.9.4"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
105
106[[package]]
107name = "block"
108version = "0.1.6"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
111
112[[package]]
113name = "bumpalo"
114version = "3.19.0"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
117
118[[package]]
119name = "bytemuck"
120version = "1.24.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
123dependencies = [
124 "bytemuck_derive",
125]
126
127[[package]]
128name = "bytemuck_derive"
129version = "1.10.2"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
132dependencies = [
133 "proc-macro2",
134 "quote",
135 "syn",
136]
137
138[[package]]
139name = "cfg-if"
140version = "1.0.3"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
143
144[[package]]
145name = "cfg_aliases"
146version = "0.2.1"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
149
150[[package]]
151name = "clap"
152version = "4.5.48"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
155dependencies = [
156 "clap_builder",
157 "clap_derive",
158]
159
160[[package]]
161name = "clap_builder"
162version = "4.5.48"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
165dependencies = [
166 "anstream",
167 "anstyle",
168 "clap_lex",
169 "strsim",
170]
171
172[[package]]
173name = "clap_derive"
174version = "4.5.47"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
177dependencies = [
178 "heck",
179 "proc-macro2",
180 "quote",
181 "syn",
182]
183
184[[package]]
185name = "clap_lex"
186version = "0.7.5"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
189
190[[package]]
191name = "codespan-reporting"
192version = "0.12.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
195dependencies = [
196 "serde",
197 "termcolor",
198 "unicode-width",
199]
200
201[[package]]
202name = "colorchoice"
203version = "1.0.4"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
206
207[[package]]
208name = "core-foundation"
209version = "0.10.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
212dependencies = [
213 "core-foundation-sys",
214 "libc",
215]
216
217[[package]]
218name = "core-foundation-sys"
219version = "0.8.7"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
222
223[[package]]
224name = "core-graphics-types"
225version = "0.2.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
228dependencies = [
229 "bitflags",
230 "core-foundation",
231 "libc",
232]
233
234[[package]]
235name = "crunchy"
236version = "0.2.4"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
239
240[[package]]
241name = "ctrlc"
242version = "3.5.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
245dependencies = [
246 "dispatch",
247 "nix",
248 "windows-sys 0.61.2",
249]
250
251[[package]]
252name = "dispatch"
253version = "0.2.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
256
257[[package]]
258name = "document-features"
259version = "0.2.11"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
262dependencies = [
263 "litrs",
264]
265
266[[package]]
267name = "equivalent"
268version = "1.0.2"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
271
272[[package]]
273name = "foldhash"
274version = "0.1.5"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
277
278[[package]]
279name = "foldhash"
280version = "0.2.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
283
284[[package]]
285name = "foreign-types"
286version = "0.5.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
289dependencies = [
290 "foreign-types-macros",
291 "foreign-types-shared",
292]
293
294[[package]]
295name = "foreign-types-macros"
296version = "0.2.3"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
299dependencies = [
300 "proc-macro2",
301 "quote",
302 "syn",
303]
304
305[[package]]
306name = "foreign-types-shared"
307version = "0.3.1"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
310
311[[package]]
312name = "gl_generator"
313version = "0.14.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
316dependencies = [
317 "khronos_api",
318 "log",
319 "xml-rs",
320]
321
322[[package]]
323name = "glow"
324version = "0.16.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
327dependencies = [
328 "js-sys",
329 "slotmap",
330 "wasm-bindgen",
331 "web-sys",
332]
333
334[[package]]
335name = "glutin_wgl_sys"
336version = "0.6.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
339dependencies = [
340 "gl_generator",
341]
342
343[[package]]
344name = "gpu-alloc"
345version = "0.6.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
348dependencies = [
349 "bitflags",
350 "gpu-alloc-types",
351]
352
353[[package]]
354name = "gpu-alloc-types"
355version = "0.3.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
358dependencies = [
359 "bitflags",
360]
361
362[[package]]
363name = "gpu-allocator"
364version = "0.27.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
367dependencies = [
368 "log",
369 "presser",
370 "thiserror 1.0.69",
371 "windows",
372]
373
374[[package]]
375name = "gpu-descriptor"
376version = "0.3.2"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
379dependencies = [
380 "bitflags",
381 "gpu-descriptor-types",
382 "hashbrown 0.15.5",
383]
384
385[[package]]
386name = "gpu-descriptor-types"
387version = "0.2.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
390dependencies = [
391 "bitflags",
392]
393
394[[package]]
395name = "half"
396version = "2.7.0"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5"
399dependencies = [
400 "cfg-if",
401 "crunchy",
402 "num-traits",
403 "zerocopy",
404]
405
406[[package]]
407name = "hashbrown"
408version = "0.15.5"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
411dependencies = [
412 "foldhash 0.1.5",
413]
414
415[[package]]
416name = "hashbrown"
417version = "0.16.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
420dependencies = [
421 "foldhash 0.2.0",
422]
423
424[[package]]
425name = "heater"
426version = "0.1.0"
427dependencies = [
428 "bytemuck",
429 "clap",
430 "ctrlc",
431 "num_cpus",
432 "pollster",
433 "wgpu",
434]
435
436[[package]]
437name = "heck"
438version = "0.5.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
441
442[[package]]
443name = "hermit-abi"
444version = "0.5.2"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
447
448[[package]]
449name = "hexf-parse"
450version = "0.2.1"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
453
454[[package]]
455name = "indexmap"
456version = "2.11.4"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
459dependencies = [
460 "equivalent",
461 "hashbrown 0.16.0",
462]
463
464[[package]]
465name = "is_terminal_polyfill"
466version = "1.70.1"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
469
470[[package]]
471name = "jni-sys"
472version = "0.3.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
475
476[[package]]
477name = "js-sys"
478version = "0.3.81"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
481dependencies = [
482 "once_cell",
483 "wasm-bindgen",
484]
485
486[[package]]
487name = "khronos-egl"
488version = "6.0.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
491dependencies = [
492 "libc",
493 "libloading",
494 "pkg-config",
495]
496
497[[package]]
498name = "khronos_api"
499version = "3.1.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
502
503[[package]]
504name = "libc"
505version = "0.2.177"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
508
509[[package]]
510name = "libloading"
511version = "0.8.9"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
514dependencies = [
515 "cfg-if",
516 "windows-link",
517]
518
519[[package]]
520name = "libm"
521version = "0.2.15"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
524
525[[package]]
526name = "litrs"
527version = "0.4.2"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
530
531[[package]]
532name = "lock_api"
533version = "0.4.14"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
536dependencies = [
537 "scopeguard",
538]
539
540[[package]]
541name = "log"
542version = "0.4.28"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
545
546[[package]]
547name = "malloc_buf"
548version = "0.0.6"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
551dependencies = [
552 "libc",
553]
554
555[[package]]
556name = "metal"
557version = "0.32.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605"
560dependencies = [
561 "bitflags",
562 "block",
563 "core-graphics-types",
564 "foreign-types",
565 "log",
566 "objc",
567 "paste",
568]
569
570[[package]]
571name = "naga"
572version = "27.0.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "12b2e757b11b47345d44e7760e45458339bc490463d9548cd8651c53ae523153"
575dependencies = [
576 "arrayvec",
577 "bit-set",
578 "bitflags",
579 "cfg-if",
580 "cfg_aliases",
581 "codespan-reporting",
582 "half",
583 "hashbrown 0.16.0",
584 "hexf-parse",
585 "indexmap",
586 "libm",
587 "log",
588 "num-traits",
589 "once_cell",
590 "rustc-hash",
591 "spirv",
592 "thiserror 2.0.17",
593 "unicode-ident",
594]
595
596[[package]]
597name = "ndk-sys"
598version = "0.6.0+11769913"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
601dependencies = [
602 "jni-sys",
603]
604
605[[package]]
606name = "nix"
607version = "0.30.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
610dependencies = [
611 "bitflags",
612 "cfg-if",
613 "cfg_aliases",
614 "libc",
615]
616
617[[package]]
618name = "num-traits"
619version = "0.2.19"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
622dependencies = [
623 "autocfg",
624 "libm",
625]
626
627[[package]]
628name = "num_cpus"
629version = "1.17.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
632dependencies = [
633 "hermit-abi",
634 "libc",
635]
636
637[[package]]
638name = "objc"
639version = "0.2.7"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
642dependencies = [
643 "malloc_buf",
644]
645
646[[package]]
647name = "once_cell"
648version = "1.21.3"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
651
652[[package]]
653name = "once_cell_polyfill"
654version = "1.70.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
657
658[[package]]
659name = "ordered-float"
660version = "5.0.0"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01"
663dependencies = [
664 "num-traits",
665]
666
667[[package]]
668name = "parking_lot"
669version = "0.12.5"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
672dependencies = [
673 "lock_api",
674 "parking_lot_core",
675]
676
677[[package]]
678name = "parking_lot_core"
679version = "0.9.12"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
682dependencies = [
683 "cfg-if",
684 "libc",
685 "redox_syscall",
686 "smallvec",
687 "windows-link",
688]
689
690[[package]]
691name = "paste"
692version = "1.0.15"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
695
696[[package]]
697name = "pkg-config"
698version = "0.3.32"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
701
702[[package]]
703name = "pollster"
704version = "0.4.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
707
708[[package]]
709name = "portable-atomic"
710version = "1.11.1"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
713
714[[package]]
715name = "portable-atomic-util"
716version = "0.2.4"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
719dependencies = [
720 "portable-atomic",
721]
722
723[[package]]
724name = "presser"
725version = "0.3.1"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
728
729[[package]]
730name = "proc-macro2"
731version = "1.0.101"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
734dependencies = [
735 "unicode-ident",
736]
737
738[[package]]
739name = "profiling"
740version = "1.0.17"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
743
744[[package]]
745name = "quote"
746version = "1.0.41"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
749dependencies = [
750 "proc-macro2",
751]
752
753[[package]]
754name = "range-alloc"
755version = "0.1.4"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
758
759[[package]]
760name = "raw-window-handle"
761version = "0.6.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
764
765[[package]]
766name = "redox_syscall"
767version = "0.5.18"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
770dependencies = [
771 "bitflags",
772]
773
774[[package]]
775name = "renderdoc-sys"
776version = "1.1.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
779
780[[package]]
781name = "rustc-hash"
782version = "1.1.0"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
785
786[[package]]
787name = "rustversion"
788version = "1.0.22"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
791
792[[package]]
793name = "scopeguard"
794version = "1.2.0"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
797
798[[package]]
799name = "serde"
800version = "1.0.228"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
803dependencies = [
804 "serde_core",
805 "serde_derive",
806]
807
808[[package]]
809name = "serde_core"
810version = "1.0.228"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
813dependencies = [
814 "serde_derive",
815]
816
817[[package]]
818name = "serde_derive"
819version = "1.0.228"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
822dependencies = [
823 "proc-macro2",
824 "quote",
825 "syn",
826]
827
828[[package]]
829name = "slotmap"
830version = "1.0.7"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
833dependencies = [
834 "version_check",
835]
836
837[[package]]
838name = "smallvec"
839version = "1.15.1"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
842
843[[package]]
844name = "spirv"
845version = "0.3.0+sdk-1.3.268.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
848dependencies = [
849 "bitflags",
850]
851
852[[package]]
853name = "static_assertions"
854version = "1.1.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
857
858[[package]]
859name = "strsim"
860version = "0.11.1"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
863
864[[package]]
865name = "syn"
866version = "2.0.106"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
869dependencies = [
870 "proc-macro2",
871 "quote",
872 "unicode-ident",
873]
874
875[[package]]
876name = "termcolor"
877version = "1.4.1"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
880dependencies = [
881 "winapi-util",
882]
883
884[[package]]
885name = "thiserror"
886version = "1.0.69"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
889dependencies = [
890 "thiserror-impl 1.0.69",
891]
892
893[[package]]
894name = "thiserror"
895version = "2.0.17"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
898dependencies = [
899 "thiserror-impl 2.0.17",
900]
901
902[[package]]
903name = "thiserror-impl"
904version = "1.0.69"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
907dependencies = [
908 "proc-macro2",
909 "quote",
910 "syn",
911]
912
913[[package]]
914name = "thiserror-impl"
915version = "2.0.17"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
918dependencies = [
919 "proc-macro2",
920 "quote",
921 "syn",
922]
923
924[[package]]
925name = "unicode-ident"
926version = "1.0.19"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
929
930[[package]]
931name = "unicode-width"
932version = "0.2.2"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
935
936[[package]]
937name = "utf8parse"
938version = "0.2.2"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
941
942[[package]]
943name = "version_check"
944version = "0.9.5"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
947
948[[package]]
949name = "wasm-bindgen"
950version = "0.2.104"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
953dependencies = [
954 "cfg-if",
955 "once_cell",
956 "rustversion",
957 "wasm-bindgen-macro",
958 "wasm-bindgen-shared",
959]
960
961[[package]]
962name = "wasm-bindgen-backend"
963version = "0.2.104"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
966dependencies = [
967 "bumpalo",
968 "log",
969 "proc-macro2",
970 "quote",
971 "syn",
972 "wasm-bindgen-shared",
973]
974
975[[package]]
976name = "wasm-bindgen-futures"
977version = "0.4.54"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
980dependencies = [
981 "cfg-if",
982 "js-sys",
983 "once_cell",
984 "wasm-bindgen",
985 "web-sys",
986]
987
988[[package]]
989name = "wasm-bindgen-macro"
990version = "0.2.104"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
993dependencies = [
994 "quote",
995 "wasm-bindgen-macro-support",
996]
997
998[[package]]
999name = "wasm-bindgen-macro-support"
1000version = "0.2.104"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
1003dependencies = [
1004 "proc-macro2",
1005 "quote",
1006 "syn",
1007 "wasm-bindgen-backend",
1008 "wasm-bindgen-shared",
1009]
1010
1011[[package]]
1012name = "wasm-bindgen-shared"
1013version = "0.2.104"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
1016dependencies = [
1017 "unicode-ident",
1018]
1019
1020[[package]]
1021name = "web-sys"
1022version = "0.3.81"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
1025dependencies = [
1026 "js-sys",
1027 "wasm-bindgen",
1028]
1029
1030[[package]]
1031name = "wgpu"
1032version = "27.0.1"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77"
1035dependencies = [
1036 "arrayvec",
1037 "bitflags",
1038 "cfg-if",
1039 "cfg_aliases",
1040 "document-features",
1041 "hashbrown 0.16.0",
1042 "js-sys",
1043 "log",
1044 "naga",
1045 "parking_lot",
1046 "portable-atomic",
1047 "profiling",
1048 "raw-window-handle",
1049 "smallvec",
1050 "static_assertions",
1051 "wasm-bindgen",
1052 "wasm-bindgen-futures",
1053 "web-sys",
1054 "wgpu-core",
1055 "wgpu-hal",
1056 "wgpu-types",
1057]
1058
1059[[package]]
1060name = "wgpu-core"
1061version = "27.0.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "e3d654c0b6c6335edfca18c11bdaed964def641b8e9997d3a495a2ff4077c922"
1064dependencies = [
1065 "arrayvec",
1066 "bit-set",
1067 "bit-vec",
1068 "bitflags",
1069 "bytemuck",
1070 "cfg_aliases",
1071 "document-features",
1072 "hashbrown 0.16.0",
1073 "indexmap",
1074 "log",
1075 "naga",
1076 "once_cell",
1077 "parking_lot",
1078 "portable-atomic",
1079 "profiling",
1080 "raw-window-handle",
1081 "rustc-hash",
1082 "smallvec",
1083 "thiserror 2.0.17",
1084 "wgpu-core-deps-apple",
1085 "wgpu-core-deps-emscripten",
1086 "wgpu-core-deps-windows-linux-android",
1087 "wgpu-hal",
1088 "wgpu-types",
1089]
1090
1091[[package]]
1092name = "wgpu-core-deps-apple"
1093version = "27.0.0"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233"
1096dependencies = [
1097 "wgpu-hal",
1098]
1099
1100[[package]]
1101name = "wgpu-core-deps-emscripten"
1102version = "27.0.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5"
1105dependencies = [
1106 "wgpu-hal",
1107]
1108
1109[[package]]
1110name = "wgpu-core-deps-windows-linux-android"
1111version = "27.0.0"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3"
1114dependencies = [
1115 "wgpu-hal",
1116]
1117
1118[[package]]
1119name = "wgpu-hal"
1120version = "27.0.2"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "2618a2d6b8a5964ecc1ac32a5db56cb3b1e518725fcd773fd9a782e023453f2b"
1123dependencies = [
1124 "android_system_properties",
1125 "arrayvec",
1126 "ash",
1127 "bit-set",
1128 "bitflags",
1129 "block",
1130 "bytemuck",
1131 "cfg-if",
1132 "cfg_aliases",
1133 "core-graphics-types",
1134 "glow",
1135 "glutin_wgl_sys",
1136 "gpu-alloc",
1137 "gpu-allocator",
1138 "gpu-descriptor",
1139 "hashbrown 0.16.0",
1140 "js-sys",
1141 "khronos-egl",
1142 "libc",
1143 "libloading",
1144 "log",
1145 "metal",
1146 "naga",
1147 "ndk-sys",
1148 "objc",
1149 "once_cell",
1150 "ordered-float",
1151 "parking_lot",
1152 "portable-atomic",
1153 "portable-atomic-util",
1154 "profiling",
1155 "range-alloc",
1156 "raw-window-handle",
1157 "renderdoc-sys",
1158 "smallvec",
1159 "thiserror 2.0.17",
1160 "wasm-bindgen",
1161 "web-sys",
1162 "wgpu-types",
1163 "windows",
1164 "windows-core",
1165]
1166
1167[[package]]
1168name = "wgpu-types"
1169version = "27.0.1"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb"
1172dependencies = [
1173 "bitflags",
1174 "bytemuck",
1175 "js-sys",
1176 "log",
1177 "thiserror 2.0.17",
1178 "web-sys",
1179]
1180
1181[[package]]
1182name = "winapi-util"
1183version = "0.1.11"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1186dependencies = [
1187 "windows-sys 0.61.2",
1188]
1189
1190[[package]]
1191name = "windows"
1192version = "0.58.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
1195dependencies = [
1196 "windows-core",
1197 "windows-targets 0.52.6",
1198]
1199
1200[[package]]
1201name = "windows-core"
1202version = "0.58.0"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
1205dependencies = [
1206 "windows-implement",
1207 "windows-interface",
1208 "windows-result",
1209 "windows-strings",
1210 "windows-targets 0.52.6",
1211]
1212
1213[[package]]
1214name = "windows-implement"
1215version = "0.58.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
1218dependencies = [
1219 "proc-macro2",
1220 "quote",
1221 "syn",
1222]
1223
1224[[package]]
1225name = "windows-interface"
1226version = "0.58.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
1229dependencies = [
1230 "proc-macro2",
1231 "quote",
1232 "syn",
1233]
1234
1235[[package]]
1236name = "windows-link"
1237version = "0.2.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1240
1241[[package]]
1242name = "windows-result"
1243version = "0.2.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
1246dependencies = [
1247 "windows-targets 0.52.6",
1248]
1249
1250[[package]]
1251name = "windows-strings"
1252version = "0.1.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
1255dependencies = [
1256 "windows-result",
1257 "windows-targets 0.52.6",
1258]
1259
1260[[package]]
1261name = "windows-sys"
1262version = "0.60.2"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1265dependencies = [
1266 "windows-targets 0.53.5",
1267]
1268
1269[[package]]
1270name = "windows-sys"
1271version = "0.61.2"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1274dependencies = [
1275 "windows-link",
1276]
1277
1278[[package]]
1279name = "windows-targets"
1280version = "0.52.6"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1283dependencies = [
1284 "windows_aarch64_gnullvm 0.52.6",
1285 "windows_aarch64_msvc 0.52.6",
1286 "windows_i686_gnu 0.52.6",
1287 "windows_i686_gnullvm 0.52.6",
1288 "windows_i686_msvc 0.52.6",
1289 "windows_x86_64_gnu 0.52.6",
1290 "windows_x86_64_gnullvm 0.52.6",
1291 "windows_x86_64_msvc 0.52.6",
1292]
1293
1294[[package]]
1295name = "windows-targets"
1296version = "0.53.5"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1299dependencies = [
1300 "windows-link",
1301 "windows_aarch64_gnullvm 0.53.1",
1302 "windows_aarch64_msvc 0.53.1",
1303 "windows_i686_gnu 0.53.1",
1304 "windows_i686_gnullvm 0.53.1",
1305 "windows_i686_msvc 0.53.1",
1306 "windows_x86_64_gnu 0.53.1",
1307 "windows_x86_64_gnullvm 0.53.1",
1308 "windows_x86_64_msvc 0.53.1",
1309]
1310
1311[[package]]
1312name = "windows_aarch64_gnullvm"
1313version = "0.52.6"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1316
1317[[package]]
1318name = "windows_aarch64_gnullvm"
1319version = "0.53.1"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1322
1323[[package]]
1324name = "windows_aarch64_msvc"
1325version = "0.52.6"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1328
1329[[package]]
1330name = "windows_aarch64_msvc"
1331version = "0.53.1"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1334
1335[[package]]
1336name = "windows_i686_gnu"
1337version = "0.52.6"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1340
1341[[package]]
1342name = "windows_i686_gnu"
1343version = "0.53.1"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1346
1347[[package]]
1348name = "windows_i686_gnullvm"
1349version = "0.52.6"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1352
1353[[package]]
1354name = "windows_i686_gnullvm"
1355version = "0.53.1"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1358
1359[[package]]
1360name = "windows_i686_msvc"
1361version = "0.52.6"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1364
1365[[package]]
1366name = "windows_i686_msvc"
1367version = "0.53.1"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1370
1371[[package]]
1372name = "windows_x86_64_gnu"
1373version = "0.52.6"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1376
1377[[package]]
1378name = "windows_x86_64_gnu"
1379version = "0.53.1"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1382
1383[[package]]
1384name = "windows_x86_64_gnullvm"
1385version = "0.52.6"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1388
1389[[package]]
1390name = "windows_x86_64_gnullvm"
1391version = "0.53.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1394
1395[[package]]
1396name = "windows_x86_64_msvc"
1397version = "0.52.6"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1400
1401[[package]]
1402name = "windows_x86_64_msvc"
1403version = "0.53.1"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1406
1407[[package]]
1408name = "xml-rs"
1409version = "0.8.27"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
1412
1413[[package]]
1414name = "zerocopy"
1415version = "0.8.27"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1418dependencies = [
1419 "zerocopy-derive",
1420]
1421
1422[[package]]
1423name = "zerocopy-derive"
1424version = "0.8.27"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1427dependencies = [
1428 "proc-macro2",
1429 "quote",
1430 "syn",
1431]