2021-04-20 07:51:41 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
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 08:15:03 +10:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2021-04-20 07:51:41 +10:00
|
|
|
[[package]]
|
2021-04-20 09:58:03 +10:00
|
|
|
name = "agb_image_converter"
|
2021-08-02 06:40:49 +10:00
|
|
|
version = "0.6.0"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"image",
|
2021-07-23 04:03:49 +10:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-07-22 05:59:25 +10:00
|
|
|
"serde",
|
2021-07-23 03:43:27 +10:00
|
|
|
"syn",
|
2021-07-22 05:59:25 +10:00
|
|
|
"toml",
|
2021-04-20 08:15:03 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.1.0"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-04-20 08:15:03 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "1.3.2"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-04-20 08:15:03 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-03-06 07:52:26 +11:00
|
|
|
version = "1.8.0"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 07:52:26 +11:00
|
|
|
checksum = "0e851ca7c24871e7336801608a4797d7376545b6928a10d32d75685687141ead"
|
2021-04-20 08:15:03 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[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-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "1.0.0"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.24.1"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "db207d030ae38f1eb6f240d5a1c1c88ff422aa005d10f8c6c6fc5e75286ab30e"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.5.1"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
2022-02-25 07:49:44 +11:00
|
|
|
"adler",
|
2021-04-20 08:15:03 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.4.0"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-03-06 07:52:26 +11:00
|
|
|
version = "0.17.5"
|
2021-04-20 08:15:03 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 07:52:26 +11:00
|
|
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
2021-04-20 08:15:03 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2021-06-06 03:11:00 +10:00
|
|
|
"miniz_oxide",
|
2021-04-20 08:15:03 +10:00
|
|
|
]
|
|
|
|
|
2021-06-06 02:45:21 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-02 08:02:51 +11:00
|
|
|
version = "1.0.36"
|
2021-06-06 02:45:21 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 08:02:51 +11:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-06-06 02:45:21 +10:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-22 12:56:33 +11:00
|
|
|
version = "1.0.15"
|
2021-06-06 02:45:21 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 12:56:33 +11:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2021-06-06 02:45:21 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-07-22 05:59:25 +10:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.0.136"
|
2021-07-22 05:59:25 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-07-22 05:59:25 +10:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.0.136"
|
2021-07-22 05:59:25 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-07-22 05:59:25 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-06 02:45:21 +10:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-20 12:58:31 +11:00
|
|
|
version = "1.0.86"
|
2021-06-06 02:45:21 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 12:58:31 +11:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2021-06-06 02:45:21 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-07-22 05:59:25 +10:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-06 02:45:21 +10:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|