2019-05-23 20:17:38 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "1.0.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.7.6"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-17 12:59:29 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-06 14:07:00 +00:00
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.3.5"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.5.1"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.2.13"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.7"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.3.40"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.32"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-05 13:38:33 +00:00
|
|
|
"cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-11-20 11:02:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.10.1"
|
2018-11-20 11:02:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 11:02:43 +00:00
|
|
|
]
|
|
|
|
|
2019-12-05 21:27:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "1.2.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
2019-08-25 13:14:33 +00:00
|
|
|
name = "blake2b_simd"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.5.9"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-25 13:14:33 +00:00
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-18 19:17:22 +00:00
|
|
|
version = "0.7.3"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.1.5"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.2.8"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.3.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-06-20 20:40:41 +00:00
|
|
|
version = "1.3.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-06 21:22:12 +00:00
|
|
|
version = "0.4.12"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.2.3"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-12-05 13:38:33 +00:00
|
|
|
version = "1.0.48"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.1.10"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chbs"
|
2019-12-05 21:25:16 +00:00
|
|
|
version = "0.0.9"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-05 21:25:16 +00:00
|
|
|
"derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:25:16 +00:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "checked_int_cast"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-08 19:32:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.4.10"
|
2018-03-08 19:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 19:32:45 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "2.33.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-06 14:07:00 +00:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00: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)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard"
|
2018-11-20 10:04:27 +00:00
|
|
|
version = "0.5.0"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-30 12:17:56 +00:00
|
|
|
"clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
"objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
"x11-clipboard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2019-05-30 12:17:56 +00:00
|
|
|
version = "2.2.0"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
2018-03-27 21:31:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.9.0"
|
2018-03-27 21:31:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-27 21:31:25 +00:00
|
|
|
]
|
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.1.4"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-11 15:28:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.12.0"
|
2019-04-11 15:28:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.7.0"
|
2019-04-11 15:28:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.6.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 12:44:32 +00:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.6.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-11 17:14:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2019-03-06 13:17:38 +00:00
|
|
|
version = "1.2.0"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.7.2"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.8.0"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 15:28:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.6.6"
|
2018-11-20 10:03:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 15:13:23 +00: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)",
|
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.10.2"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossterm_style 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossterm_utils 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_style"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.4.1"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossterm_utils 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossterm_winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_utils"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.2.4"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossterm_winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.1.5"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.7.0"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-29 14:14:12 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "1.1.1"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.1.6"
|
2018-10-28 17:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-17 12:59:29 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-06 15:52:26 +00:00
|
|
|
"darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.10.2"
|
2019-10-24 14:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-06 15:52:26 +00:00
|
|
|
"darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.8.1"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-29 14:14:12 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2018-05-10 20:26:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "2.0.2"
|
2018-05-10 20:26:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 20:26:54 +00:00
|
|
|
]
|
|
|
|
|
2019-05-30 12:17:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.3.4"
|
2019-05-30 12:17:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.4.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-23 20:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "1.5.3"
|
2019-05-23 20:17:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.3.6"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.8.20"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-04-11 15:28:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.12.1"
|
2019-04-11 15:28:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.6"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.6"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 11:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ffsend"
|
2019-12-05 13:38:33 +00:00
|
|
|
version = "0.2.57"
|
2018-04-19 11:52:00 +00:00
|
|
|
dependencies = [
|
2019-12-05 21:25:16 +00:00
|
|
|
"chbs 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:04:27 +00:00
|
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"colored 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:27:25 +00:00
|
|
|
"ffsend-api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 14:47:05 +00:00
|
|
|
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"open 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-23 15:02:02 +00:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-20 19:16:33 +00:00
|
|
|
"pathdiff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:21:53 +00:00
|
|
|
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"qr2term 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 15:27:32 +00:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"rpassword 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
"toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:05:25 +00:00
|
|
|
"urlshortener 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
"version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 11:52:00 +00:00
|
|
|
]
|
|
|
|
|
2018-03-08 21:56:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ffsend-api"
|
2019-12-05 21:27:25 +00:00
|
|
|
version = "0.4.4"
|
2019-03-19 21:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-05 14:41:22 +00:00
|
|
|
dependencies = [
|
2018-09-18 19:52:53 +00:00
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:27:25 +00:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:27:25 +00:00
|
|
|
"derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"hkdf 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 21:32:08 +00:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-24 14:42:50 +00:00
|
|
|
"version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:27:25 +00:00
|
|
|
"websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.2.8"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2019-03-21 08:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.0.13"
|
2019-03-21 08:23:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-06 22:53:34 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
"miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[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"
|
|
|
|
|
2018-05-10 14:47:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 14:47:05 +00:00
|
|
|
]
|
|
|
|
|
2019-02-18 13:06:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.1.29"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-03-06 14:07:00 +00:00
|
|
|
name = "generic-array"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.12.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-06 14:07:00 +00:00
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.13"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "h2"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.1.26"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
2019-11-06 15:52:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
]
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.7.1"
|
2018-10-17 15:49:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-15 21:02:56 +00:00
|
|
|
dependencies = [
|
2019-07-17 12:59:29 +00:00
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.7.1"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-12-03 12:47:44 +00:00
|
|
|
version = "0.1.21"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2019-05-23 20:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "1.3.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.10.16"
|
2019-02-27 18:42:14 +00:00
|
|
|
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-07-17 12:59:29 +00:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.12.35"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 14:14:12 +00:00
|
|
|
"want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2019-03-19 22:19:34 +00:00
|
|
|
version = "0.3.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
2019-03-18 21:42:44 +00:00
|
|
|
version = "1.0.1"
|
2018-09-04 17:47:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.1.5"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 19:52:53 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:05:25 +00: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)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:05:25 +00:00
|
|
|
]
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "1.3.0"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 12:52:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-15 21:02:56 +00:00
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.4.4"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00: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)",
|
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-29 20:07:02 +00:00
|
|
|
version = "1.4.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.2.66"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.3.2"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-06 22:53:34 +00:00
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.4.8"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.1.8"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-06 15:52:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "2.2.1"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.5.3"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-04 20:49:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-23 13:21:32 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.3.14"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "2.0.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-03-21 08:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.3.5"
|
2019-03-21 08:23:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.6.21"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00: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-25 12:52:57 +00:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00: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)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.2.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.2.33"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-08 19:32:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.1.41"
|
2018-03-08 19:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 19:32:45 +00:00
|
|
|
]
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.2.10"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-23 20:17:38 +00:00
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.11.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-06 15:52:26 +00:00
|
|
|
"hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.2.7"
|
2018-03-18 18:15:17 +00:00
|
|
|
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)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.1.1"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 20:03:13 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "opaque-debug"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.2.3"
|
2018-03-05 20:03:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "open"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "1.3.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 23:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.10.26"
|
2018-03-05 23:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 23:52:45 +00:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 23:52:45 +00:00
|
|
|
]
|
|
|
|
|
2018-06-23 15:02:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.9.53"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-10-06 22:53:34 +00:00
|
|
|
version = "0.9.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-06 22:53:34 +00:00
|
|
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-10-06 22:53:34 +00:00
|
|
|
version = "0.6.2"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-06 22:53:34 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-06 22:53:34 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 15:52:26 +00:00
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-06-20 19:16:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-19 20:19:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbr"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "1.0.2"
|
2018-03-19 20:19:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-19 20:19:09 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-25 13:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.3.17"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.2.6"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
2018-10-28 17:21:53 +00:00
|
|
|
version = "0.8.0"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-17 12:59:29 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "1.0.6"
|
2019-08-25 13:14:33 +00: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-04-11 15:28:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.5.4"
|
2019-04-11 15:28:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"idna 0.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)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qr2term"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.1.4"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"qrcode 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qrcode"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.11.0"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.6.5"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-05 09:00:36 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.7.2"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.2.1"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "rand_core"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.3.1"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-25 13:14:33 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.4.2"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-29 20:07:02 +00:00
|
|
|
version = "0.5.1"
|
2019-07-17 12:59:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2019-07-17 12:59:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
]
|
|
|
|
|
2019-01-11 17:14:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.1.4"
|
2019-02-18 13:06:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-05 09:00:36 +00:00
|
|
|
version = "0.1.3"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-03-04 15:28:56 +00:00
|
|
|
version = "0.1.2"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.1.56"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.3.1"
|
2019-04-01 13:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "1.3.1"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2019-08-04 20:49:07 +00:00
|
|
|
version = "0.1.8"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.6.12"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-06-20 20:40:41 +00:00
|
|
|
version = "0.5.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.9.22"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 22:19:34 +00:00
|
|
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-18 19:17:22 +00:00
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-28 19:42:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2019-12-05 13:38:33 +00:00
|
|
|
version = "4.0.2"
|
2018-03-28 19:42:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 19:42:02 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.1.16"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-29 14:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "1.0.2"
|
2019-06-29 14:14:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.3.3"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.1.16"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-08-04 20:49:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.3.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 12:44:32 +00: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)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.3.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 12:44:32 +00:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 19:52:53 +00: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-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.0.103"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-23 20:17:38 +00:00
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "1.0.103"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-12-05 13:38:33 +00:00
|
|
|
version = "1.0.44"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 12:44:32 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2019-04-18 19:17:22 +00:00
|
|
|
version = "0.5.5"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 12:44:32 +00:00
|
|
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.8.0"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-18 19:17:22 +00:00
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-12 22:35:53 +00:00
|
|
|
version = "0.4.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-18 19:52:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.6.13"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-06 15:52:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-09-18 19:52:53 +00:00
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.2.1"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-04 23:31:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-10-15 21:02:56 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "0.8.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-24 14:42:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "subtle"
|
|
|
|
version = "1.0.0"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-12-03 12:47:44 +00:00
|
|
|
version = "1.0.11"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-25 13:14:33 +00: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)",
|
|
|
|
]
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.12.3"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-03 12:47:44 +00:00
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.4.26"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "3.1.0"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-20 20:40:41 +00:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2019-04-01 13:12:56 +00:00
|
|
|
version = "0.5.2"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-20 20:40:41 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2019-12-03 12:47:44 +00:00
|
|
|
version = "1.5.4"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 17:23:41 +00:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "0.11.0"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-25 13:14:33 +00:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 17:23:41 +00:00
|
|
|
]
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.3.6"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.42"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 12:59:29 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2019-07-17 12:59:29 +00:00
|
|
|
version = "0.1.22"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:58:06 +00:00
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 13:38:33 +00:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2019-05-23 20:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-buf"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
2019-03-23 17:58:06 +00:00
|
|
|
version = "0.1.6"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.1.9"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2019-03-04 15:28:56 +00:00
|
|
|
version = "0.1.12"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.1.11"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-29 20:07:02 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-06 22:53:34 +00:00
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
2019-10-25 12:52:57 +00:00
|
|
|
version = "0.1.7"
|
2019-02-27 18:42:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-04 15:28:56 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
2018-03-24 21:01:58 +00:00
|
|
|
name = "tokio-tcp"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.3"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-24 21:01:58 +00:00
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:52:57 +00:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 21:01:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-12-05 13:38:33 +00:00
|
|
|
version = "0.1.17"
|
2018-03-24 21:01:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-23 13:21:32 +00:00
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-06 22:53:34 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-01 23:42:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.2.12"
|
2018-04-01 23:42:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-04 20:49:07 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 21:01:58 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2018-04-18 22:52:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-11-06 15:52:26 +00:00
|
|
|
version = "0.5.5"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-17 12:35:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.2.2"
|
2018-05-17 12:35:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-11 15:28:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try_from"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
]
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2019-08-29 20:07:02 +00:00
|
|
|
version = "1.11.2"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-15 21:02:56 +00:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "2.6.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 19:52:53 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "0.1.11"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-18 13:06:53 +00:00
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-08-25 13:14:33 +00:00
|
|
|
version = "0.1.6"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "1.7.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 19:52:53 +00:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-25 13:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.1.0"
|
|
|
|
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-04-18 21:32:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 21:32:08 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 22:50:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlshortener"
|
2019-08-25 13:05:25 +00:00
|
|
|
version = "2.0.0"
|
2019-03-14 22:50:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-25 13:05:25 +00:00
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 22:50:38 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2019-04-01 13:12:56 +00:00
|
|
|
version = "0.7.4"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-12-03 12:47:44 +00:00
|
|
|
version = "0.2.8"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-05-15 08:13:19 +00:00
|
|
|
version = "0.8.1"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-24 14:42:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.1.5"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-29 15:13:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-17 12:35:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.2.0"
|
2018-05-17 12:35:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-17 12:35:08 +00:00
|
|
|
]
|
|
|
|
|
2019-08-25 13:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2019-09-29 20:16:26 +00:00
|
|
|
version = "0.7.0"
|
2019-08-25 13:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "websocket"
|
2019-12-05 21:27:25 +00:00
|
|
|
version = "0.24.0"
|
2019-02-28 11:26:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-27 18:42:14 +00:00
|
|
|
dependencies = [
|
2019-03-06 21:22:12 +00:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-29 20:16:26 +00:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-05 21:27:25 +00:00
|
|
|
"websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "websocket-base"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
]
|
|
|
|
|
2019-04-05 13:15:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2019-11-29 15:13:23 +00:00
|
|
|
version = "3.1.0"
|
2019-04-05 13:15:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:52:57 +00:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:15:05 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-08-29 20:07:02 +00:00
|
|
|
version = "0.3.8"
|
2018-03-05 14:41:22 +00: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-04 20:49:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-29 20:07:02 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00: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)",
|
|
|
|
]
|
2018-03-05 12:07:31 +00:00
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11-clipboard"
|
2019-06-29 14:14:12 +00:00
|
|
|
version = "0.3.3"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-15 08:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.2.2"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xcb"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-29 15:13:23 +00:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-04 20:49:07 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[metadata]
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2018-03-06 14:07:00 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2019-12-05 21:27:25 +00:00
|
|
|
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
|
2018-03-18 18:15:17 +00:00
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2019-04-18 19:17:22 +00:00
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-06-20 20:40:41 +00:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-03-06 21:22:12 +00:00
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2019-12-05 13:38:33 +00:00
|
|
|
"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-12-05 21:25:16 +00:00
|
|
|
"checksum chbs 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "70adfcdb65144617b2fd2ba05cb6fe23550cc3373a076a7207a89df08c30915a"
|
2019-03-14 21:12:21 +00:00
|
|
|
"checksum checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
2019-04-09 16:12:15 +00:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2018-11-20 10:04:27 +00:00
|
|
|
"checksum clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
|
2018-08-02 00:39:20 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum colored 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "433e7ac7d511768127ed85b0c4947f47a254131e37864b2dc13f52aa32cd37e5"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
|
|
|
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
|
2019-05-04 12:44:32 +00: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-06 13:17:38 +00:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
|
|
|
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9abce7d7c50e9823ea0c0dbeb8f16d7e247af06d75b4c6244ea0a0998b3a6f35"
|
|
|
|
"checksum crossterm_style 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8b950f8262e29a446a8a976e0290b67a9067ddc9620f9fb37961d2377f0d8c09"
|
|
|
|
"checksum crossterm_utils 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f874a71b2040c730669ddff805c9bc2a1a2f6de9d7f6aab2ae8d29ccbf8a0617"
|
|
|
|
"checksum crossterm_winapi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b055e7cc627c452e6a9b977022f48a2db6f0ff73df446ca970f95eef9c381d45"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d"
|
2019-06-29 14:14:12 +00:00
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
"checksum darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
"checksum darling_macro 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
|
|
|
"checksum derive_builder_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)" = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
|
"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
2018-03-06 14:07:00 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-12-05 21:27:25 +00:00
|
|
|
"checksum ffsend-api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e35378d7565b4cbb4b3a46fd4b77b049d077d73a48940892cd2a421f6f59c591"
|
2019-11-29 15:13:23 +00: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-09-04 17:47:40 +00:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2018-03-05 14:41:22 +00:00
|
|
|
"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"
|
2018-05-10 14:47:05 +00:00
|
|
|
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-03-05 14:41:22 +00: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"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2019-06-29 14:14:12 +00:00
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum hkdf 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35e8f9d776bbe83f1ff24951f7cc19140fb7ff8d0378463c4c4955f6b0d3e503"
|
|
|
|
"checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
2019-12-03 12:47:44 +00:00
|
|
|
"checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
2019-03-19 22:19:34 +00:00
|
|
|
"checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
|
2019-03-18 21:42:44 +00:00
|
|
|
"checksum ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-08-25 13:05:25 +00:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2019-08-29 20:07:02 +00:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
|
|
"checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-03-18 18:15:17 +00:00
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
|
|
|
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2018-03-18 18:15:17 +00:00
|
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum open 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "94b424e1086328b0df10235c6ff47be63708071881bead9e76997d9291c0134b"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3a3cc5799d98e1088141b8e01ff760112bbd9f19d850c124500566ca6901a585"
|
2018-06-23 15:02:02 +00:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f"
|
2019-10-06 22:53:34 +00:00
|
|
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
|
|
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
2019-06-20 19:16:33 +00:00
|
|
|
"checksum pathdiff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a3bf70094d203e07844da868b634207e71bfab254fe713171fae9a6e751ccf31"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4403eb718d70c03ee279e51737782902c68cca01e870a33b6a2f9dfb50b9cd83"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-08-25 13:05:25 +00:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2018-10-28 17:21:53 +00:00
|
|
|
"checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum qr2term 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "45bbcc3ad0c36e10a4b37851fb64826e35238dda050d2a7cd6bdc73b8602944a"
|
|
|
|
"checksum qrcode 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0015bbb688c03b1ccc0b236fe1a1696d6481a309ca70941efb5e9417ae33de7"
|
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-08-29 20:07:02 +00:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-05 09:00:36 +00:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2018-03-05 17:23:41 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-06-20 20:40:41 +00:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)" = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650"
|
2019-12-05 13:38:33 +00:00
|
|
|
"checksum rpassword 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d15a01c1ecc8c901d2b680da905191839f4b99296541f461096a5b9957c1efc0"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-10-25 12:52:57 +00: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"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
|
|
|
"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
2018-09-18 19:52:53 +00: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"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
|
|
|
|
"checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0"
|
2019-12-05 13:38:33 +00:00
|
|
|
"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
2019-04-18 19:17:22 +00:00
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
2019-01-12 22:35:53 +00:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"
|
2019-06-29 14:14:12 +00:00
|
|
|
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
2019-04-09 16:12:15 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-10-24 14:42:50 +00:00
|
|
|
"checksum strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
2019-12-03 12:47:44 +00:00
|
|
|
"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2019-12-03 12:47:44 +00:00
|
|
|
"checksum termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "818ef3700c2a7b447dca1a1dd28341fe635e6ee103c806c636bb9c929991b2cd"
|
2019-04-09 16:12:15 +00:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2019-07-17 12:59:29 +00:00
|
|
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
2019-03-23 17:58:06 +00:00
|
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
|
2019-10-25 12:52:57 +00:00
|
|
|
"checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
2019-12-05 13:38:33 +00:00
|
|
|
"checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
|
2019-11-06 15:52:26 +00:00
|
|
|
"checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-04-11 15:28:21 +00:00
|
|
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2019-08-29 20:07:02 +00:00
|
|
|
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
|
2019-08-25 13:14:33 +00:00
|
|
|
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-08-25 13:05:25 +00:00
|
|
|
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
|
2018-04-18 21:32:08 +00:00
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
2019-08-25 13:05:25 +00:00
|
|
|
"checksum urlshortener 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbed9cfbb1458fc796eebf168def2557bbb707ca973b3b851a60c75315dd9386"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2019-12-03 12:47:44 +00:00
|
|
|
"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2018-05-15 08:13:19 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-10-24 14:42:50 +00:00
|
|
|
"checksum version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2019-06-29 14:14:12 +00:00
|
|
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
2019-09-29 20:16:26 +00:00
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2019-12-05 21:27:25 +00:00
|
|
|
"checksum websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
|
|
|
|
"checksum websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
|
2019-11-29 15:13:23 +00:00
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-08-29 20:07:02 +00:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-08-04 20:49:07 +00:00
|
|
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2019-06-29 14:14:12 +00:00
|
|
|
"checksum x11-clipboard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2018-03-18 18:15:17 +00:00
|
|
|
"checksum xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
|