2023-08-05 21:16:52 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "agb-gbafix"
|
2023-11-01 07:35:14 +11:00
|
|
|
version = "0.18.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"elf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.1.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.6.8"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "628a8f9bd1e24b4e0db2b4bc2d000b001e7dd032d54afa60a68836aeec5aa54a"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-04 08:23:24 +11:00
|
|
|
version = "1.0.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 08:23:24 +11:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.2.3"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.0.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "3.0.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.79"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.69.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-01-18 04:23:23 +11:00
|
|
|
"bitflags 2.4.2",
|
2023-08-05 21:16:52 +10:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"syn",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "2.4.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "1.14.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-08 07:35:21 +11:00
|
|
|
version = "1.5.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 07:35:21 +11:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-04 22:36:38 +10:00
|
|
|
version = "1.0.83"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 22:36:38 +10:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-08-13 20:36:46 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.7.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "4.4.18"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "4.4.18"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "4.4.7"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.6.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
2023-11-26 15:15:22 +11:00
|
|
|
version = "0.7.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:15:22 +11:00
|
|
|
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.3.8"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.3.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.0.28"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2023-09-07 07:29:51 +10:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "0.5.9"
|
2023-09-07 07:29:51 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-09-07 07:29:51 +10:00
|
|
|
dependencies = [
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-07 07:29:51 +10:00
|
|
|
]
|
|
|
|
|
2023-08-05 21:16:52 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.24.8"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-01-08 02:10:06 +11:00
|
|
|
version = "0.2.152"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:06 +11:00
|
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "0.8.1"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.4.13"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-13 20:36:46 +10:00
|
|
|
version = "0.4.20"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:36:46 +10:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "2.7.1"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mgba"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mgba-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mgba-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mgba-test-runner"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"agb-gbafix",
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"image",
|
|
|
|
"mgba",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.2.17"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.19.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.3.29"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.17.11"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"crc32fast",
|
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "0.2.16"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.76"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.35"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "1.10.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.4.3"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.8.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.38.30"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-01-18 04:23:23 +11:00
|
|
|
"bitflags 2.4.2",
|
2023-08-05 21:16:52 +10:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "1.2.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-01-18 04:23:23 +11:00
|
|
|
version = "0.10.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 04:23:23 +11:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "2.0.48"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.56"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.56"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-09-07 07:29:51 +10:00
|
|
|
version = "4.4.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 07:29:51 +10:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-09-07 07:29:51 +10:00
|
|
|
"home",
|
2023-08-05 21:16:52 +10:00
|
|
|
"once_cell",
|
2023-09-04 22:36:38 +10:00
|
|
|
"rustix",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-08 02:10:41 +11:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-targets 0.48.5",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows-targets 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-12-06 07:51:29 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
2024-01-08 02:10:41 +11:00
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|