My actor.rpg avatar walking around on a GBA game
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "agb"
13version = "0.23.1"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "8f82890a21e1b80ed4cf32487ed08691e90b42c7e36b3a85c8b82d4319e6b7eb"
16dependencies = [
17 "agb_fixnum",
18 "agb_hashmap",
19 "agb_image_converter",
20 "agb_macros",
21 "agb_save",
22 "agb_sound_converter",
23 "bilge",
24 "critical-section",
25 "once_cell",
26 "portable-atomic",
27 "qrcodegen-no-heap",
28 "serde",
29]
30
31[[package]]
32name = "agb_fixnum"
33version = "0.23.1"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "4cab9f0be30139b28ca818cb0b3f13b64ea45c657bd5aa28cde40ff5a5f48b78"
36dependencies = [
37 "const_soft_float",
38 "num-traits",
39 "quote",
40 "serde",
41 "typewit",
42]
43
44[[package]]
45name = "agb_hashmap"
46version = "0.23.1"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "af833f0741bd0837c596aec2ece5666658a54737dbce59d5032c01cc8d7ac8ba"
49dependencies = [
50 "rustc-hash",
51 "serde",
52]
53
54[[package]]
55name = "agb_image_converter"
56version = "0.23.1"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "9e734785d954fb1bc8e90bd96ea74608612fabd048824f8c65a3e3368afe81b9"
59dependencies = [
60 "asefile",
61 "fontdue",
62 "image",
63 "pagination-packing",
64 "proc-macro2",
65 "quote",
66 "snafu",
67 "syn",
68]
69
70[[package]]
71name = "agb_macros"
72version = "0.23.1"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "71baacd13fa836201d6591673d573a813b8ee2efc33f1137df90320cbd8ab5e3"
75dependencies = [
76 "proc-macro2",
77 "quote",
78 "syn",
79]
80
81[[package]]
82name = "agb_save"
83version = "0.23.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "ec10f0eb65287c68b61ba5c83bcd1f24cd8c1fbf514771a28184e830d648990c"
86dependencies = [
87 "crc16",
88 "postcard",
89 "serde",
90]
91
92[[package]]
93name = "agb_sound_converter"
94version = "0.23.1"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "08c27fa374177a02e751b0e390da8ec79339990dd7439db0ada56aef5df0dd31"
97dependencies = [
98 "hound",
99 "proc-macro2",
100 "quote",
101 "syn",
102]
103
104[[package]]
105name = "agb_template"
106version = "0.1.0"
107dependencies = [
108 "agb",
109]
110
111[[package]]
112name = "allocator-api2"
113version = "0.2.21"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
116
117[[package]]
118name = "arbitrary-int"
119version = "2.1.1"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "993a810118f8f37e9c4411c86f1c4c940a09a7ab34b7bf2d88d06f50c553fab7"
122
123[[package]]
124name = "asefile"
125version = "0.3.8"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "556cab74f613f2bcf3ab5dc5bbd2220fe2e1a4e7380fbaff96c5333a117066b4"
128dependencies = [
129 "bitflags 2.11.1",
130 "byteorder",
131 "flate2",
132 "image",
133 "log",
134 "nohash",
135]
136
137[[package]]
138name = "autocfg"
139version = "1.5.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
142
143[[package]]
144name = "bilge"
145version = "0.3.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "279c74986684d5cc7bbbd079aa448e8f852992cd385d85bb3a37e374c087b065"
148dependencies = [
149 "arbitrary-int",
150 "bilge-impl",
151]
152
153[[package]]
154name = "bilge-impl"
155version = "0.3.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "a1176e49f42fe135cd2b56465e4f7d07038d3728f5e9f27fb2f08ed3fef75339"
158dependencies = [
159 "itertools",
160 "proc-macro-error2",
161 "proc-macro2",
162 "quote",
163 "syn",
164]
165
166[[package]]
167name = "bitflags"
168version = "1.3.2"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
171
172[[package]]
173name = "bitflags"
174version = "2.11.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
177
178[[package]]
179name = "bytemuck"
180version = "1.25.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
183
184[[package]]
185name = "byteorder"
186version = "1.5.0"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
189
190[[package]]
191name = "cfg-if"
192version = "1.0.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
195
196[[package]]
197name = "cobs"
198version = "0.3.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
201dependencies = [
202 "thiserror",
203]
204
205[[package]]
206name = "color_quant"
207version = "1.1.0"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
210
211[[package]]
212name = "const_soft_float"
213version = "0.1.4"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "87ca1caa64ef4ed453e68bb3db612e51cf1b2f5b871337f0fcab1c8f87cc3dff"
216
217[[package]]
218name = "crc16"
219version = "0.4.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
222
223[[package]]
224name = "crc32fast"
225version = "1.5.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
228dependencies = [
229 "cfg-if",
230]
231
232[[package]]
233name = "critical-section"
234version = "1.2.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
237
238[[package]]
239name = "either"
240version = "1.15.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
243
244[[package]]
245name = "embedded-io"
246version = "0.4.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
249
250[[package]]
251name = "embedded-io"
252version = "0.6.1"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
255
256[[package]]
257name = "equivalent"
258version = "1.0.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
261
262[[package]]
263name = "fdeflate"
264version = "0.3.7"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
267dependencies = [
268 "simd-adler32",
269]
270
271[[package]]
272name = "flate2"
273version = "1.1.9"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
276dependencies = [
277 "crc32fast",
278 "miniz_oxide",
279]
280
281[[package]]
282name = "foldhash"
283version = "0.1.5"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
286
287[[package]]
288name = "fontdue"
289version = "0.9.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "2e57e16b3fe8ff4364c0661fdaac543fb38b29ea9bc9c2f45612d90adf931d2b"
292dependencies = [
293 "hashbrown",
294 "ttf-parser",
295]
296
297[[package]]
298name = "hashbrown"
299version = "0.15.5"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
302dependencies = [
303 "allocator-api2",
304 "equivalent",
305 "foldhash",
306]
307
308[[package]]
309name = "heck"
310version = "0.5.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
313
314[[package]]
315name = "hound"
316version = "3.5.1"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
319
320[[package]]
321name = "image"
322version = "0.24.9"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
325dependencies = [
326 "bytemuck",
327 "byteorder",
328 "color_quant",
329 "num-traits",
330 "png",
331]
332
333[[package]]
334name = "itertools"
335version = "0.14.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
338dependencies = [
339 "either",
340]
341
342[[package]]
343name = "log"
344version = "0.4.29"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
347
348[[package]]
349name = "miniz_oxide"
350version = "0.8.9"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
353dependencies = [
354 "adler2",
355 "simd-adler32",
356]
357
358[[package]]
359name = "nohash"
360version = "0.2.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
363
364[[package]]
365name = "num-traits"
366version = "0.2.19"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
369dependencies = [
370 "autocfg",
371]
372
373[[package]]
374name = "once_cell"
375version = "1.21.4"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
378dependencies = [
379 "critical-section",
380 "portable-atomic",
381]
382
383[[package]]
384name = "pagination-packing"
385version = "2.1.3"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "fee2531e9fa461274702c7fca3ad82af33297de093c323ec36bbc2fb2091953b"
388
389[[package]]
390name = "png"
391version = "0.17.16"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
394dependencies = [
395 "bitflags 1.3.2",
396 "crc32fast",
397 "fdeflate",
398 "flate2",
399 "miniz_oxide",
400]
401
402[[package]]
403name = "portable-atomic"
404version = "1.13.1"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
407
408[[package]]
409name = "postcard"
410version = "1.1.3"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
413dependencies = [
414 "cobs",
415 "embedded-io 0.4.0",
416 "embedded-io 0.6.1",
417 "serde",
418]
419
420[[package]]
421name = "proc-macro-error-attr2"
422version = "2.0.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
425dependencies = [
426 "proc-macro2",
427 "quote",
428]
429
430[[package]]
431name = "proc-macro-error2"
432version = "2.0.1"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
435dependencies = [
436 "proc-macro-error-attr2",
437 "proc-macro2",
438 "quote",
439]
440
441[[package]]
442name = "proc-macro2"
443version = "1.0.106"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
446dependencies = [
447 "unicode-ident",
448]
449
450[[package]]
451name = "qrcodegen-no-heap"
452version = "1.8.1"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "d0e2c0bf8be8a1c4a4f48973dabf26943f05da2bfc2d3180aae62409dbba6f0c"
455
456[[package]]
457name = "quote"
458version = "1.0.45"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
461dependencies = [
462 "proc-macro2",
463]
464
465[[package]]
466name = "rustc-hash"
467version = "2.1.2"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
470
471[[package]]
472name = "serde"
473version = "1.0.228"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
476dependencies = [
477 "serde_core",
478 "serde_derive",
479]
480
481[[package]]
482name = "serde_core"
483version = "1.0.228"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
486dependencies = [
487 "serde_derive",
488]
489
490[[package]]
491name = "serde_derive"
492version = "1.0.228"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
495dependencies = [
496 "proc-macro2",
497 "quote",
498 "syn",
499]
500
501[[package]]
502name = "simd-adler32"
503version = "0.3.9"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
506
507[[package]]
508name = "snafu"
509version = "0.8.9"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
512dependencies = [
513 "snafu-derive",
514]
515
516[[package]]
517name = "snafu-derive"
518version = "0.8.9"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
521dependencies = [
522 "heck",
523 "proc-macro2",
524 "quote",
525 "syn",
526]
527
528[[package]]
529name = "syn"
530version = "2.0.117"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
533dependencies = [
534 "proc-macro2",
535 "quote",
536 "unicode-ident",
537]
538
539[[package]]
540name = "thiserror"
541version = "2.0.18"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
544dependencies = [
545 "thiserror-impl",
546]
547
548[[package]]
549name = "thiserror-impl"
550version = "2.0.18"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
553dependencies = [
554 "proc-macro2",
555 "quote",
556 "syn",
557]
558
559[[package]]
560name = "ttf-parser"
561version = "0.21.1"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
564
565[[package]]
566name = "typewit"
567version = "1.15.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "214ca0b2191785cbc06209b9ca1861e048e39b5ba33574b3cedd58363d5bb5f6"
570dependencies = [
571 "typewit_proc_macros",
572]
573
574[[package]]
575name = "typewit_proc_macros"
576version = "1.8.1"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
579
580[[package]]
581name = "unicode-ident"
582version = "1.0.24"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"