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"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.7.8"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2019-12-11 23:05:38 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "1.0.26"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2018-12-23 13:26:10 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "0.1.7"
|
2018-12-23 13:26:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.43"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-15 13:22:35 +03:00
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace-sys"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "0.1.32"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-26 21:36:50 +03:00
|
|
|
"safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
|
|
|
|
version = "3.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-26 21:36:50 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2020-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "0.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bzip2"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-12-12 13:05:02 +02:00
|
|
|
"bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bzip2-sys"
|
2018-12-12 13:05:02 +02:00
|
|
|
version = "0.1.7"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "c2-chacha"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "0.2.3"
|
2019-07-16 08:56:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.50"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
2019-05-21 16:40:00 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2019-11-28 06:17:15 +02:00
|
|
|
version = "0.4.10"
|
2019-05-21 16:40:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-21 16:40:00 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2019-04-07 10:10:53 +03:00
|
|
|
version = "2.33.0"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-26 21:36:50 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 10:10:53 +03:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "clicolors-control"
|
2019-08-26 21:06:15 +03:00
|
|
|
version = "1.0.1"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "console"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.9.2"
|
2018-10-17 14:07:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-08-26 21:06:15 +03:00
|
|
|
"clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:07:58 +03:00
|
|
|
"termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:07:58 +03:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2019-11-15 07:08:46 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 10:26:21 +02:00
|
|
|
"libdbus-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 10:26:21 +02:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03: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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "encoding_rs"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.8.22"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-10 22:54:20 +03:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "failure"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "0.1.6"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "filetime"
|
2019-11-15 07:08:46 +02:00
|
|
|
version = "0.2.8"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2019-11-15 07:08:46 +02:00
|
|
|
version = "1.0.13"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:41:16 +02:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:07:58 +03:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "futures-channel"
|
|
|
|
|
version = "0.3.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-10 22:17:59 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2018-11-07 14:31:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "futures-core"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
|
|
|
|
version = "0.3.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.2.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +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"
|
|
|
|
|
dependencies = [
|
2019-11-15 07:08:46 +02:00
|
|
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-04 06:42:20 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.1.6"
|
2019-11-04 06:42:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-12 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.2.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-05-30 21:14:21 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.1"
|
2019-05-30 21:14:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.13.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:41:16 +02:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-tls"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-10-26 21:36:50 +03:00
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.13.0"
|
2019-08-13 14:27:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
|
|
|
|
version = "0.3.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.2.66"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 10:26:21 +02:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "malloc_buf"
|
|
|
|
|
version = "0.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "2.3.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime_guess"
|
2019-08-13 14:27:41 +03:00
|
|
|
version = "2.0.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2019-11-28 06:17:15 +02:00
|
|
|
version = "0.6.21"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-11-28 06:17:15 +02:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-26 21:36:50 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2020-02-13 07:58:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "multimap"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "native-tls"
|
2019-05-12 10:20:40 +03:00
|
|
|
version = "0.2.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-28 06:17:15 +02:00
|
|
|
"security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "net2"
|
|
|
|
|
version = "0.2.33"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:07:58 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2020-02-10 22:17:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
|
|
|
|
version = "4.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dbus 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mac-notification-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
2019-05-30 21:14:21 +03:00
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-02-10 22:17:59 +02:00
|
|
|
version = "1.12.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-02-10 22:17:59 +02:00
|
|
|
version = "0.3.0"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc-foundation"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc_id"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.10.28"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-sys"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.9.54"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-04 06:42:20 +02:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02: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"
|
|
|
|
|
|
2019-11-28 06:17:15 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02: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"
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "pin-project"
|
|
|
|
|
version = "0.4.8"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
]
|
|
|
|
|
|
2019-11-28 06:17:15 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "pin-project-internal"
|
|
|
|
|
version = "0.4.8"
|
2019-11-28 06:17:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-28 06:17:15 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "pin-project-lite"
|
|
|
|
|
version = "0.1.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2019-09-04 21:07:43 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0-alpha.4"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 09:33:01 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2019-09-04 21:07:43 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.8"
|
2019-09-04 21:07:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro-error-attr 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.8"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.8"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "quick-error"
|
|
|
|
|
version = "1.2.3"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "quick-xml"
|
|
|
|
|
version = "0.17.2"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-10 22:17:59 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2018-06-17 14:17:36 +03:00
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2019-08-22 21:53:38 +03:00
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2019-08-13 14:27:41 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
2019-08-22 21:53:38 +03:00
|
|
|
version = "0.4.6"
|
2019-08-13 14:27:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 14:27:41 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-22 21:53:38 +03:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 14:27:41 +03: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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
2019-07-31 14:31:28 +03:00
|
|
|
version = "0.2.1"
|
2019-07-16 08:56:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-08-13 14:27:41 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-12 13:05:02 +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"
|
|
|
|
|
dependencies = [
|
2019-09-04 21:07:43 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03: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"
|
|
|
|
|
dependencies = [
|
2019-01-28 08:09:15 +02:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 09:08:47 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.3.4"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.6.14"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "reqwest"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.10.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 14:27:41 +03:00
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-12 10:20:40 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-13 14:27:41 +03:00
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-13 07:58:25 +02:00
|
|
|
version = "0.14.0"
|
2020-02-11 09:37:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-13 07:58:25 +02:00
|
|
|
"multimap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-01-05 21:55:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.2"
|
2020-01-05 21:55:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2019-10-26 21:36:50 +03:00
|
|
|
version = "1.0.2"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "schannel"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.1.17"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework"
|
2019-11-28 06:17:15 +02:00
|
|
|
version = "0.3.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-05-12 10:20:40 +03:00
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework-sys"
|
2019-11-15 07:08:46 +02:00
|
|
|
version = "0.3.3"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-05-12 10:20:40 +03:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "self_update"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.11.1"
|
2019-01-13 22:54:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-11-07 14:31:44 +02:00
|
|
|
dependencies = [
|
2019-09-15 20:37:34 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"hyper-old-types 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quick-xml 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 21:14:21 +03:00
|
|
|
"tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"zip 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver-parser"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "1.0.104"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-12-24 10:09:46 +02:00
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-24 10:09:46 +02:00
|
|
|
]
|
2018-06-08 18:19:07 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "1.0.104"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-22 21:53:38 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.47"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-26 21:36:50 +03:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_urlencoded"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.6.1"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-06-11 13:56:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "shellexpand"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "1.1.1"
|
2018-06-11 13:56:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-05 21:55:05 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2018-06-11 13:56:57 +03:00
|
|
|
|
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"
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.2.0"
|
2019-11-28 06:17:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "sourcefile"
|
|
|
|
|
version = "0.1.4"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-09-06 14:42:56 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "structopt"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.9"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-04-07 10:10:53 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 14:42:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "structopt-derive"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.4.2"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-12-23 13:26:10 +02:00
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 14:42:56 +03:00
|
|
|
]
|
|
|
|
|
|
2019-09-28 14:41:06 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "strum"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.17.1"
|
2019-09-28 14:41:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"strum_macros 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 14:41:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "strum_macros"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "0.17.1"
|
2019-09-28 14:41:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 14:41:06 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 14:41:06 +03:00
|
|
|
]
|
|
|
|
|
|
2019-08-22 21:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.14"
|
2019-08-22 21:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-22 21:53:38 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03: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"
|
|
|
|
|
dependencies = [
|
2019-11-15 07:08:46 +02:00
|
|
|
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tempdir"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-01-28 08:09:15 +02:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-16 09:22:14 +03:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-10-03 08:13:47 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-16 09:22:14 +03:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-10-17 14:07:58 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termios"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2019-12-11 23:05:38 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.10"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"thiserror-impl 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:05:38 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "1.0.10"
|
2019-12-11 23:05:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-11 23:05:38 +02:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2019-01-14 09:28:20 +02:00
|
|
|
version = "0.1.42"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-16 08:56:26 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.2.11"
|
2019-05-30 21:14:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-28 06:17:15 +02:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "tokio-tls"
|
|
|
|
|
version = "0.3.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "tokio-util"
|
|
|
|
|
version = "0.2.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "topgrade"
|
2020-01-30 20:56:51 +02:00
|
|
|
version = "3.9.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-28 06:17:15 +02:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-11 12:41:09 +03:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 21:06:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 10:26:21 +02:00
|
|
|
"notify-rust 3.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 10:02:13 +03:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-13 07:58:25 +02:00
|
|
|
"rust-ini 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"self_update 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"shellexpand 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"strum 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-12 20:24:22 +02:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "tower-service"
|
|
|
|
|
version = "0.3.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2019-05-12 10:20:40 +03:00
|
|
|
[[package]]
|
2020-02-10 22:17:59 +02:00
|
|
|
name = "try-lock"
|
|
|
|
|
version = "0.2.2"
|
2019-05-12 10:20:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-11-15 07:08:46 +02:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2019-01-22 11:43:39 +02:00
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-08-07 13:43:34 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "0.1.5"
|
2018-08-07 13:43:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2020-02-10 22:17:59 +02:00
|
|
|
"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 22:17:59 +02:00
|
|
|
"winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 11:36:10 +03:00
|
|
|
]
|
|
|
|
|
|
2018-11-07 14:31:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "want"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.3.0"
|
2018-11-07 14:31:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-07-31 14:31:28 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
|
version = "0.2.58"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
|
version = "0.2.58"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
|
version = "0.4.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
|
version = "0.2.58"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
|
version = "0.2.58"
|
2019-08-15 13:22:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-10 22:17:59 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
|
version = "0.2.58"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-webidl"
|
|
|
|
|
version = "0.2.58"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
|
|
|
|
version = "0.3.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "weedle"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2019-08-15 13:22:35 +03:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "which"
|
2020-01-05 21:55:05 +02:00
|
|
|
version = "3.1.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-10-26 21:36:50 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
2018-08-27 15:24:08 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.1.3"
|
2018-08-27 15:24:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
dependencies = [
|
2019-09-04 21:07:43 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
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"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xattr"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2020-01-05 21:55:05 +02:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-07 14:31:44 +02:00
|
|
|
]
|
|
|
|
|
|
2018-11-25 13:05:02 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zip"
|
2020-02-10 22:17:59 +02:00
|
|
|
version = "0.5.4"
|
2018-11-25 13:05:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:41:16 +02:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-15 07:08:46 +02:00
|
|
|
"flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 13:05:02 +02:00
|
|
|
"podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 09:28:20 +02:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-25 13:05:02 +02:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[metadata]
|
2019-10-03 08:13:47 +03:00
|
|
|
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
|
"checksum backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)" = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
|
|
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-03-14 21:41:16 +02:00
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
|
2018-11-25 13:05:02 +02:00
|
|
|
"checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
2018-12-12 13:05:02 +02:00
|
|
|
"checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2019-10-03 08:13:47 +03:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-11-28 06:17:15 +02:00
|
|
|
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
2019-04-07 10:10:53 +03:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-08-26 21:06:15 +03:00
|
|
|
"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0"
|
|
|
|
|
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2019-05-12 10:20:40 +03:00
|
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
2019-03-14 21:41:16 +02:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum dbus 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819"
|
2019-07-31 14:31:28 +03:00
|
|
|
"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
2019-07-31 14:31:28 +03:00
|
|
|
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
2019-09-15 20:37:34 +03:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-08-26 21:06:15 +03:00
|
|
|
"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
|
|
|
|
"checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-02-11 14:11:16 +02:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-10-17 14:07:58 +03:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
|
|
|
|
|
"checksum futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
|
|
|
|
|
"checksum futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
|
|
|
|
|
"checksum futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
|
|
|
|
|
"checksum futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
|
|
|
|
|
"checksum futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
|
|
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2019-08-11 12:41:09 +03:00
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
|
2018-12-23 13:26:10 +02:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
|
|
|
|
|
"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2019-07-16 08:56:26 +03:00
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2019-09-10 22:54:20 +03:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum hyper-old-types 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6896be51ecf3966c0fa14ff2da3233dbb9aef57ccea1be1afe55f105f4d4c9c4"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
|
2019-09-04 21:07:43 +03:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
|
|
|
|
"checksum indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
|
"checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2019-08-26 21:06:15 +03:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum libdbus-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
|
2019-07-31 14:31:28 +03:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum mac-notification-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
|
|
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
|
|
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-08-13 14:27:41 +03:00
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
|
2019-11-28 06:17:15 +02:00
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2020-02-13 07:58:25 +02:00
|
|
|
"checksum multimap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
|
2019-05-12 10:20:40 +03:00
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
|
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum notify-rust 3.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f8da29142be3f71b2165a6b3991c26045b674edbf04cdfc42f323094fc3e4b5a"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
|
|
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
|
|
|
|
"checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
2020-01-03 10:26:21 +02:00
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
|
"checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)" = "973293749822d7dd6370d6da1e523b0d1db19f06c459134c658b2a4261378b52"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)" = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-09-04 21:07:43 +03:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
|
|
|
|
|
"checksum pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
|
|
|
|
|
"checksum pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
|
|
|
|
|
"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
|
2019-11-04 06:42:20 +02:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2018-11-25 13:05:02 +02:00
|
|
|
"checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
|
|
|
"checksum proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "875077759af22fa20b610ad4471d8155b321c89c3f2785526c9839b099be4e0a"
|
|
|
|
|
"checksum proc-macro-error-attr 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c5717d9fa2664351a01ed73ba5ef6df09c01a521cb42cb65a061432a826f3c7a"
|
|
|
|
|
"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum quick-xml 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
|
2019-08-22 21:53:38 +03:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-01-28 08:09:15 +02:00
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-07-31 14:31:28 +03:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-01-28 08:09:15 +02:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-08-13 14:27:41 +03:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-09-04 21:07:43 +03:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-07-16 08:56:26 +03:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-01-14 09:28:20 +02:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-07-16 08:56:26 +03:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
|
|
|
|
"checksum regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
|
|
|
|
"checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
|
2019-06-16 09:22:14 +03:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0e798e19e258bf6c30a304622e3e9ac820e483b06a1857a026e1f109b113fe4"
|
|
|
|
|
"checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
2020-02-13 07:58:25 +02:00
|
|
|
"checksum rust-ini 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c96a7d6722944454c68ff2ba2a252a4e9b0635c03dd510fdf482a2c8981cbf2"
|
2019-08-15 13:22:35 +03:00
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6"
|
2019-10-26 21:36:50 +03:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
|
|
|
|
"checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
|
"checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
2019-11-28 06:17:15 +02:00
|
|
|
"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum self_update 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15c648af04266ad181babecb076345f1c552ca7d52b4a562697052493fd5cdef"
|
2018-10-17 14:07:58 +03:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
|
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "15913895b61e0be854afd32fd4163fcd2a3df34142cf2cb961b310ce694cbf90"
|
|
|
|
|
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum shellexpand 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c7e79eddc7b411f9beeaaf2d421de7e7cb3b1ab9eaf1b79704c0e4130cba6b5"
|
2019-01-14 09:28:20 +02:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
|
|
|
|
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
2019-04-07 10:10:53 +03:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98"
|
|
|
|
|
"checksum structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum strum 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "530efb820d53b712f4e347916c5e7ed20deb76a4f0457943b3182fb889b06d2c"
|
|
|
|
|
"checksum strum_macros 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6e163a520367c465f59e0a61a23cfae3b10b6546d78b6f672a382be79f7110"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
|
|
|
|
|
"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
2019-05-30 21:14:21 +03:00
|
|
|
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2019-07-16 08:56:26 +03:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2018-10-17 14:07:58 +03:00
|
|
|
"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
|
2019-04-07 10:10:53 +03:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "205684fd018ca14432b12cce6ea3d46763311a571c3d294e71ba3f01adcf1aad"
|
|
|
|
|
"checksum thiserror-impl 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "57e4d2e50ca050ed44fb58309bdce3efa79948f84f9993ad1978de5eebdce5a7"
|
|
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-01-14 09:28:20 +02:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b"
|
|
|
|
|
"checksum tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bde02a3a5291395f59b06ec6945a3077602fac2b07eeeaf0dee2122f3619828"
|
|
|
|
|
"checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
|
|
|
|
|
"checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
|
|
"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2019-08-22 21:53:38 +03:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-11-15 07:08:46 +02:00
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2018-10-17 14:07:58 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
|
|
|
"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
"checksum wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
|
|
|
|
|
"checksum wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
|
|
|
|
|
"checksum wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8bbdd49e3e28b40dec6a9ba8d17798245ce32b019513a845369c641b275135d9"
|
|
|
|
|
"checksum wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
|
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
|
|
|
|
|
"checksum wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
|
|
|
|
|
"checksum wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
|
|
|
|
|
"checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
|
|
|
|
|
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
|
2020-01-05 21:55:05 +02:00
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-09-04 21:07:43 +03:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-05-29 23:48:30 +03:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
2018-05-29 23:48:30 +03:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-08-13 14:27:41 +03:00
|
|
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2018-11-07 14:31:44 +02:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2020-02-10 22:17:59 +02:00
|
|
|
"checksum zip 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e41ff37ba788e2169b19fa70253b70cb53d9f2db9fb9aea9bcfc5047e02c3bae"
|