|
@@ -1,87 +1,84 @@ |
|
|
# This file is automatically @generated by Cargo. |
|
|
# This file is automatically @generated by Cargo. |
|
|
# It is not intended for manual editing. |
|
|
# It is not intended for manual editing. |
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "actix" |
|
|
|
|
|
version = "0.7.9" |
|
|
|
|
|
|
|
|
name = "actix-codec" |
|
|
|
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"actix_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-proto 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-resolver 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "actix-net" |
|
|
|
|
|
version = "0.2.6" |
|
|
|
|
|
|
|
|
name = "actix-connect" |
|
|
|
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tower-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-resolver 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "actix-web" |
|
|
|
|
|
version = "0.7.19" |
|
|
|
|
|
|
|
|
name = "actix-files" |
|
|
|
|
|
version = "0.1.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"actix-http 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-web 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"v_htmlescape 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-http" |
|
|
|
|
|
version = "0.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-connect 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"copyless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"hashbrown 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@@ -90,25 +87,144 @@ dependencies = [ |
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-router" |
|
|
|
|
|
version = "0.1.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"string 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-rt" |
|
|
|
|
|
version = "0.2.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-server" |
|
|
|
|
|
version = "0.5.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-server-config" |
|
|
|
|
|
version = "0.1.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-service" |
|
|
|
|
|
version = "0.4.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-threadpool" |
|
|
|
|
|
version = "0.1.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-utils" |
|
|
|
|
|
version = "0.4.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "actix-web" |
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-http 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-router 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-server 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-web-codegen 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"hashbrown 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"v_htmlescape 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "actix_derive" |
|
|
|
|
|
version = "0.3.2" |
|
|
|
|
|
|
|
|
name = "actix-web-codegen" |
|
|
|
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@@ -334,15 +450,6 @@ dependencies = [ |
|
|
"utils 0.1.0", |
|
|
"utils 0.1.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "cookie" |
|
|
|
|
|
version = "0.11.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cookie" |
|
|
name = "cookie" |
|
|
version = "0.12.0" |
|
|
version = "0.12.0" |
|
@@ -369,6 +476,11 @@ dependencies = [ |
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "copyless" |
|
|
|
|
|
version = "0.1.3" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "core-foundation" |
|
|
name = "core-foundation" |
|
|
version = "0.6.4" |
|
|
version = "0.6.4" |
|
@@ -493,6 +605,17 @@ dependencies = [ |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "derive_more" |
|
|
|
|
|
version = "0.14.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "deunicode" |
|
|
name = "deunicode" |
|
|
version = "0.4.3" |
|
|
version = "0.4.3" |
|
@@ -597,11 +720,13 @@ dependencies = [ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "error-chain" |
|
|
|
|
|
version = "0.8.1" |
|
|
|
|
|
|
|
|
name = "enum-as-inner" |
|
|
|
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@@ -834,6 +959,11 @@ dependencies = [ |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "hashbrown" |
|
|
|
|
|
version = "0.3.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "heck" |
|
|
name = "heck" |
|
|
version = "0.3.1" |
|
|
version = "0.3.1" |
|
@@ -1043,14 +1173,13 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "ipconfig" |
|
|
name = "ipconfig" |
|
|
version = "0.1.9" |
|
|
|
|
|
|
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"winreg 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@@ -1149,6 +1278,14 @@ dependencies = [ |
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "lock_api" |
|
|
|
|
|
version = "0.2.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "log" |
|
|
name = "log" |
|
|
version = "0.4.6" |
|
|
version = "0.4.6" |
|
@@ -1518,6 +1655,16 @@ dependencies = [ |
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "parking_lot" |
|
|
|
|
|
version = "0.8.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "parking_lot_core" |
|
|
name = "parking_lot_core" |
|
|
version = "0.4.0" |
|
|
version = "0.4.0" |
|
@@ -1530,6 +1677,21 @@ dependencies = [ |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "parking_lot_core" |
|
|
|
|
|
version = "0.5.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "percent-encoding" |
|
|
name = "percent-encoding" |
|
|
version = "1.0.1" |
|
|
version = "1.0.1" |
|
@@ -1687,18 +1849,6 @@ dependencies = [ |
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand" |
|
|
|
|
|
version = "0.5.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rand" |
|
|
name = "rand" |
|
|
version = "0.6.5" |
|
|
version = "0.6.5" |
|
@@ -2020,6 +2170,11 @@ name = "scopeguard" |
|
|
version = "0.3.3" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "scopeguard" |
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "search" |
|
|
name = "search" |
|
|
version = "0.1.0" |
|
|
version = "0.1.0" |
|
@@ -2403,6 +2558,14 @@ dependencies = [ |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "threadpool" |
|
|
|
|
|
version = "1.7.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tiff" |
|
|
name = "tiff" |
|
|
version = "0.2.2" |
|
|
version = "0.2.2" |
|
@@ -2433,19 +2596,14 @@ dependencies = [ |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@@ -2486,16 +2644,6 @@ dependencies = [ |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "tokio-fs" |
|
|
|
|
|
version = "0.1.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio-io" |
|
|
name = "tokio-io" |
|
|
version = "0.1.12" |
|
|
version = "0.1.12" |
|
@@ -2611,23 +2759,6 @@ dependencies = [ |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "tokio-uds" |
|
|
|
|
|
version = "0.2.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "toml" |
|
|
name = "toml" |
|
|
version = "0.4.10" |
|
|
version = "0.4.10" |
|
@@ -2636,49 +2767,19 @@ dependencies = [ |
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "tower-service" |
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "trust-dns-proto" |
|
|
|
|
|
version = "0.5.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "trust-dns-proto" |
|
|
name = "trust-dns-proto" |
|
|
version = "0.6.3" |
|
|
|
|
|
|
|
|
version = "0.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@@ -2692,20 +2793,20 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "trust-dns-resolver" |
|
|
name = "trust-dns-resolver" |
|
|
version = "0.10.3" |
|
|
|
|
|
|
|
|
version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ipconfig 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-proto 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@@ -2940,7 +3041,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "widestring" |
|
|
name = "widestring" |
|
|
version = "0.2.2" |
|
|
|
|
|
|
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@@ -2991,7 +3092,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "winreg" |
|
|
name = "winreg" |
|
|
version = "0.5.1" |
|
|
|
|
|
|
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@@ -3048,7 +3149,8 @@ dependencies = [ |
|
|
name = "zola" |
|
|
name = "zola" |
|
|
version = "0.8.0" |
|
|
version = "0.8.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
|
"actix-files 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"actix-web 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@@ -3067,10 +3169,19 @@ dependencies = [ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[metadata] |
|
|
[metadata] |
|
|
"checksum actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c616db5fa4b0c40702fb75201c2af7f8aa8f3a2e2c1dda3b0655772aa949666" |
|
|
|
|
|
"checksum actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8bebfbe6629e0131730746718c9e032b58f02c6ce06ed7c982b9fef6c8545acd" |
|
|
|
|
|
"checksum actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b0ac60f86c65a50b140139f499f4f7c6e49e4b5d88fbfba08e4e3975991f7bf4" |
|
|
|
|
|
"checksum actix_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4300e9431455322ae393d43a2ba1ef96b8080573c0fc23b196219efedfb6ba69" |
|
|
|
|
|
|
|
|
"checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453" |
|
|
|
|
|
"checksum actix-connect 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7fbab0d79b2f3415a79570e3db12eaa75c26239541e613b832655145a5e9488" |
|
|
|
|
|
"checksum actix-files 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cd2b5710b43cee64137ab679eb5ece1bf85d3d65d900eb2f19ba74a9b8c6499f" |
|
|
|
|
|
"checksum actix-http 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0745c8573969a134a3d180a0d0e0342950d407d7e01600094a2bceff45335ac6" |
|
|
|
|
|
"checksum actix-router 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "23224bb527e204261d0291102cb9b52713084def67d94f7874923baefe04ccf7" |
|
|
|
|
|
"checksum actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ed0424cdf6542a43b32a8885c7c5099bf4110fad9b50d7fb220ab9c038ecf5ec" |
|
|
|
|
|
"checksum actix-server 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba8c936356c882420eab87051b12ca1926dc42348863d05fff7eb151df9cddbb" |
|
|
|
|
|
"checksum actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78703f07d0bd08b426b482d53569d84f1e1929024f0431b3a5a2dc0c1c60e0f" |
|
|
|
|
|
"checksum actix-service 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aaecc01bbc595ebd7a563a7d4f8a607d0b964bb55273c6f362b0b02c26508cf2" |
|
|
|
|
|
"checksum actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c29f7c554d56b3841f4bb85d5b3dee01ba536e1307679f56eb54de28aaec3fb" |
|
|
|
|
|
"checksum actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab47adc5e67fc83a0c58570b40531f09814a5daa969e0d913ebeab908a43508" |
|
|
|
|
|
"checksum actix-web 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00a30307d8984e7b7dcebf8ba060572a3e4dbd26c453b712c7e68db6d524de3b" |
|
|
|
|
|
"checksum actix-web-codegen 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe9e3cdec1e645b675f354766e0688c5705021c85ab3cf739be1c8999b91c76" |
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
|
|
"checksum ammonia 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c799ecf1ad77acb48b643e2f45b12d60ee41576287fc575031aa020de88b8f45" |
|
|
"checksum ammonia 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c799ecf1ad77acb48b643e2f45b12d60ee41576287fc575031aa020de88b8f45" |
|
@@ -3097,9 +3208,9 @@ dependencies = [ |
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd" |
|
|
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd" |
|
|
"checksum cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99be24cfcf40d56ed37fd11c2123be833959bbc5bddecb46e1c2e442e15fa3e0" |
|
|
|
|
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
|
|
|
|
"checksum copyless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f8ffa29b14f03d473f1558c789d020fe41bb7790774f429ff818f4ed9a6f9a0e" |
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" |
|
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" |
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
|
|
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
|
@@ -3114,6 +3225,7 @@ dependencies = [ |
|
|
"checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65" |
|
|
"checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65" |
|
|
"checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f" |
|
|
"checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f" |
|
|
"checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86" |
|
|
"checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86" |
|
|
|
|
|
"checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" |
|
|
"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
|
|
"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
|
|
"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
|
|
"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
|
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
|
@@ -3127,8 +3239,8 @@ dependencies = [ |
|
|
"checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
|
|
"checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
|
|
"checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
|
|
"checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed" |
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed" |
|
|
|
|
|
"checksum enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3d58266c97445680766be408285e798d3401c6d4c378ec5552e78737e681e37d" |
|
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
|
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
|
|
"checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46" |
|
|
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
|
@@ -3153,6 +3265,7 @@ dependencies = [ |
|
|
"checksum globset 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454" |
|
|
"checksum globset 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454" |
|
|
"checksum globwalk 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53cbcf0368596897b0a3b8ff2110acf2400e80ffad4ca9238b52ff282a9b267b" |
|
|
"checksum globwalk 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53cbcf0368596897b0a3b8ff2110acf2400e80ffad4ca9238b52ff282a9b267b" |
|
|
"checksum h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "1e42e3daed5a7e17b12a0c23b5b2fbff23a925a570938ebee4baca1a9a1a2240" |
|
|
"checksum h2 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "1e42e3daed5a7e17b12a0c23b5b2fbff23a925a570938ebee4baca1a9a1a2240" |
|
|
|
|
|
"checksum hashbrown 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29fba9abe4742d586dfd0c06ae4f7e73a1c2d86b856933509b269d82cdf06e18" |
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
|
"checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" |
|
|
"checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" |
|
|
"checksum html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce65ac8028cf5a287a7dbf6c4e0a6cf2dcf022ed5b167a81bae66ebf599a8b7" |
|
|
"checksum html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce65ac8028cf5a287a7dbf6c4e0a6cf2dcf022ed5b167a81bae66ebf599a8b7" |
|
@@ -3171,7 +3284,7 @@ dependencies = [ |
|
|
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
|
|
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
|
|
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
|
|
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
|
"checksum ipconfig 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "08f7eadeaf4b52700de180d147c4805f199854600b36faa963d91114827b2ffc" |
|
|
|
|
|
|
|
|
"checksum ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa79fa216fbe60834a9c0737d7fcd30425b32d1c58854663e24d4c4b328ed83f" |
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
|
"checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d" |
|
|
"checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d" |
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
@@ -3182,6 +3295,7 @@ dependencies = [ |
|
|
"checksum line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" |
|
|
"checksum line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" |
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
|
|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
|
|
|
|
|
"checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
|
|
"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" |
|
|
"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" |
|
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" |
|
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" |
|
@@ -3222,7 +3336,9 @@ dependencies = [ |
|
|
"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc" |
|
|
"checksum openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)" = "75bdd6dbbb4958d38e47a1d2348847ad1eb4dc205dc5d37473ae504391865acc" |
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
|
|
|
|
|
"checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" |
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
|
|
|
|
|
"checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" |
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
"checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" |
|
|
"checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" |
|
|
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
|
|
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
|
@@ -3241,7 +3357,6 @@ dependencies = [ |
|
|
"checksum pulldown-cmark 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "051e60ace841b3bfecd402fe5051c06cb3bec4a6e6fdd060a37aa8eb829a1db3" |
|
|
"checksum pulldown-cmark 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "051e60ace841b3bfecd402fe5051c06cb3bec4a6e6fdd060a37aa8eb829a1db3" |
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" |
|
|
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
@@ -3273,6 +3388,7 @@ dependencies = [ |
|
|
"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" |
|
|
"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" |
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
|
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" |
|
|
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" |
|
|
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" |
|
|
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" |
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
@@ -3309,6 +3425,7 @@ dependencies = [ |
|
|
"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
|
|
"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
|
|
|
|
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
|
|
"checksum tiff 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce" |
|
|
"checksum tiff 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce" |
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
"checksum tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2ffcf4bcfc641413fa0f1427bf8f91dfc78f56a6559cbf50e04837ae442a87" |
|
|
"checksum tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2ffcf4bcfc641413fa0f1427bf8f91dfc78f56a6559cbf50e04837ae442a87" |
|
@@ -3316,7 +3433,6 @@ dependencies = [ |
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
|
|
"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" |
|
|
"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" |
|
|
"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" |
|
|
|
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
|
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
|
|
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
|
|
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
|
|
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
|
|
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
|
@@ -3326,12 +3442,9 @@ dependencies = [ |
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
|
|
"checksum tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9c8a256d6956f7cb5e2bdfe8b1e8022f1a09206c6c2b1ba00f3b746b260c613" |
|
|
"checksum tokio-trace-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9c8a256d6956f7cb5e2bdfe8b1e8022f1a09206c6c2b1ba00f3b746b260c613" |
|
|
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
|
|
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
|
|
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
|
|
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
|
|
"checksum tower-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b32f72af77f1bfe3d3d4da8516a238ebe7039b51dd8637a09841ac7f16d2c987" |
|
|
|
|
|
"checksum trust-dns-proto 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0838272e89f1c693b4df38dc353412e389cf548ceed6f9fd1af5a8d6e0e7cf74" |
|
|
|
|
|
"checksum trust-dns-proto 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "09144f0992b0870fa8d2972cc069cbf1e3c0fda64d1f3d45c4d68d0e0b52ad4e" |
|
|
|
|
|
"checksum trust-dns-resolver 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a9f877f7a1ad821ab350505e1f1b146a4960402991787191d6d8cab2ce2de2c" |
|
|
|
|
|
|
|
|
"checksum trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5559ebdf6c2368ddd11e20b11d6bbaf9e46deb803acd7815e93f5a7b4a6d2901" |
|
|
|
|
|
"checksum trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c9992e58dba365798803c0b91018ff6c8d3fc77e06977c4539af2a6bfe0a039" |
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
|
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
@@ -3363,7 +3476,7 @@ dependencies = [ |
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
"checksum walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7904a7e2bb3cdf0cf5e783f44204a85a37a93151738fa349f06680f59a98b45" |
|
|
"checksum walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7904a7e2bb3cdf0cf5e783f44204a85a37a93151738fa349f06680f59a98b45" |
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" |
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" |
|
|
"checksum widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb" |
|
|
|
|
|
|
|
|
"checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6" |
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
@@ -3371,7 +3484,7 @@ dependencies = [ |
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |
|
|
"checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a" |
|
|
|
|
|
|
|
|
"checksum winreg 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "daf67b95d0b1bf421c4f11048d63110ca3719977169eec86396b614c8942b6e0" |
|
|
"checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" |
|
|
"checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" |
|
|
"checksum ws 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ec91ea61b83ce033c43c06c52ddc7532f465c0153281610d44c58b74083aee1a" |
|
|
"checksum ws 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ec91ea61b83ce033c43c06c52ddc7532f465c0153281610d44c58b74083aee1a" |
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
|