Files
topgrade/Cargo.lock

2378 lines
57 KiB
Plaintext
Raw Normal View History

2019-04-14 11:35:18 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-06 09:38:10 +03:00
version = 3
2018-11-07 14:31:44 +02:00
[[package]]
2021-07-06 09:38:10 +03:00
name = "adler"
version = "1.0.2"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2018-11-07 14:31:44 +02:00
2020-02-29 20:15:28 +02:00
[[package]]
name = "ahash"
2021-01-07 10:03:20 +02:00
version = "0.4.7"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2020-02-29 20:15:28 +02:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"memchr",
2018-06-17 14:17:36 +03:00
]
[[package]]
name = "anyhow"
2022-03-23 22:31:18 +02:00
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
2019-06-02 09:08:47 +03:00
[[package]]
2022-03-23 22:31:18 +02:00
name = "async-broadcast"
version = "0.3.4"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
dependencies = [
"easy-parallel",
"event-listener",
"futures-core",
]
2019-06-02 09:08:47 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
2022-03-23 22:31:18 +02:00
name = "async-channel"
version = "1.6.1"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "async-io"
2021-07-06 09:38:10 +03:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
2021-07-06 09:38:10 +03:00
"socket2",
"waker-fn",
"winapi",
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "async-lock"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
dependencies = [
"event-listener",
]
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-task"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
[[package]]
name = "async-trait"
version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "atty"
2020-02-10 22:17:59 +02:00
version = "0.2.14"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-06-12 11:30:03 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"hermit-abi",
"libc",
2021-01-07 10:03:20 +02:00
"winapi",
2018-06-12 11:30:03 +03:00
]
2020-02-10 22:17:59 +02:00
[[package]]
name = "autocfg"
2022-03-23 22:31:18 +02:00
version = "1.1.0"
2020-02-10 22:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-02-10 22:17:59 +02:00
2020-06-11 17:39:06 +03:00
[[package]]
name = "base64"
2020-12-07 20:51:41 +02:00
version = "0.13.0"
2020-06-11 17:39:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-06-18 22:25:27 +03:00
[[package]]
name = "bitflags"
2021-10-25 22:41:12 +03:00
version = "1.3.2"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-06-12 11:30:03 +03:00
2020-01-03 10:26:21 +02:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "bumpalo"
2022-01-24 12:10:02 +02:00
version = "3.9.1"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2020-01-03 10:26:21 +02:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "byteorder"
2021-07-06 09:38:10 +03:00
version = "1.4.3"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2018-11-07 14:31:44 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "bytes"
2021-10-25 22:41:12 +03:00
version = "1.1.0"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cache-padded"
2022-01-24 12:10:02 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2018-05-29 23:48:30 +03:00
[[package]]
name = "cc"
2022-03-23 22:31:18 +02:00
version = "1.0.73"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2018-05-29 23:48:30 +03:00
2020-11-02 14:00:04 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-05-21 16:40:00 +03:00
[[package]]
name = "chrono"
2020-11-02 14:00:04 +02:00
version = "0.4.19"
2019-05-21 16:40:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2019-05-21 16:40:00 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"libc",
2020-05-09 07:22:51 +03:00
"num-integer",
"num-traits",
2022-03-23 22:31:18 +02:00
"time 0.1.44",
2021-01-07 10:03:20 +02:00
"winapi",
2019-05-21 16:40:00 +03:00
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "clap"
version = "3.1.9"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
2018-06-12 11:30:03 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"atty",
2021-10-25 22:41:12 +03:00
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
"lazy_static",
2020-05-09 07:22:51 +03:00
"strsim",
"termcolor",
2020-05-09 07:22:51 +03:00
"textwrap",
]
[[package]]
name = "clap_derive"
version = "3.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
dependencies = [
"os_str_bytes",
2018-06-12 11:30:03 +03:00
]
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "console"
2021-10-25 22:41:12 +03:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
2020-06-05 15:28:43 +03:00
dependencies = [
"encode_unicode",
"libc",
2021-10-25 22:41:12 +03:00
"once_cell",
2020-06-05 15:28:43 +03:00
"regex",
2020-06-11 17:39:06 +03:00
"terminal_size",
2020-06-05 15:28:43 +03:00
"unicode-width",
2021-01-07 10:03:20 +02:00
"winapi",
2020-12-07 20:51:41 +02:00
]
2019-05-12 10:20:40 +03:00
[[package]]
name = "core-foundation"
2022-03-23 22:31:18 +02:00
version = "0.9.3"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2019-05-12 10:20:40 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"core-foundation-sys",
"libc",
2019-05-12 10:20:40 +03:00
]
[[package]]
name = "core-foundation-sys"
2021-10-25 22:41:12 +03:00
version = "0.8.3"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-05-12 10:20:40 +03:00
[[package]]
name = "crc32fast"
2022-03-23 22:31:18 +02:00
version = "1.3.2"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-02-13 15:38:28 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-02-13 15:38:28 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "crossbeam-utils"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
dependencies = [
"cfg-if",
"lazy_static",
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "derivative"
version = "2.2.0"
2020-01-03 10:26:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-01-03 10:26:21 +02:00
dependencies = [
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
2020-01-03 10:26:21 +02:00
]
[[package]]
name = "directories"
2021-10-25 22:41:12 +03:00
version = "4.0.1"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
2019-06-02 09:08:47 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"dirs-sys",
2019-06-02 09:08:47 +03:00
]
2020-01-05 21:55:05 +02:00
[[package]]
2021-01-07 10:03:20 +02:00
name = "dirs-next"
version = "2.0.0"
2020-01-05 21:55:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-01-05 21:55:05 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2021-01-07 10:03:20 +02:00
"dirs-sys-next",
2020-01-05 21:55:05 +02:00
]
2019-06-02 09:08:47 +03:00
[[package]]
name = "dirs-sys"
2022-03-23 22:31:18 +02:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2022-03-23 22:31:18 +02:00
"redox_users",
2021-01-07 10:03:20 +02:00
"winapi",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
2021-01-07 10:03:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2021-01-07 10:03:20 +02:00
dependencies = [
"libc",
2022-03-23 22:31:18 +02:00
"redox_users",
2021-01-07 10:03:20 +02:00
"winapi",
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "dlv-list"
2021-07-06 09:38:10 +03:00
version = "0.2.3"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
2020-02-29 20:15:28 +02:00
dependencies = [
2021-07-06 09:38:10 +03:00
"rand",
2020-02-29 20:15:28 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "easy-parallel"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
[[package]]
name = "either"
2020-11-02 14:00:04 +02:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-01-14 09:28:20 +02:00
[[package]]
name = "encode_unicode"
2019-08-26 21:06:15 +03:00
version = "0.3.6"
2019-01-14 09:28:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-01-14 09:28:20 +02:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "encoding_rs"
2021-12-16 09:44:19 +02:00
version = "0.8.30"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2018-11-07 14:31:44 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "enumflags2"
2022-03-23 22:31:18 +02:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2022-03-23 22:31:18 +02:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4"
dependencies = [
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "env_logger"
2020-02-10 22:17:59 +02:00
version = "0.7.1"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2020-02-13 15:38:28 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
[[package]]
name = "fastrand"
2022-01-24 12:10:02 +02:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "filetime"
2021-10-25 22:41:12 +03:00
version = "0.2.15"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
2018-11-07 14:31:44 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"libc",
2022-03-23 22:31:18 +02:00
"redox_syscall",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "flate2"
2021-10-25 22:41:12 +03:00
version = "1.0.22"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2018-11-07 14:31:44 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"crc32fast",
"libc",
"miniz_oxide",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "fnv"
2020-06-11 17:39:06 +03:00
version = "1.0.7"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-11-07 14:31:44 +02:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"foreign-types-shared",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2018-11-07 14:31:44 +02:00
2020-12-07 20:51:41 +02:00
[[package]]
name = "form_urlencoded"
2021-02-22 13:03:42 +02:00
version = "1.0.1"
2020-12-07 20:51:41 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-22 13:03:42 +02:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-12-07 20:51:41 +02:00
dependencies = [
"matches",
2021-01-07 10:03:20 +02:00
"percent-encoding",
]
[[package]]
name = "futures"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-channel"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-05-09 07:22:51 +03:00
dependencies = [
"futures-core",
"futures-sink",
2020-05-09 07:22:51 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "futures-core"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2020-02-10 22:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-02-10 22:17:59 +02:00
[[package]]
name = "futures-executor"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2020-02-10 22:17:59 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "futures-io"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
[[package]]
name = "futures-lite"
2021-07-06 09:38:10 +03:00
version = "1.12.0"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-macro"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
2020-05-09 07:22:51 +03:00
]
[[package]]
name = "futures-sink"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-task"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-util"
2022-03-23 22:31:18 +02:00
version = "0.3.21"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-05-09 07:22:51 +03:00
dependencies = [
"futures-channel",
2020-05-09 07:22:51 +03:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
2020-05-09 07:22:51 +03:00
"futures-task",
"memchr",
"pin-project-lite",
2020-05-09 07:22:51 +03:00
"pin-utils",
"slab",
2018-11-07 14:31:44 +02:00
]
2019-07-16 08:56:26 +03:00
[[package]]
name = "getrandom"
2022-03-23 22:31:18 +02:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
"libc",
2021-07-06 09:38:10 +03:00
"wasi 0.10.0+wasi-snapshot-preview1",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2018-11-07 14:31:44 +02:00
[[package]]
name = "h2"
2022-03-23 22:31:18 +02:00
version = "0.3.12"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
2018-11-07 14:31:44 +02:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
2020-07-14 08:20:01 +03:00
"tracing",
2018-11-07 14:31:44 +02:00
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "hashbrown"
2021-01-07 10:03:20 +02:00
version = "0.9.1"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-02-29 20:15:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"ahash",
2020-02-29 20:15:28 +02:00
]
2021-07-06 09:38:10 +03:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2018-12-12 13:05:02 +02:00
[[package]]
name = "heck"
2021-07-06 09:38:10 +03:00
version = "0.3.3"
2018-12-12 13:05:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2018-12-12 13:05:02 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"unicode-segmentation",
2019-11-04 06:42:20 +02:00
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2019-11-04 06:42:20 +02:00
[[package]]
name = "hermit-abi"
2021-07-06 09:38:10 +03:00
version = "0.1.19"
2019-11-04 06:42:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-04 06:42:20 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2018-12-12 13:05:02 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2018-11-07 14:31:44 +02:00
[[package]]
name = "http"
2022-01-24 12:10:02 +02:00
version = "0.2.6"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2018-11-07 14:31:44 +02:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"fnv",
2022-03-23 22:31:18 +02:00
"itoa",
2018-11-07 14:31:44 +02:00
]
2019-05-30 21:14:21 +03:00
[[package]]
name = "http-body"
2021-10-25 22:41:12 +03:00
version = "0.4.4"
2019-05-30 21:14:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2019-05-30 21:14:21 +03:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"http",
2021-07-06 09:38:10 +03:00
"pin-project-lite",
2019-05-30 21:14:21 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "httparse"
2022-03-23 22:31:18 +02:00
version = "1.6.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
2018-11-07 14:31:44 +02:00
2020-11-02 14:00:04 +02:00
[[package]]
name = "httpdate"
2021-12-16 09:44:19 +02:00
version = "1.0.2"
2020-11-02 14:00:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-11-02 14:00:04 +02:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "humantime"
2019-09-10 22:54:20 +03:00
version = "1.3.0"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"quick-error",
2018-06-17 14:17:36 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "hyper"
2022-03-23 22:31:18 +02:00
version = "0.14.18"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
2020-05-09 07:22:51 +03:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2020-11-02 14:00:04 +02:00
"httpdate",
2022-03-23 22:31:18 +02:00
"itoa",
2021-07-06 09:38:10 +03:00
"pin-project-lite",
"socket2",
2020-05-09 07:22:51 +03:00
"tokio",
"tower-service",
2020-07-14 08:20:01 +03:00
"tracing",
2020-05-09 07:22:51 +03:00
"want",
2018-11-07 14:31:44 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "hyper-rustls"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
dependencies = [
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2020-02-13 15:38:28 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "hyper-tls"
2021-01-07 10:03:20 +02:00
version = "0.5.0"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2020-02-13 15:38:28 +02:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"hyper",
"native-tls",
"tokio",
2021-01-07 10:03:20 +02:00
"tokio-native-tls",
2018-11-07 14:31:44 +02:00
]
2019-09-04 21:07:43 +03:00
[[package]]
name = "idna"
2021-07-06 09:38:10 +03:00
version = "0.2.3"
2019-09-04 21:07:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2019-09-04 21:07:43 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-09-04 21:07:43 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "indexmap"
2022-01-24 12:10:02 +02:00
version = "1.8.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
2019-10-26 21:36:50 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
2021-07-06 09:38:10 +03:00
"hashbrown 0.11.2",
2019-10-26 21:36:50 +03:00
]
2018-11-07 14:31:44 +02:00
2019-08-13 14:27:41 +03:00
[[package]]
name = "indicatif"
2022-01-24 12:10:02 +02:00
version = "0.16.2"
2019-08-13 14:27:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
2019-08-13 14:27:41 +03:00
dependencies = [
2021-01-07 10:03:20 +02:00
"console",
2020-05-09 07:22:51 +03:00
"lazy_static",
"number_prefix",
"regex",
2019-08-13 14:27:41 +03:00
]
[[package]]
name = "instant"
2021-10-25 22:41:12 +03:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
]
2020-08-09 09:14:39 +03:00
[[package]]
name = "ipnet"
2022-03-23 22:31:18 +02:00
version = "2.4.0"
2020-08-09 09:14:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
2020-05-09 07:22:51 +03:00
2021-12-16 09:44:19 +02:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2020-05-09 07:22:51 +03:00
[[package]]
name = "js-sys"
2022-01-24 12:10:02 +02:00
version = "0.3.56"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
2020-05-09 07:22:51 +03:00
dependencies = [
"wasm-bindgen",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "lazy_static"
2019-08-26 21:06:15 +03:00
version = "1.4.0"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-06-17 14:17:36 +03:00
2018-05-29 23:48:30 +03:00
[[package]]
name = "libc"
2022-03-23 22:31:18 +02:00
version = "0.2.121"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
2018-05-29 23:48:30 +03:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "log"
2022-03-23 22:31:18 +02:00
version = "0.4.16"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2018-06-17 14:17:36 +03:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2018-06-17 14:17:36 +03:00
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "mac-notification-sys"
2022-03-23 22:31:18 +02:00
version = "0.5.0"
2020-01-03 10:26:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "297c13fc8ff9fa8b2d0e53850f80e0aa962628e865d447031ce58cdb062e5b29"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"cc",
2022-03-23 22:31:18 +02:00
"dirs-next",
2020-05-09 07:22:51 +03:00
"objc-foundation",
2022-03-23 22:31:18 +02:00
"objc_id",
"time 0.3.9",
2020-01-03 10:26:21 +02:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2020-01-03 10:26:21 +02:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "matches"
2021-10-25 22:41:12 +03:00
version = "0.1.9"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-02-13 15:38:28 +02:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "memchr"
2021-10-25 22:41:12 +03:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memoffset"
2021-12-16 09:44:19 +02:00
version = "0.6.5"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-10-25 22:41:12 +03:00
dependencies = [
"autocfg",
]
2020-02-13 15:38:28 +02:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "mime"
2020-02-10 22:17:59 +02:00
version = "0.3.16"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-11-07 14:31:44 +02:00
[[package]]
name = "miniz_oxide"
2021-07-06 09:38:10 +03:00
version = "0.4.4"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2018-11-07 14:31:44 +02:00
dependencies = [
2021-07-06 09:38:10 +03:00
"adler",
"autocfg",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "mio"
2022-03-23 22:31:18 +02:00
version = "0.8.2"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
"log",
2021-01-07 10:03:20 +02:00
"miow",
"ntapi",
2022-03-23 22:31:18 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "miow"
2021-07-06 09:38:10 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
2021-01-07 10:03:20 +02:00
"winapi",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "native-tls"
2021-10-25 22:41:12 +03:00
version = "0.2.8"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "nix"
2022-01-24 12:10:02 +02:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
2021-10-25 22:41:12 +03:00
"bitflags",
2020-05-09 07:22:51 +03:00
"cc",
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"libc",
2021-10-25 22:41:12 +03:00
"memoffset",
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "notify-rust"
2022-03-23 22:31:18 +02:00
version = "4.5.7"
2020-01-03 10:26:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "6d5a39621dc5b944ac28461faef99236d428240c4855d251adbb029a7d2e2af8"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"mac-notification-sys",
"serde",
2020-06-18 22:25:27 +03:00
"winrt-notification",
"zbus",
"zvariant",
"zvariant_derive",
2020-01-03 10:26:21 +02:00
]
2021-01-07 10:03:20 +02:00
[[package]]
name = "ntapi"
2022-03-23 22:31:18 +02:00
version = "0.3.7"
2021-01-07 10:03:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2021-01-07 10:03:20 +02:00
dependencies = [
"winapi",
]
2019-05-21 16:40:00 +03:00
[[package]]
name = "num-integer"
2020-11-02 14:00:04 +02:00
version = "0.1.44"
2019-05-21 16:40:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2019-05-21 16:40:00 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
"num-traits",
2019-05-21 16:40:00 +03:00
]
[[package]]
name = "num-traits"
2020-11-02 14:00:04 +02:00
version = "0.2.14"
2019-05-21 16:40:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2019-05-30 21:14:21 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
2019-05-30 21:14:21 +03:00
]
2019-05-21 16:40:00 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "num_cpus"
2022-01-24 12:10:02 +02:00
version = "1.13.1"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"hermit-abi",
"libc",
2018-11-07 14:31:44 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "num_threads"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
dependencies = [
"libc",
]
2019-05-12 10:20:40 +03:00
[[package]]
2019-08-13 14:27:41 +03:00
name = "number_prefix"
2022-01-24 12:10:02 +02:00
version = "0.4.0"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2019-05-12 10:20:40 +03:00
2020-01-03 10:26:21 +02:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"malloc_buf",
2020-01-03 10:26:21 +02:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"block",
"objc",
"objc_id",
2020-01-03 10:26:21 +02:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"objc",
2020-01-03 10:26:21 +02:00
]
2020-05-15 21:10:15 +03:00
[[package]]
name = "once_cell"
2022-03-23 22:31:18 +02:00
version = "1.10.0"
2020-05-15 21:10:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2020-05-15 21:10:15 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "openssl"
2021-12-16 09:44:19 +02:00
version = "0.10.38"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2018-11-07 14:31:44 +02:00
dependencies = [
2021-10-25 22:41:12 +03:00
"bitflags",
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"foreign-types",
"libc",
2021-07-06 09:38:10 +03:00
"once_cell",
2020-05-09 07:22:51 +03:00
"openssl-sys",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "openssl-probe"
2022-01-24 12:10:02 +02:00
version = "0.1.5"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2018-11-07 14:31:44 +02:00
[[package]]
name = "openssl-sys"
2021-12-16 09:44:19 +02:00
version = "0.9.72"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2018-11-07 14:31:44 +02:00
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "ordered-multimap"
2021-01-07 10:03:20 +02:00
version = "0.3.1"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
2020-02-29 20:15:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"dlv-list",
2021-07-06 09:38:10 +03:00
"hashbrown 0.9.1",
2020-02-29 20:15:28 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parselnk"
2022-03-23 22:31:18 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "0088616e6efe53ab79907b9313f4743eb3f8a16eb1e0014af810164808906dc3"
dependencies = [
2021-10-25 22:41:12 +03:00
"bitflags",
"byteorder",
"chrono",
"thiserror",
"widestring",
]
2019-05-12 10:20:40 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "percent-encoding"
2021-01-07 10:03:20 +02:00
version = "2.1.0"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-05-12 10:20:40 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "pin-project-lite"
2022-01-24 12:10:02 +02:00
version = "0.2.8"
2020-12-07 20:51:41 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2020-12-07 20:51:41 +02:00
2019-09-04 21:07:43 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "pin-utils"
2020-05-15 21:10:15 +03:00
version = "0.1.0"
2019-09-04 21:07:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-15 21:10:15 +03:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-09-04 21:07:43 +03:00
[[package]]
2018-11-07 14:31:44 +02:00
name = "pkg-config"
2021-12-16 09:44:19 +02:00
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]]
name = "polling"
2021-12-16 09:44:19 +02:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
"libc",
"log",
2021-07-06 09:38:10 +03:00
"wepoll-ffi",
"winapi",
]
2019-07-16 08:56:26 +03:00
[[package]]
name = "ppv-lite86"
2022-01-24 12:10:02 +02:00
version = "0.2.16"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2019-07-16 08:56:26 +03:00
2019-08-04 09:33:01 +03:00
[[package]]
name = "pretty_env_logger"
2020-02-10 22:17:59 +02:00
version = "0.4.0"
2019-08-04 09:33:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2019-08-04 09:33:01 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"env_logger",
"log",
2019-08-04 09:33:01 +03:00
]
[[package]]
name = "proc-macro-crate"
2022-03-23 22:31:18 +02:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-07-06 09:38:10 +03:00
dependencies = [
"thiserror",
"toml",
]
2019-09-04 21:07:43 +03:00
[[package]]
name = "proc-macro-error"
2020-08-09 09:14:39 +03:00
version = "1.0.4"
2019-09-04 21:07:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2019-09-04 21:07:43 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro-error-attr",
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
2020-05-09 07:22:51 +03:00
"version_check",
2020-01-05 21:55:05 +02:00
]
[[package]]
name = "proc-macro-error-attr"
2020-08-09 09:14:39 +03:00
version = "1.0.4"
2020-01-05 21:55:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-01-05 21:55:05 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
2020-05-09 07:22:51 +03:00
"version_check",
2019-09-04 21:07:43 +03:00
]
2019-05-12 10:20:40 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "proc-macro2"
2022-01-24 12:10:02 +02:00
version = "1.0.36"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2020-02-13 15:38:28 +02:00
dependencies = [
2021-10-25 22:41:12 +03:00
"unicode-xid",
2020-02-13 15:38:28 +02:00
]
2019-05-12 10:20:40 +03:00
2018-06-17 14:17:36 +03:00
[[package]]
2020-02-13 15:38:28 +02:00
name = "quick-error"
version = "1.2.3"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2018-06-17 14:17:36 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "quick-xml"
2022-04-30 16:17:27 +03:00
version = "0.22.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 16:17:27 +03:00
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"memchr",
2018-11-07 14:31:44 +02:00
]
2019-08-13 14:27:41 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "quote"
2022-03-23 22:31:18 +02:00
version = "1.0.16"
2019-08-13 14:27:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"proc-macro2",
2020-02-13 15:38:28 +02:00
]
[[package]]
name = "rand"
2022-03-23 22:31:18 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2021-07-06 09:38:10 +03:00
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-07-06 09:38:10 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-07-06 09:38:10 +03:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-07-06 09:38:10 +03:00
version = "0.6.3"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2019-07-16 08:56:26 +03:00
dependencies = [
2022-03-23 22:31:18 +02:00
"getrandom",
2018-12-12 13:05:02 +02:00
]
2018-05-31 16:00:01 +03:00
[[package]]
name = "redox_syscall"
2022-03-23 22:31:18 +02:00
version = "0.2.11"
2018-05-31 16:00:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [
2021-10-25 22:41:12 +03:00
"bitflags",
]
2019-06-02 09:08:47 +03:00
[[package]]
name = "redox_users"
2022-03-23 22:31:18 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
dependencies = [
2022-03-23 22:31:18 +02:00
"getrandom",
"redox_syscall",
"thiserror",
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "regex"
2022-03-23 22:31:18 +02:00
version = "1.5.5"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
2018-06-17 14:17:36 +03:00
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2018-06-17 14:17:36 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "remove_dir_all"
2020-06-18 22:25:27 +03:00
version = "0.5.3"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-11-07 14:31:44 +02:00
dependencies = [
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "reqwest"
2022-03-23 22:31:18 +02:00
version = "0.11.10"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
2020-05-09 07:22:51 +03:00
dependencies = [
2021-01-07 10:03:20 +02:00
"base64",
"bytes",
2020-05-09 07:22:51 +03:00
"encoding_rs",
"futures-core",
"futures-util",
2022-01-24 12:10:02 +02:00
"h2",
2020-05-09 07:22:51 +03:00
"http",
"http-body",
"hyper",
2022-04-30 16:17:27 +03:00
"hyper-rustls",
2020-05-09 07:22:51 +03:00
"hyper-tls",
2020-08-09 09:14:39 +03:00
"ipnet",
2020-05-09 07:22:51 +03:00
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
2021-01-07 10:03:20 +02:00
"percent-encoding",
"pin-project-lite",
2022-04-30 16:17:27 +03:00
"rustls",
"rustls-pemfile",
2020-05-09 07:22:51 +03:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2021-01-07 10:03:20 +02:00
"tokio-native-tls",
2022-04-30 16:17:27 +03:00
"tokio-rustls",
2020-05-09 07:22:51 +03:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-04-30 16:17:27 +03:00
"webpki-roots",
2020-05-09 07:22:51 +03:00
"winreg",
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2020-02-11 09:37:22 +02:00
[[package]]
name = "rust-ini"
version = "0.17.0"
2020-02-11 09:37:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
2020-02-11 09:37:22 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"ordered-multimap",
2020-02-11 09:37:22 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "rustls"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
dependencies = [
"base64",
]
2022-01-24 12:10:02 +02:00
[[package]]
name = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
2018-11-07 14:31:44 +02:00
[[package]]
name = "ryu"
2021-12-16 09:44:19 +02:00
version = "1.0.9"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2018-11-07 14:31:44 +02:00
[[package]]
name = "same-file"
2020-02-10 22:17:59 +02:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
2020-05-09 07:22:51 +03:00
"winapi-util",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "schannel"
2020-06-11 17:39:06 +03:00
version = "0.1.19"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"lazy_static",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "security-framework"
2022-03-23 22:31:18 +02:00
version = "2.6.1"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2018-11-07 14:31:44 +02:00
dependencies = [
2021-10-25 22:41:12 +03:00
"bitflags",
2020-05-09 07:22:51 +03:00
"core-foundation",
"core-foundation-sys",
2020-06-11 17:39:06 +03:00
"libc",
2020-05-09 07:22:51 +03:00
"security-framework-sys",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "security-framework-sys"
2022-03-23 22:31:18 +02:00
version = "2.6.1"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"core-foundation-sys",
"libc",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "self_update"
2022-04-30 16:17:27 +03:00
version = "0.30.0"
2019-01-13 22:54:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 16:17:27 +03:00
checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"either",
"flate2",
2021-01-07 10:03:20 +02:00
"hyper",
2020-05-09 07:22:51 +03:00
"indicatif",
2020-06-18 22:25:27 +03:00
"log",
2020-05-09 07:22:51 +03:00
"quick-xml",
"regex",
"reqwest",
"semver",
"serde_json",
"tar",
2020-06-18 22:25:27 +03:00
"tempfile",
2020-05-09 07:22:51 +03:00
"zip",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "semver"
2022-04-30 16:17:27 +03:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 16:17:27 +03:00
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
[[package]]
name = "serde"
2022-03-23 22:31:18 +02:00
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2018-12-24 10:09:46 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"serde_derive",
2018-12-24 10:09:46 +02:00
]
[[package]]
name = "serde_derive"
2022-03-23 22:31:18 +02:00
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "serde_json"
2022-03-23 22:31:18 +02:00
version = "1.0.79"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2018-11-07 14:31:44 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"itoa",
2020-05-09 07:22:51 +03:00
"ryu",
"serde",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "serde_repr"
2021-07-06 09:38:10 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
dependencies = [
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "serde_urlencoded"
2022-01-24 12:10:02 +02:00
version = "0.7.1"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-12-07 20:51:41 +02:00
"form_urlencoded",
2022-03-23 22:31:18 +02:00
"itoa",
2020-12-07 20:51:41 +02:00
"ryu",
2020-05-09 07:22:51 +03:00
"serde",
2018-11-07 14:31:44 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "shellexpand"
2021-01-07 10:03:20 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
2020-01-05 21:55:05 +02:00
dependencies = [
2021-01-07 10:03:20 +02:00
"dirs-next",
2020-01-05 21:55:05 +02:00
]
[[package]]
name = "signal-hook-registry"
2021-07-06 09:38:10 +03:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "slab"
2021-10-25 22:41:12 +03:00
version = "0.4.5"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2020-02-13 15:38:28 +02:00
[[package]]
name = "socket2"
2022-03-23 22:31:18 +02:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
2021-01-07 10:03:20 +02:00
"winapi",
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
2021-07-06 09:38:10 +03:00
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2018-06-12 11:30:03 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2018-09-06 14:42:56 +03:00
2020-06-18 22:25:27 +03:00
[[package]]
2021-10-25 22:41:12 +03:00
name = "strum"
version = "0.22.0"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
2020-06-18 22:25:27 +03:00
dependencies = [
2022-01-24 12:10:02 +02:00
"strum_macros 0.22.0",
]
[[package]]
name = "strum"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
dependencies = [
"strum_macros 0.23.1",
2020-06-18 22:25:27 +03:00
]
[[package]]
2021-10-25 22:41:12 +03:00
name = "strum_macros"
version = "0.22.0"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
2020-06-18 22:25:27 +03:00
dependencies = [
"heck 0.3.3",
2021-10-25 22:41:12 +03:00
"proc-macro2",
"quote",
"syn",
2019-09-28 14:41:06 +03:00
]
2022-01-24 12:10:02 +02:00
[[package]]
name = "strum_macros"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"
dependencies = [
"heck 0.3.3",
2022-01-24 12:10:02 +02:00
"proc-macro2",
"quote",
"rustversion",
"syn",
]
2019-08-22 21:53:38 +03:00
[[package]]
name = "syn"
2022-03-23 22:31:18 +02:00
version = "1.0.89"
2019-08-22 21:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"
2019-08-22 21:53:38 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"unicode-xid",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",
]
2018-11-07 14:31:44 +02:00
[[package]]
2020-06-18 22:25:27 +03:00
name = "tar"
2021-12-16 09:44:19 +02:00
version = "0.4.38"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"filetime",
"libc",
"xattr",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "tempfile"
2022-01-24 12:10:02 +02:00
version = "3.3.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2018-11-07 14:31:44 +02:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2022-01-24 12:10:02 +02:00
"fastrand",
2020-05-09 07:22:51 +03:00
"libc",
2022-03-23 22:31:18 +02:00
"redox_syscall",
2020-05-09 07:22:51 +03:00
"remove_dir_all",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "termcolor"
2022-03-23 22:31:18 +02:00
version = "1.1.3"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"winapi-util",
2018-06-17 14:17:36 +03:00
]
2020-05-15 21:10:15 +03:00
[[package]]
name = "terminal_size"
2021-07-06 09:38:10 +03:00
version = "0.1.17"
2020-05-15 21:10:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2020-05-15 21:10:15 +03:00
dependencies = [
"libc",
2021-01-07 10:03:20 +02:00
"winapi",
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "textwrap"
version = "0.15.0"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2018-06-12 11:30:03 +03:00
[[package]]
name = "thiserror"
2021-10-25 22:41:12 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
2020-05-09 07:22:51 +03:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-10-25 22:41:12 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "time"
2021-07-06 09:38:10 +03:00
version = "0.1.44"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2021-07-06 09:38:10 +03:00
"wasi 0.10.0+wasi-snapshot-preview1",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "time"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
2022-04-30 16:17:27 +03:00
"itoa",
2022-03-23 22:31:18 +02:00
"libc",
"num_threads",
2022-04-30 16:17:27 +03:00
"time-macros",
2022-03-23 22:31:18 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-06-18 22:25:27 +03:00
[[package]]
name = "tinyvec"
2021-12-16 09:44:19 +02:00
version = "1.5.1"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2020-12-07 20:51:41 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-06-18 22:25:27 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "tokio"
2022-03-23 22:31:18 +02:00
version = "1.17.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
2018-11-07 14:31:44 +02:00
dependencies = [
"bytes",
"libc",
2020-05-09 07:22:51 +03:00
"memchr",
"mio",
"num_cpus",
2021-01-07 10:03:20 +02:00
"once_cell",
"pin-project-lite",
"signal-hook-registry",
2022-03-23 22:31:18 +02:00
"socket2",
2021-01-07 10:03:20 +02:00
"winapi",
2018-11-07 14:31:44 +02:00
]
2020-02-13 15:38:28 +02:00
[[package]]
2021-01-07 10:03:20 +02:00
name = "tokio-native-tls"
version = "0.3.0"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"native-tls",
"tokio",
2020-02-13 15:38:28 +02:00
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "tokio-rustls"
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
dependencies = [
"rustls",
"tokio",
"webpki",
]
2020-02-13 15:38:28 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "tokio-util"
2021-12-16 09:44:19 +02:00
version = "0.6.9"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-02-13 15:38:28 +02:00
dependencies = [
"bytes",
2020-05-09 07:22:51 +03:00
"futures-core",
"futures-sink",
"log",
2021-01-07 10:03:20 +02:00
"pin-project-lite",
2020-05-09 07:22:51 +03:00
"tokio",
2019-03-14 21:41:16 +02:00
]
[[package]]
name = "toml"
2021-01-07 10:03:20 +02:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 10:03:20 +02:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
2020-05-09 07:22:51 +03:00
"serde",
]
2018-05-29 23:48:30 +03:00
[[package]]
name = "topgrade"
2022-04-11 20:16:37 +03:00
version = "8.3.1"
2021-07-06 09:40:04 +03:00
dependencies = [
2021-07-19 09:34:14 +03:00
"anyhow",
2022-03-23 22:31:18 +02:00
"cfg-if",
2021-07-19 09:34:14 +03:00
"chrono",
"clap",
2021-07-19 09:34:14 +03:00
"console",
"directories",
"futures",
"glob",
"lazy_static",
"log",
2022-03-23 22:31:18 +02:00
"nix",
2020-05-09 07:22:51 +03:00
"notify-rust",
"parselnk",
2020-05-09 07:22:51 +03:00
"pretty_env_logger",
"regex",
2020-05-09 07:22:51 +03:00
"rust-ini",
"self_update",
"serde",
"shellexpand",
2022-01-24 12:10:02 +02:00
"strum 0.23.0",
"sys-info",
2020-05-09 07:22:51 +03:00
"tempfile",
"thiserror",
"tokio",
2020-05-09 07:22:51 +03:00
"toml",
"walkdir",
"which",
2021-01-07 10:03:20 +02:00
"winapi",
2020-05-09 07:22:51 +03:00
]
[[package]]
name = "tower-service"
version = "0.3.1"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2018-05-29 23:48:30 +03:00
2020-07-14 08:20:01 +03:00
[[package]]
name = "tracing"
2022-03-23 22:31:18 +02:00
version = "0.1.32"
2020-07-14 08:20:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
2020-07-14 08:20:01 +03:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2021-01-07 10:03:20 +02:00
"pin-project-lite",
2020-07-14 08:20:01 +03:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2022-03-23 22:31:18 +02:00
version = "0.1.23"
2020-07-14 08:20:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"
2020-07-14 08:20:01 +03:00
dependencies = [
"lazy_static",
]
2018-11-07 14:31:44 +02:00
[[package]]
2020-02-13 15:38:28 +02:00
name = "try-lock"
2020-07-14 08:20:01 +03:00
version = "0.2.3"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-14 08:20:01 +03:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2019-05-12 10:20:40 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "unicode-bidi"
2021-10-25 22:41:12 +03:00
version = "0.3.7"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2018-11-07 14:31:44 +02:00
[[package]]
name = "unicode-normalization"
2021-07-06 09:38:10 +03:00
version = "0.1.19"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2019-01-22 11:43:39 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"tinyvec",
2019-01-22 11:43:39 +02:00
]
2018-11-07 14:31:44 +02:00
2018-12-12 13:05:02 +02:00
[[package]]
name = "unicode-segmentation"
2022-03-23 22:31:18 +02:00
version = "1.9.0"
2018-12-12 13:05:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2018-12-12 13:05:02 +02:00
2018-06-12 11:30:03 +03:00
[[package]]
name = "unicode-width"
2021-10-25 22:41:12 +03:00
version = "0.1.9"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-06-18 22:25:27 +03:00
2019-08-22 21:53:38 +03:00
[[package]]
name = "unicode-xid"
2021-07-06 09:38:10 +03:00
version = "0.2.2"
2019-08-22 21:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2019-08-22 21:53:38 +03:00
2022-04-30 16:17:27 +03:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2018-11-07 14:31:44 +02:00
[[package]]
name = "url"
2021-07-06 09:38:10 +03:00
version = "2.2.2"
2019-09-04 21:07:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2019-09-04 21:07:43 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"form_urlencoded",
2020-05-09 07:22:51 +03:00
"idna",
"matches",
2021-01-07 10:03:20 +02:00
"percent-encoding",
2020-02-13 15:38:28 +02:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "vcpkg"
2021-07-06 09:38:10 +03:00
version = "0.2.15"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2018-11-07 14:31:44 +02:00
2019-11-15 07:08:46 +02:00
[[package]]
name = "version_check"
2022-01-24 12:10:02 +02:00
version = "0.9.4"
2019-11-15 07:08:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-11-15 07:08:46 +02:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
2020-05-09 07:22:51 +03:00
"same-file",
2021-01-07 10:03:20 +02:00
"winapi",
2020-05-09 07:22:51 +03:00
"winapi-util",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "want"
2020-05-09 07:22:51 +03:00
version = "0.3.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"log",
"try-lock",
2018-11-07 14:31:44 +02:00
]
2019-08-15 13:22:35 +03:00
[[package]]
name = "wasi"
2022-03-23 22:31:18 +02:00
version = "0.10.0+wasi-snapshot-preview1"
2020-02-10 22:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-05-09 07:22:51 +03:00
2020-11-02 14:00:04 +02:00
[[package]]
name = "wasi"
2022-03-23 22:31:18 +02:00
version = "0.11.0+wasi-snapshot-preview1"
2020-11-02 14:00:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-11-02 14:00:04 +02:00
2020-05-09 07:22:51 +03:00
[[package]]
name = "wasm-bindgen"
2022-01-24 12:10:02 +02:00
version = "0.2.79"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2020-05-09 07:22:51 +03:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-01-24 12:10:02 +02:00
version = "0.2.79"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
2020-05-09 07:22:51 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-01-24 12:10:02 +02:00
version = "0.4.29"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
2020-05-09 07:22:51 +03:00
dependencies = [
2022-03-23 22:31:18 +02:00
"cfg-if",
2020-05-09 07:22:51 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-01-24 12:10:02 +02:00
version = "0.2.79"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
2020-05-09 07:22:51 +03:00
dependencies = [
2021-10-25 22:41:12 +03:00
"quote",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-01-24 12:10:02 +02:00
version = "0.2.79"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
2020-05-09 07:22:51 +03:00
dependencies = [
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-01-24 12:10:02 +02:00
version = "0.2.79"
2020-12-07 20:51:41 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2020-12-07 20:51:41 +02:00
2020-05-09 07:22:51 +03:00
[[package]]
name = "web-sys"
2022-01-24 12:10:02 +02:00
version = "0.3.56"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
2020-05-09 07:22:51 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-04-30 16:17:27 +03:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
dependencies = [
"webpki",
]
[[package]]
2021-07-06 09:38:10 +03:00
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-06 09:38:10 +03:00
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2018-05-29 23:48:30 +03:00
[[package]]
name = "which"
2022-03-23 22:31:18 +02:00
version = "4.2.5"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2018-05-29 23:48:30 +03:00
dependencies = [
"either",
2021-10-25 22:41:12 +03:00
"lazy_static",
2020-05-09 07:22:51 +03:00
"libc",
2018-05-29 23:48:30 +03:00
]
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2018-05-29 23:48:30 +03:00
[[package]]
name = "winapi"
2020-06-30 12:23:05 +03:00
version = "0.3.9"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-30 12:23:05 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-05-29 23:48:30 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-05-29 23:48:30 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-05-29 23:48:30 +03:00
2018-08-27 15:24:08 +03:00
[[package]]
name = "winapi-util"
2020-06-11 17:39:06 +03:00
version = "0.1.5"
2018-08-27 15:24:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-08-27 15:24:08 +03:00
dependencies = [
2021-01-07 10:03:20 +02:00
"winapi",
2018-08-27 15:24:08 +03:00
]
2018-05-29 23:48:30 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-05-29 23:48:30 +03:00
2019-07-31 14:31:28 +03:00
[[package]]
2021-10-25 22:41:12 +03:00
name = "windows"
2021-12-16 09:44:19 +02:00
version = "0.24.0"
2019-07-31 14:31:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944"
2019-07-31 14:31:28 +03:00
dependencies = [
2021-12-16 09:44:19 +02:00
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
2019-07-31 14:31:28 +03:00
]
2020-06-18 22:25:27 +03:00
[[package]]
2021-12-16 09:44:19 +02:00
name = "windows_i686_gnu"
version = "0.24.0"
2021-10-25 22:41:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
2021-10-25 22:41:12 +03:00
[[package]]
2021-12-16 09:44:19 +02:00
name = "windows_i686_msvc"
version = "0.24.0"
2021-10-25 22:41:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
2021-10-25 22:41:12 +03:00
[[package]]
2021-12-16 09:44:19 +02:00
name = "windows_x86_64_gnu"
version = "0.24.0"
2021-10-25 22:41:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
2021-10-25 22:41:12 +03:00
[[package]]
2021-12-16 09:44:19 +02:00
name = "windows_x86_64_msvc"
version = "0.24.0"
2021-10-25 22:41:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-16 09:44:19 +02:00
checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
2021-10-25 22:41:12 +03:00
[[package]]
name = "winreg"
2022-03-23 22:31:18 +02:00
version = "0.10.1"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2020-06-18 22:25:27 +03:00
dependencies = [
2021-01-07 10:03:20 +02:00
"winapi",
2020-06-18 22:25:27 +03:00
]
[[package]]
name = "winrt-notification"
2022-01-24 12:10:02 +02:00
version = "0.5.1"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:02 +02:00
checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
2020-06-18 22:25:27 +03:00
dependencies = [
2022-01-24 12:10:02 +02:00
"strum 0.22.0",
2021-10-25 22:41:12 +03:00
"windows",
2020-06-18 22:25:27 +03:00
"xml-rs",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2018-11-07 14:31:44 +02:00
]
2020-06-18 22:25:27 +03:00
[[package]]
name = "xml-rs"
2021-10-25 22:41:12 +03:00
version = "0.8.4"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 22:41:12 +03:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2020-06-18 22:25:27 +03:00
[[package]]
name = "zbus"
2022-03-23 22:31:18 +02:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a"
dependencies = [
2022-03-23 22:31:18 +02:00
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
2022-03-23 22:31:18 +02:00
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
2022-03-23 22:31:18 +02:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
"nix",
"once_cell",
2022-03-23 22:31:18 +02:00
"ordered-stream",
"rand",
"serde",
"serde_repr",
2022-03-23 22:31:18 +02:00
"sha1",
"static_assertions",
"winapi",
"zbus_macros",
2022-03-23 22:31:18 +02:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2022-03-23 22:31:18 +02:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040"
dependencies = [
2022-03-23 22:31:18 +02:00
"proc-macro-crate",
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
2022-03-23 22:31:18 +02:00
"regex",
2021-10-25 22:41:12 +03:00
"syn",
]
2022-03-23 22:31:18 +02:00
[[package]]
name = "zbus_names"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zip"
2022-04-30 16:17:27 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 16:17:27 +03:00
checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
dependencies = [
2020-11-02 14:00:04 +02:00
"byteorder",
2020-05-09 07:22:51 +03:00
"crc32fast",
2022-04-30 16:17:27 +03:00
"crossbeam-utils",
2020-05-09 07:22:51 +03:00
"flate2",
2022-04-30 16:17:27 +03:00
"time 0.3.9",
2020-05-09 07:22:51 +03:00
]
[[package]]
name = "zvariant"
2022-03-23 22:31:18 +02:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033"
dependencies = [
"byteorder",
"enumflags2",
2021-10-25 22:41:12 +03:00
"libc",
"serde",
2021-07-06 09:38:10 +03:00
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2022-03-23 22:31:18 +02:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 22:31:18 +02:00
checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a"
dependencies = [
2022-03-23 22:31:18 +02:00
"proc-macro-crate",
"proc-macro2",
2021-10-25 22:41:12 +03:00
"quote",
"syn",
]