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]]
|
2024-08-26 00:01:16 +02:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 00:01:16 +02:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2021-12-23 16:46:28 +01:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-01 21:30:34 +02:00
|
|
|
version = "0.22.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-01 21:30:34 +02:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-04 01:00:46 +01:00
|
|
|
version = "1.1.34"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 01:00:46 +01:00
|
|
|
checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9"
|
2024-08-19 00:02:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
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
|
|
|
]
|
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-27 00:01:45 +02:00
|
|
|
version = "1.4.2"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 00:01:45 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2021-12-23 16:46:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-02-04 09:48:36 +01:00
|
|
|
version = "0.8.5"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 09:48:36 +01:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-04 09:48:36 +01:00
|
|
|
version = "0.9.18"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 09:48:36 +01:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-20 00:02:45 +02:00
|
|
|
version = "0.8.20"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-20 00:02:45 +02:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2021-03-15 22:09:30 +01:00
|
|
|
|
2023-08-05 09:03:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-05 23:46:37 +01:00
|
|
|
version = "0.3.11"
|
2023-08-05 09:03:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-05 23:46:37 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-30 09:08:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-05 09:03:29 +02:00
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-01 00:00:47 +02:00
|
|
|
version = "1.13.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 00:00:47 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2021-03-15 22:09:30 +01:00
|
|
|
|
2023-06-25 10:10:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-08-05 09:03:29 +02:00
|
|
|
version = "1.0.1"
|
2023-06-25 10:10:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-05 09:03:29 +02:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-25 10:10:32 +02:00
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-09-30 00:01:13 +02:00
|
|
|
version = "1.0.34"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 00:01:13 +02:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
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-11-24 07:55:30 +01:00
|
|
|
version = "1.2.1"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 07:55:30 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2023-10-30 09:08:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-13 00:01:18 +02:00
|
|
|
version = "0.2.15"
|
2023-10-30 09:08:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 00:01:18 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-10-30 09:08:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "hashbrown"
|
2024-10-07 00:01:05 +02:00
|
|
|
version = "0.15.0"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 00:01:05 +02:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2020-06-28 15:55:46 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-02-19 08:17:44 +01:00
|
|
|
version = "0.5.0"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 08:17:44 +01:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
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"
|
2024-10-07 00:01:05 +02:00
|
|
|
version = "2.6.0"
|
2018-06-09 12:35:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 00:01:05 +02:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2018-06-09 12:35:47 +02:00
|
|
|
dependencies = [
|
2023-06-25 10:10:32 +02:00
|
|
|
"equivalent",
|
2020-11-20 08:15:50 +01:00
|
|
|
"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"
|
2024-04-07 11:10:50 +02:00
|
|
|
version = "1.0.11"
|
2021-12-22 07:59:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 11:10:50 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-22 07:59:01 +01:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-21 00:01:20 +02:00
|
|
|
version = "0.2.161"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 00:01:20 +02:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "log"
|
2024-07-01 00:00:47 +02:00
|
|
|
version = "0.4.22"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 00:00:47 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2024-07-29 00:02:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
2021-12-23 16:46:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-08-26 00:01:16 +02:00
|
|
|
version = "0.8.0"
|
2021-12-23 16:46:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 00:01:16 +02:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2021-12-23 16:46:28 +01:00
|
|
|
dependencies = [
|
2024-08-26 00:01:16 +02:00
|
|
|
"adler2",
|
2021-12-23 16:46:28 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 09:48:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2022-01-25 12:15:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2024-02-19 08:17:44 +01:00
|
|
|
version = "0.1.7"
|
2022-01-25 12:15:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 08:17:44 +01:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2022-01-25 12:15:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-28 18:34:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-07 00:01:05 +02:00
|
|
|
version = "1.20.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 00:01:05 +02:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-24 07:55:30 +01:00
|
|
|
version = "2.3.1"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 07:55:30 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2023-10-30 09:08:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-28 00:00:37 +01:00
|
|
|
version = "1.0.89"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 00:00:37 +01:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
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"
|
2024-08-26 00:01:16 +02:00
|
|
|
version = "1.0.37"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 00:01:16 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
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"
|
2024-03-24 07:01:10 +01:00
|
|
|
version = "1.10.0"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 07:01:10 +01:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-02-04 09:48:36 +01:00
|
|
|
version = "1.12.1"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 09:48:36 +01:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "ring"
|
2024-02-19 08:17:44 +01:00
|
|
|
version = "0.17.8"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 08:17:44 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"cc",
|
2024-02-19 08:17:44 +01:00
|
|
|
"cfg-if",
|
2023-10-30 09:08:31 +01:00
|
|
|
"getrandom",
|
2021-03-10 12:22:00 +01:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows-sys",
|
2023-07-09 08:33:42 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "rustls"
|
2024-11-04 01:00:46 +01:00
|
|
|
version = "0.23.16"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 01:00:46 +01:00
|
|
|
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-08 00:00:48 +02:00
|
|
|
"once_cell",
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
2024-02-04 09:48:36 +01:00
|
|
|
"rustls-pki-types",
|
2023-10-01 17:21:13 +02:00
|
|
|
"rustls-webpki",
|
2024-02-04 09:48:36 +01:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-06-18 10:18:41 +02:00
|
|
|
]
|
|
|
|
|
2024-02-04 09:48:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-10-21 00:01:20 +02:00
|
|
|
version = "1.10.0"
|
2024-02-04 09:48:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 00:01:20 +02:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-02-04 09:48:36 +01:00
|
|
|
|
2023-07-09 08:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-09-16 01:00:45 +02:00
|
|
|
version = "0.102.8"
|
2023-07-09 08:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 01:00:45 +02:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2023-07-09 08:33:42 +02:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-02-04 09:48:36 +01:00
|
|
|
"rustls-pki-types",
|
2023-07-09 08:33:42 +02:00
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "ryu"
|
2024-05-13 00:01:18 +02:00
|
|
|
version = "1.0.18"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 00:01:18 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-11-04 01:00:46 +01:00
|
|
|
version = "1.0.214"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 01:00:46 +01:00
|
|
|
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
2023-08-26 19:52:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-11-04 01:00:46 +01:00
|
|
|
version = "1.0.214"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 01:00:46 +01:00
|
|
|
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
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"
|
2024-10-21 00:01:20 +02:00
|
|
|
version = "1.0.132"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 00:01:20 +02:00
|
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
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",
|
2024-07-29 00:02:48 +02:00
|
|
|
"memchr",
|
2020-11-20 08:15:50 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2024-08-19 00:02:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "simple_logger"
|
2023-12-29 23:15:48 +01:00
|
|
|
version = "4.3.3"
|
2024-04-07 11:10:50 +02:00
|
|
|
source = "git+https://github.com/phoval/rust-simple_logger.git#7adb12dedd0d50e83301f243c04210d421592c38"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"log",
|
2021-11-26 08:33:14 +01:00
|
|
|
"time",
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows-sys",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "spin"
|
2023-10-30 09:08:31 +01:00
|
|
|
version = "0.9.8"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 09:08:31 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2024-02-04 09:48:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-01 00:00:47 +02:00
|
|
|
version = "2.6.1"
|
2024-02-04 09:48:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 00:00:47 +02:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-02-04 09:48:36 +01:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-11-04 01:00:46 +01:00
|
|
|
version = "2.0.87"
|
2023-03-24 08:44:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 01:00:46 +01:00
|
|
|
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
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"
|
2024-04-29 17:26:36 +02:00
|
|
|
version = "0.3.36"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-29 17:26:36 +02:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2023-08-05 09:03:29 +02:00
|
|
|
"deranged",
|
2022-01-25 12:15:31 +01:00
|
|
|
"itoa",
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2024-02-04 09:48:36 +01:00
|
|
|
"num-conv",
|
2022-01-25 12:15:31 +01:00
|
|
|
"num_threads",
|
2023-10-30 09:08:31 +01:00
|
|
|
"powerfmt",
|
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-09-24 18:22:53 +02:00
|
|
|
version = "0.1.2"
|
2022-10-28 23:41:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-24 18:22:53 +02:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-28 23:41:21 +02:00
|
|
|
|
2021-11-26 08:33:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-29 17:26:36 +02:00
|
|
|
version = "0.2.18"
|
2021-11-26 08:33:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-29 17:26:36 +02:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-10-28 23:41:21 +02:00
|
|
|
dependencies = [
|
2024-02-04 09:48:36 +01:00
|
|
|
"num-conv",
|
2022-10-28 23:41:21 +02:00
|
|
|
"time-core",
|
|
|
|
]
|
2021-11-26 08:33:14 +01:00
|
|
|
|
2020-06-28 15:55:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-15 00:00:53 +02:00
|
|
|
version = "1.8.0"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 00:00:53 +02:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
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"
|
2024-10-07 00:01:05 +02:00
|
|
|
version = "0.3.17"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 00:01:05 +02:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2022-05-21 08:05:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-16 01:00:45 +02:00
|
|
|
version = "1.0.13"
|
2022-05-21 08:05:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 01:00:45 +02:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-05-21 08:05:25 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-09-23 00:01:11 +02:00
|
|
|
version = "0.1.24"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-23 00:01:11 +02:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
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"
|
2023-10-30 09:08:31 +01:00
|
|
|
version = "0.9.0"
|
2021-03-10 12:22:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 09:08:31 +01:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2021-03-10 12:22:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2024-08-12 00:02:03 +02:00
|
|
|
version = "2.10.1"
|
2021-03-10 12:22:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 00:02:03 +02:00
|
|
|
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
|
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",
|
2024-02-04 09:48:36 +01:00
|
|
|
"rustls-pki-types",
|
2021-03-10 12:22:00 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
2019-10-03 08:03:02 +02:00
|
|
|
name = "url"
|
2024-06-24 19:00:33 +02:00
|
|
|
version = "2.5.2"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 19:00:33 +02:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
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]]
|
2023-10-30 09:08:31 +01:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 09:08:31 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
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"
|
2024-09-23 00:01:11 +02:00
|
|
|
version = "0.26.6"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-23 00:01:11 +02:00
|
|
|
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
2024-02-04 09:48:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2023-04-03 21:04:20 +02:00
|
|
|
|
2024-02-19 08:17:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows-targets",
|
2024-02-19 08:17:44 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-19 08:17:44 +01:00
|
|
|
dependencies = [
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-04-29 17:26:36 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-10-28 23:41:21 +02:00
|
|
|
]
|
|
|
|
|
2024-02-19 08:17:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-04-29 17:26:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-29 17:26:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-08 00:00:48 +02:00
|
|
|
version = "0.52.6"
|
2024-02-19 08:17:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 00:00:48 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-02-19 08:17:44 +01:00
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-12-10 17:51:11 +01:00
|
|
|
version = "0.52.0"
|
2024-04-07 11:10:50 +02:00
|
|
|
source = "git+https://github.com/phoval/winreg-rs.git#30ea4bd4c660158f6ec46b029f17aece17196089"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2023-02-19 18:46:30 +01:00
|
|
|
"cfg-if",
|
2024-04-07 11:10:50 +02:00
|
|
|
"windows-sys",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|
2024-02-04 09:48:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-05-27 00:01:45 +02:00
|
|
|
version = "1.8.1"
|
2024-02-04 09:48:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 00:01:45 +02:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|