2019-04-21 22:25:22 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-10 10:09:49 +02:00
|
|
|
version = 3
|
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
2022-12-30 18:17:28 +01:00
|
|
|
"hermit-abi 0.1.19",
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2020-06-28 15:55:46 +02:00
|
|
|
]
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "autocfg"
|
2022-02-20 12:53:43 +01:00
|
|
|
version = "1.1.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-20 12:53:43 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-21 20:48:41 +02:00
|
|
|
version = "0.13.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 20:48:41 +02:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "bumpalo"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "3.12.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "1.0.79"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2020-11-20 08:15:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cggitem_sets"
|
2021-03-28 18:32:09 +02:00
|
|
|
version = "1.0.0"
|
2018-06-05 00:02:35 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"indexmap",
|
|
|
|
"log",
|
2021-03-15 22:09:30 +01:00
|
|
|
"rayon",
|
2020-11-20 08:15:50 +01:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"simple_logger",
|
2021-03-10 12:22:00 +01:00
|
|
|
"ureq",
|
2020-11-20 08:15:50 +01:00
|
|
|
"winreg",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "colored"
|
2022-01-25 12:15:31 +01:00
|
|
|
version = "2.0.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 12:15:31 +01:00
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-20 12:53:43 +01:00
|
|
|
version = "1.3.2"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-20 12:53:43 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-12-23 16:46:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.5.7"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.8.3"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.9.14"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
2022-03-16 07:39:30 +01:00
|
|
|
"autocfg",
|
2021-03-15 22:09:30 +01:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.8.15"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "1.8.1"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2021-03-15 22:09:30 +01:00
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-11-26 10:21:33 +01:00
|
|
|
version = "1.0.25"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 10:21:33 +01:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2021-12-23 16:46:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "form_urlencoded"
|
2022-09-17 11:14:18 +02:00
|
|
|
version = "1.1.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:14:18 +02:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2019-04-21 22:25:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "hashbrown"
|
2022-07-22 22:01:49 +02:00
|
|
|
version = "0.12.3"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 22:01:49 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2020-06-28 15:55:46 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-10 10:09:49 +02:00
|
|
|
version = "0.1.19"
|
2020-06-28 15:55:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-10 10:09:49 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2022-12-30 18:17:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-17 11:14:18 +02:00
|
|
|
version = "0.3.0"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:14:18 +02:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-09 12:35:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "1.9.3"
|
2018-06-09 12:35:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2018-06-09 12:35:47 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2021-03-15 22:09:30 +01:00
|
|
|
"rayon",
|
2020-11-20 08:15:50 +01:00
|
|
|
"serde",
|
2018-06-09 12:35:47 +02:00
|
|
|
]
|
|
|
|
|
2021-12-22 07:59:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-04 11:34:34 +01:00
|
|
|
version = "1.0.6"
|
2021-12-22 07:59:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:34:34 +01:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-12-22 07:59:01 +01:00
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.3.61"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "1.4.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.2.140"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "log"
|
2022-05-08 18:07:56 +02:00
|
|
|
version = "0.4.17"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-08 18:07:56 +02:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 23:34:53 +01:00
|
|
|
"cfg-if",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.8.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-11-26 10:21:33 +01:00
|
|
|
version = "0.6.2"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 10:21:33 +01:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2021-12-23 16:46:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "1.15.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
2022-12-30 18:17:28 +01:00
|
|
|
"hermit-abi 0.2.6",
|
2021-03-15 22:09:30 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-25 12:15:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-05-08 18:07:56 +02:00
|
|
|
version = "0.1.6"
|
2022-01-25 12:15:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-08 18:07:56 +02:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-01-25 12:15:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-28 18:34:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-17 08:59:24 +01:00
|
|
|
version = "1.17.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-17 08:59:24 +01:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-17 11:14:18 +02:00
|
|
|
version = "2.2.0"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:14:18 +02:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "1.0.55"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "1d0dd4be24fcdcfeaa12a432d588dc59bbad6cad3510c67e74a2b6b2fc950564"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2022-05-21 08:05:25 +02:00
|
|
|
"unicode-ident",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "1.0.26"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-04 11:34:34 +01:00
|
|
|
version = "1.7.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:34:34 +01:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-04 11:34:34 +01:00
|
|
|
version = "1.11.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:34:34 +01:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "rustls"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.20.8"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "ryu"
|
2023-03-04 11:34:34 +01:00
|
|
|
version = "1.0.13"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:34:34 +01:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "sct"
|
2021-10-22 07:24:32 +02:00
|
|
|
version = "0.7.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 07:24:32 +02:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "1.0.159"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "1.0.159"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-02 12:14:59 +02:00
|
|
|
"syn 2.0.13",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "1.0.95"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"indexmap",
|
2022-01-25 12:15:31 +01:00
|
|
|
"itoa",
|
2020-11-20 08:15:50 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_logger"
|
2023-03-24 08:44:56 +01:00
|
|
|
version = "4.1.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 08:44:56 +01:00
|
|
|
checksum = "e78beb34673091ccf96a8816fce8bfd30d1292c7621ca2bcb5f2ba0fae4f558d"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"atty",
|
|
|
|
"colored",
|
|
|
|
"log",
|
2021-11-26 08:33:14 +01:00
|
|
|
"time",
|
2022-10-28 23:41:21 +02:00
|
|
|
"windows-sys",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "1.0.109"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-21 08:05:25 +02:00
|
|
|
"unicode-ident",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2023-03-24 08:44:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-02 12:14:59 +02:00
|
|
|
version = "2.0.13"
|
2023-03-24 08:44:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-02 12:14:59 +02:00
|
|
|
checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
|
2023-03-24 08:44:56 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.3.20"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2022-01-25 12:15:31 +01:00
|
|
|
"itoa",
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2022-01-25 12:15:31 +01:00
|
|
|
"num_threads",
|
2022-10-28 23:41:21 +02:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2021-11-26 08:33:14 +01:00
|
|
|
"time-macros",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2022-10-28 23:41:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2021-11-26 08:33:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-03-03 07:56:48 +01:00
|
|
|
version = "0.2.8"
|
2021-11-26 08:33:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 07:56:48 +01:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-10-28 23:41:21 +02:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2021-11-26 08:33:14 +01:00
|
|
|
|
2020-06-28 15:55:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-08 18:07:56 +02:00
|
|
|
version = "1.6.0"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-08 18:07:56 +02:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.1.1"
|
2020-06-28 15:55:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-28 15:55:46 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-24 08:44:56 +01:00
|
|
|
version = "0.3.13"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 08:44:56 +01:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2022-05-21 08:05:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-06 20:47:45 +01:00
|
|
|
version = "1.0.8"
|
2022-05-21 08:05:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 20:47:45 +01:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-21 08:05:25 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-17 11:14:18 +02:00
|
|
|
version = "0.1.22"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:14:18 +02:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"tinyvec",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2021-03-10 12:22:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "2.6.2"
|
2021-03-10 12:22:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
|
2021-03-10 12:22:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2021-12-23 16:46:28 +01:00
|
|
|
"flate2",
|
2021-03-10 12:22:00 +01:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
2019-10-03 08:03:02 +02:00
|
|
|
name = "url"
|
2022-09-17 11:14:18 +02:00
|
|
|
version = "2.3.1"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:14:18 +02:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
2018-06-05 00:02:35 +02:00
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.2.84"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2021-03-10 23:34:53 +01:00
|
|
|
"cfg-if",
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen-macro",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.2.84"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-07-28 20:16:17 +02:00
|
|
|
"once_cell",
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 08:44:56 +01:00
|
|
|
"syn 1.0.109",
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen-shared",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.2.84"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.2.84"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 08:44:56 +01:00
|
|
|
"syn 1.0.109",
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.2.84"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2020-11-20 08:15:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "web-sys"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "0.3.61"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "webpki"
|
2021-10-22 07:24:32 +02:00
|
|
|
version = "0.22.0"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 07:24:32 +02:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|
2020-06-28 18:01:50 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "webpki-roots"
|
2022-12-18 10:43:00 +01:00
|
|
|
version = "0.22.6"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 10:43:00 +01:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"webpki",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.3.9"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2022-10-28 23:41:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-17 20:13:16 +01:00
|
|
|
version = "0.42.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 20:13:16 +01:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-02-19 18:46:30 +01:00
|
|
|
version = "0.11.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-19 18:46:30 +01:00
|
|
|
checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2023-02-19 18:46:30 +01:00
|
|
|
"cfg-if",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|