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"
|
2024-03-07 06:11:47 +11:00
|
|
|
version = "0.19.1"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"elf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "1.1.3"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.6.13"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "1.0.6"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
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-03-10 02:28:03 +11:00
|
|
|
"windows-sys",
|
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-03-10 02:28:03 +11:00
|
|
|
"windows-sys",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "1.0.81"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "1.2.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "0.69.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-03-20 10:30:08 +11:00
|
|
|
"bitflags 2.5.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2024-02-07 09:49:04 +11:00
|
|
|
"itertools",
|
2023-08-05 21:16:52 +10:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"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-03-20 10:30:08 +11:00
|
|
|
version = "2.5.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "1.15.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
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"
|
2024-04-09 10:04:04 +10:00
|
|
|
version = "1.0.92"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-09 10:04:04 +10:00
|
|
|
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
|
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-04-02 23:10:47 +11:00
|
|
|
version = "4.5.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "4.5.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "4.5.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.7.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
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"
|
2024-02-14 22:02:19 +11:00
|
|
|
version = "1.4.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-14 22:02:19 +11:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "1.10.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[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-03-10 02:28:03 +11:00
|
|
|
"windows-sys",
|
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"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "0.5.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
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-03-10 02:28:03 +11:00
|
|
|
"windows-sys",
|
2023-09-07 07:29:51 +10:00
|
|
|
]
|
|
|
|
|
2023-08-05 21:16:52 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.24.9"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2024-02-07 09:49:04 +11:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-08-05 21:16:52 +10:00
|
|
|
[[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-02-01 10:14:44 +11:00
|
|
|
version = "0.2.153"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 10:14:44 +11:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.8.3"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-03-10 02:28:03 +11:00
|
|
|
"windows-targets",
|
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"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.4.21"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "2.7.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
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"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "0.7.2"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2023-08-05 21:16:52 +10:00
|
|
|
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"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.2.18"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
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 = "pkg-config"
|
2024-02-14 22:01:49 +11:00
|
|
|
version = "0.3.30"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-14 22:01:49 +11:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.17.13"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"crc32fast",
|
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "0.2.17"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-03-20 10:30:08 +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-03-20 10:30:08 +11:00
|
|
|
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
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"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "1.10.4"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.4.6"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-04-02 23:10:47 +11:00
|
|
|
version = "0.8.3"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 23:10:47 +11:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
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-03-20 10:30:08 +11:00
|
|
|
version = "0.38.32"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
2024-03-20 10:30:08 +11:00
|
|
|
"bitflags 2.5.0",
|
2023-08-05 21:16:52 +10:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-03-10 02:28:03 +11:00
|
|
|
"windows-sys",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-02-01 10:15:12 +11:00
|
|
|
version = "1.3.0"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 10:15:12 +11:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
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-04-05 07:58:42 +11:00
|
|
|
version = "0.11.1"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 07:58:42 +11:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-04-05 07:58:42 +11:00
|
|
|
version = "2.0.58"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 07:58:42 +11:00
|
|
|
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "1.0.58"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-03-20 10:30:08 +11:00
|
|
|
version = "1.0.58"
|
2023-08-05 21:16:52 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 10:30:08 +11:00
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
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
|
|
|
]
|
|
|
|
|
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-03-10 02:28:03 +11:00
|
|
|
"windows-targets",
|
2023-12-06 07:51:29 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2023-12-06 07:51:29 +11:00
|
|
|
dependencies = [
|
2024-03-10 02:28:03 +11:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-08-05 21:16:52 +10:00
|
|
|
]
|
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2024-01-08 02:10:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2024-01-08 02:10:41 +11:00
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
2024-01-08 02:10:41 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2024-01-08 02:10:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2024-01-08 02:10:41 +11:00
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2024-01-08 02:10:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2024-01-08 02:10:41 +11:00
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2024-01-08 02:10:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2024-01-08 02:10:41 +11:00
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2024-01-08 02:10:41 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2024-01-08 02:10:41 +11:00
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|