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-05-27 09:30:29 +02:00
|
|
|
version = "3.13.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
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-05-02 07:11:48 +02:00
|
|
|
version = "0.5.8"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 07:11:48 +02:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
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"
|
2023-05-02 07:11:48 +02:00
|
|
|
version = "1.0.26"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 07:11:48 +02:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
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"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "1.2.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
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"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "0.4.0"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.3.63"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
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-06-11 09:22:08 +02:00
|
|
|
version = "0.2.146"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "log"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "0.4.19"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
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"
|
2023-05-02 07:11:48 +02:00
|
|
|
version = "0.7.1"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 07:11:48 +02:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
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-06-11 09:22:08 +02:00
|
|
|
version = "1.18.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "2.3.0"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "1.0.60"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "1.0.28"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
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-06-11 09:22:08 +02:00
|
|
|
version = "1.0.164"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "1.0.164"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-14 21:42:50 +02:00
|
|
|
"syn",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-05-02 07:11:48 +02:00
|
|
|
version = "1.0.96"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 07:11:48 +02:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
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",
|
2023-04-03 21:04:20 +02:00
|
|
|
"windows-sys 0.42.0",
|
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-05-27 09:30:29 +02:00
|
|
|
version = "2.0.18"
|
2023-03-24 08:44:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
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-06-11 09:22:08 +02:00
|
|
|
version = "0.3.22"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
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"
|
2023-05-07 14:07:24 +02:00
|
|
|
version = "0.1.1"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-07 14:07:24 +02:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
2021-11-26 08:33:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-05-07 14:07:24 +02:00
|
|
|
version = "0.2.9"
|
2021-11-26 08:33:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-07 14:07:24 +02:00
|
|
|
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "1.0.9"
|
2022-05-21 08:05:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
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"
|
2023-06-11 09:22:08 +02:00
|
|
|
version = "2.4.0"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 09:22:08 +02:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.2.86"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.2.86"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
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-05-14 21:42:50 +02:00
|
|
|
"syn",
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.2.86"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.2.86"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-14 21:42:50 +02:00
|
|
|
"syn",
|
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-05-27 09:30:29 +02:00
|
|
|
version = "0.2.86"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
2020-11-20 08:15:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "web-sys"
|
2023-05-27 09:30:29 +02:00
|
|
|
version = "0.3.63"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-27 09:30:29 +02:00
|
|
|
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
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 = [
|
2023-04-03 21:04:20 +02:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2022-10-28 23:41:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
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
|
|
|
|
2023-04-03 21:04:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-04-03 21:04:20 +02:00
|
|
|
version = "0.50.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 21:04:20 +02:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2023-02-19 18:46:30 +01:00
|
|
|
"cfg-if",
|
2023-04-03 21:04:20 +02:00
|
|
|
"windows-sys 0.48.0",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|