Files
topgrade/Cargo.lock

2281 lines
56 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.
2018-11-07 14:31:44 +02:00
[[package]]
2020-11-02 14:00:04 +02:00
name = "adler32"
version = "1.2.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2018-11-07 14:31:44 +02:00
2020-02-29 20:15:28 +02:00
[[package]]
name = "ahash"
2020-06-11 17:39:06 +03:00
version = "0.3.8"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
2020-02-29 20:15:28 +02:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "aho-corasick"
2020-12-07 20:51:41 +02:00
version = "0.7.15"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
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
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-06-12 11:30:03 +03:00
dependencies = [
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-06-12 11:30:03 +03:00
]
[[package]]
name = "anyhow"
2020-12-07 20:51:41 +02:00
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
2019-06-02 09:08:47 +03:00
[[package]]
2019-08-13 14:27:41 +03:00
name = "arrayref"
2020-02-10 22:17:59 +02:00
version = "0.3.6"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-06-02 09:08:47 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "arrayvec"
2020-11-02 14:00:04 +02:00
version = "0.5.2"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2018-11-07 14:31:44 +02:00
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",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-06-12 11:30:03 +03:00
]
2020-02-10 22:17:59 +02:00
[[package]]
name = "autocfg"
2020-11-02 14:00:04 +02:00
version = "1.0.1"
2020-02-10 22:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-02-10 22:17:59 +02:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"byteorder",
"safemem",
2020-02-13 15:38:28 +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"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
2020-06-11 17:39:06 +03:00
2018-06-12 11:30:03 +03:00
[[package]]
name = "bitflags"
2019-10-26 21:36:50 +03:00
version = "1.2.1"
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 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-06-12 11:30:03 +03:00
2019-06-02 09:08:47 +03:00
[[package]]
2019-08-13 14:27:41 +03:00
name = "blake2b_simd"
2020-12-07 20:51:41 +02:00
version = "0.5.11"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
2019-06-02 09:08:47 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"arrayref",
"arrayvec",
"constant_time_eq",
2019-06-02 09:08:47 +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"
2020-06-11 17:39:06 +03:00
version = "3.4.0"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-01-03 10:26:21 +02:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "byteorder"
2020-02-10 22:17:59 +02:00
version = "1.3.4"
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 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-11-07 14:31:44 +02:00
[[package]]
name = "bytes"
2019-03-14 21:41:16 +02:00
version = "0.4.12"
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 = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"byteorder",
"iovec",
2018-11-07 14:31:44 +02:00
]
[[package]]
2020-05-09 07:22:51 +03:00
name = "bytes"
2020-07-14 08:20:01 +03:00
version = "0.5.6"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-14 08:20:01 +03:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2018-05-29 23:48:30 +03:00
[[package]]
name = "cc"
2020-12-07 20:51:41 +02:00
version = "1.0.66"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2018-05-29 23:48:30 +03:00
[[package]]
name = "cfg-if"
2019-10-03 08:13:47 +03:00
version = "0.1.10"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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",
"time",
2020-11-02 14:00:04 +02:00
"winapi 0.3.9",
2019-05-21 16:40:00 +03:00
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "clap"
2020-11-02 14:00:04 +02:00
version = "2.33.3"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2018-06-12 11:30:03 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"ansi_term",
"atty",
2020-06-18 22:25:27 +03:00
"bitflags 1.2.1",
2020-05-09 07:22:51 +03:00
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-06-12 11:30:03 +03:00
]
2020-06-05 15:28:43 +03:00
[[package]]
name = "clicolors-control"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
dependencies = [
"atty",
"lazy_static",
"libc",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-06-05 15:28:43 +03:00
]
[[package]]
name = "console"
2020-06-11 17:39:06 +03:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "2586208b33573b7f76ccfbe5adb076394c88deaf81b84d7213969805b0a952a7"
2020-06-05 15:28:43 +03:00
dependencies = [
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"regex",
2020-06-11 17:39:06 +03:00
"terminal_size",
2020-06-05 15:28:43 +03:00
"termios",
"unicode-width",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-06-05 15:28:43 +03:00
]
[[package]]
name = "console"
2020-11-02 14:00:04 +02:00
version = "0.13.0"
2020-06-05 15:28:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
dependencies = [
2020-05-09 07:22:51 +03:00
"encode_unicode",
"lazy_static",
"libc",
"regex",
2020-05-15 21:10:15 +03:00
"terminal_size",
2020-05-09 07:22:51 +03:00
"unicode-width",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-05-15 21:10:15 +03:00
"winapi-util",
2020-02-29 20:15:28 +02:00
]
2020-12-07 20:51:41 +02:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen",
]
2019-06-02 09:08:47 +03:00
[[package]]
name = "constant_time_eq"
2020-02-10 22:17:59 +02:00
version = "0.1.5"
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 = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2020-02-13 15:38:28 +02:00
2019-05-12 10:20:40 +03:00
[[package]]
name = "core-foundation"
2020-12-07 20:51:41 +02:00
version = "0.9.1"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
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"
2020-12-07 20:51:41 +02:00
version = "0.8.2"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2019-05-12 10:20:40 +03:00
[[package]]
name = "crc32fast"
2020-11-02 14:00:04 +02:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 1.0.0",
2020-02-13 15:38:28 +02:00
]
[[package]]
2020-05-09 07:22:51 +03:00
name = "crossbeam-utils"
2020-12-07 20:51:41 +02:00
version = "0.8.1"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2020-05-09 07:22:51 +03:00
"lazy_static",
2020-02-13 15:38:28 +02:00
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "dbus"
2020-06-30 12:23:05 +03:00
version = "0.8.4"
2020-01-03 10:26:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-30 12:23:05 +03:00
checksum = "5cd9e78c210146a1860f897db03412fd5091fd73100778e43ee255cca252cf32"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
"libdbus-sys",
2020-01-03 10:26:21 +02:00
]
[[package]]
name = "directories"
2020-08-09 09:14:39 +03:00
version = "3.0.1"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
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-03 10:26:21 +02:00
[[package]]
name = "dirs"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
"redox_users",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-01-03 10:26:21 +02:00
]
2020-01-05 21:55:05 +02:00
[[package]]
name = "dirs"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
2020-01-05 21:55:05 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"dirs-sys",
2020-01-05 21:55:05 +02:00
]
2019-06-02 09:08:47 +03:00
[[package]]
name = "dirs-sys"
2020-06-11 17:39:06 +03:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
"redox_users",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "dlv-list"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "1b391911b9a786312a10cb9d2b3d0735adfd5a8113eb3648de26a75e91b0826c"
2020-02-29 20:15:28 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"rand",
2020-02-29 20:15:28 +02:00
]
[[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"
2020-12-07 20:51:41 +02:00
version = "0.8.26"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2018-11-07 14:31:44 +02:00
]
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
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "filetime"
2020-12-07 20:51:41 +02:00
version = "0.2.13"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2020-05-09 07:22:51 +03:00
"libc",
"redox_syscall",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "flate2"
2020-11-02 14:00:04 +02:00
version = "1.0.14"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding 2.1.0",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-06-18 22:25:27 +03:00
"bitflags 1.2.1",
2020-05-09 07:22:51 +03:00
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
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"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
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"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-02-10 22:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
2020-02-10 22:17:59 +02:00
[[package]]
name = "futures-executor"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
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"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-macro"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro-hack",
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2020-05-09 07:22:51 +03:00
]
[[package]]
name = "futures-sink"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-task"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
2020-05-15 21:10:15 +03:00
dependencies = [
"once_cell",
]
2020-05-09 07:22:51 +03:00
[[package]]
name = "futures-util"
2020-12-07 20:51:41 +02:00
version = "0.3.8"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
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",
2020-12-07 20:51:41 +02:00
"pin-project 1.0.2",
2020-05-09 07:22:51 +03:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2018-11-07 14:31:44 +02:00
]
2019-07-16 08:56:26 +03:00
[[package]]
name = "getrandom"
2020-11-02 14:00:04 +02:00
version = "0.1.15"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2019-07-16 08:56:26 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"libc",
2020-11-02 14:00:04 +02:00
"wasi 0.9.0+wasi-snapshot-preview1",
2019-07-16 08:56:26 +03:00
]
[[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"
2020-11-02 14:00:04 +02:00
version = "0.2.7"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
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",
2020-11-02 14:00:04 +02:00
"tracing-futures",
2018-11-07 14:31:44 +02:00
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "hashbrown"
2020-06-11 17:39:06 +03:00
version = "0.7.2"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
2020-02-29 20:15:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"ahash",
"autocfg",
2020-02-29 20:15:28 +02:00
]
2020-07-20 08:35:30 +03:00
[[package]]
name = "hashbrown"
2020-11-02 14:00:04 +02:00
version = "0.9.1"
2020-07-20 08:35:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-07-20 08:35:30 +03:00
2018-12-12 13:05:02 +02:00
[[package]]
name = "heck"
2018-12-23 13:26:10 +02:00
version = "0.3.1"
2018-12-12 13:05:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
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 = "hermit-abi"
2020-11-02 14:00:04 +02:00
version = "0.1.17"
2019-11-04 06:42:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
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
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "http"
2020-06-11 17:39:06 +03:00
version = "0.2.1"
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 = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"fnv",
"itoa",
2018-11-07 14:31:44 +02:00
]
2019-05-30 21:14:21 +03:00
[[package]]
name = "http-body"
2020-05-09 07:22:51 +03:00
version = "0.3.1"
2019-05-30 21:14:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-05-30 21:14:21 +03:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"http",
2019-05-30 21:14:21 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "httparse"
2019-07-16 08:56:26 +03:00
version = "1.3.4"
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 = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2018-11-07 14:31:44 +02:00
2020-11-02 14:00:04 +02:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
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"
2020-12-07 20:51:41 +02:00
version = "0.13.9"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
2020-05-09 07:22:51 +03:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
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",
2020-05-09 07:22:51 +03:00
"itoa",
2020-12-07 20:51:41 +02:00
"pin-project 1.0.2",
2020-06-11 17:39:06 +03:00
"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
]
[[package]]
name = "hyper-old-types"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "6896be51ecf3966c0fa14ff2da3233dbb9aef57ccea1be1afe55f105f4d4c9c4"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"base64 0.9.3",
"bytes 0.4.12",
"httparse",
"language-tags",
"log",
"mime",
"percent-encoding 1.0.1",
"time",
"unicase",
2018-11-07 14:31:44 +02:00
]
2020-02-13 15:38:28 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "hyper-tls"
2020-07-14 08:20:01 +03:00
version = "0.4.3"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-14 08:20:01 +03:00
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"hyper",
"native-tls",
"tokio",
"tokio-tls",
2018-11-07 14:31:44 +02:00
]
2019-09-04 21:07:43 +03:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
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"
2020-11-02 14:00:04 +02:00
version = "1.6.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2019-10-26 21:36:50 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"autocfg",
2020-11-02 14:00:04 +02:00
"hashbrown 0.9.1",
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"
2020-05-09 07:22:51 +03:00
version = "0.13.0"
2019-08-13 14:27:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487"
2019-08-13 14:27:41 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"console 0.13.0",
2020-05-09 07:22:51 +03:00
"lazy_static",
"number_prefix",
"regex",
2019-08-13 14:27:41 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "iovec"
2019-10-26 21:36:50 +03:00
version = "0.1.4"
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 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
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-08-09 09:14:39 +03:00
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2018-11-07 14:31:44 +02:00
[[package]]
name = "itoa"
2020-06-18 22:25:27 +03:00
version = "0.4.6"
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 = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2020-05-09 07:22:51 +03:00
[[package]]
name = "js-sys"
2020-12-07 20:51:41 +02:00
version = "0.3.46"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
2020-05-09 07:22:51 +03:00
dependencies = [
"wasm-bindgen",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-05-09 07:22:51 +03:00
"winapi 0.2.8",
"winapi-build",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
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"
2020-12-07 20:51:41 +02:00
version = "0.2.81"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
2018-05-29 23:48:30 +03:00
2020-01-03 10:26:21 +02:00
[[package]]
name = "libdbus-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"pkg-config",
2020-02-13 15:38:28 +02:00
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "log"
2020-07-20 08:35:30 +03:00
version = "0.4.11"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-20 08:35:30 +03:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2018-06-17 14:17:36 +03:00
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "mac-notification-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"cc",
"chrono",
"dirs 1.0.5",
"objc-foundation",
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"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-02-13 15:38:28 +02:00
2018-06-17 14:17:36 +03:00
[[package]]
name = "memchr"
2020-11-02 14:00:04 +02:00
version = "2.3.4"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
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 = "mime_guess"
2020-02-29 20:15:28 +02:00
version = "2.0.3"
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 = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"mime",
"unicase",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "miniz_oxide"
2020-11-02 14:00:04 +02:00
version = "0.3.7"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"adler32",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "mio"
2020-12-07 20:51:41 +02:00
version = "0.6.23"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2020-12-07 20:51:41 +02:00
"miow 0.2.2",
2020-05-09 07:22:51 +03:00
"net2",
"slab",
"winapi 0.2.8",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "mio-named-pipes"
2020-07-14 08:20:01 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-14 08:20:01 +03:00
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
dependencies = [
"log",
"mio",
2020-12-07 20:51:41 +02:00
"miow 0.3.6",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
]
[[package]]
name = "mio-uds"
2020-06-11 17:39:06 +03:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "miow"
2020-12-07 20:51:41 +02:00
version = "0.2.2"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "miow"
2020-12-07 20:51:41 +02:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
dependencies = [
"socket2",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "native-tls"
2020-12-07 20:51:41 +02:00
version = "0.2.6"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f"
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 = "net2"
2020-12-07 20:51:41 +02:00
version = "0.2.36"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"libc",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "nix"
2020-08-09 09:14:39 +03:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
2020-06-18 22:25:27 +03:00
"bitflags 1.2.1",
2020-05-09 07:22:51 +03:00
"cc",
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"libc",
]
2020-01-03 10:26:21 +02:00
[[package]]
name = "notify-rust"
2020-06-18 22:25:27 +03:00
version = "4.0.0"
2020-01-03 10:26:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "144acee6a0543dc74893e4b8a33936b5b0a94cc2d4ab024afd0c6daff7afc3c0"
2020-01-03 10:26:21 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"dbus",
"mac-notification-sys",
2020-06-18 22:25:27 +03:00
"winrt-notification",
2020-01-03 10:26:21 +02:00
]
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"
2020-06-11 17:39:06 +03:00
version = "1.13.0"
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 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
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
]
2019-05-12 10:20:40 +03:00
[[package]]
2019-08-13 14:27:41 +03:00
name = "number_prefix"
2020-05-09 07:22:51 +03:00
version = "0.3.0"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
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"
2020-12-07 20:51:41 +02:00
version = "1.5.2"
2020-05-15 21:10:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-05-15 21:10:15 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "openssl"
2020-06-30 12:23:05 +03:00
version = "0.10.30"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-30 12:23:05 +03:00
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"bitflags 1.2.1",
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2018-11-07 14:31:44 +02:00
[[package]]
name = "openssl-sys"
2020-06-11 17:39:06 +03:00
version = "0.9.58"
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 = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
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"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "e88f947c6799d5eff50e6cf8a2365c17ac4aa8f8f43aceeedc29b616d872a358"
2020-02-29 20:15:28 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"dlv-list",
2020-07-20 08:35:30 +03:00
"hashbrown 0.7.2",
2020-02-29 20:15:28 +02:00
]
2019-05-12 10:20:40 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "percent-encoding"
version = "1.0.1"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2019-05-12 10:20:40 +03:00
2019-11-28 06:17:15 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "percent-encoding"
version = "2.1.0"
2019-11-28 06:17:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-11-28 06:17:15 +02:00
2019-05-12 10:20:40 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "pin-project"
2020-11-02 14:00:04 +02:00
version = "0.4.27"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2019-05-12 10:20:40 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
2020-12-07 20:51:41 +02:00
version = "1.0.2"
2020-11-02 14:00:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
2020-11-02 14:00:04 +02:00
dependencies = [
2020-12-07 20:51:41 +02:00
"pin-project-internal 1.0.2",
2020-11-02 14:00:04 +02:00
]
[[package]]
name = "pin-project-internal"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
dependencies = [
"proc-macro2",
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2019-05-12 10:20:40 +03:00
]
2019-11-28 06:17:15 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "pin-project-internal"
2020-12-07 20:51:41 +02:00
version = "1.0.2"
2019-11-28 06:17:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
2019-11-28 06:17:15 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2019-11-28 06:17:15 +02:00
]
2018-11-07 14:31:44 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "pin-project-lite"
2020-11-02 14:00:04 +02:00
version = "0.1.11"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2018-11-07 14:31:44 +02:00
2020-12-07 20:51:41 +02:00
[[package]]
name = "pin-project-lite"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
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"
2020-11-02 14:00:04 +02:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2019-07-16 08:56:26 +03:00
[[package]]
name = "ppv-lite86"
2020-12-07 20:51:41 +02:00
version = "0.2.10"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
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
]
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",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
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",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-05-09 07:22:51 +03:00
"version_check",
2019-09-04 21:07:43 +03:00
]
2020-02-29 20:15:28 +02:00
[[package]]
name = "proc-macro-hack"
2020-11-02 14:00:04 +02:00
version = "0.5.19"
2020-02-29 20:15:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-02-29 20:15:28 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "proc-macro-nested"
2020-06-18 22:25:27 +03:00
version = "0.1.6"
2019-08-22 21:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2019-08-22 21:53:38 +03:00
2019-05-12 10:20:40 +03:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "proc-macro2"
2020-11-02 14:00:04 +02:00
version = "1.0.24"
2019-05-12 10:20:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-06-30 12:23:05 +03:00
"unicode-xid 0.2.1",
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"
version = "0.17.2"
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 = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
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"
2020-06-18 22:25:27 +03:00
version = "0.3.15"
2019-08-13 14:27:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2019-08-13 14:27:41 +03:00
2020-02-13 15:38:28 +02:00
[[package]]
2020-06-18 22:25:27 +03:00
name = "quote"
version = "1.0.7"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
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"
2020-02-10 22:17:59 +02:00
version = "0.7.3"
2018-12-12 13:05:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2018-12-12 13:05:02 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"getrandom",
"libc",
"rand_chacha",
2020-06-18 22:25:27 +03:00
"rand_core",
2020-05-09 07:22:51 +03:00
"rand_hc",
2019-07-16 08:56:26 +03:00
]
2020-02-13 15:38:28 +02:00
[[package]]
name = "rand_chacha"
2020-05-09 07:22:51 +03:00
version = "0.2.2"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-16 08:56:26 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"ppv-lite86",
2020-06-18 22:25:27 +03:00
"rand_core",
]
2019-07-16 08:56:26 +03:00
[[package]]
name = "rand_core"
2019-09-04 21:07:43 +03:00
version = "0.5.1"
2019-07-16 08:56:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-16 08:56:26 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"getrandom",
2020-02-13 15:38:28 +02:00
]
2019-07-16 08:56:26 +03:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-16 08:56:26 +03:00
dependencies = [
2020-06-18 22:25:27 +03:00
"rand_core",
2018-12-12 13:05:02 +02:00
]
2018-05-31 16:00:01 +03:00
[[package]]
name = "redox_syscall"
2020-07-14 08:20:01 +03:00
version = "0.1.57"
2018-05-31 16:00:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-14 08:20:01 +03:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-05-31 16:00:01 +03:00
2019-06-02 09:08:47 +03:00
[[package]]
name = "redox_users"
2020-11-02 14:00:04 +02:00
version = "0.3.5"
2019-06-02 09:08:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2019-06-02 09:08:47 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"getrandom",
"redox_syscall",
"rust-argon2",
2019-06-02 09:08:47 +03:00
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "regex"
2020-11-02 14:00:04 +02:00
version = "1.4.2"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-06-17 14:17:36 +03:00
]
[[package]]
name = "regex-syntax"
2020-11-02 14:00:04 +02:00
version = "0.6.21"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
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 = [
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "reqwest"
2020-12-07 20:51:41 +02:00
version = "0.10.9"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
2020-05-09 07:22:51 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"base64 0.13.0",
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"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",
"mime_guess",
"native-tls",
"percent-encoding 2.1.0",
2020-12-07 20:51:41 +02:00
"pin-project-lite 0.2.0",
2020-05-09 07:22:51 +03:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2020-12-07 20:51:41 +02:00
"wasm-bindgen-test",
2020-05-09 07:22:51 +03:00
"web-sys",
"winreg",
]
2019-08-13 14:27:41 +03:00
[[package]]
name = "rust-argon2"
2020-12-07 20:51:41 +02:00
version = "0.8.3"
2019-08-13 14:27:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2019-08-13 14:27:41 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"base64 0.13.0",
2020-05-09 07:22:51 +03:00
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2020-01-05 21:55:05 +02:00
]
2020-02-11 09:37:22 +02:00
[[package]]
name = "rust-ini"
2020-06-18 22:25:27 +03:00
version = "0.15.3"
2020-02-11 09:37:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:25:27 +03:00
checksum = "7a3679dd538c876a7b606f3bb951c8a20fc281a0ff7795f59f7cb490e3f979e1"
2020-02-11 09:37:22 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"ordered-multimap",
2020-02-11 09:37:22 +02:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "ryu"
2020-06-11 17:39:06 +03:00
version = "1.0.5"
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 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-11-07 14:31:44 +02:00
[[package]]
name = "safemem"
2019-10-26 21:36:50 +03:00
version = "0.3.3"
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 = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
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",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
2020-12-07 20:51:41 +02:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2018-11-07 14:31:44 +02:00
[[package]]
name = "security-framework"
2020-12-07 20:51:41 +02:00
version = "2.0.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"bitflags 1.2.1",
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"
2020-12-07 20:51:41 +02:00
version = "2.0.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
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"
2020-08-09 09:14:39 +03:00
version = "0.19.0"
2019-01-13 22:54:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "8ad4f32cc38aac660a9a872b5553677d59f984139f3316f642989d8232be3e5c"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"either",
"flate2",
"hyper-old-types",
"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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2020-05-09 07:22:51 +03:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2020-12-07 20:51:41 +02:00
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
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"
2020-12-07 20:51:41 +02:00
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "serde_json"
2020-12-07 20:51:41 +02:00
version = "1.0.60"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"itoa",
"ryu",
"serde",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "serde_urlencoded"
2020-12-07 20:51:41 +02:00
version = "0.7.0"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-12-07 20:51:41 +02:00
"form_urlencoded",
2020-05-09 07:22:51 +03: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
]
[[package]]
name = "shellexpand"
2020-02-29 20:15:28 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "9a2b22262a9aaf9464d356f656fea420634f78c881c5eebd5ef5e66d8b9bc603"
2020-01-05 21:55:05 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"dirs 2.0.2",
2020-01-05 21:55:05 +02:00
]
[[package]]
name = "signal-hook-registry"
2020-11-02 14:00:04 +02:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
dependencies = [
"libc",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "slab"
2019-01-14 09:28:20 +02:00
version = "0.4.2"
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 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2020-02-13 15:38:28 +02:00
[[package]]
name = "socket2"
2020-12-07 20:51:41 +02:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
"libc",
"redox_syscall",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "strsim"
2019-04-07 10:10:53 +03:00
version = "0.8.0"
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 = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-06-12 11:30:03 +03:00
2018-09-06 14:42:56 +03:00
[[package]]
name = "structopt"
2020-12-07 20:51:41 +02:00
version = "0.3.21"
2018-09-06 14:42:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
2018-09-06 14:42:56 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"clap",
"lazy_static",
"structopt-derive",
2018-09-06 14:42:56 +03:00
]
[[package]]
name = "structopt-derive"
2020-12-07 20:51:41 +02:00
version = "0.4.14"
2018-09-06 14:42:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
2018-09-06 14:42:56 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"heck",
"proc-macro-error",
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2018-09-06 14:42:56 +03:00
]
2020-06-18 22:25:27 +03:00
[[package]]
name = "strum"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da"
2019-09-28 14:41:06 +03:00
[[package]]
name = "strum"
2020-11-02 14:00:04 +02:00
version = "0.19.5"
2019-09-28 14:41:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "b89a286a7e3b5720b9a477b23253bc50debac207c8d21505f8e70b36792f11b5"
2019-09-28 14:41:06 +03:00
dependencies = [
2020-11-02 14:00:04 +02:00
"strum_macros 0.19.4",
2020-06-18 22:25:27 +03:00
]
[[package]]
name = "strum_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3384590878eb0cab3b128e844412e2d010821e7e091211b9d87324173ada7db8"
dependencies = [
"quote 0.3.15",
"syn 0.11.11",
2019-09-28 14:41:06 +03:00
]
[[package]]
name = "strum_macros"
2020-11-02 14:00:04 +02:00
version = "0.19.4"
2019-09-28 14:41:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "e61bb0be289045cb80bfce000512e32d09f8337e54c186725da381377ad1f8d5"
2019-09-28 14:41:06 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"heck",
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2020-06-18 22:25:27 +03:00
]
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
2019-09-28 14:41:06 +03:00
]
2019-08-22 21:53:38 +03:00
[[package]]
name = "syn"
2020-12-07 20:51:41 +02:00
version = "1.0.54"
2019-08-22 21:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
2019-08-22 21:53:38 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-06-30 12:23:05 +03:00
"unicode-xid 0.2.1",
2019-08-22 21:53:38 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
2020-06-18 22:25:27 +03:00
name = "synom"
version = "0.11.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 = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"unicode-xid 0.0.4",
2018-11-07 14:31:44 +02:00
]
[[package]]
2020-06-18 22:25:27 +03:00
name = "tar"
2020-11-02 14:00:04 +02:00
version = "0.4.30"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-06-18 22:25:27 +03:00
"filetime",
"libc",
"redox_syscall",
"xattr",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "tempfile"
2019-07-16 08:56:26 +03:00
version = "3.1.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 = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"libc",
2020-06-18 22:25:27 +03:00
"rand",
2020-05-09 07:22:51 +03:00
"redox_syscall",
"remove_dir_all",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "termcolor"
2020-12-07 20:51:41 +02:00
version = "1.1.2"
2018-06-17 14:17:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
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"
2020-12-07 20:51:41 +02:00
version = "0.1.15"
2020-05-15 21:10:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
2020-05-15 21:10:15 +03:00
dependencies = [
"libc",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-05-15 21:10:15 +03:00
]
[[package]]
name = "termios"
2020-11-02 14:00:04 +02:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
]
2018-06-12 11:30:03 +03:00
[[package]]
name = "textwrap"
2019-04-07 10:10:53 +03:00
version = "0.11.0"
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 = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-06-12 11:30:03 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"unicode-width",
2018-06-12 11:30:03 +03:00
]
[[package]]
name = "thiserror"
2020-12-07 20:51:41 +02:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
dependencies = [
2020-05-09 07:22:51 +03:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2020-12-07 20:51:41 +02:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
dependencies = [
2020-05-09 07:22:51 +03:00
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
]
2018-06-17 14:17:36 +03:00
[[package]]
name = "thread_local"
2020-02-10 22:17:59 +02:00
version = "1.0.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 = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-06-17 14:17:36 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"lazy_static",
2018-06-17 14:17:36 +03:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "time"
2020-11-02 14:00:04 +02:00
version = "0.1.44"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2020-11-02 14:00:04 +02:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
2020-06-18 22:25:27 +03:00
[[package]]
name = "tinyvec"
2020-12-07 20:51:41 +02:00
version = "1.1.0"
2020-06-18 22:25:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
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"
2020-12-07 20:51:41 +02:00
version = "0.2.23"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "a6d7ad61edd59bfcc7e80dababf0f4aed2e6d5e0ba1659356ae889752dfc12ff"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"fnv",
2020-06-11 17:39:06 +03:00
"futures-core",
2020-05-09 07:22:51 +03:00
"iovec",
"lazy_static",
"libc",
2020-05-09 07:22:51 +03:00
"memchr",
"mio",
"mio-named-pipes",
"mio-uds",
2020-05-09 07:22:51 +03:00
"num_cpus",
2020-12-07 20:51:41 +02:00
"pin-project-lite 0.1.11",
"signal-hook-registry",
2020-05-09 07:22:51 +03:00
"slab",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2018-11-07 14:31:44 +02:00
]
2020-02-13 15:38:28 +02:00
[[package]]
2020-05-09 07:22:51 +03:00
name = "tokio-tls"
2020-06-11 17:39:06 +03:00
version = "0.3.1"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
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
]
[[package]]
2020-05-09 07:22:51 +03:00
name = "tokio-util"
2020-06-11 17:39:06 +03:00
version = "0.3.1"
2020-02-13 15:38:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2020-02-13 15:38:28 +02:00
dependencies = [
2020-07-14 08:20:01 +03:00
"bytes 0.5.6",
2020-05-09 07:22:51 +03:00
"futures-core",
"futures-sink",
"log",
2020-12-07 20:51:41 +02:00
"pin-project-lite 0.1.11",
2020-05-09 07:22:51 +03:00
"tokio",
2019-03-14 21:41:16 +02:00
]
[[package]]
name = "toml"
2020-11-02 14:00:04 +02:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
dependencies = [
2020-05-09 07:22:51 +03:00
"serde",
]
2018-05-29 23:48:30 +03:00
[[package]]
name = "topgrade"
2020-12-27 15:45:23 +02:00
version = "6.2.0"
2018-05-29 23:48:30 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"anyhow",
2020-11-02 14:00:04 +02:00
"cfg-if 0.1.10",
2020-05-09 07:22:51 +03:00
"chrono",
2020-06-11 17:39:06 +03:00
"console 0.10.3",
2020-05-09 07:22:51 +03:00
"directories",
"futures",
2020-05-09 07:22:51 +03:00
"glob",
"lazy_static",
"log",
"nix",
"notify-rust",
2020-07-30 10:18:37 +03:00
"openssl-probe",
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",
"structopt",
2020-11-02 14:00:04 +02:00
"strum 0.19.5",
2020-05-09 07:22:51 +03:00
"tempfile",
"thiserror",
"tokio",
2020-05-09 07:22:51 +03:00
"toml",
"walkdir",
"which",
"winapi 0.3.9",
2020-05-09 07:22:51 +03:00
]
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2018-05-29 23:48:30 +03:00
2020-07-14 08:20:01 +03:00
[[package]]
name = "tracing"
2020-12-07 20:51:41 +02:00
version = "0.1.22"
2020-07-14 08:20:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
2020-07-14 08:20:01 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2020-07-14 08:20:01 +03:00
"log",
2020-12-07 20:51:41 +02:00
"pin-project-lite 0.2.0",
2020-07-14 08:20:01 +03:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2020-11-02 14:00:04 +02:00
version = "0.1.17"
2020-07-14 08:20:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-02 14:00:04 +02:00
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
2020-07-14 08:20:01 +03:00
dependencies = [
"lazy_static",
]
2020-11-02 14:00:04 +02:00
[[package]]
name = "tracing-futures"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
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 = "unicase"
2019-11-15 07:08:46 +02:00
version = "2.6.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 = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"version_check",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"matches",
2018-11-07 14:31:44 +02:00
]
[[package]]
name = "unicode-normalization"
2020-12-07 20:51:41 +02:00
version = "0.1.16"
2018-11-07 14:31:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
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"
2020-12-07 20:51:41 +02:00
version = "1.7.1"
2018-12-12 13:05:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2018-12-12 13:05:02 +02:00
2018-06-12 11:30:03 +03:00
[[package]]
name = "unicode-width"
2020-06-30 12:23:05 +03:00
version = "0.1.8"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-30 12:23:05 +03:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2018-06-12 11:30:03 +03:00
2020-06-18 22:25:27 +03:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2019-08-22 21:53:38 +03:00
[[package]]
name = "unicode-xid"
2020-06-30 12:23:05 +03:00
version = "0.2.1"
2019-08-22 21:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-30 12:23:05 +03:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-08-22 21:53:38 +03:00
2018-11-07 14:31:44 +02:00
[[package]]
name = "url"
2020-12-07 20:51:41 +02:00
version = "2.2.0"
2019-09-04 21:07:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
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",
"percent-encoding 2.1.0",
2020-02-13 15:38:28 +02:00
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "vcpkg"
2020-06-11 17:39:06 +03:00
version = "0.2.10"
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 = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
2018-11-07 14:31:44 +02:00
2018-06-12 11:30:03 +03:00
[[package]]
name = "vec_map"
2020-06-11 17:39:06 +03:00
version = "0.8.2"
2018-06-12 11:30:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-06-12 11:30:03 +03:00
2019-11-15 07:08:46 +02:00
[[package]]
name = "version_check"
2020-06-11 17:39:06 +03:00
version = "0.9.2"
2019-11-15 07:08:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-11-15 07:08:46 +02:00
[[package]]
name = "walkdir"
2020-02-10 22:17:59 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
2020-05-09 07:22:51 +03:00
"same-file",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
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"
2020-02-10 22:17:59 +02:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-11-02 14:00:04 +02:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-05-09 07:22:51 +03:00
[[package]]
name = "wasm-bindgen"
2020-12-07 20:51:41 +02:00
version = "0.2.69"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
2020-05-09 07:22:51 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2020-05-09 07:22:51 +03:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-12-07 20:51:41 +02:00
version = "0.2.69"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
2020-05-09 07:22:51 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2020-12-07 20:51:41 +02:00
version = "0.4.19"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
2020-05-09 07:22:51 +03:00
dependencies = [
2020-12-07 20:51:41 +02:00
"cfg-if 1.0.0",
2020-05-09 07:22:51 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2020-12-07 20:51:41 +02:00
version = "0.2.69"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
2020-05-09 07:22:51 +03:00
dependencies = [
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-12-07 20:51:41 +02:00
version = "0.2.69"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
2020-05-09 07:22:51 +03:00
dependencies = [
"proc-macro2",
2020-06-18 22:25:27 +03:00
"quote 1.0.7",
2020-12-07 20:51:41 +02:00
"syn 1.0.54",
2020-05-09 07:22:51 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-12-07 20:51:41 +02:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
[[package]]
name = "wasm-bindgen-test"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0355fa0c1f9b792a09b6dcb6a8be24d51e71e6d74972f9eb4a44c4c004d24a25"
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.19"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "27e07b46b98024c2ba2f9e83a10c2ef0515f057f2da299c1762a2017de80438b"
dependencies = [
"proc-macro2",
"quote 1.0.7",
]
2020-05-09 07:22:51 +03:00
[[package]]
name = "web-sys"
2020-12-07 20:51:41 +02:00
version = "0.3.46"
2020-05-09 07:22:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2020-05-09 07:22:51 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2018-05-29 23:48:30 +03:00
[[package]]
name = "which"
2020-08-09 09:14:39 +03:00
version = "4.0.2"
2018-05-29 23:48:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 09:14:39 +03:00
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
2018-05-29 23:48:30 +03:00
dependencies = [
2020-05-09 07:22:51 +03:00
"libc",
2020-06-18 22:25:27 +03:00
"thiserror",
2018-05-29 23:48:30 +03:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
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 = [
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
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]]
name = "winreg"
2020-06-11 17:39:06 +03:00
version = "0.7.0"
2019-07-31 14:31:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 17:39:06 +03:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2019-07-31 14:31:28 +03:00
dependencies = [
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2019-07-31 14:31:28 +03:00
]
2020-06-18 22:25:27 +03:00
[[package]]
name = "winrt"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e30cba82e22b083dc5a422c2ee77e20dc7927271a0dc981360c57c1453cb48d"
dependencies = [
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-06-18 22:25:27 +03:00
]
[[package]]
name = "winrt-notification"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c31a65da50d792c6f9bd2e3216249566c4fb1d2d34f9b7d2d66d2e93f62a242"
dependencies = [
"strum 0.8.0",
"strum_macros 0.8.0",
2020-06-30 12:23:05 +03:00
"winapi 0.3.9",
2020-06-18 22:25:27 +03:00
"winrt",
"xml-rs",
]
2018-11-07 14:31:44 +02:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 07:22:51 +03:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-11-07 14:31:44 +02:00
dependencies = [
2020-05-09 07:22:51 +03:00
"winapi 0.2.8",
"winapi-build",
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"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621"
dependencies = [
"bitflags 0.9.1",
]
[[package]]
name = "zip"
2020-12-07 20:51:41 +02:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 20:51:41 +02:00
checksum = "cc2896475a242c41366941faa27264df2cb935185a92e059a004d0048feb2ac5"
dependencies = [
2020-11-02 14:00:04 +02:00
"byteorder",
2020-05-09 07:22:51 +03:00
"crc32fast",
"flate2",
2020-11-02 14:00:04 +02:00
"thiserror",
2020-05-09 07:22:51 +03:00
"time",
]