2019-02-22 22:47:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.7.8"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
2020-01-26 21:44:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2019-12-09 18:59:58 +00:00
|
|
|
version = "0.12.0"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-09 18:59:58 +00:00
|
|
|
"doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-19 04:12:03 +00:00
|
|
|
"predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00: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)",
|
|
|
|
]
|
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
2019-11-17 17:33:08 +00:00
|
|
|
name = "atty"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.2.14"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
2019-11-17 17:33:08 +00:00
|
|
|
name = "autocfg"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.0.0"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "bitflags"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "1.2.1"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-29 03:49:18 +00:00
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.3"
|
2018-12-29 03:49:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-22 22:08:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-12-29 03:49:18 +00:00
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "0.1.10"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-07 05:40:59 +00:00
|
|
|
version = "2.33.0"
|
2018-12-23 05:01:35 +00: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)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 18:59:58 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.7.3"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.8.2"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
2019-06-16 06:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2019-12-30 21:13:19 +00:00
|
|
|
version = "0.2.1"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-30 21:13:19 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.7.2"
|
2019-11-17 17:33:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00: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)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-12-09 18:59:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "1.5.3"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "escargot"
|
2019-12-09 18:59:58 +00:00
|
|
|
version = "0.5.0"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 05:19:07 +00:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 19:52:15 +00:00
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "getrandom"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.1.14"
|
2019-01-23 19:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-22 22:08:54 +00:00
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
]
|
2019-01-23 19:52:15 +00:00
|
|
|
|
2018-12-25 23:32:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.1.8"
|
2019-11-17 17:33:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 23:32:44 +00:00
|
|
|
]
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.4.5"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "1.4.0"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.2.67"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-18 18:04:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "man"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"roff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2020-02-24 16:12:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "2.3.3"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "0.5.3"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-17 17:33:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-12-29 23:08:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "1.12.0"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 23:32:44 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 19:52:15 +00:00
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.6"
|
2019-01-23 19:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-07 05:40:59 +00:00
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2019-11-19 04:12:03 +00:00
|
|
|
version = "1.0.2"
|
2019-11-17 19:28:43 +00: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)",
|
|
|
|
"predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-07 05:40:59 +00:00
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "proc-macro-error"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.4.9"
|
2019-12-30 21:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"proc-macro-error-attr 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "0.4.9"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 19:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "proc-macro2"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "1.0.8"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 22:08:54 +00:00
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "rand"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.7.3"
|
2019-01-23 19:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-07 05:40:59 +00:00
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 22:08:54 +00:00
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
2019-04-07 05:40:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 22:08:54 +00:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
]
|
2019-01-23 19:52:15 +00:00
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-12-30 21:13:19 +00:00
|
|
|
version = "1.3.0"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-12-30 21:13:19 +00:00
|
|
|
version = "1.7.0"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 23:08:24 +00:00
|
|
|
]
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "0.1.56"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "1.3.4"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-25 21:36:41 +00:00
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.6.14"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-23 19:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "0.5.2"
|
2019-01-23 19:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 19:52:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-18 18:04:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-17 17:33:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-12-30 21:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "1.0.2"
|
2019-12-30 21:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
]
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-29 23:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.1.0"
|
2018-12-29 23:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-23 21:16:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sd"
|
2019-06-19 02:57:23 +00:00
|
|
|
version = "0.6.5"
|
2018-12-23 21:16:02 +00:00
|
|
|
dependencies = [
|
2020-01-26 21:44:16 +00:00
|
|
|
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-09 18:59:58 +00:00
|
|
|
"assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-18 18:04:02 +00:00
|
|
|
"man 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 05:40:59 +00:00
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 03:52:09 +00:00
|
|
|
"unescape 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 21:16:02 +00:00
|
|
|
]
|
|
|
|
|
2019-11-17 17:33:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-12-17 05:19:07 +00:00
|
|
|
version = "1.0.104"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-17 05:19:07 +00:00
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-12-17 05:19:07 +00:00
|
|
|
version = "1.0.104"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.0.48"
|
2019-11-17 19:28:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-17 05:19:07 +00:00
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 19:28:43 +00:00
|
|
|
]
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-07 05:40:59 +00:00
|
|
|
version = "0.8.0"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-25 23:32:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.3.9"
|
2018-12-25 23:32:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-07 05:40:59 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-25 21:36:41 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 23:32:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.4.2"
|
2018-12-25 23:32:44 +00: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)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"proc-macro-error 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 23:32:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.0.15"
|
2018-12-25 23:32:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 22:08:54 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 23:32:44 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 21:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn-mid"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.5.0"
|
2019-12-30 21:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 19:52:15 +00:00
|
|
|
[[package]]
|
2019-04-07 05:40:59 +00:00
|
|
|
name = "tempfile"
|
2019-10-22 22:08:54 +00:00
|
|
|
version = "3.1.0"
|
2019-01-23 19:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-12 01:57:26 +00:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-17 17:33:08 +00:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-07 05:40:59 +00:00
|
|
|
version = "0.11.0"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-09 18:59:58 +00:00
|
|
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 21:13:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.0.11"
|
2019-12-30 21:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-24 16:12:23 +00:00
|
|
|
"thiserror-impl 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-02-24 16:12:23 +00:00
|
|
|
version = "1.0.11"
|
2019-12-30 21:13:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-12 01:57:26 +00:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-24 16:12:23 +00:00
|
|
|
"syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-30 21:13:19 +00:00
|
|
|
]
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-25 21:36:41 +00:00
|
|
|
version = "1.0.1"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-17 17:33:08 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-23 05:01:35 +00:00
|
|
|
]
|
|
|
|
|
2019-11-17 19:28:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "treeline"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-03 03:52:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unescape"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-25 23:32:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "1.6.0"
|
2018-12-25 23:32:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-12-09 18:59:58 +00:00
|
|
|
version = "0.1.7"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-25 23:32:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-10-22 22:08:54 +00:00
|
|
|
version = "0.2.0"
|
2018-12-25 23:32:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-23 05:01:35 +00:00
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-10-22 22:08:54 +00:00
|
|
|
name = "wasi"
|
2020-02-12 01:57:26 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-11-17 17:33:08 +00:00
|
|
|
version = "0.3.8"
|
2018-12-23 05:01:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
|
2018-12-23 05:01:35 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-01-26 21:44:16 +00:00
|
|
|
"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
2019-12-09 18:59:58 +00:00
|
|
|
"checksum assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6283bac8dd7226470d491bc4737816fea4ca1fba7a2847f2e9097fd6bfb4624c"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-04-07 05:40:59 +00:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
|
|
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
2019-12-30 21:13:19 +00:00
|
|
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2019-11-17 19:28:43 +00:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-12-09 18:59:58 +00:00
|
|
|
"checksum doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-12-09 18:59:58 +00:00
|
|
|
"checksum escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2018-12-25 23:32:44 +00:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
2019-11-17 19:28:43 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-06-18 18:04:02 +00:00
|
|
|
"checksum man 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebf5fa795187a80147b1ac10aaedcf5ffd3bbeb1838bda61801a1c9ad700a1c9"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2019-04-07 05:40:59 +00:00
|
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2019-11-19 04:12:03 +00:00
|
|
|
"checksum predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a9bfe52247e5cc9b2f943682a85a5549fb9662245caf094504e69a2f03fe64d4"
|
2019-11-17 19:28:43 +00: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"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum proc-macro-error 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "052b3c9af39c7e5e94245f820530487d19eb285faedcb40e0c3275132293f242"
|
|
|
|
"checksum proc-macro-error-attr 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d175bef481c7902e63e3165627123fff3502f06ac043d3ef42d08c1246da9253"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-12-30 21:13:19 +00:00
|
|
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
|
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
|
|
|
"checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-06-18 18:04:02 +00:00
|
|
|
"checksum roff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e33e4fb37ba46888052c763e4ec2acfedd8f00f62897b630cadb6298b833675e"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6"
|
2019-11-17 19:28:43 +00:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-12-17 05:19:07 +00:00
|
|
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|
2019-04-07 05:40:59 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98"
|
|
|
|
"checksum structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a0294dc449adc58bb6592fff1a23d3e5e6e235afc6a0ffca2657d19e7bbffe5"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-04-07 05:40:59 +00:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-24 16:12:23 +00:00
|
|
|
"checksum thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ee14bf8e6767ab4c687c9e8bc003879e042a96fd67a3ba5934eadb6536bef4db"
|
|
|
|
"checksum thiserror-impl 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a7b51e1fbc44b5a0840be594fbc0f960be09050f2617e61e6aa43bef97cd3ef4"
|
2020-01-25 21:36:41 +00:00
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-11-17 19:28:43 +00:00
|
|
|
"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
2019-01-03 03:52:09 +00:00
|
|
|
"checksum unescape 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-12-09 18:59:58 +00:00
|
|
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2019-10-22 22:08:54 +00:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2018-12-23 05:01:35 +00:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2020-02-12 01:57:26 +00:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-11-17 17:33:08 +00:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2018-12-23 05:01:35 +00:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|