2019-04-16 22:16:31 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.7.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.11.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.2.13"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.1.7"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.3.40"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.1.32"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "1.2.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-13 21:52:24 -04:00
|
|
|
name = "bstr"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.2.8"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-13 21:52:24 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.2.3"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "1.0.46"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "2.33.0"
|
2019-01-22 17:01:33 -05: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-10-05 09:30:30 -04:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04: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)",
|
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap-verbosity-flag"
|
2019-10-17 22:49:26 -04:00
|
|
|
version = "0.3.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 23:45:41 -04:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codegenrs"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.3.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.6.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"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-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-08-08 11:24:50 -04:00
|
|
|
version = "1.1.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:24:50 -04:00
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-08-08 11:24:50 -04:00
|
|
|
version = "0.1.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-07 09:20:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 09:20:18 -04:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 09:20:18 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.5.3"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
2019-07-19 23:45:41 -04:00
|
|
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.1.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.1.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-08 11:04:51 -04:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.1.13"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"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)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-07 08:36:27 -04:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.3.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.4"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.4.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.2.65"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "2.2.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.2.6"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2019-08-08 11:04:51 -04:00
|
|
|
version = "1.0.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.30"
|
2019-01-22 17:01:33 -05: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-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "1.0.6"
|
2019-10-05 09:30:30 -04: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-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.7.2"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:24:25 -04:00
|
|
|
"rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.5.1"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.2.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.56"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.3.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"aho-corasick 0.7.6 (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.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-07-13 21:52:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.8"
|
2019-07-13 21:52:24 -04: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-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.6.12"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-08-08 11:04:51 -04:00
|
|
|
version = "0.5.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.16"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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-08-08 11:24:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "1.0.2"
|
2019-08-08 11:24:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.0.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.0.101"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-07 09:16:22 -04:00
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 09:16:22 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.0.101"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.0.41"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2019-10-25 12:24:25 -04:00
|
|
|
version = "0.3.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "structopt"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.3.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.3.3"
|
2019-01-22 17:01:33 -05: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-10-05 09:30:30 -04:00
|
|
|
"proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.15.44"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04: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-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-10-25 11:45:37 -04:00
|
|
|
version = "0.12.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-25 11:45:37 -04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-08 11:04:51 -04:00
|
|
|
version = "3.1.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.11.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-07 10:55:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 10:55:17 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "treeline"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-03 21:22:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos"
|
2019-10-25 12:00:54 -04:00
|
|
|
version = "0.1.1"
|
2019-07-03 21:22:36 -04:00
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 09:20:18 -04:00
|
|
|
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-03 21:22:36 -04:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04: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)",
|
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-03 21:22:36 -04:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-07 08:36:27 -04:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-03 21:22:36 -04:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos-cli"
|
2019-10-25 12:10:55 -04:00
|
|
|
version = "0.1.1"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2019-10-25 12:24:25 -04:00
|
|
|
"assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 17:48:39 -04:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-17 22:49:26 -04:00
|
|
|
"clap-verbosity-flag 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:00:54 -04:00
|
|
|
"typos 0.1.1",
|
2019-10-25 12:06:02 -04:00
|
|
|
"typos-dict 0.1.1",
|
2019-08-08 11:24:50 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "typos-codegen"
|
2019-10-25 12:12:07 -04:00
|
|
|
version = "1.0.1"
|
2019-08-08 11:24:50 -04:00
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:24:50 -04:00
|
|
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:24:25 -04:00
|
|
|
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 11:45:37 -04:00
|
|
|
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:24:25 -04:00
|
|
|
"unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "typos-dict"
|
2019-10-25 12:06:02 -04:00
|
|
|
version = "0.1.1"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:24:25 -04:00
|
|
|
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-25 12:00:54 -04:00
|
|
|
"typos 0.1.1",
|
2019-10-25 12:24:25 -04:00
|
|
|
"unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2019-04-17 09:30:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-25 12:24:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-08-07 08:36:27 -04:00
|
|
|
version = "1.3.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.6"
|
2019-01-22 17:01:33 -05: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"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
2019-01-22 17:01:33 -05: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"
|
|
|
|
|
2019-04-17 09:30:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "2.2.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.3.8"
|
2019-01-22 17:01:33 -05: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-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.1.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.0.2"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-05 09:30:30 -04:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 23:45:41 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[metadata]
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-10-25 12:24:25 -04:00
|
|
|
"checksum assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ce6ba957da497523c08f8e0bd0f2e038d23ad6a3f7a391ed9d4afa9314838c0"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-07-13 21:52:24 -04:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
|
|
|
"checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-10-17 22:49:26 -04:00
|
|
|
"checksum clap-verbosity-flag 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "177e9a28add9de161079047d67bcaab629bdfb542c6908f838bfc4cecb3d7f63"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71084cba3c8e4a3f9bc1a838ce259570fca6f2e360da3657c1b8c1185786329d"
|
|
|
|
"checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
|
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-08-08 11:24:50 -04: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-08-07 09:20:18 -04:00
|
|
|
"checksum derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-07-19 23:45:41 -04:00
|
|
|
"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
2019-10-25 11:45:37 -04: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-01-22 17:01:33 -05:00
|
|
|
"checksum float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "134a8fa843d80a51a5b77d36d42bc2def9edcb0262c914861d08129fd1926600"
|
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89fa2e29859da05acd066bd45996f05c271b271d7ec4a781f909682328f65d25"
|
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
"checksum ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ec16832258409d571aaef8273f3c3cc5b060d784e159d1a0f3b0017308f84a7"
|
2019-01-23 09:33:51 -05:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2e0a1a39eab95caf4f5556da9289b9e68f0aafac901b2ce80daaf020d3b733a8"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2019-10-25 12:24:25 -04:00
|
|
|
"checksum phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
"checksum phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
"checksum phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
"checksum phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53e09015b0d3f5a0ec2d4428f7559bb7b3fff341b4e159fedd1d57fac8b939ff"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
|
|
|
"checksum predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
|
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
2019-07-19 23:45:41 -04:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-10-25 12:24:25 -04:00
|
|
|
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-01-22 17:01:33 -05: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-10-05 09:30:30 -04:00
|
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
|
|
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e"
|
|
|
|
"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
|
2019-10-25 12:24:25 -04:00
|
|
|
"checksum siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83da420ee8d1a89e640d0948c646c1c088758d3a3c538f943bfa97bdac17929d"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc"
|
|
|
|
"checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
2019-10-25 11:45:37 -04:00
|
|
|
"checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
|
2019-08-08 11:04:51 -04:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-07-19 23:45:41 -04:00
|
|
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-08-07 10:55:17 -04:00
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
2019-04-17 09:30:17 -04:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2019-10-25 12:24:25 -04:00
|
|
|
"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
|
2019-08-07 08:36:27 -04:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-04-17 09:30:17 -04:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2019-01-22 17:01:33 -05:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-10-05 09:30:30 -04:00
|
|
|
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
|