|
|
|
@ -13,13 +13,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
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.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -70,7 +69,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -133,11 +132,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
|
|
|
|
version = "2.28.0"
|
|
|
|
|
version = "2.29.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -147,7 +146,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cmake"
|
|
|
|
|
version = "0.1.28"
|
|
|
|
|
version = "0.1.29"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -177,8 +176,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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -191,7 +190,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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (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.11.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -250,7 +249,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -275,8 +274,8 @@ dependencies = [
|
|
|
|
|
"errors 0.1.0",
|
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -307,6 +306,15 @@ dependencies = [
|
|
|
|
|
"fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
@ -315,6 +323,11 @@ dependencies = [
|
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gcc"
|
|
|
|
|
version = "0.3.54"
|
|
|
|
@ -335,7 +348,7 @@ name = "gutenberg"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"clap 2.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"content 0.1.0",
|
|
|
|
|
"errors 0.1.0",
|
|
|
|
|
"front_matter 0.1.0",
|
|
|
|
@ -366,7 +379,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "humansize"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -377,9 +390,9 @@ dependencies = [
|
|
|
|
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -423,9 +436,9 @@ dependencies = [
|
|
|
|
|
"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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (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)",
|
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -455,6 +468,11 @@ name = "lazy_static"
|
|
|
|
|
version = "0.2.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazycell"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
@ -467,8 +485,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.3.8"
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "matches"
|
|
|
|
@ -488,7 +517,7 @@ name = "mime"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -507,7 +536,7 @@ 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.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (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.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -527,7 +556,7 @@ dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (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.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -642,7 +671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_cpus"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
|
version = "1.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -664,7 +693,7 @@ name = "onig_sys"
|
|
|
|
|
version = "65.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -677,8 +706,8 @@ dependencies = [
|
|
|
|
|
"content 0.1.0",
|
|
|
|
|
"errors 0.1.0",
|
|
|
|
|
"front_matter 0.1.0",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
@ -690,15 +719,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest"
|
|
|
|
|
version = "1.0.0-beta.16"
|
|
|
|
|
version = "1.0.0-beta.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_derive"
|
|
|
|
|
version = "1.0.0-beta.16"
|
|
|
|
|
version = "1.0.0-beta.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest 1.0.0-beta.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.0-beta.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -716,7 +745,7 @@ dependencies = [
|
|
|
|
|
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byteorder 1.2.1 (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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -744,10 +773,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.3.18"
|
|
|
|
|
version = "0.3.19"
|
|
|
|
|
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)",
|
|
|
|
|
"fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -767,13 +796,13 @@ dependencies = [
|
|
|
|
|
"coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.34 (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.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.1.32"
|
|
|
|
|
version = "0.1.33"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -781,7 +810,7 @@ name = "redox_termios"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -792,7 +821,7 @@ dependencies = [
|
|
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"thread_local 0.3.4 (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)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -811,8 +840,8 @@ dependencies = [
|
|
|
|
|
"lazy_static 0.2.11 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"templates 0.1.0",
|
|
|
|
@ -859,12 +888,12 @@ version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sass-sys 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sass-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sass-sys"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -884,22 +913,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.23"
|
|
|
|
|
version = "1.0.26"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.23"
|
|
|
|
|
version = "1.0.26"
|
|
|
|
|
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.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive_internals 0.18.1 (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.17.0"
|
|
|
|
|
version = "0.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -908,13 +937,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
version = "1.0.8"
|
|
|
|
|
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.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -934,8 +963,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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (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",
|
|
|
|
@ -1018,9 +1047,9 @@ dependencies = [
|
|
|
|
|
"onig 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plist 0.2.4 (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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.8 (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)",
|
|
|
|
|
]
|
|
|
|
@ -1033,8 +1062,8 @@ dependencies = [
|
|
|
|
|
"content 0.1.0",
|
|
|
|
|
"errors 0.1.0",
|
|
|
|
|
"front_matter 0.1.0",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
@ -1045,7 +1074,7 @@ name = "tempdir"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1071,13 +1100,13 @@ dependencies = [
|
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"error-chain 0.11.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.0-beta.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest_derive 1.0.0-beta.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.0-beta.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest_derive 1.0.0-beta.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.8 (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)",
|
|
|
|
|
]
|
|
|
|
@ -1105,7 +1134,7 @@ version = "1.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1119,10 +1148,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
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)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1133,7 +1162,7 @@ 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.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1142,7 +1171,7 @@ name = "toml"
|
|
|
|
|
version = "0.4.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1277,11 +1306,30 @@ name = "winapi"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-build"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ws"
|
|
|
|
|
version = "0.7.3"
|
|
|
|
@ -1290,9 +1338,9 @@ dependencies = [
|
|
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"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)",
|
|
|
|
|
"log 0.3.9 (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.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.19 (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)",
|
|
|
|
@ -1323,7 +1371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
[metadata]
|
|
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
|
|
|
|
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
|
|
|
|
|
"checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860"
|
|
|
|
|
"checksum atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859"
|
|
|
|
|
"checksum backtrace 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8709cc7ec06f6f0ae6c2c7e12f6ed41540781f72b488d83734978295ceae182e"
|
|
|
|
|
"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"
|
|
|
|
@ -1339,8 +1387,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
|
|
|
|
|
"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.28.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc34bf7d5d66268b466b9852bca925ec1d2650654dab4da081e63fd230145c2e"
|
|
|
|
|
"checksum cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e14cd15a7cbc2c6a905677e54b831ee91af2ff43b352010f6133236463b65cac"
|
|
|
|
|
"checksum clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "110d43e343eb29f4f51c1db31beb879d546db27998577e5715270a54bcf41d3f"
|
|
|
|
|
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
|
|
|
|
|
"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"
|
|
|
|
@ -1354,12 +1402,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"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 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
|
|
|
|
|
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
|
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
|
|
|
|
|
"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"
|
|
|
|
|
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
|
|
|
|
|
"checksum humansize 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d99804bdb0790b0c312a5a1115f83804b821f1a96d80759fbb57ce796d1f3778"
|
|
|
|
|
"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
|
|
|
|
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2"
|
|
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
|
|
|
"checksum inotify 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887fcc180136e77a85e6a6128579a719027b1bab9b1c38ea4444244fe262c20c"
|
|
|
|
@ -1369,9 +1419,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"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.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
|
|
|
"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
|
|
|
|
|
"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
|
|
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
|
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
|
"checksum log 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a89a0c46ba789b8a247d4c567aed4d7c68e624672d238b45cc3ec20dc9f940"
|
|
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
|
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
|
|
|
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
|
|
@ -1389,21 +1441,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"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"
|
|
|
|
|
"checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
|
|
|
|
|
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
|
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
|
|
"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 percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
"checksum pest 1.0.0-beta.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4afcf9e1ee245d239f0a1be6dd8763e757482fb569d88eaa0905779016da1767"
|
|
|
|
|
"checksum pest_derive 1.0.0-beta.16 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae66f3b3b5d72543025f46906f9d248d50429c1a7bb4cec13ee5e66e0dd74f4"
|
|
|
|
|
"checksum pest 1.0.0-beta.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e522b9cfbc9761d835914be9166262c45d945a9c41eb68d3ee7b8d82558bec39"
|
|
|
|
|
"checksum pest_derive 1.0.0-beta.17 (registry+https://github.com/rust-lang/crates.io-index)" = "251f72914b138db9d876364d0d1b1dca988ee71139fb9a2fde3a66805de7b1b6"
|
|
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
|
|
|
"checksum plist 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503"
|
|
|
|
|
"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 quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
|
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
|
|
|
|
|
"checksum rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7944d95d25ace8f377da3ac7068ce517e4c646754c43a1b1849177bbf72e59"
|
|
|
|
|
"checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8"
|
|
|
|
|
"checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53"
|
|
|
|
|
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
|
|
|
|
|
"checksum redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "07b8f011e3254d5a9b318fde596d409a0001c9ae4c6e7907520c2eaa4d988c99"
|
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
|
|
"checksum regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ac6ab4e9218ade5b423358bbd2567d1617418403c7a512603630181813316322"
|
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
|
|
|
@ -1413,13 +1465,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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "799e65a8906a6f9e6305458cf1cac675aebb6115f9a35efbe5f10ecf750a71b7"
|
|
|
|
|
"checksum sass-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8bc8cb11c6906ced0e62751f93fa1f30216612a182d4e9a7d8ace302834b1742"
|
|
|
|
|
"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.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6a7c37d7f192f00041e8a613e936717923a71bc0c9051fc4425a49b104140f05"
|
|
|
|
|
"checksum serde_derive 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "0672de7300b02bac3f3689f8faea813c4a1ea9fe0cb49e80f714231d267518a2"
|
|
|
|
|
"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
|
|
|
|
|
"checksum serde_json 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ea28ea0cca944668919bec6af209864a8dfe769fd2b0b723f36b22e20c1bf69f"
|
|
|
|
|
"checksum serde 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "d1d6af49db29f2f2678e442f4eb82e7d78f59dbbd3e373ccffc17fe70c1b94f8"
|
|
|
|
|
"checksum serde_derive 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "95b4ea937d8dff4c94d1a6fdd710eade6aedaa17c4049da29bb97a4f8a4f4bc1"
|
|
|
|
|
"checksum serde_derive_internals 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "730fe9f29fe8db69a601837f416e46cba07792031ed6b27557a43e49d62d89ae"
|
|
|
|
|
"checksum serde_json 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7cf5b0b5b4bd22eeecb7e01ac2e1225c7ef5e4272b79ee28a8392a8c8489c839"
|
|
|
|
|
"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"
|
|
|
|
@ -1436,7 +1488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum term-painter 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dcaa948f0e3e38470cd8dc8dcfe561a75c9e43f28075bb183845be2b9b3c08cf"
|
|
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
|
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
|
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
|
|
|
|
|
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
|
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
|
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
|
@ -1458,7 +1510,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
|
|
|
|
"checksum walkdir 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b6d201f4f8998a837196b6de9c73e35af14c992cbb92c4ab641d2c2dce52de"
|
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
"checksum winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "890b38836c01d72fdb636d15c9cfc52ec7fd783b330abc93cd1686f4308dfccc"
|
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6667f60c23eca65c561e63a13d81b44234c2e38a6b6c959025ee907ec614cc"
|
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98f12c52b2630cd05d2c3ffd8e008f7f48252c042b4871c72aed9dc733b96668"
|
|
|
|
|
"checksum ws 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89c48c53bf9dee34411a08993c10b879c36e105d609b46e25673befe3a5c1320"
|
|
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
|
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|
|
|
|
|