|
|
@@ -13,13 +13,13 @@ dependencies = [ |
|
|
|
"notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.5", |
|
|
|
"term-painter 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -45,20 +45,21 @@ version = "0.2.2" |
|
|
|
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)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "backtrace" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cpp_demangle 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -69,7 +70,7 @@ version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -184,6 +185,14 @@ dependencies = [ |
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cpp_demangle" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"fixedbitset 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "dbghelp-sys" |
|
|
|
version = "0.2.0" |
|
|
@@ -212,7 +221,7 @@ name = "error-chain" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"backtrace 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -220,15 +229,20 @@ name = "filetime" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fixedbitset" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "flate2" |
|
|
|
version = "0.2.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -244,7 +258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -252,7 +266,7 @@ name = "fsevent-sys" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -305,7 +319,7 @@ version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -314,7 +328,7 @@ name = "inotify" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -322,7 +336,7 @@ name = "iovec" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -374,7 +388,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.22" |
|
|
|
version = "0.2.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -392,7 +406,7 @@ name = "memchr" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -409,7 +423,7 @@ version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -418,7 +432,7 @@ version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -436,7 +450,7 @@ dependencies = [ |
|
|
|
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -487,7 +501,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -498,7 +512,7 @@ version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -512,7 +526,7 @@ dependencies = [ |
|
|
|
"fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"inotify 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -555,7 +569,7 @@ name = "num_cpus" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -565,7 +579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"onig_sys 61.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -575,7 +589,7 @@ version = "61.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -628,7 +642,7 @@ name = "rand" |
|
|
|
version = "0.3.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -702,12 +716,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -732,7 +746,7 @@ dependencies = [ |
|
|
|
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -821,7 +835,6 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
name = "tera" |
|
|
|
version = "0.10.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -830,7 +843,7 @@ dependencies = [ |
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pest 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -859,7 +872,7 @@ version = "0.3.0" |
|
|
|
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)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -869,7 +882,7 @@ version = "3.1.0" |
|
|
|
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)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -887,7 +900,7 @@ version = "0.1.37" |
|
|
|
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)", |
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -897,7 +910,7 @@ name = "toml" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -928,7 +941,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-bidi" |
|
|
|
version = "0.2.5" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -1070,7 +1083,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" |
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" |
|
|
|
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159" |
|
|
|
"checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80" |
|
|
|
"checksum backtrace 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e530a71d7f33617ca65a0d210f28b7e0dcd2dd76f665ce91a195fa9eba74976" |
|
|
|
"checksum backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d192fd129132fbc97497c1f2ec2c2c5174e376b95f535199ef4fe0a293d33842" |
|
|
|
"checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557" |
|
|
|
"checksum bincode 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "55eb0b7fd108527b0c77860f75eca70214e11a8b4c6ef05148c54c05a25d48ad" |
|
|
@@ -1087,11 +1100,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b8f69e518f967224e628896b54e41ff6acfb4dcfefc5076325c36525dac900f" |
|
|
|
"checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122" |
|
|
|
"checksum conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "95ca30253581af809925ef68c2641cc140d6183f43e12e0af4992d53768bd7b8" |
|
|
|
"checksum cpp_demangle 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1040e8145a72a251c1ccdd1d3d4b4ad175acc363da8a9c21a21cbb5b1f9056" |
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" |
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" |
|
|
|
"checksum error 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e606f14042bb87cc02ef6a14db6c90ab92ed6f62d87e69377bc759fd7987cc" |
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" |
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922" |
|
|
|
"checksum fixedbitset 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fcf4412e2d11115c5ed81c2fbdaba8028de0c92553497aa771fc5f4e0c5c8793" |
|
|
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c" |
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" |
|
|
|
"checksum fsevent 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfe593ebcfc76884138b25426999890b10da8e6a46d01b499d7c54c604672c38" |
|
|
@@ -1111,7 +1126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" |
|
|
|
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
|
|
|
"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502" |
|
|
|
"checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e" |
|
|
|
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad" |
|
|
|
"checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1" |
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
|
|
@@ -1151,8 +1166,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum sequence_trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c915714ca833b1d4d6b8f6a9d72a3ff632fe45b40a8d184ef79c81bec6327eed" |
|
|
|
"checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" |
|
|
|
"checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" |
|
|
|
"checksum serde 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e101024c846392aadc80d5d452f2ff011f9bff1a0441151f8575e8a23488ef95" |
|
|
|
"checksum serde_derive 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7c85839e9a00a5b0c7bddb1e44b8c3907c7aba5fe234c7ec5ccef1c188eb41d9" |
|
|
|
"checksum serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c0c3d79316a6051231925504f6ef893d45088e8823c77a8331a3dcf427ee9087" |
|
|
|
"checksum serde_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0019cd5b9f0529a1a0e145a912e9a2d60c325c58f7f260fc36c71976e9d76aee" |
|
|
|
"checksum serde_derive_internals 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "021c338d22c7e30f957a6ab7e388cb6098499dda9fd4ba1661ee074ca7a180d1" |
|
|
|
"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b" |
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" |
|
|
@@ -1165,7 +1180,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
"checksum syntect 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24204b1f4bdd49f84e5f4b219d0bf1dc45ac2fd7fc46320ab6627b537d6d4b69" |
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
|
|
|
"checksum tera 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce5ea7e2239a92d2bb662b8a337d8a3c45b9e6d630d113b0ca18dd6e64fb05d" |
|
|
|
"checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989" |
|
|
|
"checksum term-painter 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ab900bf2f05175932b13d4fc12f8ff09ef777715b04998791ab2c930841e496b" |
|
|
|
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209" |
|
|
@@ -1177,7 +1191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" |
|
|
|
"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" |
|
|
|
"checksum unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a5906ca2b98c799f4b1ab4557b76367ebd6ae5ef14930ec841c74aed5f3764" |
|
|
|
"checksum unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a078ebdd62c0e71a709c3d53d2af693fe09fe93fbff8344aebe289b78f9032" |
|
|
|
"checksum unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "149319afc0ec718611d4a9208c0308e3b1b62dcfbd982e5e723f6ec35b909b92" |
|
|
|
"checksum unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff" |
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946" |
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" |
|
|
|