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"
|
2018-06-19 15:10:22 +00:00
|
|
|
version = "1.0.3"
|
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-04-01 13:12:56 +00:00
|
|
|
version = "0.7.3"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"memchr 2.2.0 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2rs"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped_threadpool 0.1.9 (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-01-11 17:14:26 +00:00
|
|
|
version = "0.4.10"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-20 10:03:08 +00:00
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.2.11"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.1.4"
|
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-05-30 12:17:56 +00:00
|
|
|
version = "0.3.26"
|
2018-03-18 18:15:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-18 18:15:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.28"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (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 = [
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-02-18 13:06:53 +00:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 11:02:43 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-05-10 13:51:35 +00:00
|
|
|
version = "1.0.4"
|
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]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-05-04 12:44:32 +00:00
|
|
|
"block-padding 0.1.4 (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)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.1.4"
|
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-03-21 08:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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-02-18 13:06:53 +00:00
|
|
|
version = "1.3.1"
|
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-02-18 13:06:53 +00:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "1.0.37"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.1.9"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cgmath"
|
|
|
|
version = "0.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-02 00:39:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chbs"
|
2018-09-04 21:50:38 +00:00
|
|
|
version = "0.0.8"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-04 21:50:38 +00:00
|
|
|
"derive_builder 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand 0.5.6 (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"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.4.6"
|
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)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (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)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"bitflags 1.0.4 (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)",
|
2018-05-21 20:05:18 +00:00
|
|
|
"unicode-width 0.1.5 (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-03-25 19:22:32 +00:00
|
|
|
"objc 0.2.6 (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-05-10 13:51:35 +00:00
|
|
|
"x11-clipboard 0.3.2 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-10 13:51:35 +00:00
|
|
|
"bitflags 1.0.4 (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-05-04 12:44:32 +00:00
|
|
|
version = "1.8.0"
|
2018-03-27 21:31:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"winconsole 0.10.0 (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"
|
|
|
|
version = "0.1.3"
|
|
|
|
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-04-11 15:28:21 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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
|
|
|
|
2019-03-21 08:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"build_const 0.2.1 (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-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (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-03-04 15:28:56 +00:00
|
|
|
version = "0.7.1"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.7.1"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:14:26 +00:00
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.6.5"
|
2018-11-20 10:03:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.9.5"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"crossterm_style 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossterm_utils 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_style"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.3.3"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"crossterm_utils 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossterm_winapi 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_utils"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.2.3"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"crossterm_winapi 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2019-05-23 20:17:38 +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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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 = [
|
2018-10-15 21:02:56 +00:00
|
|
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-04-18 19:17:22 +00:00
|
|
|
version = "1.0.7"
|
2018-04-27 17:11:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:14:26 +00:00
|
|
|
"csv-core 0.1.5 (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)",
|
|
|
|
"ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.5"
|
2018-10-28 17:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2019-03-18 21:42:44 +00:00
|
|
|
version = "0.8.6"
|
2018-10-28 17:17:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-18 21:42:44 +00:00
|
|
|
"darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:17:29 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-18 21:42:44 +00:00
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-04 17:47:40 +00:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2019-03-18 21:42:44 +00:00
|
|
|
version = "0.8.6"
|
2018-10-28 17:17:29 +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)",
|
2019-03-18 21:42:44 +00:00
|
|
|
"ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:17:29 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2019-03-18 21:42:44 +00:00
|
|
|
version = "0.8.6"
|
2018-10-28 17:17:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-18 21:42:44 +00:00
|
|
|
"darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:17:29 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"derive_builder_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.7.1"
|
2018-10-28 17:17:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-18 21:42:44 +00:00
|
|
|
"darling 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"derive_builder_core 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:17:29 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-28 17:17:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.4.1"
|
2018-10-28 17:17:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-18 21:42:44 +00:00
|
|
|
"darling 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-28 17:17:29 +00:00
|
|
|
]
|
|
|
|
|
2018-03-06 14:07:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
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 = [
|
2018-10-15 21:02:56 +00:00
|
|
|
"generic-array 0.12.0 (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-05-30 12:17:56 +00:00
|
|
|
version = "2.0.0"
|
2018-05-10 20:26:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-30 12:17:56 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs-sys 0.3.1 (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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-27 17:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.3.5"
|
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-03-04 15:28:56 +00:00
|
|
|
version = "0.8.17"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (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-30 12:17:56 +00:00
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-01-11 17:14:26 +00:00
|
|
|
version = "0.1.5"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-30 12:17:56 +00:00
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-26 23:06:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.5"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"synstructure 0.10.2 (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-05-10 13:51:35 +00:00
|
|
|
version = "0.2.46"
|
2018-04-19 11:52:00 +00:00
|
|
|
dependencies = [
|
2018-09-04 21:50:38 +00:00
|
|
|
"chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"chrono 0.4.6 (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-05-04 12:44:32 +00:00
|
|
|
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"derive_builder 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
"directories 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 14:54:34 +00:00
|
|
|
"ffsend-api 0.3.2 (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-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"open 1.2.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)",
|
2018-05-05 21:38:19 +00:00
|
|
|
"pbr 1.0.1 (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-04-21 13:40:11 +00:00
|
|
|
"qr2term 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.91 (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)",
|
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-15 08:39:00 +00:00
|
|
|
"urlshortener 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"version-compare 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:15:05 +00:00
|
|
|
"which 2.0.1 (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-04-05 14:54:34 +00:00
|
|
|
version = "0.3.2"
|
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-02-18 13:06:53 +00:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.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)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"derive_builder 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 15:49:48 +00:00
|
|
|
"hkdf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"hyper 0.12.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-18 19:17:22 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"serde_json 1.0.39 (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-02-27 18:42:14 +00:00
|
|
|
"version-compare 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"websocket 0.22.4 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.2.6"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"winapi 0.3.7 (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"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
"miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-10 13:51:35 +00:00
|
|
|
"bitflags 1.0.4 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.1.27"
|
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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"num_cpus 1.10.0 (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"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.12.0"
|
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 = [
|
2018-03-23 13:21:32 +00:00
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-10-15 21:02:56 +00:00
|
|
|
name = "h2"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.1.20"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"byteorder 1.3.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)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (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-01-11 17:14:26 +00:00
|
|
|
"string 0.1.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-10-15 21:02:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2018-10-17 15:49:48 +00:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-15 21:02:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 14:07:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.7.0"
|
|
|
|
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)",
|
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-04-09 16:12:15 +00:00
|
|
|
version = "0.1.17"
|
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)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "1.3.3"
|
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)",
|
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-05-23 20:17:38 +00:00
|
|
|
version = "0.12.29"
|
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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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-05-23 20:17:38 +00:00
|
|
|
"h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"http 0.1.17 (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)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"iovec 0.1.2 (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-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (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-05-23 20:17:38 +00:00
|
|
|
"tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (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)",
|
|
|
|
"tokio-reactor 0.1.9 (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-05-04 12:44:32 +00:00
|
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"want 0.0.6 (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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.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)",
|
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-02-18 13:06:53 +00:00
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "1.0.2"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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)",
|
|
|
|
]
|
|
|
|
|
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-03-04 15:28:56 +00:00
|
|
|
version = "1.3.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.2.55"
|
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"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.1.5"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-20 10:03:08 +00:00
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.4.6"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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"
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "2.2.0"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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-01-12 22:35:53 +00:00
|
|
|
version = "0.3.13"
|
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
|
|
|
"unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "2.0.0-alpha.6"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-12 22:35:53 +00:00
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-21 08:23:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
"miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-05-30 12:17:56 +00:00
|
|
|
version = "0.6.19"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (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-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"openssl 0.10.23 (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-05-23 20:17:38 +00:00
|
|
|
"openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tempfile 3.0.8 (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-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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 = "nodrop"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.1.13"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (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"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.2.8"
|
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 = [
|
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "1.10.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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-03-25 19:22:32 +00:00
|
|
|
version = "0.2.6"
|
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-03-25 19:22:32 +00:00
|
|
|
"objc 0.2.6 (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-03-25 19:22:32 +00:00
|
|
|
"objc 0.2.6 (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-02-18 13:06:53 +00:00
|
|
|
version = "0.2.2"
|
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"
|
|
|
|
version = "1.2.2"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.10.23"
|
2018-03-05 23:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (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-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.47 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.9.47"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.4.0"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.7.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-20 10:03:08 +00:00
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.4.0"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand 0.6.5 (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-02-18 13:06:53 +00:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-19 20:19:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbr"
|
2018-05-05 21:38:19 +00:00
|
|
|
version = "1.0.1"
|
2018-03-19 20:19:09 +00:00
|
|
|
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)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"termion 1.5.2 (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-19 20:19:09 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.7.24"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:14:26 +00:00
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.7.24"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:14:26 +00:00
|
|
|
"phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.7.24"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-11 17:14:26 +00:00
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 = "phf_shared"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.7.24"
|
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
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.3.14"
|
2018-03-05 14:41:22 +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 = [
|
2018-09-18 19:52:53 +00:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-18 19:17:22 +00:00
|
|
|
"csv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.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)",
|
2018-05-21 20:05:18 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-27 17:11:21 +00:00
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-08 21:56:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-10 13:51:35 +00:00
|
|
|
version = "0.4.30"
|
2018-03-08 21:56:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-11 15:28:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
|
|
|
version = "1.5.2"
|
|
|
|
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-04-11 15:28:21 +00:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-18 19:17:22 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-14 21:12:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qr2term"
|
2019-04-21 13:40:11 +00:00
|
|
|
version = "0.1.2"
|
2019-03-14 21:12:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"crossterm 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 13:40:11 +00:00
|
|
|
"qrcode 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 21:12:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qrcode"
|
2019-04-21 13:40:11 +00:00
|
|
|
version = "0.10.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)",
|
|
|
|
]
|
|
|
|
|
2018-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-04-11 15:28:21 +00:00
|
|
|
version = "0.6.12"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-08 21:56:34 +00:00
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 21:56:34 +00:00
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.5.6"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-15 21:02:56 +00:00
|
|
|
"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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +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-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (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-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.4.0 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (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
|
|
|
]
|
|
|
|
|
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-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-02 00:39:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-02-18 13:06:53 +00:00
|
|
|
version = "0.4.0"
|
2018-08-02 00:39:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand_core 0.4.0 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"rand_core 0.4.0 (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-04-09 16:12:15 +00:00
|
|
|
version = "0.1.54"
|
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-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (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-04-18 19:17:22 +00:00
|
|
|
version = "1.1.6"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-01 13:12:56 +00:00
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:12:56 +00:00
|
|
|
"regex-syntax 0.6.6 (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-11-20 10:03:08 +00:00
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 00:11:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-04-01 13:12:56 +00:00
|
|
|
version = "0.6.6"
|
2018-03-20 00:11:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-20 10:03:08 +00:00
|
|
|
"ucd-util 0.1.3 (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 = "remove_dir_all"
|
2018-04-23 19:52:56 +00:00
|
|
|
version = "0.5.1"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.9.17"
|
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-03-04 15:28:56 +00:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:23:05 +00:00
|
|
|
"flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"hyper 0.12.29 (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)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 22:35:53 +00:00
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"mime_guess 2.0.0-alpha.6 (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-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"serde_json 1.0.39 (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-05-23 20:17:38 +00:00
|
|
|
"tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (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-05-04 12:44:32 +00:00
|
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tokio-timer 0.2.11 (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)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-28 19:42:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2019-04-21 13:40:11 +00:00
|
|
|
version = "3.0.2"
|
2018-03-28 19:42:02 +00:00
|
|
|
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)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 19:42:02 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-18 18:15:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-05-30 12:17:56 +00:00
|
|
|
version = "0.1.15"
|
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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.2.8"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2019-03-04 15:28:56 +00:00
|
|
|
version = "0.1.15"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2019-04-01 13:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-23 13:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.3.1"
|
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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 12:44:32 +00:00
|
|
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.3.1"
|
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-05-10 13:51:35 +00:00
|
|
|
version = "1.0.91"
|
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 = [
|
|
|
|
"serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-05-10 13:51:35 +00:00
|
|
|
version = "1.0.91"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-03-04 15:28:56 +00:00
|
|
|
version = "1.0.39"
|
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)",
|
|
|
|
"ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (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-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (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)",
|
2018-10-15 21:02:56 +00:00
|
|
|
"digest 0.8.0 (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-02-18 13:06:53 +00:00
|
|
|
"opaque-debug 0.2.2 (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 = "siphasher"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.2.3"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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-02-18 13:06:53 +00:00
|
|
|
version = "0.6.9"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-15 21:02:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string"
|
2019-01-11 17:14:26 +00:00
|
|
|
version = "0.1.3"
|
2018-10-15 21:02:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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"
|
|
|
|
|
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-09-04 17:47:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.13.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-05-10 13:51:35 +00:00
|
|
|
version = "0.15.34"
|
2018-09-18 19:52:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 21:56:34 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 14:41:22 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 23:06:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.10.2"
|
2018-03-26 23:06:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:28:21 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 19:52:53 +00:00
|
|
|
"unicode-xid 0.1.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-05-23 20:17:38 +00:00
|
|
|
"filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (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-05-23 20:17:38 +00:00
|
|
|
version = "3.0.8"
|
2018-05-15 08:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 08:13:19 +00:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-02-18 13:06:53 +00:00
|
|
|
"byteorder 1.3.1 (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-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-04 12:44:32 +00:00
|
|
|
version = "1.5.2"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (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 = [
|
2018-05-21 20:05:18 +00:00
|
|
|
"unicode-width 0.1.5 (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-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 16:12:15 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:50:29 +00:00
|
|
|
"winapi 0.3.7 (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-05-23 20:17:38 +00:00
|
|
|
version = "0.1.20"
|
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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"num_cpus 1.10.0 (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)",
|
|
|
|
"tokio-executor 0.1.7 (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)",
|
|
|
|
"tokio-reactor 0.1.9 (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-05-04 12:44:32 +00:00
|
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 22:24:51 +00:00
|
|
|
"tokio-trace-core 0.1.0 (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)",
|
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-23 13:21:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-03-23 17:58:06 +00:00
|
|
|
version = "0.1.7"
|
2018-03-23 13:21:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (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-03-04 15:28:56 +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-02-18 13:06:53 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 15:28:56 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-11 17:14:26 +00:00
|
|
|
"parking_lot 0.7.1 (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-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (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-05-04 12:44:32 +00:00
|
|
|
"tokio-sync 0.1.5 (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-05-04 12:44:32 +00:00
|
|
|
version = "0.1.5"
|
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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 21:01:58 +00:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-30 12:17:56 +00:00
|
|
|
"mio 0.6.19 (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)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-24 21:01:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.1.14"
|
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-03-04 15:28:56 +00:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 13:06:53 +00:00
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-01 23:42:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.2.11"
|
2018-04-01 23:42:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 13:06:53 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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-03-23 17:58:06 +00:00
|
|
|
"tokio-executor 0.1.7 (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-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (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
|
|
|
]
|
|
|
|
|
2019-03-14 22:24:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-trace-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-18 22:52:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-05-23 20:17:38 +00:00
|
|
|
version = "0.5.1"
|
2019-01-11 17:14:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (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-05-23 20:17:38 +00:00
|
|
|
"cfg-if 0.1.9 (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"
|
2018-03-23 13:21:32 +00:00
|
|
|
version = "1.10.0"
|
2018-03-06 14:07:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "0.1.3"
|
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 = "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-05-04 12:44:32 +00:00
|
|
|
version = "2.4.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
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 = "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-02-18 13:06: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-02-18 13:06:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-05 14:41:22 +00:00
|
|
|
|
2018-03-05 17:23:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-05-21 20:05:18 +00:00
|
|
|
version = "0.1.5"
|
2018-03-05 17:23:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 14:41:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2018-03-08 21:56:34 +00:00
|
|
|
version = "0.1.0"
|
2018-03-05 14:41:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
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-05-10 13:51:35 +00:00
|
|
|
"serde 1.0.91 (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-03-15 08:39:00 +00:00
|
|
|
version = "0.10.0"
|
2019-03-14 22:50:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-20 00:11:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2018-11-20 10:03:08 +00:00
|
|
|
version = "1.0.2"
|
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 = "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"
|
2018-09-18 19:52:53 +00:00
|
|
|
version = "0.2.6"
|
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"
|
|
|
|
|
2018-04-25 17:02:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-09 16:12:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2019-04-11 15:28:21 +00:00
|
|
|
version = "0.0.8"
|
2019-04-09 16:12:15 +00:00
|
|
|
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"
|
|
|
|
|
2018-05-17 12:35:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2018-10-15 21:02:56 +00:00
|
|
|
version = "0.0.6"
|
2018-05-17 12:35:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 20:17:38 +00:00
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (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-02-27 18:42:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "websocket"
|
2019-05-04 12:44:32 +00:00
|
|
|
version = "0.22.4"
|
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 = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 13:51:35 +00:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 18:42:14 +00:00
|
|
|
"byteorder 1.3.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
|
|
|
"futures 0.1.27 (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)",
|
|
|
|
"sha1 0.6.0 (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)",
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-04-05 13:15:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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-04-04 08:50:29 +00:00
|
|
|
version = "0.3.7"
|
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-05-04 12:44:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winconsole"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rgb 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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-05-10 13:51:35 +00:00
|
|
|
version = "0.3.2"
|
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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (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-05-23 20:17:38 +00:00
|
|
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-20 10:03:08 +00:00
|
|
|
"log 0.4.6 (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]
|
2018-06-19 15:10:22 +00:00
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
2018-03-06 14:07:00 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" = "1a13fc43f04daf08ab4f71e3d27e1fc27fc437d3e95ac0063a796d92fb40f39b"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-05-10 13:51:35 +00:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
|
2019-03-21 08:23:05 +00:00
|
|
|
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
2019-03-06 21:22:12 +00:00
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c"
|
2018-09-04 21:50:38 +00:00
|
|
|
"checksum chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "50377f3cfb1f201da2538310d126b99f21fff9ff99030da18c51069026035c37"
|
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"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6cdb90b60f2927f8d76139c72dbde7e10c3a2bc47c8594c9c7a66529f2687c03"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
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-21 08:23:05 +00:00
|
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
2019-03-06 13:17:38 +00:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
|
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-02-18 13:06:53 +00:00
|
|
|
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum crossterm 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3170cf0815299f3507810e4588f3addf073f2869e150375493f588877ba46c"
|
|
|
|
"checksum crossterm_style 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "983596405fe738aac9645656b666073fe6e0a8bf088679b7e256916ee41b61f7"
|
|
|
|
"checksum crossterm_utils 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8321d40908d0ee77cb29335f591eae2b4f7225152f81b9dfa35a161ca3b077dc"
|
|
|
|
"checksum crossterm_winapi 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c061e4a1c47a53952ba0f2396c00a61cd7ab74482eba99b9c9cc77fdca71932"
|
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-04-18 19:17:22 +00:00
|
|
|
"checksum csv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9044e25afb0924b5a5fc5511689b0918629e85d68ea591e5e87fbf1e85ea1b3b"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum darling 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "49fc76d30c96cc0bdc8b966968e6535d900f3e42c56204d355192a670d989c6e"
|
2019-03-18 21:42:44 +00:00
|
|
|
"checksum darling 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum darling_core 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d844ad185d7f9bfd072914584649741768151c4131f6ae59f282889f7a1e450"
|
2019-03-18 21:42:44 +00:00
|
|
|
"checksum darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum darling_macro 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "280207f9bd6f6fd58acd08ed722fb9a75412ad9b1fd9b6a8fbfc55410aca2c2c"
|
2019-03-18 21:42:44 +00:00
|
|
|
"checksum darling_macro 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum derive_builder 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "583a8f76cd41ae6303aca0db4539b90b4fcb289f75467d0c3905781dc670621b"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum derive_builder 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0ca533e6abb78f9108585535ce2ae0b14c8b4504e138a9a28eaf8ba2b270c1d"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum derive_builder_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb4e6b5fb126caa298af7f9b9719ad6301eb7dd1613fd7543a4e935cef46c07"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum derive_builder_core 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fb484fe06ba1dc5b82f88aff700191dfc127e02b06b35e302c169706168e2528"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum directories 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c37dd9a364ab4549b762add4632f23914810c948a4d626adb3fcbd8048ee6da"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum dirs-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73bb611ac139e1bd12463cfad795e5d615144c4973ccc2329d8900a9ade944de"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
|
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-01-11 17:14:26 +00:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
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-04-05 14:54:34 +00:00
|
|
|
"checksum ffsend-api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1ce8879c0aae328782352fc937abf2bfafe9b2570735a555fa45caac8dcb91f"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "450537dc346f0c4d738dda31e790da1da5d4bd12145aad4da0d03d713cb3794f"
|
2019-03-21 08:23:05 +00:00
|
|
|
"checksum flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa"
|
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-05-23 20:17:38 +00:00
|
|
|
"checksum futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "a2037ec1c6c1c4f79557762eab1f7eae1f64f6cb418ace90fae88f0942b60139"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2b53def7bb0253af7718036fe9338c15defd209136819464384f3a553e07481b"
|
2018-10-17 15:49:48 +00:00
|
|
|
"checksum hkdf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a89c4638cf4e02d9db29750659d2af13d9001b508716f77d4693ec8a1f8bda8"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f127a908633569f208325f86f71255d3363c79721d7f9fe31cd5569908819771"
|
2019-04-09 16:12:15 +00:00
|
|
|
"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum hyper 0.12.29 (registry+https://github.com/rust-lang/crates.io-index)" = "e2cd6adf83b3347d36e271f030621a8cf95fd1fd0760546b9fc5a24a0f1447c7"
|
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"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
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-03-04 15:28:56 +00:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "42914d39aad277d9e176efbdad68acb1d5443ab65afe0e0e4f0d49352a950880"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
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-02-18 13:06:53 +00:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2018-03-23 13:21:32 +00:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2019-01-12 22:35:53 +00:00
|
|
|
"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
2019-03-21 08:23:05 +00:00
|
|
|
"checksum miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e"
|
|
|
|
"checksum miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
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"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2019-03-25 19:22:32 +00:00
|
|
|
"checksum objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d"
|
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-02-18 13:06:53 +00:00
|
|
|
"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eedfa0ca7b54d84d948bfd058b8f82e767d11f362dd78c36866fd1f69c175867"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)" = "97c140cbb82f3b3468193dd14c1b88def39f341f68257f8a7fe8ed9ed3f628a5"
|
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-05-23 20:17:38 +00:00
|
|
|
"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2018-05-05 21:38:19 +00:00
|
|
|
"checksum pbr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "deb73390ab68d81992bd994d145f697451bb0b54fd39738e72eef32458ad6907"
|
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-01-11 17:14:26 +00:00
|
|
|
"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
|
|
|
"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
|
|
|
"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
|
|
|
"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
2018-10-28 17:21:53 +00:00
|
|
|
"checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
|
2019-05-10 13:51:35 +00:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-04-11 15:28:21 +00:00
|
|
|
"checksum publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5afecba86dcf1e4fd610246f89899d1924fe12e1e89f555eb7c7f710f3c5ad1d"
|
2019-04-21 13:40:11 +00:00
|
|
|
"checksum qr2term 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1de776a59e034dedc9fe157b5d894b315e420a18a1d05a8d66b4d4fa3cf4740"
|
|
|
|
"checksum qrcode 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83861e2b599ea2a911357ca0d8474ce124cf6caf70fc00d4cba96bbac5cf6690"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2019-04-11 15:28:21 +00:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
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-02-18 13:06:53 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
"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-04-09 16:12:15 +00:00
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
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-04-01 13:12:56 +00:00
|
|
|
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
|
2019-04-18 19:17:22 +00:00
|
|
|
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
2018-04-23 19:52:56 +00:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e57803405f8ea0eb041c1567dac36127e0c8caa1251c843cb03d43fd767b3d50"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum rgb 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)" = "4f089652ca87f5a82a62935ec6172a534066c7b97be003cc8f702ee9a7a59c92"
|
2019-04-21 13:40:11 +00:00
|
|
|
"checksum rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c34fa7bcae7fca3c8471e8417088bbc3ad9af8066b0ecf4f3c0d98a0d772716e"
|
2019-05-30 12:17:56 +00:00
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
|
2019-02-27 18:42:14 +00:00
|
|
|
"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2018-03-23 13:21:32 +00:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
|
|
|
|
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
|
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-05-10 13:51:35 +00:00
|
|
|
"checksum serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd"
|
|
|
|
"checksum serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
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"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
2019-01-12 22:35:53 +00:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-02-18 13:06:53 +00:00
|
|
|
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-01-11 17:14:26 +00:00
|
|
|
"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b"
|
2019-04-09 16:12:15 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
2018-09-04 17:47:40 +00:00
|
|
|
"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
|
2019-05-10 13:51:35 +00:00
|
|
|
"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
|
|
|
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
|
|
|
"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
|
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-05-23 20:17:38 +00:00
|
|
|
"checksum tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "94a1f9396aec29d31bb16c24d155cfa144d1af91c40740125db3131bdaf76da8"
|
|
|
|
"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"
|
|
|
|
"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e"
|
2019-03-04 15:28:56 +00:00
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
|
|
|
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2f843ffdf8d6e1f90bddd48da43f99ab071660cd92b7ec560ef3cdfd7a409a"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
|
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-03-14 22:24:51 +00:00
|
|
|
"checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3"
|
2019-05-23 20:17:38 +00:00
|
|
|
"checksum toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8c96d7873fa7ef8bdeb3a9cda3ac48389b4154f32b9803b4bc26220b677b039"
|
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"
|
2018-03-23 13:21:32 +00:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6"
|
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-02-18 13:06:53 +00:00
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2018-05-21 20:05:18 +00:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-03-08 21:56:34 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
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-03-15 08:39:00 +00:00
|
|
|
"checksum urlshortener 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5886262450f260203f4a945e287fe71a8d3029a590c5f30f3def2ce121dcb0a8"
|
2018-11-20 10:03:08 +00:00
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
2019-04-01 13:12:56 +00:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2018-09-18 19:52:53 +00:00
|
|
|
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
|
2018-05-15 08:13:19 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-04-25 17:02:53 +00:00
|
|
|
"checksum version-compare 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "78068add8bf1e4d37d13fa5867182fe4c03f8e525c831053733f83aaba942d37"
|
2019-04-11 15:28:21 +00:00
|
|
|
"checksum version-compare 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "16dc2b8f2d402e72b9074db40ceee7c020042561e6ea0e2d4bc0354b60457603"
|
2018-10-15 21:02:56 +00:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
2019-05-04 12:44:32 +00:00
|
|
|
"checksum websocket 0.22.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0adcd2a64c5746c9702b354a1b992802b0c363df1dfa324a74cb7aebe10e0cbf"
|
2019-04-05 13:15:05 +00:00
|
|
|
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
2018-03-05 14:41:22 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-04-04 08:50:29 +00:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
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-05-04 12:44:32 +00:00
|
|
|
"checksum winconsole 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef84b96d10db72dd980056666d7f1e7663ce93d82fa33b63e71c966f4cf5032"
|
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-05-10 13:51:35 +00:00
|
|
|
"checksum x11-clipboard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a77356335a1398267e15a7c1d5fa1c8d3fdb3e5ba2e381407d74482c29587d3"
|
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"
|