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-12-24 08:33:57 +11:00
|
|
|
version = "0.7.20"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-24 08:33:57 +11:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
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
|
|
|
]
|
|
|
|
|
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",
|
2022-12-24 08:33:57 +11:00
|
|
|
"miniz_oxide",
|
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-06 02:31:53 +10:00
|
|
|
version = "0.2.141"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 02:31:53 +10:00
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
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",
|
|
|
|
]
|
|
|
|
|
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-12-24 08:33:57 +11:00
|
|
|
"miniz_oxide",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-06 02:31:53 +10:00
|
|
|
version = "1.7.3"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 02:31:53 +10:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-24 09:04:22 +11:00
|
|
|
version = "0.6.29"
|
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 = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|