|
|
|
@ -19,11 +19,6 @@ dependencies = [
|
|
|
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ansi_term"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ansi_term"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
@ -59,7 +54,7 @@ name = "backtrace-sys"
|
|
|
|
|
version = "0.1.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cc 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -126,7 +121,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -180,7 +175,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "difference"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -195,15 +190,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "elasticlunr-rs"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -215,7 +210,7 @@ dependencies = [
|
|
|
|
|
"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.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"termcolor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -294,15 +289,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "handlebars"
|
|
|
|
|
version = "0.29.1"
|
|
|
|
|
version = "0.32.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -503,8 +499,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -518,16 +514,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mdbook"
|
|
|
|
|
version = "0.1.4-alpha.0"
|
|
|
|
|
version = "0.1.5-alpha.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"elasticlunr-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"elasticlunr-rs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"handlebars 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -535,13 +531,13 @@ dependencies = [
|
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"notify 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pulldown-cmark-to-cmark 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"select 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -727,9 +723,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_derive"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf"
|
|
|
|
|
version = "0.7.21"
|
|
|
|
@ -779,11 +785,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pretty_assertions"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -864,19 +870,19 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
version = "0.2.9"
|
|
|
|
|
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.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.5.3 (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.5.0"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
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)",
|
|
|
|
@ -930,23 +936,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.29"
|
|
|
|
|
version = "1.0.32"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.29"
|
|
|
|
|
version = "1.0.32"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive_internals 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive_internals 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
|
version = "0.20.0"
|
|
|
|
|
version = "0.20.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -961,7 +967,7 @@ 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.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1014,7 +1020,7 @@ dependencies = [
|
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1028,7 +1034,7 @@ dependencies = [
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1161,7 +1167,7 @@ name = "toml"
|
|
|
|
|
version = "0.4.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1172,7 +1178,7 @@ dependencies = [
|
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1369,7 +1375,6 @@ dependencies = [
|
|
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
|
|
|
|
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
|
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
|
|
|
|
"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4"
|
|
|
|
|
"checksum backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2"
|
|
|
|
|
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
|
|
|
|
@ -1383,17 +1388,17 @@ dependencies = [
|
|
|
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
|
|
|
|
"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
|
|
|
|
"checksum bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b7db437d718977f6dc9b2e3fd6fc343c02ac6b899b73fdd2179163447bd9ce9"
|
|
|
|
|
"checksum cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fedf677519ac9e865c4ff43ef8f930773b37ed6e6ea61b6b83b400a7b5787f49"
|
|
|
|
|
"checksum cc 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "87f38f122db5615319a985757e526c00161d924d19b71a0f3e80c52bab1adcf6"
|
|
|
|
|
"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.31.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dc18f6f4005132120d9711636b32c46a233fad94df6217fa1d81c5e97a9f200"
|
|
|
|
|
"checksum conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "95ca30253581af809925ef68c2641cc140d6183f43e12e0af4992d53768bd7b8"
|
|
|
|
|
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
|
|
|
|
|
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
|
|
|
|
|
"checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8"
|
|
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
"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 elasticlunr-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4e7e7e61115293401a5ec119cf8b6fa28708906569e234af336c8bc0ea0033f4"
|
|
|
|
|
"checksum elasticlunr-rs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "19ab5f8db0ffb76b5d87454566ceb502c3650e29057c053f93e884d3b884e344"
|
|
|
|
|
"checksum env_logger 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0628f04f7c26ebccf40d7fc2c1cf92236c05ec88cf2132641cc956812312f0f"
|
|
|
|
|
"checksum error 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e606f14042bb87cc02ef6a14db6c90ab92ed6f62d87e69377bc759fd7987cc"
|
|
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
|
|
|
@ -1404,7 +1409,7 @@ dependencies = [
|
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
"checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3"
|
|
|
|
|
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
|
|
|
|
|
"checksum handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc"
|
|
|
|
|
"checksum handlebars 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07af2ff31f66f39a5c8b8b8a5dc02734a453110146763e3a2323f4931a915a76"
|
|
|
|
|
"checksum html5ever 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a49d5001dd1bddf042ea41ed4e0a671d50b1bf187e66b349d7ec613bdce4ad90"
|
|
|
|
|
"checksum html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e579ac8647178ab915d400d7d22938bda5cd351c6c62e1c294d56884ccfc75fe"
|
|
|
|
|
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
|
|
|
|
@ -1448,14 +1453,15 @@ dependencies = [
|
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
|
|
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
|
|
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
|
|
|
|
|
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
|
|
|
|
|
"checksum pest_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6453faedc5c9980a3c278f28b1df33344a79cc6d4a2fd96e2b56288374dc822a"
|
|
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
|
|
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
|
|
|
|
"checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0"
|
|
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
"checksum pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28ea5118e2f41bfbc974b28d88c07621befd1fa5d6ec23549be96302a1a59dd2"
|
|
|
|
|
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
|
|
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
|
|
|
|
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
|
|
|
|
"checksum pulldown-cmark-to-cmark 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57efca5f52f63336ee3a49bceee1a1169f18ef01c75aa7e71949441b49bbe7e4"
|
|
|
|
@ -1466,8 +1472,8 @@ dependencies = [
|
|
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
|
|
|
|
"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.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a62bf8bb734ab90b7f234b681b01af396e5d39b028906c210dc04fa1d5e9e5b3"
|
|
|
|
|
"checksum regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48d7391e7e90e06eaf3aefbe4652464153ecfec64806f3bf77ffc59638a63e77"
|
|
|
|
|
"checksum regex 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bde64a9b799f85750f6469fd658cff5fce8d910a7d510858a1f9d15ca9f023bf"
|
|
|
|
|
"checksum regex-syntax 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b2550876c31dc914696a6c2e01cbce8afba79a93c8ae979d2fe051c0230b3756"
|
|
|
|
|
"checksum remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b5d2f806b0fcdabd98acd380dc8daef485e22bcb7cddc811d1337967f2528cf5"
|
|
|
|
|
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
|
|
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
@ -1475,9 +1481,9 @@ dependencies = [
|
|
|
|
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
|
|
|
|
"checksum select 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7004292887d0a030e29abda3ae1b63a577c96a17e25d74eaa1952503e6c1c946"
|
|
|
|
|
"checksum sequence_trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c915714ca833b1d4d6b8f6a9d72a3ff632fe45b40a8d184ef79c81bec6327eed"
|
|
|
|
|
"checksum serde 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "4763b773978e495252615e814d2ad04773b2c1f85421c7913869a537f35cb406"
|
|
|
|
|
"checksum serde_derive 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8ab31f00ae5574bb643c196d5e302961c122da1c768604c6d16a35c5d551948a"
|
|
|
|
|
"checksum serde_derive_internals 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc848d073be32cd982380c06587ea1d433bc1a4c4a111de07ec2286a3ddade8"
|
|
|
|
|
"checksum serde 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "c73f63e08b33f6e59dfb3365b009897ebc3a3edc4af6e4f3ce8e483cf3d80ce7"
|
|
|
|
|
"checksum serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9cd9e89b8be5b611971734eaf887f1da0ce1a5b51491f04b09fe855649a84f3b"
|
|
|
|
|
"checksum serde_derive_internals 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a79b781fe5c4a7037a10a485249a499ea02927046360afe7e04885aad2f9c10c"
|
|
|
|
|
"checksum serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fab6c4d75bedcf880711c85e39ebf8ccc70d0eba259899047ec5d7436643ee17"
|
|
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
|
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|