2022-01-01 23:09:21 +11:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-02-25 09:26:08 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
2022-01-13 09:09:57 +11:00
|
|
|
"agb_fixnum",
|
2023-04-24 03:00:31 +10:00
|
|
|
"agb_hashmap",
|
2022-01-01 23:09:21 +11:00
|
|
|
"agb_image_converter",
|
|
|
|
"agb_macros",
|
|
|
|
"agb_sound_converter",
|
2022-02-25 09:26:08 +11:00
|
|
|
"bare-metal",
|
2023-05-18 00:01:22 +10:00
|
|
|
"bilge",
|
2023-10-27 08:27:19 +11:00
|
|
|
"bitflags 2.4.1",
|
2022-02-25 08:45:14 +11:00
|
|
|
"rustc-hash",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
2022-01-13 09:09:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_fixnum"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-13 09:09:57 +11:00
|
|
|
dependencies = [
|
|
|
|
"agb_macros",
|
|
|
|
]
|
|
|
|
|
2023-04-24 03:00:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "agb_hashmap"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2023-04-24 03:00:31 +10:00
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "agb_image_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
2022-02-25 08:45:14 +11:00
|
|
|
"asefile",
|
2022-04-06 08:43:58 +10:00
|
|
|
"fontdue",
|
2022-01-01 23:09:21 +11:00
|
|
|
"image",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_macros"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb_sound_converter"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"hound",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.8.6"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
2023-04-22 09:46:41 +10:00
|
|
|
"cfg-if",
|
2022-04-06 08:43:58 +10:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-27 08:27:19 +11:00
|
|
|
"zerocopy",
|
2022-04-06 08:43:58 +10:00
|
|
|
]
|
|
|
|
|
2023-11-26 15:15:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary-int"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "1.2.6"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "fe8e2a586ecd6eb29477a0c25b19742acca4fa5e39c92e127656616810c20579"
|
2023-05-18 00:01:22 +10:00
|
|
|
|
2022-02-25 08:45:14 +11:00
|
|
|
[[package]]
|
|
|
|
name = "asefile"
|
2023-07-02 00:21:55 +10:00
|
|
|
version = "0.3.6"
|
2022-02-25 08:45:14 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-02 00:21:55 +10:00
|
|
|
checksum = "6277c3125ad5045ff11474a50dd43b31baffdd32c17e580137f176b8025fde71"
|
2022-02-25 08:45:14 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-02-25 08:45:14 +11:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"image",
|
|
|
|
"log",
|
|
|
|
"nohash",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "1.0.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bilge"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "dc707ed8ebf81de5cd6c7f48f54b4c8621760926cdf35a57000747c512e67b57"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary-int",
|
|
|
|
"bilge-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bilge-impl"
|
2023-08-07 06:06:12 +10:00
|
|
|
version = "0.2.0"
|
2023-05-18 00:01:22 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 06:06:12 +10:00
|
|
|
checksum = "feb11e002038ad243af39c2068c8a72bcf147acf05025dcdb916fcc000adb2d8"
|
2023-05-18 00:01:22 +10:00
|
|
|
dependencies = [
|
2023-08-07 06:06:12 +10:00
|
|
|
"itertools",
|
2023-05-18 00:01:22 +10:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-01-02 09:47:25 +11:00
|
|
|
version = "1.3.2"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 09:47:25 +11:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
2023-03-24 09:30:47 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "2.4.1"
|
2023-03-24 09:30:47 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-03-24 09:30:47 +11:00
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "1.14.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-08 07:35:21 +11:00
|
|
|
version = "1.5.0"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 07:35:21 +11:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-25 09:26:08 +11:00
|
|
|
version = "1.3.2"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 09:26:08 +11:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-02-25 08:45:14 +11:00
|
|
|
version = "0.8.6"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 08:45:14 +11:00
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2022-02-25 08:45:14 +11:00
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
|
2022-02-25 08:45:14 +11:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.28"
|
2022-02-25 08:45:14 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2022-02-25 08:45:14 +11:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-07-01 07:03:31 +10:00
|
|
|
"miniz_oxide 0.7.1",
|
2022-02-25 08:45:14 +11:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fontdue"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.8.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "9099a2f86b8e674b75d03ff154b3fe4c5208ed249ced8d69cc313a9fa40bb488"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
2023-04-14 07:33:59 +10:00
|
|
|
"hashbrown",
|
2022-04-06 08:43:58 +10:00
|
|
|
"ttf-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.14.2"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2022-04-06 08:43:58 +10:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2023-11-26 15:15:22 +11:00
|
|
|
"allocator-api2",
|
2022-04-06 08:43:58 +10:00
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2023-09-27 06:25:56 +10:00
|
|
|
version = "3.5.1"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 06:25:56 +10:00
|
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-02-25 08:45:14 +11:00
|
|
|
version = "0.23.14"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 08:45:14 +11:00
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2023-08-07 06:06:12 +10:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-26 20:31:26 +10:00
|
|
|
version = "1.0.9"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 20:31:26 +10:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
2022-02-25 08:45:14 +11:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-13 20:36:46 +10:00
|
|
|
version = "0.4.20"
|
2022-02-25 08:45:14 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:36:46 +10:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-02-25 08:45:14 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "0.7.1"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
2022-02-25 09:26:08 +11:00
|
|
|
"adler",
|
2022-02-25 08:45:14 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nohash"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca"
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.1.45"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.1.43"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-02-25 08:45:14 +11:00
|
|
|
version = "0.3.2"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 08:45:14 +11:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.2.17"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "1.18.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-02-25 08:45:14 +11:00
|
|
|
version = "0.16.8"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 08:45:14 +11:00
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
2023-03-24 09:30:47 +11:00
|
|
|
"bitflags 1.3.2",
|
2022-01-01 23:09:21 +11:00
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-02-25 08:45:14 +11:00
|
|
|
"miniz_oxide 0.3.7",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
2023-05-18 00:01:22 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "1.0.70"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
2022-05-31 20:15:10 +10:00
|
|
|
"unicode-ident",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-04 22:36:38 +10:00
|
|
|
version = "1.0.33"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 22:36:38 +10:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-02-25 08:45:14 +11:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-26 20:31:26 +10:00
|
|
|
version = "1.0.15"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 20:31:26 +10:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-01-01 23:09:21 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "1.0.193"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "1.0.193"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-18 00:01:22 +10:00
|
|
|
"syn",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-11-02 06:22:41 +11:00
|
|
|
version = "1.0.108"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 06:22:41 +11:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-24 09:04:22 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-10 07:10:08 +11:00
|
|
|
version = "2.0.39"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-10 07:10:08 +11:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2022-01-01 23:09:21 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-31 20:15:10 +10:00
|
|
|
"unicode-ident",
|
2022-01-01 23:09:21 +11:00
|
|
|
]
|
|
|
|
|
2022-01-01 23:15:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "the-hat-chooses-the-wizard"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"agb",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:43:58 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.20.0"
|
2022-04-06 08:43:58 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
2022-01-01 23:09:21 +11:00
|
|
|
[[package]]
|
2022-05-31 20:15:10 +10:00
|
|
|
name = "unicode-ident"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2022-01-01 23:09:21 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-04-06 08:43:58 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2023-10-27 08:27:19 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-11-15 07:04:00 +11:00
|
|
|
version = "0.7.26"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 07:04:00 +11:00
|
|
|
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-11-15 07:04:00 +11:00
|
|
|
version = "0.7.26"
|
2023-10-27 08:27:19 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 07:04:00 +11:00
|
|
|
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
|
2023-10-27 08:27:19 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|