CGGItemSets/Cargo.lock

595 lines
15 KiB
Plaintext
Raw Normal View History

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"
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-08-19 00:02:10 +02:00
version = "1.1.13"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
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
[[package]]
name = "cggitem_sets"
2021-03-28 18:32:09 +02:00
version = "1.0.0"
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-08-05 00:03:07 +02:00
version = "1.0.31"
2021-12-23 16:46:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 00:03:07 +02:00
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
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-04-29 17:26:36 +02:00
version = "0.14.5"
2019-04-21 22:25:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-29 17:26:36 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
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-08-19 00:02:10 +02:00
version = "2.4.0"
2018-06-09 12:35:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
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-08-19 00:02:10 +02:00
version = "0.2.157"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
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-06-24 19:00:33 +02:00
version = "0.7.4"
2021-12-23 16:46:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 19:00:33 +02:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2021-12-23 16:46:28 +01:00
dependencies = [
"adler",
]
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"
2023-12-10 17:51:11 +01:00
version = "1.19.0"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-10 17:51:11 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
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"
[[package]]
name = "proc-macro2"
2024-06-24 19:00:33 +02:00
version = "1.0.86"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 19:00:33 +02:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
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-04-29 17:26:36 +02:00
version = "1.0.36"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-29 17:26:36 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
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"
version = "1.10.0"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-07-29 00:02:48 +02:00
version = "0.23.12"
2020-11-20 08:15:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 00:02:48 +02:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
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-08-12 00:02:03 +02:00
version = "1.8.0"
2024-02-04 09:48:36 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 00:02:03 +02:00
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
2024-02-04 09:48:36 +01:00
2023-07-09 08:33:42 +02:00
[[package]]
name = "rustls-webpki"
2024-07-29 00:02:48 +02:00
version = "0.102.6"
2023-07-09 08:33:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-29 00:02:48 +02:00
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
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-08-19 00:02:10 +02:00
version = "1.0.208"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
2023-08-26 19:52:47 +02:00
dependencies = [
"serde_derive",
]
2018-06-04 22:51:18 +02:00
[[package]]
name = "serde_derive"
2024-08-19 00:02:10 +02:00
version = "1.0.208"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
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-08-19 00:02:10 +02:00
version = "1.0.125"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
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-08-19 00:02:10 +02:00
version = "2.0.75"
2023-03-24 08:44:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 00:02:10 +02:00
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
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-02-04 09:48:36 +01:00
version = "0.3.15"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 09:48:36 +01:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2018-06-04 22:51:18 +02:00
2022-05-21 08:05:25 +02:00
[[package]]
name = "unicode-ident"
2023-09-24 18:22:53 +02:00
version = "1.0.12"
2022-05-21 08:05:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 18:22:53 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-05-21 08:05:25 +02:00
2018-06-04 22:51:18 +02:00
[[package]]
name = "unicode-normalization"
2024-03-21 08:04:57 +01:00
version = "0.1.23"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-21 08:04:57 +01:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
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",
]
[[package]]
2019-10-03 08:03:02 +02:00
name = "url"
2024-06-24 19:00:33 +02:00
version = "2.5.2"
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
]
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-06-24 19:00:33 +02:00
version = "0.26.3"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 19:00:33 +02:00
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
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"