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]]
|
|
|
|
|
name = "adler32"
|
2019-10-03 08:13:47 +03:00
|
|
|
version = "1.0.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 = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.2"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "0989268a37e128d4d7a8028f1c60099430113fdbc70419010601ce51a228e4fe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"const-random",
|
|
|
|
|
]
|
2020-02-29 20:15:28 +02:00
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.7.10"
|
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 = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
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-05-09 07:22:51 +03:00
|
|
|
"winapi 0.3.8",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2019-12-11 23:05:38 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.26"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
2019-12-11 23:05:38 +02:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "arc-swap"
|
|
|
|
|
version = "0.4.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62"
|
|
|
|
|
|
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"
|
2019-11-15 07:08:46 +02:00
|
|
|
version = "0.5.1"
|
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 = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
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",
|
|
|
|
|
"winapi 0.3.8",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2020-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-02-10 22:17:59 +02:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.45"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2020-06-05 15:28:43 +03:00
|
|
|
"backtrace-sys",
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"rustc-demangle",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2020-06-05 15:28:43 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace-sys"
|
|
|
|
|
version = "0.1.34"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
2019-01-14 09:28:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.11.0"
|
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 = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-01-14 09:28:20 +02: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-01-05 21:55:05 +02:00
|
|
|
version = "0.5.10"
|
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 = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
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-05 15:28:43 +03:00
|
|
|
version = "3.2.0"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
|
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
|
|
|
]
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "bytes"
|
|
|
|
|
version = "0.5.4"
|
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 = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
|
2018-11-25 13:05:02 +02:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.50"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
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
|
|
|
|
2019-05-21 16:40:00 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.4.11"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
2019-05-21 16:40:00 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"time",
|
2019-05-21 16:40:00 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "2.33.0"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2018-06-12 11:30:03 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"ansi_term",
|
|
|
|
|
"atty",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"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",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "console"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.10.0"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clicolors-control",
|
|
|
|
|
"encode_unicode",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"libc",
|
|
|
|
|
"regex",
|
|
|
|
|
"termios",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "console"
|
|
|
|
|
version = "0.11.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
|
2018-10-17 14:07:58 +03:00
|
|
|
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
|
|
|
"termios",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
"winapi 0.3.8",
|
2020-05-15 21:10:15 +03:00
|
|
|
"winapi-util",
|
2020-02-29 20:15:28 +02:00
|
|
|
]
|
|
|
|
|
|
2020-06-05 15:28:43 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "const-random"
|
|
|
|
|
version = "0.1.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"const-random-macro",
|
|
|
|
|
"proc-macro-hack",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "const-random-macro"
|
|
|
|
|
version = "0.1.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
"proc-macro-hack",
|
|
|
|
|
]
|
|
|
|
|
|
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-05-09 07:22:51 +03:00
|
|
|
version = "0.7.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 = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
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-05-09 07:22:51 +03:00
|
|
|
version = "0.7.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 = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
2019-05-12 10:20:40 +03:00
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
2019-03-14 21:41:16 +02:00
|
|
|
version = "1.2.0"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2018-11-25 13:05:02 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.7.2"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"autocfg",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"lazy_static",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dbus"
|
|
|
|
|
version = "0.6.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819"
|
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
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "directories"
|
2019-07-31 14:31:28 +03:00
|
|
|
version = "2.0.2"
|
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 = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
2019-06-02 09:08:47 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"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",
|
|
|
|
|
"winapi 0.3.8",
|
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-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"dirs-sys",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
2019-06-02 09:08:47 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys"
|
2019-07-31 14:31:28 +03:00
|
|
|
version = "0.3.4"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_users",
|
|
|
|
|
"winapi 0.3.8",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
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-05-09 07:22:51 +03:00
|
|
|
"rand 0.7.3",
|
2020-02-29 20:15:28 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dtoa"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.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 = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2019-09-15 20:37:34 +03:00
|
|
|
version = "1.5.3"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2018-11-25 13:05:02 +02:00
|
|
|
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.8.22"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
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-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "failure"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.1.7"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"backtrace",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "filetime"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.8"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.13"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"libc",
|
|
|
|
|
"miniz_oxide",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.6"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
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
|
|
|
|
2019-01-28 08:09:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-cprng"
|
2019-02-11 14:11:16 +02:00
|
|
|
version = "0.1.1"
|
2019-01-28 08:09:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-01-28 08:09:15 +02:00
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[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"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bitflags",
|
|
|
|
|
"fuchsia-zircon-sys",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
|
2020-05-15 11:11:28 +03:00
|
|
|
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-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-sink",
|
2020-05-09 07:22:51 +03:00
|
|
|
]
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "futures-core"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-02-10 22:17:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
|
2020-02-10 22:17:59 +02:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
|
2020-05-15 11:11:28 +03:00
|
|
|
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-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro-hack",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.3.5"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-channel",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures-sink",
|
2020-05-09 07:22:51 +03:00
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
2020-05-15 21:10:15 +03:00
|
|
|
"pin-project",
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.1.14"
|
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 = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2019-07-16 08:56:26 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi",
|
2019-07-16 08:56:26 +03:00
|
|
|
]
|
|
|
|
|
|
2019-08-11 12:41:09 +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"
|
2019-08-11 12:41:09 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "9d5c295d1c0c68e4e42003d75f908f5e16a1edd1cbe0b0d02e4dc2006a384f47"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"slab",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.7.0"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "728e7d31e63d53c436094370f1e6fa249f60a4bb318cc5dfbbbe0aa2bc5a29d7"
|
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
|
|
|
]
|
|
|
|
|
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.1.8"
|
2019-11-04 06:42:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
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-05 15:28:43 +03:00
|
|
|
version = "0.2.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"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-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"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
|
|
|
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.13.3"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "e7b15203263d1faa615f9337d79c1d37959439dc46c2b4faab33286fadc2a1c5"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"h2",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"httparse",
|
|
|
|
|
"itoa",
|
|
|
|
|
"log",
|
|
|
|
|
"net2",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"time",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"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"
|
|
|
|
|
version = "0.4.1"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"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-02-10 22:17:59 +02:00
|
|
|
version = "1.3.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 = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
2019-10-26 21:36:50 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"autocfg",
|
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-06-05 15:28:43 +03:00
|
|
|
"console 0.10.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
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.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 = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.36"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "1cb931d43e71f560c81badb0191596562bafad2be06a3f9025b845c847c60df5"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-06-27 22:19:36 +03: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"
|
2018-06-27 22:19:36 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi 0.2.8",
|
|
|
|
|
"winapi-build",
|
2018-06-27 22:19:36 +03:00
|
|
|
]
|
|
|
|
|
|
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
|
|
|
|
2018-10-17 14:07:58 +03: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-06-05 15:28:43 +03:00
|
|
|
version = "0.2.67"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
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"
|
2019-07-31 14:31:28 +03:00
|
|
|
version = "0.4.8"
|
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 = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-06-17 14:17:36 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
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-02-29 20:15:28 +02:00
|
|
|
version = "2.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 = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.3.6"
|
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 = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"adler32",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.6.21"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"fuchsia-zircon",
|
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
|
"iovec",
|
|
|
|
|
"kernel32-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
2020-05-15 11:11:28 +03:00
|
|
|
"miow 0.2.1",
|
2020-05-09 07:22:51 +03:00
|
|
|
"net2",
|
|
|
|
|
"slab",
|
|
|
|
|
"winapi 0.2.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"mio",
|
2020-06-05 15:28:43 +03:00
|
|
|
"miow 0.3.4",
|
2020-05-15 11:11:28 +03:00
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio-uds"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.6.7"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"iovec",
|
|
|
|
|
"libc",
|
|
|
|
|
"mio",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
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
|
|
|
]
|
|
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.4"
|
2020-05-15 11:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "22dfdd1d51b2639a5abd17ed07005c3af05fb7a2a3b1a1d0d7af1000a520c1c7"
|
2020-05-15 11:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"socket2",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "native-tls"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.2.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 = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.2.33"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.17.0"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bitflags",
|
|
|
|
|
"cc",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"void",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
2020-01-03 10:26:21 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "notify-rust"
|
|
|
|
|
version = "3.6.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "f8da29142be3f71b2165a6b3991c26045b674edbf04cdfc42f323094fc3e4b5a"
|
2020-01-03 10:26:21 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"dbus",
|
|
|
|
|
"mac-notification-sys",
|
2020-01-03 10:26:21 +02:00
|
|
|
]
|
|
|
|
|
|
2019-05-21 16:40:00 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.1.42"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.2.11"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
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-05 15:28:43 +03:00
|
|
|
version = "1.12.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
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"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.10.28"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "973293749822d7dd6370d6da1e523b0d1db19f06c459134c658b2a4261378b52"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"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-05 15:28:43 +03:00
|
|
|
version = "0.9.54"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
|
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",
|
|
|
|
|
"hashbrown",
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.4.8"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
|
2019-05-12 10:20:40 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"pin-project-internal",
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.4.8"
|
2019-11-28 06:17:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
|
2019-11-28 06:17:15 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
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-06-05 15:28:43 +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-06-05 15:28:43 +03:00
|
|
|
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
|
2018-11-07 14:31:44 +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
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
2018-11-07 14:31:44 +02:00
|
|
|
name = "pkg-config"
|
2019-11-04 06:42:20 +02:00
|
|
|
version = "0.3.17"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "podio"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
2018-11-25 13:05:02 +02:00
|
|
|
|
2019-07-16 08:56:26 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "0.2.6"
|
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 = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.4.11"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "e7959c6467d962050d639361f7703b2051c43036d03493c36f01d440fdd3138a"
|
2019-09-04 21:07:43 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"version_check",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.4.11"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "e4002d9f55991d5e019fb940a90e1a95eb80c24e77cb2462dd4dc869604d543a"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"syn-mid",
|
|
|
|
|
"version_check",
|
2019-09-04 21:07:43 +03:00
|
|
|
]
|
|
|
|
|
|
2020-02-29 20:15:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-hack"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.5.11"
|
2020-02-29 20:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2020-02-29 20:15:28 +02:00
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
2020-05-09 07:22:51 +03:00
|
|
|
name = "proc-macro-nested"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.1.3"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
|
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-06-05 15:28:43 +03:00
|
|
|
version = "1.0.9"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +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"
|
|
|
|
|
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-05 15:28:43 +03:00
|
|
|
version = "1.0.3"
|
2019-08-13 14:27:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
2019-08-13 14:27:41 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
2019-08-13 14:27:41 +03:00
|
|
|
]
|
|
|
|
|
|
2020-02-13 15:38:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.4.6"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"fuchsia-cprng",
|
|
|
|
|
"libc",
|
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
|
"rdrand",
|
|
|
|
|
"winapi 0.3.8",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03: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",
|
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
|
"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",
|
|
|
|
|
"rand_core 0.5.1",
|
2019-07-16 08:56:26 +03:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2019-01-28 08:09:15 +02:00
|
|
|
version = "0.3.1"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"rand_core 0.4.2",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2019-08-13 14:27:41 +03:00
|
|
|
version = "0.4.2"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2018-10-17 14:07:58 +03:00
|
|
|
|
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-05-09 07:22:51 +03:00
|
|
|
"rand_core 0.5.1",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2019-01-14 09:28:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rdrand"
|
|
|
|
|
version = "0.4.0"
|
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 = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2018-12-12 13:05:02 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"rand_core 0.3.1",
|
2018-12-12 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2018-05-31 16:00:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2019-07-16 08:56:26 +03:00
|
|
|
version = "0.1.56"
|
2018-05-31 16:00:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2018-05-31 16:00:01 +03:00
|
|
|
|
2019-06-02 09:08:47 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_users"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.4"
|
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 = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
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-06-05 15:28:43 +03:00
|
|
|
version = "1.3.5"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048"
|
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-05-09 07:22:51 +03:00
|
|
|
version = "0.6.17"
|
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 = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
2018-06-17 14:17:36 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "remove_dir_all"
|
2019-06-16 09:22:14 +03:00
|
|
|
version = "0.5.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 = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "reqwest"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.10.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.11.0",
|
|
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"encoding_rs",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-tls",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"mime_guess",
|
|
|
|
|
"native-tls",
|
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"time",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-tls",
|
|
|
|
|
"url",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"winreg",
|
|
|
|
|
]
|
|
|
|
|
|
2019-08-13 14:27:41 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rust-argon2"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.7.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 = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
2019-08-13 14:27:41 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"base64 0.11.0",
|
|
|
|
|
"blake2b_simd",
|
|
|
|
|
"constant_time_eq",
|
|
|
|
|
"crossbeam-utils",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
2019-05-07 16:21:51 +03:00
|
|
|
|
2020-02-11 09:37:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rust-ini"
|
2020-02-29 20:15:28 +02:00
|
|
|
version = "0.15.2"
|
2020-02-11 09:37:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "9c609fa8151080b18c38d39e09d1e55d6301d5610428ff804d0d59c4bac15cf7"
|
2020-02-11 09:37:22 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"ordered-multimap",
|
2020-02-11 09:37:22 +02:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
2019-08-15 13:22:35 +03:00
|
|
|
version = "0.1.16"
|
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 = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2018-05-29 23:48:30 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
|
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
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.6"
|
2018-10-02 11:36:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-10-02 11:36:10 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi-util",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "schannel"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.1.17"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.4.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "97bbedbe81904398b6ebb054b3e912f99d55807125790f3198ac990d98def5b0"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bitflags",
|
|
|
|
|
"core-foundation",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"security-framework-sys",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework-sys"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.4.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c"
|
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-05-09 07:22:51 +03:00
|
|
|
version = "0.14.0"
|
2019-01-13 22:54:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "e0881a950f4b11e5f6d0aa916884842f9ddd1d5ebcf6ff960a14cc9e151c011a"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"either",
|
|
|
|
|
"flate2",
|
|
|
|
|
"hyper-old-types",
|
|
|
|
|
"indicatif",
|
|
|
|
|
"quick-xml",
|
|
|
|
|
"regex",
|
|
|
|
|
"reqwest",
|
|
|
|
|
"semver",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tar",
|
|
|
|
|
"tempdir",
|
|
|
|
|
"zip",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03: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"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"semver-parser",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.104"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
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
|
|
|
]
|
2018-06-08 18:19:07 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.104"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.48"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|
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-05-09 07:22:51 +03:00
|
|
|
version = "0.6.1"
|
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 = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"dtoa",
|
|
|
|
|
"itoa",
|
|
|
|
|
"serde",
|
|
|
|
|
"url",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-11 13:56:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "shellexpand"
|
2020-02-29 20:15:28 +02:00
|
|
|
version = "2.0.0"
|
2018-06-11 13:56:57 +03:00
|
|
|
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
|
|
|
]
|
2018-06-11 13:56:57 +03:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arc-swap",
|
|
|
|
|
"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
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.2.0"
|
2019-11-28 06:17:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2019-11-28 06:17:15 +02:00
|
|
|
|
2020-05-15 11:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
|
|
|
|
version = "0.3.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.3.11"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "3fe43617218c0805c6eb37160119dc3c548110a67786da7218d1c6555212f073"
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.4.4"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "c6e79c80e0f4efd86ca960218d4e056249be189ff1c42824dcd9a7f51a56f0bd"
|
2018-09-06 14:42:56 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"heck",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2018-09-06 14:42:56 +03:00
|
|
|
]
|
|
|
|
|
|
2019-09-28 14:41:06 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "strum"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.18.0"
|
2019-09-28 14:41:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
2019-09-28 14:41:06 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"strum_macros",
|
2019-09-28 14:41:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "strum_macros"
|
2020-05-15 21:10:15 +03:00
|
|
|
version = "0.18.0"
|
2019-09-28 14:41:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-15 21:10:15 +03:00
|
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
2019-09-28 14:41:06 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"heck",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2019-09-28 14:41:06 +03:00
|
|
|
]
|
|
|
|
|
|
2019-08-22 21:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.16"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
|
2019-08-22 21:53:38 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-xid",
|
2019-08-22 21:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
2020-01-05 21:55:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn-mid"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.5.0"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2020-02-13 15:38:28 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tar"
|
2019-05-30 21:14:21 +03:00
|
|
|
version = "0.4.26"
|
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 = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"filetime",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"xattr",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tempdir"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"rand 0.4.6",
|
|
|
|
|
"remove_dir_all",
|
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-05-09 07:22:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"rand 0.7.3",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"remove_dir_all",
|
|
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.1.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 = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
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"
|
|
|
|
|
version = "0.1.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termios"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.1"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
|
2018-10-17 14:07:58 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
2019-12-11 23:05:38 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.11"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "ee14bf8e6767ab4c687c9e8bc003879e042a96fd67a3ba5934eadb6536bef4db"
|
2019-12-11 23:05:38 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"thiserror-impl",
|
2019-12-11 23:05:38 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "1.0.11"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "a7b51e1fbc44b5a0840be594fbc0f960be09050f2617e61e6aa43bef97cd3ef4"
|
2019-12-11 23:05:38 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2019-12-11 23:05:38 +02:00
|
|
|
]
|
|
|
|
|
|
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-06-05 15:28:43 +03:00
|
|
|
version = "0.1.42"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"libc",
|
2020-06-05 15:28:43 +03:00
|
|
|
"redox_syscall",
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi 0.3.8",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.13"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"fnv",
|
|
|
|
|
"iovec",
|
|
|
|
|
"lazy_static",
|
2020-05-15 11:11:28 +03:00
|
|
|
"libc",
|
2020-05-09 07:22:51 +03:00
|
|
|
"memchr",
|
|
|
|
|
"mio",
|
2020-05-15 11:11:28 +03:00
|
|
|
"mio-named-pipes",
|
|
|
|
|
"mio-uds",
|
2020-05-09 07:22:51 +03:00
|
|
|
"num_cpus",
|
|
|
|
|
"pin-project-lite",
|
2020-05-15 11:11:28 +03:00
|
|
|
"signal-hook-registry",
|
2020-05-09 07:22:51 +03:00
|
|
|
"slab",
|
2020-05-15 11:11:28 +03:00
|
|
|
"winapi 0.3.8",
|
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-05 15:28:43 +03:00
|
|
|
version = "0.3.0"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "7bde02a3a5291395f59b06ec6945a3077602fac2b07eeeaf0dee2122f3619828"
|
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-05 15:28:43 +03:00
|
|
|
version = "0.2.0"
|
2020-02-13 15:38:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
|
2020-02-13 15:38:28 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"bytes 0.5.4",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"log",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
2019-03-14 21:41:16 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.5.6"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
2018-06-08 18:19:07 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"serde",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "topgrade"
|
2020-06-07 08:19:22 +03:00
|
|
|
version = "4.6.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"anyhow",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"chrono",
|
2020-06-05 15:28:43 +03:00
|
|
|
"console 0.11.3",
|
2020-05-09 07:22:51 +03:00
|
|
|
"directories",
|
2020-05-15 11:11:28 +03:00
|
|
|
"futures",
|
2020-05-09 07:22:51 +03:00
|
|
|
"glob",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"nix",
|
|
|
|
|
"notify-rust",
|
|
|
|
|
"pretty_env_logger",
|
|
|
|
|
"rust-ini",
|
|
|
|
|
"self_update",
|
|
|
|
|
"serde",
|
|
|
|
|
"shellexpand",
|
|
|
|
|
"structopt",
|
|
|
|
|
"strum",
|
|
|
|
|
"tempfile",
|
|
|
|
|
"thiserror",
|
2020-05-15 11:11:28 +03:00
|
|
|
"tokio",
|
2020-05-09 07:22:51 +03:00
|
|
|
"toml",
|
|
|
|
|
"walkdir",
|
|
|
|
|
"which",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-13 15:38:28 +02:00
|
|
|
name = "try-lock"
|
|
|
|
|
version = "0.2.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 = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.1.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 = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2019-01-22 11:43:39 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"smallvec",
|
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"
|
2019-11-15 07:08:46 +02:00
|
|
|
version = "1.6.0"
|
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 = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2018-12-12 13:05:02 +02:00
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.1.7"
|
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 = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2018-06-12 11:30:03 +03:00
|
|
|
|
2019-08-22 21:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-08-22 21:53:38 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "2.1.1"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-09-04 21:07:43 +03:00
|
|
|
dependencies = [
|
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-01-05 21:55:05 +02:00
|
|
|
version = "0.2.8"
|
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 = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2018-11-07 14:31:44 +02:00
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.8.1"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-06-12 11:30:03 +03:00
|
|
|
|
2019-11-15 07:08:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2019-11-15 07:08:46 +02:00
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "void"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-10-17 14:07:58 +03:00
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "2.3.1"
|
2018-10-02 11:36:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2018-10-02 11:36:10 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"same-file",
|
|
|
|
|
"winapi 0.3.8",
|
|
|
|
|
"winapi-util",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.59"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "3557c397ab5a8e347d434782bcd31fc1483d927a6826804cec05cc792ee2519d"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.59"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "e0da9c9a19850d3af6df1cb9574970b566d617ecfaf36eb0b706b6f3ef9bd2f8"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.4.9"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "457414a91863c0ec00090dba537f88ab955d93ca6555862c29b6d860990b8a8a"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.59"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "0f6fde1d36e75a714b5fe0cffbb78978f222ea6baebb726af13c78869fdb4205"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.59"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "25bda4168030a6412ea8a047e27238cadf56f0e53516e1e83fec0a8b7c786f6d"
|
2020-05-09 07:22:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.2.59"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "fc9f36ad51f25b0219a3d4d13b90eb44cd075dff8b6280cca015775d7acaddd8"
|
2020-05-09 07:22:51 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2020-06-05 15:28:43 +03:00
|
|
|
version = "0.3.36"
|
2020-05-09 07:22:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "721c6263e2c66fd44501cc5efbfa2b7dfa775d13e4ea38c46299646ed1f9c70a"
|
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-05-09 07:22:51 +03:00
|
|
|
version = "3.1.1"
|
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 = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"failure",
|
|
|
|
|
"libc",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +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-06-27 22:19:36 +03:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2019-09-04 21:07:43 +03:00
|
|
|
version = "0.3.8"
|
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 = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
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
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +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-06-27 22:19:36 +03:00
|
|
|
|
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-05 15:28:43 +03:00
|
|
|
version = "0.1.3"
|
2018-08-27 15:24:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 15:28:43 +03:00
|
|
|
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
2018-08-27 15:24:08 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi 0.3.8",
|
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"
|
2019-08-13 14:27:41 +03:00
|
|
|
version = "0.6.2"
|
2019-07-31 14:31:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2019-07-31 14:31:28 +03:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"winapi 0.3.8",
|
2019-07-31 14:31:28 +03:00
|
|
|
]
|
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zip"
|
2020-05-09 07:22:51 +03:00
|
|
|
version = "0.5.5"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-09 07:22:51 +03:00
|
|
|
checksum = "6df134e83b8f0f8153a094c7b0fd79dfebe437f1d76e7715afa18ed95ebe2fd7"
|
2018-11-25 13:05:02 +02:00
|
|
|
dependencies = [
|
2020-05-09 07:22:51 +03:00
|
|
|
"crc32fast",
|
|
|
|
|
"flate2",
|
|
|
|
|
"podio",
|
|
|
|
|
"time",
|
|
|
|
|
]
|