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"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "0.7.19"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.66"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
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"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "1.12.3"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
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"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "1.0.76"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
|
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
|
|
|
]
|
|
|
|
|
2022-09-16 06:33:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-11-01 05:50:34 +11:00
|
|
|
"miniz_oxide 0.5.4",
|
2022-09-16 06:33:28 +10:00
|
|
|
]
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "0.24.5"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
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"
|
2022-09-29 06:16:01 +10:00
|
|
|
version = "0.1.25"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 06:16:01 +10:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-01 05:50:34 +11:00
|
|
|
version = "0.2.137"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:50:34 +11:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "0.5.4"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
2022-02-25 07:49:44 +11:00
|
|
|
"adler",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-01 05:50:34 +11:00
|
|
|
version = "0.17.7"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:50:34 +11:00
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
2022-09-16 06:33:28 +10:00
|
|
|
"flate2",
|
2022-11-01 05:50:34 +11:00
|
|
|
"miniz_oxide 0.6.2",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "1.7.0"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-17 16:20:16 +11:00
|
|
|
version = "0.6.28"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:20:16 +11:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|