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 = "bindgen"
|
2022-11-01 05:48:25 +11:00
|
|
|
version = "0.61.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:48:25 +11:00
|
|
|
checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2022-11-01 05:48:25 +11:00
|
|
|
"syn",
|
2021-05-23 14:06:35 +10:00
|
|
|
"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-11-01 05:50:34 +11:00
|
|
|
version = "1.12.2"
|
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 = "5aec14f5d4e6e3f927cd0c81f72e5710d95ee9019fbeb4b3021193867491bfd8"
|
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-01 05:50:34 +11:00
|
|
|
version = "1.0.74"
|
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 = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
|
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-09-29 06:16:01 +10:00
|
|
|
version = "1.4.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 06:16:01 +10:00
|
|
|
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
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-01-02 08:07:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "1.8.0"
|
2022-01-02 08:07:43 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2022-01-02 08:07:43 +11: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-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-06-04 19:30:18 +10:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-09-29 06:16:01 +10:00
|
|
|
version = "0.24.4"
|
2021-06-04 19:30:18 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 06:16:01 +10:00
|
|
|
checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
|
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",
|
|
|
|
]
|
|
|
|
|
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-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
|
|
|
|
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"
|
2022-05-31 20:15:10 +10:00
|
|
|
version = "0.4.17"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:15:10 +10:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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
|
|
|
]
|
|
|
|
|
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",
|
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-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-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-15 17:06:15 +11:00
|
|
|
version = "7.1.1"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 17:06:15 +11:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-09-16 06:33:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-01 05:50:34 +11:00
|
|
|
version = "1.16.0"
|
2022-09-16 06:33:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:50:34 +11:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2022-09-16 06:33:28 +10:00
|
|
|
|
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-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-05-23 14:06:35 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.47"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
2022-05-31 20:15:10 +10:00
|
|
|
"unicode-ident",
|
2021-05-23 14:06:35 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-13 00:49:01 +10:00
|
|
|
version = "1.0.21"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-13 00:49:01 +10:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-04-20 07:21:44 +10:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-13 16:00:40 +10:00
|
|
|
version = "1.6.0"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 16:00:40 +10:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2021-04-20 07:21:44 +10:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-13 16:00:40 +10:00
|
|
|
version = "0.6.27"
|
2021-04-20 07:21:44 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 16:00:40 +10:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
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]]
|
2022-11-01 05:48:25 +11:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.103"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 05:48:25 +11:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
2022-11-01 05:48:25 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-05-23 14:06:35 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-31 20:15:10 +10:00
|
|
|
name = "unicode-ident"
|
2022-10-22 06:51:52 +11:00
|
|
|
version = "1.0.5"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 06:51:52 +11:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2021-05-23 14:06:35 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-09-16 06:33:28 +10:00
|
|
|
version = "4.3.0"
|
2021-05-23 14:06:35 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 06:33:28 +10:00
|
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
2021-05-23 14:06:35 +10:00
|
|
|
dependencies = [
|
2022-01-02 08:07:43 +11:00
|
|
|
"either",
|
2021-05-23 14:06:35 +10:00
|
|
|
"libc",
|
2022-09-16 06:33:28 +10:00
|
|
|
"once_cell",
|
2021-05-23 14:06:35 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|