2019-04-10 06:37:21 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2019-09-20 17:36:49 +03:00
|
|
|
version = "1.0.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.7.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 17:04:38 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-05-03 17:46:30 +03:00
|
|
|
[[package]]
|
2019-11-18 18:52:15 +03:00
|
|
|
name = "anyhow"
|
2019-12-26 18:11:32 +03:00
|
|
|
version = "1.0.26"
|
2019-05-03 17:46:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
2019-08-20 20:22:03 +03:00
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.5.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-29 21:18:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "1.0.1"
|
2019-07-29 21:18:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 21:18:56 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.14"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "0.1.7"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-10-18 17:17:08 +03:00
|
|
|
version = "0.3.40"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-18 17:17:08 +03:00
|
|
|
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-10-18 17:17:08 +03:00
|
|
|
version = "0.1.32"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base16"
|
2019-07-08 17:05:48 +03:00
|
|
|
version = "0.2.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-10-31 22:34:34 +03:00
|
|
|
version = "0.10.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-01-11 02:28:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-10-31 22:34:34 +03:00
|
|
|
version = "0.11.0"
|
2019-01-11 02:28:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-29 19:47:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2019-12-13 22:07:55 +03:00
|
|
|
version = "1.2.1"
|
2019-05-29 19:47:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-29 19:47:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2019-12-04 00:56:14 +03:00
|
|
|
version = "0.52.0"
|
2019-07-09 21:00:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-04 00:56:14 +03:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-04 00:56:14 +03:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 21:39:53 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 21:39:53 +03:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-29 19:47:40 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-15 07:32:42 +03:00
|
|
|
version = "1.2.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-20 20:22:03 +03:00
|
|
|
name = "blake2b_simd"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.5.10"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-23 19:47:16 +03:00
|
|
|
"constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-21 08:21:51 +03:00
|
|
|
[[package]]
|
2019-07-08 20:47:55 +03:00
|
|
|
name = "bstr"
|
2019-09-06 18:09:21 +03:00
|
|
|
version = "0.2.8"
|
2019-03-21 08:21:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-08 20:47:55 +03:00
|
|
|
dependencies = [
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
]
|
2019-03-21 08:21:51 +03:00
|
|
|
|
2019-07-22 16:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "3.1.1"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-06-13 20:39:43 +03:00
|
|
|
version = "1.3.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "0.4.12"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-11 18:30:54 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "0.2.3"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "caseless"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.2.3"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-18 18:52:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-01 01:28:16 +03:00
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "1.0.49"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.3.6"
|
2019-07-09 21:00:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-15 23:29:05 +03:00
|
|
|
[[package]]
|
2019-05-03 17:46:30 +03:00
|
|
|
name = "cfg-if"
|
2019-09-27 20:12:07 +03:00
|
|
|
version = "0.1.10"
|
2019-04-15 23:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.4.10"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 20:47:55 +03:00
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.28.1"
|
2019-07-09 21:00:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-03-27 00:35:50 +03:00
|
|
|
version = "2.33.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-14 09:31:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cli-support"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 09:31:02 +03:00
|
|
|
"fxa-client 0.1.0",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 09:31:02 +03:00
|
|
|
"sync15 0.1.0",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-23 19:47:16 +03:00
|
|
|
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 09:31:02 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clicolors-control"
|
2019-08-30 18:30:04 +03:00
|
|
|
version = "1.0.1"
|
2019-02-11 21:49:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"x11-clipboard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2020-01-03 17:35:09 +03:00
|
|
|
version = "1.9.1"
|
2019-03-06 03:29:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 03:29:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2019-11-04 17:35:23 +03:00
|
|
|
version = "0.9.1"
|
2019-02-11 21:49:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
"termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2019-08-23 19:47:16 +03:00
|
|
|
version = "0.1.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-27 00:35:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.12.0"
|
2019-03-27 00:35:50 +03: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-07-08 20:47:55 +03:00
|
|
|
version = "0.7.0"
|
2019-03-27 00:35:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 20:47:55 +03:00
|
|
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.6.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-03 17:46:30 +03:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.6.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "1.2.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2019-08-27 00:01:19 +03:00
|
|
|
version = "0.3.0"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 00:01:19 +03:00
|
|
|
"criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 00:01:19 +03:00
|
|
|
"rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 11:15:35 +03:00
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2019-08-27 00:01:19 +03:00
|
|
|
version = "0.4.0"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.7.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.8.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-19 18:41:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-25 02:12:19 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
]
|
|
|
|
|
2019-11-27 19:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2019-12-26 18:11:32 +03:00
|
|
|
version = "0.2.1"
|
2019-11-27 19:23:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-26 18:11:32 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-07-25 02:12:19 +03:00
|
|
|
version = "0.6.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-11-18 18:52:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "1.1.1"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-06 18:09:21 +03:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-18 17:17:08 +03:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.1.6"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 17:04:38 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-03-13 06:59:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2019-10-04 16:47:08 +03:00
|
|
|
version = "0.1.12"
|
2019-03-13 06:59:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 06:59:57 +03:00
|
|
|
]
|
|
|
|
|
2019-04-17 07:29:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2019-06-14 22:59:31 +03:00
|
|
|
version = "3.1.3"
|
2019-04-17 07:29:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-14 22:59:31 +03:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:29:13 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2019-11-04 17:35:23 +03:00
|
|
|
version = "0.5.0"
|
2019-02-11 21:49:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-04 17:35:23 +03:00
|
|
|
"console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "1.0.5"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-10 02:43:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dogear"
|
2019-05-29 12:01:29 +03:00
|
|
|
version = "0.2.6"
|
2019-03-10 02:43:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"smallbitvec 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-10 02:43:01 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.4.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ece"
|
2019-09-03 16:36:48 +03:00
|
|
|
version = "1.1.1"
|
2019-05-10 20:13:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-10 20:13:10 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-09-20 17:36:49 +03:00
|
|
|
version = "1.5.3"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2019-08-30 18:30:04 +03:00
|
|
|
version = "0.3.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-12-20 17:16:26 +03:00
|
|
|
version = "0.8.22"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-10-01 17:13:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-10-18 17:17:08 +03:00
|
|
|
version = "0.7.1"
|
2019-10-01 17:13:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-01 17:13:10 +03:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-27 00:35:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.12.1"
|
2019-03-27 00:35:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 20:47:55 +03:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
]
|
|
|
|
|
2019-04-29 22:32:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-support"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-10-15 07:30:38 +03:00
|
|
|
version = "0.1.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-18 17:17:08 +03:00
|
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-10-15 07:30:38 +03:00
|
|
|
version = "0.1.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-04-12 07:24:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
2019-04-19 21:38:57 +03:00
|
|
|
version = "0.2.0"
|
2019-04-12 07:24:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-30 22:08:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fenix"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fxaclient_ffi 0.1.0",
|
2019-07-26 21:10:07 +03:00
|
|
|
"logins_ffi 0.1.0",
|
2019-01-30 22:08:53 +03:00
|
|
|
"places-ffi 0.1.0",
|
2019-03-06 03:29:09 +03:00
|
|
|
"push-ffi 0.1.0",
|
2019-01-30 22:08:53 +03:00
|
|
|
"rc_log_ffi 0.1.0",
|
2019-07-23 05:54:10 +03:00
|
|
|
"sync_manager_ffi 0.1.0",
|
2019-03-23 05:40:31 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-30 22:08:53 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ffi-support"
|
2019-11-08 23:00:11 +03:00
|
|
|
version = "0.3.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
dependencies = [
|
2019-10-18 17:17:08 +03:00
|
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-17 18:27:35 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 11:15:35 +03:00
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "find-places-db"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-06 00:44:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-21 08:21:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "1.0.13"
|
2019-03-21 08:21:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-04 16:47:08 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-31 22:14:42 +03:00
|
|
|
"miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-11 21:38:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "force-viaduct-reqwest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"viaduct 0.1.0",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03: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"
|
|
|
|
|
2019-02-06 21:36:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2019-09-06 18:09:21 +03:00
|
|
|
version = "0.1.29"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxa-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 06:08:26 +03:00
|
|
|
"cli-support 0.1.0",
|
2019-11-04 17:35:23 +03:00
|
|
|
"dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-11 21:38:56 +03:00
|
|
|
"force-viaduct-reqwest 0.1.0",
|
2019-09-24 02:09:06 +03:00
|
|
|
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:33:34 +03:00
|
|
|
"mockiato 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"rc_crypto 0.1.0",
|
2019-09-03 18:15:53 +03:00
|
|
|
"ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
"sync15 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 00:05:11 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-08-23 19:47:16 +03:00
|
|
|
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxaclient_ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fxa-client 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 08:24:27 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 05:55:57 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "0.1.13"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.3.0"
|
2019-07-09 21:00:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.1.26"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-31 22:14:42 +03:00
|
|
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 22:31:03 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hawk"
|
2019-07-09 21:00:48 +03:00
|
|
|
version = "3.0.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-09 21:00:48 +03:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-18 01:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-31 22:14:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.1.6"
|
2019-10-31 22:14:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 01:41:24 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2019-09-24 02:09:06 +03:00
|
|
|
version = "0.4.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.1.21"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-08 20:47:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "1.3.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-09-13 17:20:01 +03:00
|
|
|
version = "1.3.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-09-20 17:36:49 +03:00
|
|
|
version = "0.12.35"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-11 18:30:54 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2019-03-21 08:21:51 +03:00
|
|
|
version = "0.3.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-29 21:19:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 21:19:11 +03:00
|
|
|
]
|
|
|
|
|
2019-11-05 20:56:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "index_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "1.3.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-31 22:14:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
2019-04-17 07:29:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "interrupt"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:29:13 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-11 18:30:54 +03:00
|
|
|
version = "0.1.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.8.2"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-20 17:36:49 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.4.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-22 16:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.3.34"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-26 20:47:15 +03:00
|
|
|
version = "1.4.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-04 00:56:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.2.66"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-09 21:00:48 +03:00
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-09 21:00:48 +03:00
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2019-08-19 23:26:38 +03:00
|
|
|
version = "0.16.0"
|
2019-04-24 23:01:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-10 20:51:40 +03:00
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2019-03-21 08:21:51 +03:00
|
|
|
version = "0.5.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-04 16:47:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.3.3"
|
2019-10-04 16:47:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lockbox"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fxaclient_ffi 0.1.0",
|
|
|
|
"logins_ffi 0.1.0",
|
2019-01-23 22:31:03 +03:00
|
|
|
"rc_log_ffi 0.1.0",
|
2019-03-23 05:40:31 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-07-29 20:45:52 +03:00
|
|
|
version = "0.4.8"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logins"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-27 19:23:55 +03:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 09:31:02 +03:00
|
|
|
"cli-support 0.1.0",
|
2019-10-18 17:17:08 +03:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-11 21:38:56 +03:00
|
|
|
"force-viaduct-reqwest 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fxa-client 0.1.0",
|
2019-04-17 07:29:13 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-12 18:40:02 +03:00
|
|
|
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-07-18 04:14:31 +03:00
|
|
|
"sync-guid 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sync15 0.1.0",
|
2020-01-02 23:15:16 +03:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logins_ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-07-08 17:05:48 +03:00
|
|
|
"base16 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"logins 0.1.0",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 22:37:44 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sync15 0.1.0",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 05:55:57 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2019-03-21 08:21:51 +03:00
|
|
|
version = "0.1.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-21 08:21:51 +03:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-18 18:52:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-30 22:18:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "megazord"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fxaclient_ffi 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-30 22:18:13 +03:00
|
|
|
"logins_ffi 0.1.0",
|
|
|
|
"places-ffi 0.1.0",
|
|
|
|
"push-ffi 0.1.0",
|
|
|
|
"rc_log_ffi 0.1.0",
|
2019-07-23 05:54:10 +03:00
|
|
|
"sync_manager_ffi 0.1.0",
|
2019-04-30 22:18:13 +03:00
|
|
|
"viaduct 0.1.0",
|
|
|
|
]
|
|
|
|
|
2019-02-14 00:51:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "megazord_ios"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fxaclient_ffi 0.1.0",
|
|
|
|
"logins_ffi 0.1.0",
|
|
|
|
"places-ffi 0.1.0",
|
2019-02-21 01:58:32 +03:00
|
|
|
"rc_log_ffi 0.1.0",
|
2019-04-18 19:57:05 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-02-14 00:51:03 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-07-08 17:04:38 +03:00
|
|
|
version = "2.2.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.5.3"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-25 02:12:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.3.15"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "2.0.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"mime 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-21 08:21:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "0.3.5"
|
2019-03-21 08:21:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-20 17:36:49 +03:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.6.21"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-11 18:30:54 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 22:31:03 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-05 20:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mockiato"
|
2019-10-15 07:33:34 +03:00
|
|
|
version = "0.9.5"
|
2019-07-08 21:11:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-05 20:03:08 +03:00
|
|
|
dependencies = [
|
2019-10-15 07:33:34 +03:00
|
|
|
"mockiato-codegen 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-05 20:03:08 +03:00
|
|
|
"nameof 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nearly_eq 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockiato-codegen"
|
2019-10-15 07:33:34 +03:00
|
|
|
version = "0.9.5"
|
2019-07-08 21:11:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-05 20:03:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-05 20:03:08 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-05 20:03:08 +03:00
|
|
|
]
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mockito"
|
2019-11-18 16:25:56 +03:00
|
|
|
version = "0.22.0"
|
2019-03-06 03:29:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"assert-json-diff 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 03:29:09 +03:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:18 +03:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-17 18:27:35 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 03:29:09 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "more-asserts"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-06 00:44:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-05 20:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nameof"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.2.3"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-05 20:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nearly_eq"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-04-17 07:29:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2019-06-14 22:59:31 +03:00
|
|
|
version = "0.14.1"
|
2019-04-17 07:29:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:29:13 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "4.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nss"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"nss_sys 0.1.0",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nss_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-12-04 00:56:14 +03:00
|
|
|
"bindgen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-01 21:17:37 +03:00
|
|
|
"toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
]
|
|
|
|
|
2019-04-15 23:29:05 +03:00
|
|
|
[[package]]
|
2019-05-03 17:46:30 +03:00
|
|
|
name = "num-integer"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.1.41"
|
2019-04-15 23:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
2019-05-03 17:46:30 +03:00
|
|
|
name = "num-traits"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.2.10"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-08 20:47:55 +03:00
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "1.11.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
2019-08-12 21:59:33 +03:00
|
|
|
name = "once_cell"
|
2019-09-27 20:12:07 +03:00
|
|
|
version = "1.2.0"
|
2019-03-06 03:29:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.10.26"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-14 20:57:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "111.6.1+1.1.1d"
|
2019-08-14 20:57:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-14 20:57:50 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.9.53"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-src 111.6.1+1.1.1d (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-13 06:59:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 06:59:57 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
2019-10-04 16:47:08 +03:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.7.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-04 16:47:08 +03:00
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-10-04 16:47:08 +03:00
|
|
|
version = "0.9.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-10-04 16:47:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-30 18:30:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-06 00:44:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.3.17"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "places"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"caseless 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 09:31:02 +03:00
|
|
|
"cli-support 0.1.0",
|
2019-08-27 00:01:19 +03:00
|
|
|
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-14 22:59:31 +03:00
|
|
|
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-29 12:01:29 +03:00
|
|
|
"dogear 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-18 17:17:08 +03:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-01-10 20:51:40 +03:00
|
|
|
"find-places-db 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 21:38:56 +03:00
|
|
|
"force-viaduct-reqwest 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fxa-client 0.1.0",
|
2019-07-29 21:19:11 +03:00
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:29:13 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 17:04:38 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 06:59:57 +03:00
|
|
|
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-17 18:27:35 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-12-31 11:14:55 +03:00
|
|
|
"structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-10 05:39:57 +03:00
|
|
|
"sync-guid 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sync15 0.1.0",
|
2019-02-01 01:28:16 +03:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "places-ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-17 07:29:13 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"places 0.1.0",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:29:13 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-07-10 05:39:57 +03:00
|
|
|
"sync-guid 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sync15 0.1.0",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 05:55:57 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2019-10-31 22:14:42 +03:00
|
|
|
version = "0.2.6"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-13 06:59:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 06:59:57 +03:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
2019-07-12 18:40:02 +03:00
|
|
|
version = "0.8.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-12 18:40:02 +03:00
|
|
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-09-03 18:15:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2019-12-31 11:14:55 +03:00
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "0.4.3"
|
2019-09-03 18:15:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 18:15:58 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 18:15:58 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-06-05 20:03:08 +03:00
|
|
|
version = "0.4.30"
|
2019-01-10 20:51:40 +03: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-08-20 18:46:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-01-03 17:35:09 +03:00
|
|
|
version = "1.0.7"
|
2019-08-20 18:46:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-06 00:44:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2019-03-21 07:02:42 +03:00
|
|
|
version = "0.5.0"
|
2019-02-06 00:44:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2019-03-21 07:02:42 +03:00
|
|
|
version = "0.5.0"
|
2019-02-06 00:44:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
"multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
"which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2019-03-21 07:02:42 +03:00
|
|
|
version = "0.5.0"
|
2019-02-06 00:44:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-05 20:03:08 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2019-03-21 07:02:42 +03:00
|
|
|
version = "0.5.0"
|
2019-02-06 00:44:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 07:02:42 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
]
|
|
|
|
|
2019-03-27 00:35:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "1.5.4"
|
2019-03-27 00:35:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 20:47:55 +03:00
|
|
|
"error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
]
|
|
|
|
|
2019-03-06 03:29:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "push"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-14 08:06:37 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-18 17:17:08 +03:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-12 00:13:39 +03:00
|
|
|
"force-viaduct-reqwest 0.1.0",
|
2019-09-24 02:09:06 +03:00
|
|
|
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 16:25:56 +03:00
|
|
|
"mockito 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-14 08:06:37 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"rc_crypto 0.1.0",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-12 00:13:39 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-03-21 05:31:22 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-12 00:13:39 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-03-06 03:29:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "push-ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-14 08:06:37 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-12 00:13:39 +03:00
|
|
|
"push 0.1.0",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 03:29:09 +03:00
|
|
|
"sync15 0.1.0",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 05:55:57 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-03-06 03:29:09 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-03 17:35:09 +03:00
|
|
|
version = "1.2.3"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-07-25 02:12:19 +03:00
|
|
|
version = "0.6.13"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-05 20:03:08 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-08-20 18:46:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 18:46:31 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-06 21:36:13 +03:00
|
|
|
version = "0.4.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-06 21:36:13 +03:00
|
|
|
version = "0.6.5"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03: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-03 17:46:30 +03:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-09-17 18:27:35 +03:00
|
|
|
version = "0.7.2"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.2.1"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-02-06 21:36:13 +03:00
|
|
|
version = "0.3.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.4.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-30 18:30:04 +03:00
|
|
|
version = "0.5.1"
|
2019-06-28 16:54:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-28 16:54:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-28 16:54:58 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-03 17:46:30 +03:00
|
|
|
version = "0.1.4"
|
2019-02-06 21:36:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "0.1.3"
|
2019-01-10 20:51:40 +03: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-06 21:36:13 +03:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-08-27 00:01:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-08-30 18:30:04 +03:00
|
|
|
version = "0.2.2"
|
2019-08-27 00:01:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 00:01:19 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "0.1.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-31 22:14:42 +03:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
2019-08-27 00:01:19 +03:00
|
|
|
version = "0.3.1"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-12-24 11:15:35 +03:00
|
|
|
version = "1.3.0"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-24 11:15:35 +03:00
|
|
|
"rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-12-24 11:15:35 +03:00
|
|
|
version = "1.7.0"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-26 18:11:32 +03:00
|
|
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-27 19:23:55 +03:00
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rc_crypto"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 16:36:48 +03:00
|
|
|
"ece 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"hawk 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-24 02:09:06 +03:00
|
|
|
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"nss 0.1.0",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-23 22:31:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rc_log_ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 22:31:03 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.1.56"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-08 20:47:55 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.3.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-09-06 18:09:21 +03:00
|
|
|
version = "1.3.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 17:04:38 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2019-07-25 02:12:19 +03:00
|
|
|
version = "0.1.8"
|
2019-07-08 20:47:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-09-06 18:09:21 +03:00
|
|
|
version = "0.6.12"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-29 23:23:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remerge"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-29 23:23:07 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-05 20:56:36 +03:00
|
|
|
"index_vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"sql-support 0.1.0",
|
|
|
|
"sync-guid 0.1.0",
|
2019-10-29 23:23:07 +03:00
|
|
|
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.5.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2019-12-13 22:07:55 +03:00
|
|
|
version = "0.9.24"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03: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-12-20 17:16:26 +03:00
|
|
|
"encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"mime 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 23:29:05 +03:00
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 22:36:30 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2019-09-03 18:15:53 +03:00
|
|
|
version = "0.16.9"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-28 20:25:59 +03:00
|
|
|
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"web-sys 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2019-08-19 23:26:38 +03:00
|
|
|
version = "0.20.0"
|
2019-04-24 23:01:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-10 20:51:40 +03:00
|
|
|
dependencies = [
|
2019-10-15 07:32:42 +03:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-19 21:38:57 +03:00
|
|
|
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-12 07:24:25 +03:00
|
|
|
"fallible-streaming-iterator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 17:04:38 +03:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-26 00:19:13 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 20:22:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.1.16"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-25 21:39:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-31 11:14:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-10-18 17:17:08 +03:00
|
|
|
version = "1.0.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-07-25 02:12:19 +03:00
|
|
|
version = "1.0.5"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2019-09-20 17:36:49 +03:00
|
|
|
version = "0.1.16"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-08 20:47:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.3.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-03 17:46:30 +03:00
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.3.3"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-03 17:46:30 +03:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-12-17 19:18:01 +03:00
|
|
|
version = "1.0.104"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-29 19:47:40 +03:00
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-29 19:47:40 +03:00
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-12-17 19:18:01 +03:00
|
|
|
version = "1.0.104"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 18:46:31 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-12-09 16:25:41 +03:00
|
|
|
version = "1.0.44"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-26 00:19:13 +03:00
|
|
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-03 17:46:30 +03:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-18 17:17:08 +03:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-10 05:39:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_test"
|
2019-12-17 19:18:01 +03:00
|
|
|
version = "1.0.104"
|
2019-07-10 05:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-10 05:39:57 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2019-04-15 23:29:05 +03:00
|
|
|
version = "0.5.5"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-03 17:46:30 +03: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-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-09 21:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-23 22:31:03 +03:00
|
|
|
version = "0.4.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-10 02:43:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallbitvec"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "2.4.0"
|
2019-03-10 02:43:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.6.13"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-18 18:52:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
2019-11-27 19:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-12-26 18:11:32 +03:00
|
|
|
version = "1.1.0"
|
2019-11-27 19:23:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-22 16:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sourcefile"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-06 21:36:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-28 20:25:59 +03:00
|
|
|
version = "0.5.2"
|
2019-02-06 21:36:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sql-support"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-17 07:29:13 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.2.1"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-08 20:47:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-03-27 00:35:50 +03:00
|
|
|
version = "0.8.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-18 01:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2019-12-31 11:14:55 +03:00
|
|
|
version = "0.3.7"
|
2019-01-18 01:41:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-27 00:35:50 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 01:41:24 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-12-31 11:14:55 +03:00
|
|
|
version = "0.4.0"
|
2019-01-18 01:41:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 18:15:58 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 01:41:24 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.15.44"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-05 20:03:08 +03:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 18:46:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "1.0.13"
|
2019-08-20 18:46:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 18:46:31 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-31 11:14:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn-mid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
]
|
|
|
|
|
2019-07-10 05:39:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync-guid"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-08 03:46:33 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-19 23:26:38 +03:00
|
|
|
"rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-10 05:39:57 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-18 17:17:08 +03:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"fxa-client 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"logins 0.1.0",
|
2019-09-17 18:27:35 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-31 11:14:55 +03:00
|
|
|
"structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"sync15 0.1.0",
|
2019-10-21 19:55:52 +03:00
|
|
|
"tabs 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync15"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-07-08 17:05:48 +03:00
|
|
|
"base16 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-31 22:34:34 +03:00
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 22:32:37 +03:00
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-04-17 07:29:13 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 21:00:48 +03:00
|
|
|
"rc_crypto 0.1.0",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-18 04:14:31 +03:00
|
|
|
"sync-guid 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 00:05:11 +03:00
|
|
|
"viaduct 0.1.0",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-23 05:54:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_manager"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"error-support 0.1.0",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-09-03 21:28:50 +03:00
|
|
|
"interrupt 0.1.0",
|
2019-07-23 05:54:10 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"logins 0.1.0",
|
|
|
|
"places 0.1.0",
|
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 02:05:41 +03:00
|
|
|
"sql-support 0.1.0",
|
2019-07-23 05:54:10 +03:00
|
|
|
"sync15 0.1.0",
|
2019-10-21 19:55:52 +03:00
|
|
|
"tabs 0.1.0",
|
2019-08-30 02:05:41 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-23 05:54:10 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_manager_ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-07-23 05:54:10 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"logins_ffi 0.1.0",
|
|
|
|
"places-ffi 0.1.0",
|
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sync15 0.1.0",
|
|
|
|
"sync_manager 0.1.0",
|
2019-11-04 21:46:08 +03:00
|
|
|
"tabs_ffi 0.1.0",
|
2019-07-23 05:54:10 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "0.12.3"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tabs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-04 21:46:08 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cli-support 0.1.0",
|
|
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"error-support 0.1.0",
|
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-10-21 19:55:52 +03:00
|
|
|
"force-viaduct-reqwest 0.1.0",
|
|
|
|
"interrupt 0.1.0",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-04 21:46:08 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
"sync-guid 0.1.0",
|
|
|
|
"sync15 0.1.0",
|
2019-11-04 21:46:08 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tabs_ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"base16 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-10-21 19:55:52 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-04 21:46:08 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
"sync15 0.1.0",
|
|
|
|
"tabs 0.1.0",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"viaduct 0.1.0",
|
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "3.1.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-17 18:27:35 +03:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2019-03-21 08:21:51 +03:00
|
|
|
version = "0.5.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-13 20:39:43 +03:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "1.0.5"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "1.5.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-03-27 00:35:50 +03:00
|
|
|
version = "0.11.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-13 22:07:55 +03:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2020-01-03 17:35:09 +03:00
|
|
|
version = "1.0.3"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.1.22"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:21:51 +03:00
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 20:47:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-buf"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-20 17:36:49 +03:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
2019-03-21 08:21:51 +03:00
|
|
|
version = "0.1.6"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.1.9"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-25 02:12:19 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2019-03-19 18:41:19 +03:00
|
|
|
version = "0.1.12"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.1.11"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-25 02:12:19 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 22:31:03 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-11 18:30:54 +03:00
|
|
|
"tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-sync"
|
2019-10-11 18:30:54 +03:00
|
|
|
version = "0.1.7"
|
2019-03-19 18:41:19 +03: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-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-19 18:41:19 +03:00
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-11 18:30:54 +03:00
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-12-13 22:07:55 +03:00
|
|
|
version = "0.1.17"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-25 02:12:19 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 16:47:08 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-18 18:52:15 +03:00
|
|
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.2.12"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-25 02:12:19 +03:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 22:31:03 +03:00
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-03-19 18:41:19 +03:00
|
|
|
[[package]]
|
2019-07-09 21:00:48 +03:00
|
|
|
name = "toml"
|
2019-11-01 21:17:37 +03:00
|
|
|
version = "0.5.5"
|
2019-03-19 18:41:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-19 18:41:19 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-27 00:35:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try_from"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 00:35:50 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "2.6.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-18 18:52:15 +03:00
|
|
|
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2019-11-27 19:23:55 +03:00
|
|
|
version = "0.1.11"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-06 21:36:13 +03:00
|
|
|
dependencies = [
|
2019-12-26 18:11:32 +03:00
|
|
|
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
]
|
2019-01-10 20:51:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "1.6.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-12-13 22:07:55 +03:00
|
|
|
version = "0.1.7"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-20 18:46:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2019-07-22 16:53:38 +03:00
|
|
|
version = "0.7.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-30 18:30:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2019-04-05 22:36:30 +03:00
|
|
|
version = "0.7.4"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-06 21:36:13 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-10-29 23:23:07 +03:00
|
|
|
version = "0.2.8"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-18 18:52:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-22 00:05:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "viaduct"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-08 23:00:11 +03:00
|
|
|
"ffi-support 0.3.6",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 00:05:11 +03:00
|
|
|
"prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-13 22:07:55 +03:00
|
|
|
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 19:18:01 +03:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 16:25:41 +03:00
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 00:05:11 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-17 07:29:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-01 01:28:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-07-25 02:12:19 +03:00
|
|
|
version = "2.2.9"
|
2019-02-01 01:28:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-25 02:12:19 +03:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-01 01:28:16 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2019-07-08 20:47:55 +03:00
|
|
|
version = "0.2.0"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-06 18:09:21 +03:00
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 20:22:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2019-09-06 18:09:21 +03:00
|
|
|
version = "0.7.0"
|
2019-08-20 20:22:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-22 16:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-27 20:12:07 +03:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"wasm-bindgen-macro 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-19 04:31:44 +03:00
|
|
|
"bumpalo 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-26 20:47:15 +03:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 20:22:03 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"wasm-bindgen-macro-support 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-backend 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-webidl"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.2.57"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-26 18:11:32 +03:00
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-29 20:45:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-03 17:35:09 +03:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 20:22:03 +03:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-backend 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
"weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2019-11-19 04:31:44 +03:00
|
|
|
version = "0.3.34"
|
2019-07-22 16:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-26 18:11:32 +03:00
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"js-sys 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
"sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:31:44 +03:00
|
|
|
"wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasm-bindgen-webidl 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:53:38 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webbrowser"
|
2019-08-23 19:47:16 +03:00
|
|
|
version = "0.5.2"
|
2019-02-11 21:49:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:49:47 +03:00
|
|
|
]
|
|
|
|
|
2019-07-22 16:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "weedle"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-06 00:44:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-15 07:30:38 +03:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 00:44:51 +03:00
|
|
|
]
|
|
|
|
|
2019-09-25 21:39:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2019-11-18 18:52:15 +03:00
|
|
|
version = "3.1.0"
|
2019-09-25 21:39:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 21:39:53 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:49:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-08-30 18:30:04 +03:00
|
|
|
version = "0.3.8"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-util"
|
2019-02-06 21:36:13 +03:00
|
|
|
version = "0.1.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "1.0.2"
|
2019-01-10 20:51:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-06 21:36:13 +03:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 20:51:40 +03:00
|
|
|
]
|
|
|
|
|
2019-07-22 16:55:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2019-08-20 20:22:03 +03:00
|
|
|
version = "0.6.2"
|
2019-07-22 16:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-30 18:30:04 +03:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-22 16:55:17 +03:00
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03: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)",
|
|
|
|
]
|
|
|
|
|
2019-10-21 19:55:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x11-clipboard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcb"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-29 23:23:07 +03:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-21 19:55:52 +03:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 20:51:40 +03:00
|
|
|
[metadata]
|
2019-09-20 17:36:49 +03:00
|
|
|
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-12-26 18:11:32 +03:00
|
|
|
"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum assert-json-diff 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9881d306dee755eccf052d652b774a6b2861e86b4772f555262130e58e4f81d2"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2019-10-18 17:17:08 +03:00
|
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
2019-07-08 17:05:48 +03:00
|
|
|
"checksum base16 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"
|
2019-02-06 21:36:13 +03:00
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
2019-10-31 22:34:34 +03:00
|
|
|
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-12-13 22:07:55 +03:00
|
|
|
"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
|
2019-12-04 00:56:14 +03:00
|
|
|
"checksum bindgen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1c85344eb535a31b62f0af37be84441ba9e7f0f4111eb0530f43d15e513fe57"
|
2019-10-15 07:32:42 +03:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
2019-10-21 19:55:52 +03:00
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2019-09-06 18:09:21 +03:00
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum bumpalo 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe2567a8d8a3aedb4e39aa39e186d5673acfd56393c6ac83b2bc5bd82f4369c"
|
2019-06-13 20:39:43 +03:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum caseless 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
|
2019-09-27 20:12:07 +03:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
|
2019-03-27 00:35:50 +03:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
|
2019-10-21 19:55:52 +03:00
|
|
|
"checksum clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
|
|
|
|
"checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-01-03 17:35:09 +03:00
|
|
|
"checksum colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f930f8b286023ed451756fe2527d73484d667adf9e905e9932e81d52996a343a"
|
2019-11-04 17:35:23 +03:00
|
|
|
"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
|
2019-08-23 19:47:16 +03:00
|
|
|
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
2019-07-08 20:47:55 +03: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-03 17:46:30 +03:00
|
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-08-27 00:01:19 +03:00
|
|
|
"checksum criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "938703e165481c8d612ea3479ac8342e5615185db37765162e762ec3523e2fc6"
|
|
|
|
"checksum criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccdc6ce8bbe352ca89025bee672aa6d24f4eb8c53e3a8b5d1bc58011da072a2"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
|
|
|
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2019-12-26 18:11:32 +03:00
|
|
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
2019-07-25 02:12:19 +03:00
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d"
|
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
2019-10-04 16:47:08 +03:00
|
|
|
"checksum ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc"
|
2019-06-14 22:59:31 +03:00
|
|
|
"checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f"
|
2019-11-04 17:35:23 +03:00
|
|
|
"checksum dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94616e25d2c04fc97253d145f6ca33ad84a584258dc70c4e621cc79a57f903b6"
|
2019-03-06 03:29:09 +03:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-05-29 12:01:29 +03:00
|
|
|
"checksum dogear 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c01a457f8d6689260111be60774bfb68e558b41bc89b866ebc3bbed60ba255cb"
|
2019-05-03 17:46:30 +03:00
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
2019-09-03 16:36:48 +03:00
|
|
|
"checksum ece 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f63d22c3e9165d2a16da68804e1d8fcda3a822b091d255c57f68969fe17b9d35"
|
2019-09-20 17:36:49 +03:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
2019-12-20 17:16:26 +03:00
|
|
|
"checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
2019-10-18 17:17:08 +03:00
|
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
|
2019-10-15 07:30:38 +03:00
|
|
|
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
|
"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
2019-04-19 21:38:57 +03:00
|
|
|
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
2019-04-12 07:24:25 +03:00
|
|
|
"checksum fallible-streaming-iterator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum find-places-db 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "156072cf5b7e3974da51941bf050f5b8ab5a8df56ad5c1adbd8c07e9d9455b95"
|
2019-02-06 00:44:51 +03:00
|
|
|
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-02-06 21:36:13 +03:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2019-09-06 18:09:21 +03:00
|
|
|
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum hawk 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7afdba594720e9250e3d3609ec309f8adb26fa18ce39834aeb6724a30bc2431c"
|
2019-01-18 01:41:24 +03:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
2019-09-24 02:09:06 +03:00
|
|
|
"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2019-09-13 17:20:01 +03:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-09-20 17:36:49 +03:00
|
|
|
"checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
2019-03-21 08:21:51 +03:00
|
|
|
"checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-07-29 21:19:11 +03:00
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-11-05 20:56:36 +03:00
|
|
|
"checksum index_vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ad55c6c8931aababd9372a9be43cfeab198e6b87cc387bb505a5702d703786"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
2019-10-11 18:30:54 +03:00
|
|
|
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2019-05-03 17:46:30 +03:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum js-sys 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "c40e7a4fafb6cf0be06d25662fc99aacb25f526eb6e1bc0c24100bde5d6a834e"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-08-26 20:47:15 +03:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-12-04 00:56:14 +03:00
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2019-08-19 23:26:38 +03:00
|
|
|
"checksum libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5b95e89c330291768dc840238db7f9e204fd208511ab6319b56193a7f2ae25"
|
2019-03-21 08:21:51 +03:00
|
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
|
2019-07-29 20:45:52 +03:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-03-21 08:21:51 +03:00
|
|
|
"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2019-10-21 19:55:52 +03:00
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-07-08 17:04:38 +03:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum mime 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "61ab7b690f26f7b22cc1e6a5306da408904b75a0c833b9b0f7b3dfab3c8405d1"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2019-10-15 07:33:34 +03:00
|
|
|
"checksum mockiato 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "32ab84f0c1bf24789b915accc69d662674a87df893f38fd08c36375acdbcf83c"
|
|
|
|
"checksum mockiato-codegen 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0ea1407c509b9cf6e0eb0d92e97063b24dd73d5a2f12c49c40ee209f15594b"
|
2019-11-18 16:25:56 +03:00
|
|
|
"checksum mockito 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e524e85ea7c80559354217a6470c14abc2411802a9996aed1821559b9e28e3c"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
|
2019-02-06 00:44:51 +03:00
|
|
|
"checksum multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb04b9f127583ed176e163fb9ec6f3e793b87e21deedd5734a69386a18a0151"
|
2019-06-05 20:03:08 +03:00
|
|
|
"checksum nameof 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d070df66b835aae5a33cbc9df3d8213dc9daaed6b1b7fe47c9663b007587efd"
|
2019-05-03 17:46:30 +03:00
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
2019-06-05 20:03:08 +03:00
|
|
|
"checksum nearly_eq 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a629868a433328c35d654e1e1fb4648a68a042e3c71de4e507a9bcf4602c5635"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2019-06-14 22:59:31 +03:00
|
|
|
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
2019-02-11 21:49:47 +03:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2019-10-21 19:55:52 +03:00
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
"checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
|
2019-09-27 20:12:07 +03:00
|
|
|
"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3a3cc5799d98e1088141b8e01ff760112bbd9f19d850c124500566ca6901a585"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum openssl-src 111.6.1+1.1.1d (registry+https://github.com/rust-lang/crates.io-index)" = "c91b04cb43c1a8a90e934e0cd612e2a5715d976d2d6cff4490278a0cddf35005"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f"
|
2019-03-13 06:59:57 +03:00
|
|
|
"checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
2019-10-04 16:47:08 +03:00
|
|
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2019-10-04 16:47:08 +03:00
|
|
|
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-02-06 00:44:51 +03:00
|
|
|
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2019-10-31 22:14:42 +03:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2019-03-13 06:59:57 +03:00
|
|
|
"checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
2019-07-12 18:40:02 +03:00
|
|
|
"checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
2019-12-31 11:14:55 +03:00
|
|
|
"checksum proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "53c98547ceaea14eeb26fcadf51dc70d01a2479a7839170eae133721105e4428"
|
|
|
|
"checksum proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c2bf5d493cf5d3e296beccfd61794e445e830dfc8070a9c248ad3ee071392c6c"
|
2019-06-05 20:03:08 +03:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2020-01-03 17:35:09 +03:00
|
|
|
"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
|
2019-03-21 07:02:42 +03:00
|
|
|
"checksum prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96d14b1c185652833d24aaad41c5832b0be5616a590227c1fbff57c616754b23"
|
|
|
|
"checksum prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb788126ea840817128183f8f603dce02cb7aea25c2a0b764359d8e20010702e"
|
|
|
|
"checksum prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e7dc378b94ac374644181a2247cebf59a6ec1c88b49ac77f3a94b86b79d0e11"
|
|
|
|
"checksum prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1de482a366941c8d56d19b650fac09ca08508f2a696119ee7513ad590c8bac6f"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
|
2020-01-03 17:35:09 +03:00
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-07-25 02:12:19 +03:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-08-20 18:46:31 +03:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-02-06 21:36:13 +03:00
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-09-17 18:27:35 +03:00
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-02-06 21:36:13 +03:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-06-28 16:54:58 +03:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-05-03 17:46:30 +03:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a788ae3edb696cfcba1c19bfd388cc4b8c21f8a408432b199c072825084da58a"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-08-27 00:01:19 +03:00
|
|
|
"checksum rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e18c91676f670f6f0312764c759405f13afb98d5d73819840cf72a518487bff"
|
2019-12-24 11:15:35 +03:00
|
|
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
|
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
2019-09-06 18:09:21 +03:00
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
2019-07-25 02:12:19 +03:00
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
2019-09-06 18:09:21 +03:00
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-12-13 22:07:55 +03:00
|
|
|
"checksum reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
|
2019-09-03 18:15:53 +03:00
|
|
|
"checksum ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6747f8da1f2b1fabbee1aaa4eb8a11abf9adef0bf58a41cee45db5d59cecdfac"
|
2019-08-19 23:26:38 +03:00
|
|
|
"checksum rusqlite 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2a194373ef527035645a1bc21b10dc2125f73497e6e155771233eb187aedd051"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2019-09-25 21:39:53 +03:00
|
|
|
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-12-31 11:14:55 +03:00
|
|
|
"checksum rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0538bd897e17257b0128d2fd95c2ed6df939374073a36166051a79e2eb7986"
|
2019-10-18 17:17:08 +03:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2019-07-25 02:12:19 +03:00
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-09-20 17:36:49 +03:00
|
|
|
"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-12-17 19:18:01 +03:00
|
|
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2019-12-09 16:25:41 +03:00
|
|
|
"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
2019-12-17 19:18:01 +03:00
|
|
|
"checksum serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "33f96dff8c3744387b53404ea33e834073b0791dcc1ea9c85b805745f9324704"
|
2019-04-15 23:29:05 +03:00
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2019-07-09 21:00:48 +03:00
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2019-01-23 22:31:03 +03:00
|
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum smallbitvec 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b17a69077f717ddbf4945f16c34df16a0a251909c6b7c4a45bccdb4d377bf02b"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
2019-12-26 18:11:32 +03:00
|
|
|
"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
|
2019-07-22 16:53:38 +03:00
|
|
|
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
2019-08-28 20:25:59 +03:00
|
|
|
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
2019-03-27 00:35:50 +03:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-12-31 11:14:55 +03:00
|
|
|
"checksum structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "884ae79d6aad1e738f4a70dff314203fd498490a63ebc4d03ea83323c40b7b72"
|
|
|
|
"checksum structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a97f829a34a0a9d5b353a881025a23b8c9fd09d46be6045df6b22920dbd7a93"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
|
2019-12-31 11:14:55 +03:00
|
|
|
"checksum syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd3937748a7eccff61ba5b90af1a20dbf610858923a9192ea0ecb0cb77db1d0"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
2019-02-01 01:28:16 +03:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-03-21 08:21:51 +03:00
|
|
|
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "818ef3700c2a7b447dca1a1dd28341fe635e6ee103c806c636bb9c929991b2cd"
|
2019-02-11 21:49:47 +03:00
|
|
|
"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
|
2019-03-27 00:35:50 +03:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2020-01-03 17:35:09 +03:00
|
|
|
"checksum tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
|
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
2019-03-21 08:21:51 +03:00
|
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
|
2019-03-19 18:41:19 +03:00
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
|
2019-10-11 18:30:54 +03:00
|
|
|
"checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
2019-12-13 22:07:55 +03:00
|
|
|
"checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
|
2019-11-01 21:17:37 +03:00
|
|
|
"checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-03-27 00:35:50 +03:00
|
|
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-11-27 19:23:55 +03:00
|
|
|
"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-12-13 22:07:55 +03:00
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-08-20 18:46:31 +03:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-07-22 16:53:38 +03:00
|
|
|
"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
2019-04-05 22:36:30 +03:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2019-10-29 23:23:07 +03:00
|
|
|
"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
2019-04-17 07:29:13 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-07-25 02:12:19 +03:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
2019-07-08 20:47:55 +03:00
|
|
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
2019-09-06 18:09:21 +03:00
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2019-11-19 04:31:44 +03:00
|
|
|
"checksum wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "701bc20794a7f9e8dcd85984a848f951ef6c5083322b6dd17fe880c99390f7cd"
|
|
|
|
"checksum wasm-bindgen-backend 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "426315280d373e1a828e1c322507d51aa82e03c2fb1d654720b9e2f2368d291d"
|
|
|
|
"checksum wasm-bindgen-macro 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "d9a8a46373db32c892de910ccca302ecdaf8262abab746324a8a4dac352fc11f"
|
|
|
|
"checksum wasm-bindgen-macro-support 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "45d1c6c2259c0f4ef3d61ea0976ea075b6f8185497c4a5457793740c2cda6430"
|
|
|
|
"checksum wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "dd8e108ae395aae8017b091c4766101f08c635a5074e6631e0085e8a839e5810"
|
|
|
|
"checksum wasm-bindgen-webidl 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "7a38859ace1c29c8ed75cd74940d4c96b980837179355de542a2eab3b435bb5c"
|
|
|
|
"checksum web-sys 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ba09295448c0b93bc87d2769614d371a924749e5e6c87e4c1df8b2416b49b775"
|
2019-08-23 19:47:16 +03:00
|
|
|
"checksum webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "97d468a911faaaeb783693b004e1c62e0063e646b0afae5c146cd144e566e66d"
|
2019-07-22 16:53:38 +03:00
|
|
|
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
|
2019-02-06 00:44:51 +03:00
|
|
|
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
2019-11-18 18:52:15 +03:00
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
2019-02-11 21:49:47 +03:00
|
|
|
"checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-08-30 18:30:04 +03:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-01-10 20:51:40 +03: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"
|
2019-02-06 21:36:13 +03:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-08-20 20:22:03 +03:00
|
|
|
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
|
|
|
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2019-01-10 20:51:40 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2019-10-21 19:55:52 +03:00
|
|
|
"checksum x11-clipboard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
|
|
|
|
"checksum xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
|