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-06 20:33:58 +11:00
|
|
|
version = "0.19.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-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-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-02-28 09:05:08 +11:00
|
|
|
version = "1.0.80"
|
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 = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
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-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-01-18 04:23:23 +11:00
|
|
|
"bitflags 2.4.2",
|
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-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"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "1.14.3"
|
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 = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
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-02-28 09:05:08 +11:00
|
|
|
version = "1.0.88"
|
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 = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
|
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-02-28 09:05:08 +11:00
|
|
|
version = "4.5.1"
|
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 = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "4.5.1"
|
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 = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "4.5.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 = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
|
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-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-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-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"
|
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-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-02-01 10:15:12 +11:00
|
|
|
version = "1.0.78"
|
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 = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
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-02-01 10:15:12 +11:00
|
|
|
version = "1.10.3"
|
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 = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-02-01 10:15:12 +11:00
|
|
|
version = "0.4.5"
|
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 = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
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-02-07 09:49:04 +11:00
|
|
|
version = "0.38.31"
|
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 = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
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"
|
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-02-12 03:17:59 +11:00
|
|
|
version = "0.11.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 = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
2023-08-05 21:16:52 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "2.0.51"
|
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 = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-02-14 22:02:19 +11:00
|
|
|
version = "1.0.57"
|
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 = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
|
2023-08-05 21:16:52 +10:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-02-14 22:02:19 +11:00
|
|
|
version = "1.0.57"
|
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 = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
|
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-02-28 09:05:08 +11:00
|
|
|
"windows-targets 0.52.3",
|
2024-01-08 02:10:41 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f"
|
2023-12-06 07:51:29 +11:00
|
|
|
dependencies = [
|
2024-02-28 09:05:08 +11:00
|
|
|
"windows_aarch64_gnullvm 0.52.3",
|
|
|
|
"windows_aarch64_msvc 0.52.3",
|
|
|
|
"windows_i686_gnu 0.52.3",
|
|
|
|
"windows_i686_msvc 0.52.3",
|
|
|
|
"windows_x86_64_gnu 0.52.3",
|
|
|
|
"windows_x86_64_gnullvm 0.52.3",
|
|
|
|
"windows_x86_64_msvc 0.52.3",
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
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"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.52.3"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"
|