|
|
|
@ -8,28 +8,39 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ansi_term" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
version = "0.11.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "arrayvec" |
|
|
|
|
version = "0.4.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "atty" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
version = "0.2.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "backtrace" |
|
|
|
|
version = "0.3.5" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -38,8 +49,8 @@ name = "backtrace-sys" |
|
|
|
|
version = "0.1.16" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -49,7 +60,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cc" |
|
|
|
|
version = "1.0.4" |
|
|
|
|
version = "1.0.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -57,22 +68,13 @@ name = "cfg-if" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "chrono" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap" |
|
|
|
|
version = "2.29.4" |
|
|
|
|
version = "2.31.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -87,19 +89,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "coco" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "console" |
|
|
|
|
version = "0.6.1" |
|
|
|
@ -107,14 +100,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"clicolors-control 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossbeam-deque" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossbeam-epoch" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossbeam-utils" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dtoa" |
|
|
|
|
version = "0.4.2" |
|
|
|
@ -122,19 +146,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "either" |
|
|
|
|
version = "1.4.0" |
|
|
|
|
version = "1.5.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "env_logger" |
|
|
|
|
version = "0.5.3" |
|
|
|
|
version = "0.5.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termcolor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -142,7 +166,7 @@ name = "failure" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -175,6 +199,14 @@ name = "glob" |
|
|
|
|
version = "0.2.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "humantime" |
|
|
|
|
version = "1.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "indicatif" |
|
|
|
|
version = "0.9.0" |
|
|
|
@ -183,12 +215,12 @@ dependencies = [ |
|
|
|
|
"console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "itoa" |
|
|
|
|
version = "0.3.4" |
|
|
|
|
version = "0.4.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -212,7 +244,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.36" |
|
|
|
|
version = "0.2.40" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -228,47 +260,22 @@ name = "memchr" |
|
|
|
|
version = "2.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num" |
|
|
|
|
version = "0.1.42" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-integer" |
|
|
|
|
version = "0.1.36" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-iter" |
|
|
|
|
version = "0.1.35" |
|
|
|
|
name = "memoffset" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-traits" |
|
|
|
|
version = "0.1.43" |
|
|
|
|
name = "nodrop" |
|
|
|
|
version = "0.1.12" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-traits" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -276,7 +283,7 @@ name = "num_cpus" |
|
|
|
|
version = "1.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -301,7 +308,7 @@ name = "parking_lot_core" |
|
|
|
|
version = "0.2.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -309,27 +316,32 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
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)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quick-error" |
|
|
|
|
version = "1.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quicli" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"env_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt-derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt-derive 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -339,20 +351,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quote" |
|
|
|
|
version = "0.4.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand" |
|
|
|
|
version = "0.3.22" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -361,7 +363,7 @@ version = "0.4.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -370,20 +372,20 @@ name = "rayon" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rayon-core" |
|
|
|
|
version = "1.3.0" |
|
|
|
|
version = "1.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -401,24 +403,27 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
version = "0.2.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.4.2" |
|
|
|
|
version = "0.5.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc-demangle" |
|
|
|
|
version = "0.1.5" |
|
|
|
|
version = "0.1.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -428,37 +433,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.27" |
|
|
|
|
version = "1.0.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_derive" |
|
|
|
|
version = "1.0.27" |
|
|
|
|
version = "1.0.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive_internals 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_derive_internals" |
|
|
|
|
version = "0.19.0" |
|
|
|
|
version = "0.23.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_json" |
|
|
|
|
version = "1.0.9" |
|
|
|
|
version = "1.0.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -478,21 +484,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "structopt" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
version = "0.2.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"clap 2.29.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt-derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt-derive 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "structopt-derive" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
version = "0.2.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -507,11 +513,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "syn" |
|
|
|
|
version = "0.12.12" |
|
|
|
|
version = "0.13.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -534,7 +540,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "termcolor" |
|
|
|
|
version = "0.3.4" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -545,7 +551,7 @@ name = "termion" |
|
|
|
|
version = "1.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -555,7 +561,7 @@ name = "termios" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -576,22 +582,17 @@ dependencies = [ |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "time" |
|
|
|
|
version = "0.1.39" |
|
|
|
|
name = "toml" |
|
|
|
|
version = "0.4.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "toml" |
|
|
|
|
version = "0.4.5" |
|
|
|
|
name = "ucd-util" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "unicode-width" |
|
|
|
@ -640,10 +641,10 @@ dependencies = [ |
|
|
|
|
"indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quicli 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -685,77 +686,78 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[metadata] |
|
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4" |
|
|
|
|
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455" |
|
|
|
|
"checksum atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859" |
|
|
|
|
"checksum backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2" |
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
|
|
|
|
"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4" |
|
|
|
|
"checksum backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe525f66f42d207968308ee86bc2dd60aa5fab535b22e616323a173d097d8e" |
|
|
|
|
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661" |
|
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" |
|
|
|
|
"checksum cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "deaf9ec656256bb25b404c51ef50097207b9cbb29c933d31f92cae5a8a0ffee0" |
|
|
|
|
"checksum cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8b9d2900f78631a5876dc5d6c9033ede027253efcd33dd36b1309fc6cab97ee0" |
|
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" |
|
|
|
|
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9" |
|
|
|
|
"checksum clap 2.29.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b8f59bcebcfe4269b09f71dab0da15b355c75916a8f975d3876ce81561893ee" |
|
|
|
|
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536" |
|
|
|
|
"checksum clicolors-control 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1" |
|
|
|
|
"checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd" |
|
|
|
|
"checksum console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb" |
|
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
|
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
|
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
|
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" |
|
|
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3" |
|
|
|
|
"checksum env_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f15f0b172cb4f52ed5dbf47f774a387cd2315d1bf7894ab5af9b083ae27efa5a" |
|
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
|
|
|
|
"checksum env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "be27f8ea102a7182093a80d98f0b78623b580eda8791cbe8e2345fe6e57567a6" |
|
|
|
|
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82" |
|
|
|
|
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b" |
|
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" |
|
|
|
|
"checksum indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a29b2fa6f00010c268bface64c18bb0310aaa70d46a195d5382d288c477fb016" |
|
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
|
|
|
|
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682" |
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
|
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d" |
|
|
|
|
"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121" |
|
|
|
|
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b" |
|
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2" |
|
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" |
|
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" |
|
|
|
|
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe" |
|
|
|
|
"checksum num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "4b226df12c5a59b63569dd57fafb926d91b385dfce33d8074a412411b689d593" |
|
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
|
|
|
|
"checksum num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10" |
|
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
|
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
|
|
|
|
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364" |
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
|
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
|
|
|
|
"checksum parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd9d732f2de194336fb02fe11f9eed13d9e76f13f4315b4d88a14ca411750cd" |
|
|
|
|
"checksum parking_lot_core 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "538ef00b7317875071d5e00f603f24d16f0b474c1a5fc0ccb8b454ca72eafa79" |
|
|
|
|
"checksum proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d1cb7aaaa4bf022ec2b14ff2f2ba1643a22f3cee88df014a85e14b392282c61d" |
|
|
|
|
"checksum proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "49b6a521dc81b643e9a51e0d1cf05df46d5a2f3c0280ea72bcb68276ba64a118" |
|
|
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4" |
|
|
|
|
"checksum quicli 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b39e72e41703f8a10d864b6ab4c74f9568acca64142cd45bdbd0e755bef6522" |
|
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" |
|
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" |
|
|
|
|
"checksum quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0ff51282f28dc1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a" |
|
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" |
|
|
|
|
"checksum rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed02d09394c94ffbdfdc755ad62a132e94c3224a8354e78a1200ced34df12edf" |
|
|
|
|
"checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53" |
|
|
|
|
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8" |
|
|
|
|
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" |
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
|
|
|
|
"checksum regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5be5347bde0c48cfd8c3fdc0766cdfe9d8a755ef84d620d6794c778c91de8b2b" |
|
|
|
|
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e" |
|
|
|
|
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e" |
|
|
|
|
"checksum regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "aec3f58d903a7d2a9dc2bf0e41a746f4530e0cab6b615494e058f67a3ef947fb" |
|
|
|
|
"checksum regex-syntax 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd90079345f4a4c3409214734ae220fd773c6f2e8a543d07370c6c1c369cfbfb" |
|
|
|
|
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb" |
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
|
"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526" |
|
|
|
|
"checksum serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0" |
|
|
|
|
"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5" |
|
|
|
|
"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb" |
|
|
|
|
"checksum serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "53e6b6859395f46cf528414659ce43e70902b2277519707c3bd91797b3320330" |
|
|
|
|
"checksum serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "16e97f8dc5b2dabc0183e0cde24b1a53835e5bb3d2c9e0fdb077f895bba7f2a9" |
|
|
|
|
"checksum serde_derive_internals 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d30c4596450fd7bbda79ef15559683f9a79ac0193ea819db90000d7e1cae794" |
|
|
|
|
"checksum serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7bf1cbb1387028a13739cb018ee0d9b3db534f22ca3c84a5904f7eadfde14e75" |
|
|
|
|
"checksum smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44db0ecb22921ef790d17ae13a3f6d15784183ff5f2a01aa32098c7498d2b4b9" |
|
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b" |
|
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
|
|
|
|
"checksum structopt 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "327335c760260b46ea41fb857565b27ecbf9acfd16a37498ea599b14aa71d814" |
|
|
|
|
"checksum structopt-derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a43218e713ea7004f0b7855556f5dec3a92d8f405502ff37c1f34ac4e125719f" |
|
|
|
|
"checksum structopt 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbf9b178b64479997d9515aa4a6956ada20a9829fa03fee3bbcff5962e4e405" |
|
|
|
|
"checksum structopt-derive 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "29040b33bfc5dae3a321f79cbcd86813a5f024e3040a31f057188e7f2b6228ba" |
|
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
|
|
|
"checksum syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9e1c669ed757c0ebd04337f6a5bb972d05e0c08fe2540dd3ee3dd9e4daf1604c" |
|
|
|
|
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59" |
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd" |
|
|
|
|
"checksum termcolor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "73e83896da740a4541a6f21606b35f2aa4bada5b65d89dc61114bf9d6ff2dc7e" |
|
|
|
|
"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" |
|
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
|
|
|
|
"checksum termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a" |
|
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" |
|
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" |
|
|
|
|
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098" |
|
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e" |
|
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" |
|
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" |
|
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" |
|
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
|