2021-04-20 07:21:44 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-21 10:03:25 +10:00
|
|
|
version = 3
|
|
|
|
|
2022-02-25 07:49:44 +11:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "1.0.1"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-03-24 09:04:22 +11:00
|
|
|
version = "1.0.70"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 09:04:22 +11:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.1.0"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-06-04 19:30:18 +10:00
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "1.3.2"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-03-24 09:04:22 +11:00
|
|
|
version = "1.13.1"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 09:04:22 +11:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2021-06-04 19:30:18 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-03-24 09:04:22 +11:00
|
|
|
version = "1.0.79"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 09:04:22 +11:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.3.2"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
2021-06-21 10:03:25 +10:00
|
|
|
"cfg-if",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
2023-04-14 07:33:59 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2022-09-16 06:33:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-12-24 08:33:57 +11:00
|
|
|
version = "1.0.25"
|
2022-09-16 06:33:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-24 08:33:57 +11:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-09-16 06:33:28 +10:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-04-14 07:33:59 +10:00
|
|
|
"miniz_oxide 0.6.2",
|
2022-09-16 06:33:28 +10:00
|
|
|
]
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2023-04-06 02:31:53 +10:00
|
|
|
version = "0.24.6"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 02:31:53 +10:00
|
|
|
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-24 09:04:22 +11:00
|
|
|
version = "0.1.26"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 09:04:22 +11:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "0.2.142"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "2.5.0"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mgba-test-runner"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
2021-06-04 19:30:18 +10:00
|
|
|
"image",
|
2021-04-20 07:21:44 +10:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-11-01 05:50:34 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-04-14 07:33:59 +10:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.1.45"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-06-27 02:32:08 +10:00
|
|
|
version = "0.4.1"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 02:32:08 +10:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.2.15"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2023-04-14 07:33:59 +10:00
|
|
|
version = "0.17.8"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 07:33:59 +10:00
|
|
|
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
2023-04-14 07:33:59 +10:00
|
|
|
"fdeflate",
|
2022-09-16 06:33:28 +10:00
|
|
|
"flate2",
|
2023-04-14 07:33:59 +10:00
|
|
|
"miniz_oxide 0.7.1",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "1.8.1"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-22 09:46:41 +10:00
|
|
|
version = "0.7.1"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 09:46:41 +10:00
|
|
|
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
2023-04-14 07:33:59 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.5"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 07:33:59 +10:00
|
|
|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
|