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"
|
2022-07-22 22:01:49 +02:00
|
|
|
version = "0.5.6"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 22:01:49 +02:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2022-07-22 22:01:49 +02:00
|
|
|
version = "0.8.2"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 22:01:49 +02:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-11-26 10:21:33 +01:00
|
|
|
version = "0.9.13"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 10:21:33 +01:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
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"
|
2022-11-26 10:21:33 +01:00
|
|
|
version = "0.8.14"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 10:21:33 +01:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
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"
|
2022-11-21 10:21:14 +01:00
|
|
|
version = "1.9.2"
|
2018-06-09 12:35:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 10:21:14 +01:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
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"
|
2022-12-18 10:43:00 +01:00
|
|
|
version = "1.0.5"
|
2021-12-22 07:59:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 10:43:00 +01:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
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"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "0.2.139"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
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"
|
2022-11-21 10:21:14 +01:00
|
|
|
version = "0.7.1"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 10:21:14 +01:00
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
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-02-05 08:13:42 +01:00
|
|
|
version = "1.0.51"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-05 08:13:42 +01:00
|
|
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
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"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "1.0.23"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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"
|
2022-12-18 10:43:00 +01:00
|
|
|
version = "1.6.1"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 10:43:00 +01:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-02-05 08:13:42 +01:00
|
|
|
version = "1.10.2"
|
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 = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
|
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"
|
2022-12-18 10:43:00 +01:00
|
|
|
version = "1.0.12"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 10:43:00 +01:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "1.0.152"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "1.0.152"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-02-17 08:59:24 +01:00
|
|
|
version = "1.0.93"
|
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 = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
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"
|
2022-10-28 23:41:21 +02:00
|
|
|
version = "4.0.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 23:41:21 +02:00
|
|
|
checksum = "e190a521c2044948158666916d9e872cbb9984f755e9bb3b5b75a836205affcd"
|
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"
|
2022-12-30 18:17:28 +01:00
|
|
|
version = "1.0.107"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:17:28 +01:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
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
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-02-17 08:59:24 +01:00
|
|
|
version = "0.3.19"
|
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 = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
|
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-02-17 08:59:24 +01:00
|
|
|
version = "0.2.7"
|
2021-11-26 08:33:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-17 08:59:24 +01:00
|
|
|
checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
|
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-02-05 08:13:42 +01:00
|
|
|
version = "0.3.10"
|
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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2022-05-21 08:05:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-18 10:43:00 +01:00
|
|
|
version = "1.0.6"
|
2022-05-21 08:05:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 10:43:00 +01:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
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",
|
|
|
|
"syn",
|
|
|
|
"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",
|
|
|
|
"syn",
|
|
|
|
"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-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-17 22:22:09 +01:00
|
|
|
version = "0.42.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 22:22:09 +01:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2021-10-23 17:06:55 +02:00
|
|
|
version = "0.10.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-23 17:06:55 +02:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|