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-06-04 19:30:18 +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:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.7.18"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.12.1"
|
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 = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.0.55"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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 = "bindgen"
|
2022-01-02 08:07:43 +11:00
|
|
|
version = "0.59.2"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 08:07:43 +11:00
|
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-01-13 10:05:02 +11:00
|
|
|
version = "1.7.3"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
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-02-25 07:37:17 +11:00
|
|
|
version = "1.0.73"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-01-02 08:07:43 +11:00
|
|
|
version = "0.6.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 08:07:43 +11:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-05-23 14:06:35 +10:00
|
|
|
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"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.3.1"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "2.34.0"
|
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 = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "1.0.0"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
2022-01-02 08:07:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-01-02 08:07:43 +11:00
|
|
|
version = "0.9.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 08:07:43 +11:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.1.19"
|
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 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-06-21 10:03:25 +10:00
|
|
|
version = "2.1.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-21 10:03:25 +10:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.24.1"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "db207d030ae38f1eb6f240d5a1c1c88ff422aa005d10f8c6c6fc5e75286ab30e"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.1.24"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +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"
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "0.2.119"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-17 09:10:57 +11:00
|
|
|
version = "0.7.3"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-17 09:10:57 +11:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
2021-06-21 10:03:25 +10:00
|
|
|
"cfg-if",
|
2021-05-23 14:06:35 +10:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
2021-06-21 10:03:25 +10:00
|
|
|
"cfg-if",
|
2021-05-23 14:06:35 +10:00
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "2.4.1"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-04-20 07:21:44 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mgba-test-runner"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-05-23 14:06:35 +10:00
|
|
|
"bindgen",
|
2021-04-20 07:21:44 +10:00
|
|
|
"cc",
|
2021-06-04 19:30:18 +10:00
|
|
|
"image",
|
2021-04-20 07:21:44 +10:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-01-02 08:07:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.5.1"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
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
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-01-02 08:07:43 +11:00
|
|
|
version = "7.1.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 08:07:43 +11:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-01-02 08:07:43 +11:00
|
|
|
"minimal-lexical",
|
2021-05-23 14:06:35 +10:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-04 19:30:18 +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-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2021-06-04 19:30:18 +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",
|
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-02-25 07:49:44 +11:00
|
|
|
version = "0.17.3"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:49:44 +11:00
|
|
|
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393"
|
2021-06-04 19:30:18 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2021-08-02 03:03:13 +10:00
|
|
|
"miniz_oxide",
|
2021-06-04 19:30:18 +10:00
|
|
|
]
|
|
|
|
|
2021-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "1.0.36"
|
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 = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "1.0.15"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "1.5.4"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.6.25"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:05:02 +11:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "1.1.0"
|
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 = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.1.9"
|
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 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-13 10:05:02 +11:00
|
|
|
version = "0.9.4"
|
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 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-02-25 07:37:17 +11:00
|
|
|
version = "4.2.4"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 07:37:17 +11:00
|
|
|
checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
2022-01-02 08:07:43 +11:00
|
|
|
"either",
|
|
|
|
"lazy_static",
|
2021-05-23 14:06:35 +10:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|