|
|
@@ -1,12 +1,3 @@ |
|
|
|
[root] |
|
|
|
name = "utils" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
version = "0.6.3" |
|
|
@@ -20,14 +11,6 @@ name = "ansi_term" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aster" |
|
|
|
version = "0.41.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "atty" |
|
|
|
version = "0.2.3" |
|
|
@@ -87,27 +70,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bindgen" |
|
|
|
version = "0.26.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cexpr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"clang-sys 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -120,11 +83,6 @@ name = "bitflags" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "0.9.1" |
|
|
@@ -132,7 +90,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -159,14 +117,6 @@ name = "cc" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cexpr" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.2" |
|
|
@@ -181,17 +131,6 @@ dependencies = [ |
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clang-sys" |
|
|
|
version = "0.19.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libloading 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "2.27.1" |
|
|
@@ -208,7 +147,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cmake" |
|
|
|
version = "0.1.26" |
|
|
|
version = "0.1.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -238,8 +177,8 @@ dependencies = [ |
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"errors 0.1.0", |
|
|
|
"highlighting 0.1.0", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -252,7 +191,7 @@ dependencies = [ |
|
|
|
"front_matter 0.1.0", |
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rendering 0.1.0", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -278,15 +217,6 @@ name = "either" |
|
|
|
version = "1.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "env_logger" |
|
|
|
version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "error" |
|
|
|
version = "0.1.9" |
|
|
@@ -334,7 +264,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fnv" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -343,10 +273,10 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"errors 0.1.0", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -385,11 +315,6 @@ dependencies = [ |
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.1.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gcc" |
|
|
|
version = "0.3.54" |
|
|
@@ -416,7 +341,7 @@ dependencies = [ |
|
|
|
"front_matter 0.1.0", |
|
|
|
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"notify 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"site 0.1.0", |
|
|
|
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"term-painter 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -430,8 +355,8 @@ dependencies = [ |
|
|
|
name = "highlighting" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -497,7 +422,7 @@ dependencies = [ |
|
|
|
"conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -527,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "0.2.9" |
|
|
|
version = "0.2.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -540,16 +465,6 @@ name = "libc" |
|
|
|
version = "0.2.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libloading" |
|
|
|
version = "0.4.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)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.3.8" |
|
|
@@ -676,17 +591,9 @@ dependencies = [ |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "3.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "notify" |
|
|
|
version = "4.0.1" |
|
|
|
version = "4.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -747,7 +654,7 @@ version = "1.6.1" |
|
|
|
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.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"onig_sys 65.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -757,7 +664,7 @@ name = "onig_sys" |
|
|
|
version = "65.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cmake 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cmake 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -770,20 +677,15 @@ dependencies = [ |
|
|
|
"content 0.1.0", |
|
|
|
"errors 0.1.0", |
|
|
|
"front_matter 0.1.0", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utils 0.1.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "peeking_take_while" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "percent-encoding" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -804,7 +706,7 @@ dependencies = [ |
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"byteorder 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)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -825,26 +727,6 @@ dependencies = [ |
|
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quasi" |
|
|
|
version = "0.32.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quasi_codegen" |
|
|
|
version = "0.32.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "0.3.15" |
|
|
@@ -852,7 +734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.3.17" |
|
|
|
version = "0.3.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -864,20 +746,19 @@ name = "rayon" |
|
|
|
version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"rayon-core 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rayon-core" |
|
|
|
version = "1.2.1" |
|
|
|
version = "1.3.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)", |
|
|
|
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -917,13 +798,13 @@ dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"front_matter 0.1.0", |
|
|
|
"highlighting 0.1.0", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"templates 0.1.0", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utils 0.1.0", |
|
|
@@ -968,15 +849,14 @@ version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"sass-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"sass-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sass-sys" |
|
|
|
version = "0.4.0" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bindgen 0.26.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -994,22 +874,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.17" |
|
|
|
version = "1.0.20" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.17" |
|
|
|
version = "1.0.20" |
|
|
|
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.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive_internals" |
|
|
|
version = "0.16.0" |
|
|
|
version = "0.17.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -1018,13 +898,13 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.6" |
|
|
|
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.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -1044,8 +924,8 @@ dependencies = [ |
|
|
|
"pagination 0.1.0", |
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"sass-rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"taxonomies 0.1.0", |
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"templates 0.1.0", |
|
|
@@ -1108,66 +988,24 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntect" |
|
|
|
version = "1.8.0" |
|
|
|
version = "1.8.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"onig 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"plist 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntex" |
|
|
|
version = "0.58.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntex_errors" |
|
|
|
version = "0.58.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntex_pos" |
|
|
|
version = "0.58.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntex_syntax" |
|
|
|
version = "0.58.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "taxonomies" |
|
|
|
version = "0.1.0" |
|
|
@@ -1176,8 +1014,8 @@ dependencies = [ |
|
|
|
"content 0.1.0", |
|
|
|
"errors 0.1.0", |
|
|
|
"front_matter 0.1.0", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utils 0.1.0", |
|
|
@@ -1188,7 +1026,7 @@ name = "tempdir" |
|
|
|
version = "0.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -1199,7 +1037,7 @@ dependencies = [ |
|
|
|
"config 0.1.0", |
|
|
|
"content 0.1.0", |
|
|
|
"errors 0.1.0", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utils 0.1.0", |
|
|
@@ -1214,11 +1052,11 @@ dependencies = [ |
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"humansize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -1263,7 +1101,7 @@ name = "thread_local" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -1283,7 +1121,7 @@ name = "toml" |
|
|
|
version = "0.4.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -1363,7 +1201,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -1371,6 +1209,15 @@ name = "utf8-ranges" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "utils" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "vec_map" |
|
|
|
version = "0.8.0" |
|
|
@@ -1433,7 +1280,7 @@ dependencies = [ |
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -1464,45 +1311,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[metadata] |
|
|
|
"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 aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfdf7355d9db158df68f976ed030ab0f6578af811f5a7bb6dcf221ec24e0e0" |
|
|
|
"checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860" |
|
|
|
"checksum backtrace 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "99f2ce94e22b8e664d95c57fff45b98a966c2252b60691d0b7aeeccd88d70983" |
|
|
|
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661" |
|
|
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" |
|
|
|
"checksum base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5032d51da2741729bfdaeb2664d9b8c6d9fd1e2b90715c660b6def36628499c2" |
|
|
|
"checksum bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e" |
|
|
|
"checksum bindgen 0.26.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c57d6c0f6e31f8dcf4d12720a3c2a9ffb70638772a5784976cf4fce52145f22a" |
|
|
|
"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" |
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" |
|
|
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4" |
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
|
|
|
"checksum bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5cde24d1b2e2216a726368b2363a273739c91f4e3eb4e0dd12d672d396ad989" |
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" |
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" |
|
|
|
"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27" |
|
|
|
"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6" |
|
|
|
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719" |
|
|
|
"checksum cexpr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cdbb21df6ff3497a61df5059994297f746267020ba38ce237aad9c875f7b4313" |
|
|
|
"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 clang-sys 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "611ec2e3a7623afd8a8c0d027887b6b55759d894abbf5fe11b9dc11b50d5b49a" |
|
|
|
"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180" |
|
|
|
"checksum cmake 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "357c07e7a1fc95732793c1edb5901e1a1f305cfcf63a90eb12dbd22bdb6b789d" |
|
|
|
"checksum cmake 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "9b0ec063cbc2034e27f7166d04aa7aa1b9ed85b6c7c2414fb68aff20d1ebf604" |
|
|
|
"checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd" |
|
|
|
"checksum conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "95ca30253581af809925ef68c2641cc140d6183f43e12e0af4992d53768bd7b8" |
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" |
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" |
|
|
|
"checksum either 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e311a7479512fbdf858fb54d91ec59f3b9f85bc0113659f46bba12b199d273ce" |
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b" |
|
|
|
"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.14 (registry+https://github.com/rust-lang/crates.io-index)" = "aa75ec8f7927063335a9583e7fa87b0110bb888cf766dc01b54c0ff70d760c8e" |
|
|
|
"checksum flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e6234dd4468ae5d1e2dbb06fe2b058696fdc50a339c68a393aefbf00bc81e423" |
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" |
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
|
|
"checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" |
|
|
|
"checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" |
|
|
|
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159" |
|
|
|
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82" |
|
|
|
"checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1" |
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
|
|
|
"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9" |
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
@@ -1516,10 +1356,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
"checksum lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9e5e58fa1a4c3b915a561a78a22ee0cac6ab97dca2504428bc1cb074375f8d5" |
|
|
|
"checksum lazy_static 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "236eb37a62591d4a41a89b7763d7de3e06ca02d5ab2815446a8bae5d2f8c2d57" |
|
|
|
"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b" |
|
|
|
"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2" |
|
|
|
"checksum libloading 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f92926a9a4ba7aeeb01f5fba3f0d577147243b6e7fa8261c219cd1d6fbe3b1c" |
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b" |
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" |
|
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" |
|
|
@@ -1533,8 +1372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum mount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32245731923cd096899502fc4c4317cfd09f121e80e73f7f576cf3777a824256" |
|
|
|
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09" |
|
|
|
"checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79" |
|
|
|
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" |
|
|
|
"checksum notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "298d4401ff2c6cebb7f8944c90288647c89ce59029d43b439444cf1067df55e1" |
|
|
|
"checksum notify 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "745bdfd0d0764c71525e880c6d7662b721cb5658ddb2feaa71c3193ec359aef8" |
|
|
|
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525" |
|
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba" |
|
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01" |
|
|
@@ -1542,19 +1380,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d" |
|
|
|
"checksum onig 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1271a3f93197303deda8aedcd96ed2dbb908f61c0954ae70bf7a42f536dc35d7" |
|
|
|
"checksum onig_sys 65.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fbdee58fb75f5b7749ebc8f601f570961eed595dfe4c2bb9a542e2f7ae20b946" |
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356" |
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
|
"checksum pest 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2e823a5967bb4cdc6d3e46f47baaf4ecfeae44413a642b74ad44e59e49c7f6" |
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
|
|
|
"checksum plist 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "142aa1116debeb8ebeae592cf956d53165ffb0ec4c41f894208cff78a9e3ffe2" |
|
|
|
"checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" |
|
|
|
"checksum pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a656fdb8b6848f896df5e478a0eb9083681663e37dcb77dd16981ff65329fe8b" |
|
|
|
"checksum quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c45c4854d6d1cf5d531db97c75880feb91c958b0720f4ec1057135fec358b3" |
|
|
|
"checksum quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9e25fa23c044c1803f43ca59c98dac608976dd04ce799411edd58ece776d4" |
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
"checksum rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "61efcbcd9fa8d8fbb07c84e34a8af18a1ff177b449689ad38a6e9457ecc7b2ae" |
|
|
|
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd" |
|
|
|
"checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8" |
|
|
|
"checksum rayon-core 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7febc28567082c345f10cddc3612c6ea020fc3297a1977d472cf9fdb73e6e493" |
|
|
|
"checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53" |
|
|
|
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509" |
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b" |
|
|
@@ -1565,13 +1400,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" |
|
|
|
"checksum same-file 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70a18720d745fb9ca6a041b37cb36d0b21066006b6cff8b5b360142d4b81fb60" |
|
|
|
"checksum sass-rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22498eeceeef42b0bfbf44c27bf49bc37043beddc7eac73ae9f4d17e08967e2e" |
|
|
|
"checksum sass-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49e6025ff142eb235157aea8d6ee8085d9f5b80e280cb54b911f6b778e64075a" |
|
|
|
"checksum sass-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e0fff442cd16b0a680a055a5a2d5e858421f5ec5bf37dcfb136e0ed9a19bf0a4" |
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
"checksum sequence_trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c915714ca833b1d4d6b8f6a9d72a3ff632fe45b40a8d184ef79c81bec6327eed" |
|
|
|
"checksum serde 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "d1d023215fabcf74f35f056ec7c2e3bc492b3207443150f8673309a40ba8d10a" |
|
|
|
"checksum serde_derive 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6751796258619faf65a21714d2208f4a7614bb28690d24a819df664b01528558" |
|
|
|
"checksum serde_derive_internals 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd381f6d01a6616cdba8530492d453b7761b456ba974e98768a18cad2cd76f58" |
|
|
|
"checksum serde_json 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1e67ce320daa7e494c578e34d4b00689f23bb94512fe0ca0dfaf02ea53fb67" |
|
|
|
"checksum serde 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "5a2b181dd2b4a6353e828e44807269a761d3ecbc388a1f5ed3998ea69a516d9c" |
|
|
|
"checksum serde_derive 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "31ce3c16ec18abb97d977f75880986549213b0c18f2695eda8b31eadc96eda4a" |
|
|
|
"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab" |
|
|
|
"checksum serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e4586746d1974a030c48919731ecffd0ed28d0c40749d0d18d43b3a7d6c9b20e" |
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" |
|
|
|
"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e" |
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
|
|
@@ -1580,11 +1415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
"checksum syntect 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b80e2b672c2cd6e26aad1fd794bccf3d0ff73bd1116c42a18e3d7c213fb529b8" |
|
|
|
"checksum syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f5e3aaa79319573d19938ea38d068056b826db9883a5d47f86c1cecc688f0e" |
|
|
|
"checksum syntex_errors 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "867cc5c2d7140ae7eaad2ae9e8bf39cb18a67ca651b7834f88d46ca98faadb9c" |
|
|
|
"checksum syntex_pos 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13ad4762fe52abc9f4008e85c4fb1b1fe3aa91ccb99ff4826a439c7c598e1047" |
|
|
|
"checksum syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0e4dbae163dd98989464c23dd503161b338790640e11537686f2ef0f25c791" |
|
|
|
"checksum syntect 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ff5898205c88327ab1c99dfd25337e9f29e547e0596a5b098a6780a43801e3c5" |
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
|
|
|
"checksum tera 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d706c3bec8103f346fc7b8a3887a2ff4195cf704bdbc6307069f32ea8a2b3af5" |
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
|
|
|