2019-04-30 08:12:01 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2017-01-15 00:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.7.4"
|
2017-01-15 00:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-15 00:22:28 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-04-07 23:18:51 +00:00
|
|
|
version = "0.11.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-07 23:18:51 +00:00
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-07 23:18:51 +00:00
|
|
|
]
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2rs"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-20 15:15:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.4.11"
|
2018-02-20 15:15:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-10 09:53:24 +00:00
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 15:15:48 +00:00
|
|
|
]
|
|
|
|
|
2017-07-16 19:42:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.2.13"
|
2017-07-16 19:42:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-16 19:42:57 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 19:27:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.1.5"
|
2019-01-13 19:27:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.3.33"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.1.31"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
2017-08-10 23:05:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.1.0"
|
2017-08-10 23:05:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.4"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
2019-06-01 17:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.2.2"
|
2019-06-01 17:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.3.1"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-01 17:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2018-01-06 15:44:46 +00:00
|
|
|
name = "byteorder"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.3.2"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-19 07:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.0.37"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-01-06 15:44:46 +00:00
|
|
|
name = "cfg-if"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.1.9"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "2.33.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-07 23:18:51 +00:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-02 16:23:45 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 09:35:23 +00:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2016-11-27 15:54:35 +00:00
|
|
|
[[package]]
|
2018-10-08 15:55:35 +00:00
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
2018-02-20 15:15:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-08 15:55:35 +00:00
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.3.8"
|
2018-10-08 15:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
]
|
2018-02-20 15:15:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.6.3"
|
2016-11-27 15:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-27 16:00:57 +00:00
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 15:15:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.7.1"
|
2018-02-20 15:15:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 15:15:48 +00:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 15:44:46 +00:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-10 23:05:17 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2019-07-19 07:00:45 +00:00
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-20 15:15:48 +00:00
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 15:15:48 +00:00
|
|
|
]
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.6.5"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.8.1"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "2.0.1"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.4.4"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-27 16:00:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.5.2"
|
2017-07-27 16:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2018-08-24 15:46:42 +00:00
|
|
|
name = "encoding_rs"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.8.17"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-08-24 15:46:42 +00:00
|
|
|
name = "encoding_rs_io"
|
2019-06-01 17:31:39 +00:00
|
|
|
version = "0.1.6"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.6.2"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-06 19:39:34 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-01-13 19:27:04 +00:00
|
|
|
version = "0.1.5"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-01-13 19:27:04 +00:00
|
|
|
version = "0.1.5"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-06 19:39:34 +00:00
|
|
|
[[package]]
|
2016-11-27 15:54:35 +00:00
|
|
|
name = "fnv"
|
2018-01-06 15:44:46 +00:00
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-11 15:55:45 +00:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2016-11-06 19:39:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.12.3"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-19 07:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2019-06-09 07:56:15 +00:00
|
|
|
version = "0.9.1"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libgit2-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2016-11-27 15:54:35 +00:00
|
|
|
name = "globset"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.4.4"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-27 15:54:35 +00:00
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 15:44:46 +00:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-27 15:54:35 +00:00
|
|
|
]
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2019-06-01 17:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "grep-matcher"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grep-searcher"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.1.5"
|
2019-06-01 17:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"bstr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding_rs_io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"grep-matcher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-24 15:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2018-10-08 15:55:35 +00:00
|
|
|
version = "1.3.0"
|
2018-08-24 15:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-03 23:01:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "2.0.1"
|
2016-10-03 23:01:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
"pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-02 16:23:45 +00:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-03 23:01:43 +00:00
|
|
|
]
|
|
|
|
|
2019-07-19 07:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-27 15:54:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2018-04-23 13:23:10 +00:00
|
|
|
version = "0.3.2"
|
2016-11-27 15:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-07 23:18:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-01-10 09:53:24 +00:00
|
|
|
version = "1.2.0"
|
2018-04-07 23:18:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-02 16:23:45 +00:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-07 23:18:51 +00:00
|
|
|
]
|
|
|
|
|
2019-03-11 16:00:03 +00: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)",
|
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-27 15:54:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.4.7"
|
2016-11-27 15:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-24 15:46:42 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-27 15:54:35 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.4.4"
|
2017-12-02 14:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-22 06:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-02 14:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "1.3.0"
|
2016-11-06 19:39:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-19 07:00:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-11-06 19:39:34 +00:00
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.2.60"
|
2017-02-15 19:42:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.8.1"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
2017-02-15 19:42:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2019-03-30 11:16:20 +00:00
|
|
|
version = "0.5.2"
|
2017-07-27 16:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-15 00:22:28 +00:00
|
|
|
[[package]]
|
2018-01-06 15:44:46 +00:00
|
|
|
name = "log"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.4.7"
|
2017-01-15 00:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-02 14:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "2.2.1"
|
2017-12-02 14:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-01 17:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
]
|
|
|
|
|
2018-02-20 15:15:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2019-01-10 09:53:24 +00:00
|
|
|
version = "0.1.13"
|
2018-02-20 15:15:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.10.1"
|
2018-10-08 15:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
2019-06-10 16:30:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2016-10-03 23:01:43 +00:00
|
|
|
name = "pest"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "2.1.1"
|
2016-10-03 23:01:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-10 09:53:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-10-03 23:01:43 +00:00
|
|
|
|
2018-01-25 15:12:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2019-01-13 19:27:04 +00:00
|
|
|
version = "2.1.0"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
"pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2019-01-13 19:27:04 +00:00
|
|
|
version = "2.1.0"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "2.1.1"
|
2018-01-25 15:12:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-10 09:53:24 +00:00
|
|
|
"maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 15:12:27 +00:00
|
|
|
]
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-19 07:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-07 23:18:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.4.30"
|
2018-04-07 23:18:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2016-10-03 23:01:43 +00:00
|
|
|
name = "quick-error"
|
2018-06-02 16:23:45 +00:00
|
|
|
version = "1.2.2"
|
2016-10-03 23:01:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.6.13"
|
2018-04-07 23:18:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-07 23:18:51 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.7.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.2.0"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.3.1"
|
2019-01-13 19:27:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-11 15:55:45 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
2019-01-13 19:27:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
2019-07-19 07:00:45 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.0"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-19 07:00:45 +00:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 19:27:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.1.3"
|
2019-01-13 19:27:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.1.0"
|
2017-07-27 16:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-27 16:00:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.5.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.1.56"
|
2018-01-06 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.3.0"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-13 19:27:04 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2017-01-15 00:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.1.9"
|
2018-05-12 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-24 15:46:42 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 09:35:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.6.8"
|
2017-01-15 00:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-07 23:18:51 +00:00
|
|
|
dependencies = [
|
2019-01-10 09:53:24 +00:00
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-07 23:18:51 +00:00
|
|
|
]
|
2017-01-15 00:22:28 +00:00
|
|
|
|
2018-02-20 15:15:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.5.2"
|
2018-02-20 15:15:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.1.15"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-24 15:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.0.0"
|
2018-08-24 15:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-15 00:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.0.5"
|
2017-01-15 00:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-15 00:22:28 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-27 16:00:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2018-01-06 15:44:46 +00:00
|
|
|
version = "0.3.3"
|
2017-07-27 16:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.0.97"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.10.1"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
"half 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-07-27 16:00:57 +00:00
|
|
|
name = "serde_derive"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.0.97"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "1.0.40"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.8.9"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 11:16:20 +00:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 09:53:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.8.1"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.6.10"
|
2018-10-08 15:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-19 07:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.8.0"
|
2018-01-25 15:12:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-03 23:01:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.15.39"
|
2018-04-07 23:18:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-07 23:18:51 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-16 19:42:57 +00:00
|
|
|
[[package]]
|
2019-01-10 09:53:24 +00:00
|
|
|
name = "synstructure"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.10.2"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-11 16:00:03 +00:00
|
|
|
name = "tempfile"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "3.1.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2018-08-22 06:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.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)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-22 06:58:33 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-06 19:06:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.0.5"
|
2018-01-06 19:06:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-08 15:55:35 +00:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 19:06:20 +00:00
|
|
|
]
|
|
|
|
|
2016-11-27 15:54:35 +00:00
|
|
|
[[package]]
|
2017-07-16 19:42:57 +00:00
|
|
|
name = "textwrap"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.11.0"
|
2016-11-27 15:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-02 16:23:45 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-27 15:54:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-08-24 15:46:42 +00:00
|
|
|
version = "0.3.6"
|
2016-11-27 15:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-27 15:54:35 +00:00
|
|
|
]
|
|
|
|
|
2018-01-01 22:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokei"
|
2019-07-04 20:25:36 +00:00
|
|
|
version = "10.0.1"
|
2018-01-01 22:53:59 +00:00
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 17:31:39 +00:00
|
|
|
"encoding_rs_io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-09 07:56:15 +00:00
|
|
|
"git2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"grep-searcher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"handlebars 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-23 13:23:10 +00:00
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"ignore 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_cbor 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 07:00:45 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-22 06:58:33 +00:00
|
|
|
"term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
2018-04-07 23:18:51 +00:00
|
|
|
[[package]]
|
2019-01-10 09:53:24 +00:00
|
|
|
name = "toml"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.5.1"
|
2019-01-10 09:53:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-10 09:53:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2018-04-07 23:18:51 +00:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2019-01-10 09:53:24 +00:00
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.3"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00: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"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 16:00:03 +00:00
|
|
|
]
|
|
|
|
|
2017-01-15 00:22:28 +00:00
|
|
|
[[package]]
|
2019-01-10 09:53:24 +00:00
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.5"
|
2017-01-15 00:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-07 23:18:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "1.0.3"
|
2018-10-08 15:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-01-15 00:22:28 +00:00
|
|
|
|
2019-03-11 16:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-07-19 07:00:45 +00:00
|
|
|
version = "0.2.7"
|
2019-03-11 16:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-05-12 09:35:23 +00:00
|
|
|
version = "0.8.1"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "2.2.8"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-19 07:00:45 +00:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-20 21:56:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-08-22 06:58:33 +00:00
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-06-10 16:30:00 +00:00
|
|
|
version = "0.3.7"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-06 15:44:46 +00:00
|
|
|
dependencies = [
|
2018-01-19 14:57:48 +00:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 15:44:46 +00:00
|
|
|
]
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2018-08-22 06:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
2018-01-06 15:44:46 +00:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-01-19 14:57:48 +00:00
|
|
|
version = "0.4.0"
|
2018-01-06 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-08 15:55:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.1.2"
|
2018-10-08 15:55:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-08 15:55:35 +00:00
|
|
|
]
|
|
|
|
|
2018-01-06 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-01-19 14:57:48 +00:00
|
|
|
version = "0.4.0"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-06 19:06:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-10-08 15:55:35 +00:00
|
|
|
version = "1.0.1"
|
2018-01-06 19:06:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-10 16:30:00 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 15:55:45 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-06 19:06:20 +00:00
|
|
|
]
|
|
|
|
|
2016-09-20 21:56:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2019-03-11 15:55:45 +00:00
|
|
|
version = "0.4.3"
|
2016-09-20 21:56:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-02-15 19:42:08 +00:00
|
|
|
dependencies = [
|
2019-03-30 11:16:20 +00:00
|
|
|
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 19:42:08 +00:00
|
|
|
]
|
2016-09-20 21:56:27 +00:00
|
|
|
|
2016-11-06 19:39:34 +00:00
|
|
|
[metadata]
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
|
2018-04-07 23:18:51 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
|
|
|
"checksum autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b"
|
|
|
|
"checksum backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" = "88fb679bc9af8fa639198790a77f52d345fe13656c08b43afa9424c206b731c6"
|
|
|
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum bstr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fc0662252f9bba48c251a16d16a768b9fcd959593bde07544710bce6efe60b7a"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-06-01 17:31:39 +00:00
|
|
|
"checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2018-10-08 15:55:35 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
|
|
|
|
"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
|
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
|
|
|
|
"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
|
|
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
|
2019-06-01 17:31:39 +00:00
|
|
|
"checksum encoding_rs_io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9619ee7a2bf4e777e020b95c1439abaf008f8ea8041b78a0552c4f1bcf4df32c"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
2019-01-13 19:27:04 +00:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2018-01-06 15:44:46 +00:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
|
"checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55"
|
2019-06-09 07:56:15 +00:00
|
|
|
"checksum git2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "924b2e7d2986e625dcad89e8a429a7b3adee3c3d71e585f4a66c4f7e78715e31"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
|
2019-06-01 17:31:39 +00:00
|
|
|
"checksum grep-matcher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "79d0758870964e3fbdda18d1ef3db93bd7f88448afd0654c559e3ff7fc37420e"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum grep-searcher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5e328a7e11030f3f3b93f2bc2ed4b7b87659307f619f8207bdd24c834f2d485e"
|
2018-10-08 15:55:35 +00:00
|
|
|
"checksum half 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9353c2a89d550b58fa0061d8ed8d002a7d8cdf2494eb0e432859bd3a9e543836"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum handlebars 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "df044dd42cdb7e32f28557b661406fc0f2494be75199779998810dbc35030e0d"
|
|
|
|
"checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
|
2018-04-23 13:23:10 +00:00
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum ignore 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8dc57fa12805f367736a38541ac1a9fc6a52812a0ca959b1d4d4b640a89eb002"
|
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2018-08-22 06:58:33 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"
|
|
|
|
"checksum libgit2-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "941a41e23f77323b8c9d2ee118aec9ee39dfc176078c18b4757d3bad049d9ff7"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
2019-03-30 11:16:20 +00:00
|
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-06-01 17:31:39 +00:00
|
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2018-02-20 15:15:48 +00:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
|
|
|
"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c"
|
2019-01-13 19:27:04 +00:00
|
|
|
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
|
|
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2018-06-02 16:23:45 +00:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
|
|
|
"checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
|
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4"
|
|
|
|
"checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2"
|
2019-01-13 19:27:04 +00:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
|
|
|
|
"checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21"
|
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2018-01-06 15:44:46 +00:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "d46b3dfedb19360a74316866cef04687cd4d6a70df8e6a506c63512790769b72"
|
|
|
|
"checksum serde_cbor 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "318690c4f04ae6553665f3846c0614c9995bb1ea51a2f1c5c4b4ed338c248b49"
|
|
|
|
"checksum serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "c22a0820adfe2f257b098714323563dd06426502abbbce4f51b72ef544c5027f"
|
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
|
|
|
|
"checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68"
|
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2018-08-22 06:58:33 +00:00
|
|
|
"checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-08-24 15:46:42 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8c96d7873fa7ef8bdeb3a9cda3ac48389b4154f32b9803b4bc26220b677b039"
|
2019-01-10 09:53:24 +00:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
|
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
2018-06-02 16:23:45 +00:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-04-07 23:18:51 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-03-11 16:00:03 +00:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
|
2019-07-19 07:00:45 +00:00
|
|
|
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
|
2018-05-12 09:35:23 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7904a7e2bb3cdf0cf5e783f44204a85a37a93151738fa349f06680f59a98b45"
|
2018-08-22 06:58:33 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-06-10 16:30:00 +00:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
2018-08-22 06:58:33 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-01-19 14:57:48 +00:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-01-19 14:57:48 +00:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-10-08 15:55:35 +00:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
2019-03-11 15:55:45 +00:00
|
|
|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|