agb/mgba-test-runner/Cargo.lock

501 lines
13 KiB
Plaintext
Raw Normal View History

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-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-06-08 07:16:29 +10:00
version = "0.60.1"
2021-05-23 14:06:35 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-08 07:16:29 +10:00
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
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-09-16 06:33:28 +10:00
version = "1.12.1"
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 = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
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-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",
]
[[package]]
name = "clap"
2022-09-29 06:16:01 +10:00
version = "3.2.22"
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 = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
2021-05-23 14:06:35 +10:00
dependencies = [
"atty",
"bitflags",
2022-06-06 06:16:20 +10:00
"clap_lex",
"indexmap",
2021-05-23 14:06:35 +10:00
"strsim",
2022-06-06 06:16:20 +10:00
"termcolor",
2021-05-23 14:06:35 +10:00
"textwrap",
2022-06-06 06:16:20 +10:00
]
[[package]]
name = "clap_lex"
2022-07-13 16:00:40 +10:00
version = "0.2.4"
2022-06-06 06:16:20 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-13 16:00:40 +10:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-06-06 06:16:20 +10:00
dependencies = [
"os_str_bytes",
2021-05-23 14:06:35 +10:00
]
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
2021-05-23 14:06:35 +10:00
[[package]]
name = "env_logger"
2022-09-29 06:16:01 +10:00
version = "0.9.1"
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 = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
2021-05-23 14:06:35 +10:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
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",
"miniz_oxide",
]
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"
2022-06-06 06:16:20 +10:00
[[package]]
name = "hashbrown"
2022-08-13 00:49:01 +10:00
version = "0.12.3"
2022-06-06 06:16:20 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-13 00:49:01 +10:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-06-06 06:16:20 +10:00
2021-05-23 14:06:35 +10:00
[[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-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",
]
2022-06-06 06:16:20 +10:00
[[package]]
name = "indexmap"
2022-06-27 02:32:08 +10:00
version = "1.9.1"
2022-06-06 06:16:20 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 02:32:08 +10:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2022-06-06 06:16:20 +10:00
dependencies = [
"autocfg",
"hashbrown",
]
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-10-22 06:51:52 +11:00
version = "0.2.135"
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 = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
2021-04-20 07:21:44 +10:00
2021-05-23 14:06:35 +10:00
[[package]]
name = "libloading"
version = "0.7.3"
2021-05-23 14:06:35 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
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-09-29 06:16:01 +10:00
version = "1.15.0"
2022-09-16 06:33:28 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-29 06:16:01 +10:00
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2022-09-16 06:33:28 +10:00
2022-06-06 06:16:20 +10:00
[[package]]
name = "os_str_bytes"
2022-08-17 05:07:17 +10:00
version = "6.3.0"
2022-06-06 06:16:20 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-17 05:07:17 +10:00
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
2022-06-06 06:16:20 +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-09-16 06:33:28 +10:00
version = "0.17.6"
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 = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
2021-06-04 19:30:18 +10:00
dependencies = [
"bitflags",
"crc32fast",
2022-09-16 06:33:28 +10:00
"flate2",
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-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]]
name = "strsim"
2022-06-06 06:16:20 +10:00
version = "0.10.0"
2021-05-23 14:06:35 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 06:16:20 +10:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-05-23 14:06:35 +10:00
[[package]]
name = "termcolor"
2022-03-06 07:52:26 +11:00
version = "1.1.3"
2021-05-23 14:06:35 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 07:52:26 +11:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-05-23 14:06:35 +10:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
2022-09-29 06:16:01 +10:00
version = "0.15.1"
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 = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
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-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"