|
@@ -1,2101 +0,0 @@
|
|
-[[package]]
|
|
|
|
-name = "actix"
|
|
|
|
-version = "0.8.0-alpha.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "actix-http 0.1.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bitflags 1.0.4 (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)",
|
|
|
|
- "derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hashbrown 0.1.8 (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)",
|
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "smallvec 0.6.9 (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-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "trust-dns-resolver 0.11.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix"
|
|
|
|
-version = "1.0.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "actix 0.8.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-http 0.1.0-alpha.3 (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.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-service 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-web 1.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "http 0.1.16 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-postgres 0.3.0 (git+https://github.com/fafhrd91/rust-postgres.git)",
|
|
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-codec"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "log 0.4.6 (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)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-connect"
|
|
|
|
-version = "0.1.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.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-utils 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "http 0.1.16 (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-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "trust-dns-resolver 0.11.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-http"
|
|
|
|
-version = "0.1.0-alpha.3"
|
|
|
|
-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-connect 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-server-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-service 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-utils 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byteorder 1.3.1 (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.0 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "http 0.1.16 (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)",
|
|
|
|
- "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)",
|
|
|
|
- "mime 0.3.13 (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)",
|
|
|
|
- "regex 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (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.4 (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)",
|
|
|
|
- "time 0.1.42 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "trust-dns-resolver 0.11.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-router"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-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.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "regex 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "string 0.1.3 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-server"
|
|
|
|
-version = "0.4.2"
|
|
|
|
-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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-service 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (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.16 (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.0 (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-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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-server-config"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-service"
|
|
|
|
-version = "0.3.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-threadpool"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "parking_lot 0.7.1 (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.3.4"
|
|
|
|
-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.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-web"
|
|
|
|
-version = "1.0.0-alpha.3"
|
|
|
|
-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.1.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-router 0.1.0 (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.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-server-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-service 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-utils 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "actix-web-codegen 0.1.0-alpha.1 (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.0 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "httparse 1.3.3 (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.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "regex 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (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.4 (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)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix-web-codegen"
|
|
|
|
-version = "0.1.0-alpha.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "actix_derive"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "aho-corasick"
|
|
|
|
-version = "0.7.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "antidote"
|
|
|
|
-version = "1.0.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "arc-swap"
|
|
|
|
-version = "0.3.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "arrayref"
|
|
|
|
-version = "0.3.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "askama"
|
|
|
|
-version = "0.8.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "askama_derive"
|
|
|
|
-version = "0.8.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "askama_escape"
|
|
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "askama_shared"
|
|
|
|
-version = "0.8.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "atty"
|
|
|
|
-version = "0.2.11"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "autocfg"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "backtrace"
|
|
|
|
-version = "0.3.14"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "backtrace-sys"
|
|
|
|
-version = "0.1.28"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cc 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "base64"
|
|
|
|
-version = "0.9.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "base64"
|
|
|
|
-version = "0.10.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "bitflags"
|
|
|
|
-version = "1.0.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "block-buffer"
|
|
|
|
-version = "0.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "byte-tools"
|
|
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "byteorder"
|
|
|
|
-version = "1.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "bytes"
|
|
|
|
-version = "0.4.12"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "cc"
|
|
|
|
-version = "1.0.32"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "cfg-if"
|
|
|
|
-version = "0.1.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "cloudabi"
|
|
|
|
-version = "0.0.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "constant_time_eq"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "crossbeam-channel"
|
|
|
|
-version = "0.3.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "crossbeam-utils"
|
|
|
|
-version = "0.6.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.7 (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 = "crypto-mac"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling"
|
|
|
|
-version = "0.8.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "darling_macro 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling_core"
|
|
|
|
-version = "0.8.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling_macro"
|
|
|
|
-version = "0.8.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "derive_more"
|
|
|
|
-version = "0.14.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "derive_state_machine_future"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "diesel"
|
|
|
|
-version = "1.4.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "diesel_derives 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "pq-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "diesel_derives"
|
|
|
|
-version = "1.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "digest"
|
|
|
|
-version = "0.7.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "dtoa"
|
|
|
|
-version = "0.4.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "either"
|
|
|
|
-version = "1.5.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding"
|
|
|
|
-version = "0.2.33"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding-index-japanese"
|
|
|
|
-version = "1.20141219.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding-index-korean"
|
|
|
|
-version = "1.20141219.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding-index-simpchinese"
|
|
|
|
-version = "1.20141219.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding-index-singlebyte"
|
|
|
|
-version = "1.20141219.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding-index-tradchinese"
|
|
|
|
-version = "1.20141219.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "encoding_index_tests"
|
|
|
|
-version = "0.1.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "enum-as-inner"
|
|
|
|
-version = "0.2.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "env_logger"
|
|
|
|
-version = "0.6.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "humantime 1.2.0 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "error-chain"
|
|
|
|
-version = "0.8.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "failure"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "failure_derive"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fake-simd"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fallible-iterator"
|
|
|
|
-version = "0.1.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fixedbitset"
|
|
|
|
-version = "0.1.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fnv"
|
|
|
|
-version = "1.0.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fuchsia-cprng"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fuchsia-zircon"
|
|
|
|
-version = "0.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fuchsia-zircon-sys"
|
|
|
|
-version = "0.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "futures"
|
|
|
|
-version = "0.1.25"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "futures-cpupool"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "generic-array"
|
|
|
|
-version = "0.9.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "generic-array"
|
|
|
|
-version = "0.11.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "h2"
|
|
|
|
-version = "0.1.17"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bytes 0.4.12 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "string 0.1.3 (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.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "heck"
|
|
|
|
-version = "0.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "hex"
|
|
|
|
-version = "0.3.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "hmac"
|
|
|
|
-version = "0.6.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "hostname"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "http"
|
|
|
|
-version = "0.1.16"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "httparse"
|
|
|
|
-version = "1.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "humansize"
|
|
|
|
-version = "1.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "humantime"
|
|
|
|
-version = "1.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ident_case"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "idna"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "indexmap"
|
|
|
|
-version = "1.0.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "iovec"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ipconfig"
|
|
|
|
-version = "0.1.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "itoa"
|
|
|
|
-version = "0.4.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "kernel32-sys"
|
|
|
|
-version = "0.2.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "language-tags"
|
|
|
|
-version = "0.2.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "lazy_static"
|
|
|
|
-version = "1.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "lazycell"
|
|
|
|
-version = "1.2.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "libc"
|
|
|
|
-version = "0.2.51"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "linked-hash-map"
|
|
|
|
-version = "0.5.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "lock_api"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "log"
|
|
|
|
-version = "0.4.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "lru-cache"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "matches"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "md5"
|
|
|
|
-version = "0.3.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "memchr"
|
|
|
|
-version = "2.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "mime"
|
|
|
|
-version = "0.3.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "mio"
|
|
|
|
-version = "0.6.16"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "log 0.4.6 (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.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "mio-uds"
|
|
|
|
-version = "0.6.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "miow"
|
|
|
|
-version = "0.2.1"
|
|
|
|
-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)",
|
|
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "net2"
|
|
|
|
-version = "0.2.33"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "nom"
|
|
|
|
-version = "4.2.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "num-traits"
|
|
|
|
-version = "0.2.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "num_cpus"
|
|
|
|
-version = "1.10.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ordermap"
|
|
|
|
-version = "0.3.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "owning_ref"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "parking_lot"
|
|
|
|
-version = "0.7.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "lock_api 0.1.5 (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_core"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand 0.6.5 (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.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "percent-encoding"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "petgraph"
|
|
|
|
-version = "0.4.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "phf"
|
|
|
|
-version = "0.7.22"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "phf_shared"
|
|
|
|
-version = "0.7.22"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "postgres-protocol"
|
|
|
|
-version = "0.3.2"
|
|
|
|
-source = "git+https://github.com/fafhrd91/rust-postgres.git#90380ad1f7ac7e03e030654741a308d2724c3d43"
|
|
|
|
-dependencies = [
|
|
|
|
- "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "generic-array 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "postgres-shared"
|
|
|
|
-version = "0.4.1"
|
|
|
|
-source = "git+https://github.com/fafhrd91/rust-postgres.git#90380ad1f7ac7e03e030654741a308d2724c3d43"
|
|
|
|
-dependencies = [
|
|
|
|
- "fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "postgres-protocol 0.3.2 (git+https://github.com/fafhrd91/rust-postgres.git)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "pq-sys"
|
|
|
|
-version = "0.4.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "proc-macro2"
|
|
|
|
-version = "0.4.27"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "quick-error"
|
|
|
|
-version = "1.2.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "quote"
|
|
|
|
-version = "0.6.11"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (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.51 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand"
|
|
|
|
-version = "0.6.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_chacha"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_core"
|
|
|
|
-version = "0.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_core"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_hc"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_isaac"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_jitter"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_os"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-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.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_pcg"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rand_xorshift"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rdrand"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "redox_syscall"
|
|
|
|
-version = "0.1.52"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "redox_termios"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "regex"
|
|
|
|
-version = "1.1.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "regex-syntax"
|
|
|
|
-version = "0.6.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rent_to_own"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "resolv-conf"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rustc-demangle"
|
|
|
|
-version = "0.1.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rustc_version"
|
|
|
|
-version = "0.2.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ryu"
|
|
|
|
-version = "0.2.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "safemem"
|
|
|
|
-version = "0.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "scopeguard"
|
|
|
|
-version = "0.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "semver"
|
|
|
|
-version = "0.9.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "semver-parser"
|
|
|
|
-version = "0.7.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde"
|
|
|
|
-version = "1.0.89"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_derive"
|
|
|
|
-version = "1.0.89"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_json"
|
|
|
|
-version = "1.0.39"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_urlencoded"
|
|
|
|
-version = "0.5.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sha1"
|
|
|
|
-version = "0.6.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sha2"
|
|
|
|
-version = "0.7.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "signal-hook"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "arc-swap 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "siphasher"
|
|
|
|
-version = "0.2.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "slab"
|
|
|
|
-version = "0.4.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "smallvec"
|
|
|
|
-version = "0.6.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "socket2"
|
|
|
|
-version = "0.3.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "stable_deref_trait"
|
|
|
|
-version = "1.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "state_machine_future"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "derive_state_machine_future 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "rent_to_own 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "string"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "stringprep"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "syn"
|
|
|
|
-version = "0.15.29"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "synstructure"
|
|
|
|
-version = "0.10.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "termcolor"
|
|
|
|
-version = "1.0.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "termion"
|
|
|
|
-version = "1.5.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "thread_local"
|
|
|
|
-version = "0.3.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "time"
|
|
|
|
-version = "0.1.42"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-codec"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-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.25 (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 = "tokio-current-thread"
|
|
|
|
-version = "0.1.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-executor"
|
|
|
|
-version = "0.1.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-io"
|
|
|
|
-version = "0.1.12"
|
|
|
|
-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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-postgres"
|
|
|
|
-version = "0.3.0"
|
|
|
|
-source = "git+https://github.com/fafhrd91/rust-postgres.git#90380ad1f7ac7e03e030654741a308d2724c3d43"
|
|
|
|
-dependencies = [
|
|
|
|
- "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures-cpupool 0.1.8 (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)",
|
|
|
|
- "postgres-protocol 0.3.2 (git+https://github.com/fafhrd91/rust-postgres.git)",
|
|
|
|
- "postgres-shared 0.4.1 (git+https://github.com/fafhrd91/rust-postgres.git)",
|
|
|
|
- "state_machine_future 0.1.8 (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-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-reactor"
|
|
|
|
-version = "0.1.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (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)",
|
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "slab 0.4.2 (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-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-signal"
|
|
|
|
-version = "0.2.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "signal-hook 0.1.8 (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)",
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-sync"
|
|
|
|
-version = "0.1.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-tcp"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "mio 0.6.16 (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]]
|
|
|
|
-name = "tokio-timer"
|
|
|
|
-version = "0.2.10"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-udp"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-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.25 (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.16 (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]]
|
|
|
|
-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.25 (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.51 (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.16 (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]]
|
|
|
|
-name = "toml"
|
|
|
|
-version = "0.4.10"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "trust-dns-proto"
|
|
|
|
-version = "0.7.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "byteorder 1.3.1 (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)",
|
|
|
|
- "futures 0.1.25 (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.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "socket2 0.3.8 (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.10 (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]]
|
|
|
|
-name = "trust-dns-resolver"
|
|
|
|
-version = "0.11.0-alpha.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.7 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "ipconfig 0.1.9 (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)",
|
|
|
|
- "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)",
|
|
|
|
- "smallvec 0.6.9 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "typenum"
|
|
|
|
-version = "1.10.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ucd-util"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicase"
|
|
|
|
-version = "2.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicode-bidi"
|
|
|
|
-version = "0.3.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicode-normalization"
|
|
|
|
-version = "0.1.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicode-segmentation"
|
|
|
|
-version = "1.2.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicode-xid"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "url"
|
|
|
|
-version = "1.7.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "utf8-ranges"
|
|
|
|
-version = "1.0.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "vcpkg"
|
|
|
|
-version = "0.2.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "version_check"
|
|
|
|
-version = "0.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "void"
|
|
|
|
-version = "1.0.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "widestring"
|
|
|
|
-version = "0.2.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winapi"
|
|
|
|
-version = "0.2.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winapi"
|
|
|
|
-version = "0.3.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi-x86_64-pc-windows-gnu 0.4.0 (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.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winapi-util"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "wincolor"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winreg"
|
|
|
|
-version = "0.5.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winutil"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ws2_32-sys"
|
|
|
|
-version = "0.2.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[metadata]
|
|
|
|
-"checksum actix 0.8.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d06155c5af1cd45f2a3b89bf16f76b7c7f5ef0148ff642dbbbbadf1d3d1dc550"
|
|
|
|
-"checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453"
|
|
|
|
-"checksum actix-connect 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e935e026293dc6215651e908221746080d7ed9900e2248b21bd4520aa1204395"
|
|
|
|
-"checksum actix-http 0.1.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "121c2e1551dc66f9cf59f5ffe9fce56c691340cd1f8e745b6d4ae735341b139a"
|
|
|
|
-"checksum actix-router 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a4cbd0db819e36faa40fe69a25321f3ae165bf651bf01387f4f7621211002e2"
|
|
|
|
-"checksum actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ed0424cdf6542a43b32a8885c7c5099bf4110fad9b50d7fb220ab9c038ecf5ec"
|
|
|
|
-"checksum actix-server 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a35501f56f7d0394567681c19d0896a53f0c3b451a6da734fb953796cb0cc83d"
|
|
|
|
-"checksum actix-server-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "871545e33cd2b04cfa7fec5678dea77766ca7ee4a6bf8c3127ce770f628f45c6"
|
|
|
|
-"checksum actix-service 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d8a2bdbaf806192a1645f9ce9ee1cbd600b7dd6f4146d280fd6dcac0352570a7"
|
|
|
|
-"checksum actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97fa58548067c1f0a16a82cdb7c8823deac793d27efd17b51d6ea7861c6d3966"
|
|
|
|
-"checksum actix-utils 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fb4a3f2b56f19717fe5d86b24af5411410c5e5e8da3ac9e074a88086008e48"
|
|
|
|
-"checksum actix-web 1.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "add71b9ac392d86ea2c7498fce84a0c6724de74a1db307e99c74b45c398b3613"
|
|
|
|
-"checksum actix-web-codegen 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53cb13a90a8d62c4ca8e0d656cd45250e7a58aa4aedb850b4bc3970f9422ff72"
|
|
|
|
-"checksum actix_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf5f6d7bf2d220ae8b4a7ae02a572bb35b7c4806b24049af905ab8110de156c"
|
|
|
|
-"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
|
|
|
-"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
|
|
|
|
-"checksum arc-swap 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c79e383ce3e5b88b123589fe774221be2240a9936866f4f2286cbfe555ef36e8"
|
|
|
|
-"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
|
|
-"checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010"
|
|
|
|
-"checksum askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d"
|
|
|
|
-"checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d"
|
|
|
|
-"checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c"
|
|
|
|
-"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
|
-"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
|
|
|
-"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4"
|
|
|
|
-"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
|
|
|
-"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
|
-"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
-"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
|
|
-"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
|
|
|
|
-"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
|
|
|
-"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
|
|
|
-"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
-"checksum cc 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ad0daef304fa0b4238f5f7ed7178774b43b06f6a9b6509f6642bef4ff1f7b9b2"
|
|
|
|
-"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
|
-"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
-"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
|
-"checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
|
|
|
|
-"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
|
|
|
-"checksum crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7afa06d05a046c7a47c3a849907ec303504608c927f4e85f7bfff22b7180d971"
|
|
|
|
-"checksum darling 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
|
|
|
|
-"checksum darling_core 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
|
|
|
|
-"checksum darling_macro 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
|
|
|
|
-"checksum derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fbe9f11be34f800b3ecaaed0ec9ec2e015d1d0ba0c8644c1310f73d6e8994615"
|
|
|
|
-"checksum derive_state_machine_future 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "32c4adac64fe9b4807a7a51e126eadf3c2a10a3c3d1abe600454f0fa42dbe3e5"
|
|
|
|
-"checksum diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d24935ba50c4a8dc375a0fd1f8a2ba6bdbdc4125713126a74b965d6a01a06d7"
|
|
|
|
-"checksum diesel_derives 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62a27666098617d52c487a41f70de23d44a1dc1f3aa5877ceba2790fb1f1cab4"
|
|
|
|
-"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
|
|
|
|
-"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
|
|
|
-"checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac"
|
|
|
|
-"checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
-"checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
-"checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
-"checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
-"checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
-"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 enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3d58266c97445680766be408285e798d3401c6d4c378ec5552e78737e681e37d"
|
|
|
|
-"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
|
|
|
-"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_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 fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eb7217124812dc5672b7476d0c2d20cfe9f7c0f1ba0904b674a9762a0212f72e"
|
|
|
|
-"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
|
|
|
-"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
-"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
-"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
-"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
-"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
|
|
|
|
-"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
-"checksum generic-array 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8107dafa78c80c848b71b60133954b4a58609a3a1a5f9af037ecc7f67280f369"
|
|
|
|
-"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
|
-"checksum h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "910a5e7be6283a9c91b3982fa5188368c8719cce2a3cf3b86048673bf9d9c36b"
|
|
|
|
-"checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da"
|
|
|
|
-"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
-"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
-"checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a"
|
|
|
|
-"checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
|
|
|
|
-"checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a"
|
|
|
|
-"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
|
|
|
-"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
|
|
|
-"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
|
|
|
-"checksum ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
-"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
|
-"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
|
|
|
-"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 itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
|
|
|
-"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 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
|
-"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
-"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
|
|
|
-"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 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 matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
-"checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
|
|
|
|
-"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
|
|
|
-"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
|
|
|
|
-"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
|
|
-"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
|
-"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
-"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
|
-"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
|
-"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
|
|
|
-"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
|
|
|
-"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
|
|
|
|
-"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_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
|
|
|
-"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
-"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
|
|
|
-"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
|
|
|
|
-"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
|
|
|
|
-"checksum postgres-protocol 0.3.2 (git+https://github.com/fafhrd91/rust-postgres.git)" = "<none>"
|
|
|
|
-"checksum postgres-shared 0.4.1 (git+https://github.com/fafhrd91/rust-postgres.git)" = "<none>"
|
|
|
|
-"checksum pq-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
|
|
|
|
-"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
|
|
|
-"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
|
|
|
-"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
|
|
|
|
-"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_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.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
|
-"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
-"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
-"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
|
|
|
|
-"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
-"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
-"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
|
-"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
-"checksum redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)" = "d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69"
|
|
|
|
-"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
|
-"checksum regex 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2cf47563eeec4ae0b6f5b0e0306024ccef91e779342705bbaa4b6ffc75ad825d"
|
|
|
|
-"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
|
|
|
-"checksum rent_to_own 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05a51ad2b1c5c710fa89e6b1631068dab84ed687bc6a5fe061ad65da3d0c25b2"
|
|
|
|
-"checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb"
|
|
|
|
-"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619"
|
|
|
|
-"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
-"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
|
|
|
|
-"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
|
|
|
-"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
|
|
-"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
-"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
-"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560"
|
|
|
|
-"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c"
|
|
|
|
-"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
|
|
|
-"checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2"
|
|
|
|
-"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
-"checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
|
|
|
|
-"checksum signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021"
|
|
|
|
-"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
-"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
-"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
|
|
|
-"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
|
|
|
|
-"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
|
|
-"checksum state_machine_future 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4365457c6ec580f8dee3b2c951f69fb50e510906f6cf5739845f9aa3430eb918"
|
|
|
|
-"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b"
|
|
|
|
-"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
-"checksum syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1825685f977249735d510a242a6727b46efe914bb67e38d30c071b1b72b1d5c2"
|
|
|
|
-"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
|
|
|
-"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
|
|
|
-"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
-"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 time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
|
|
|
-"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-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e"
|
|
|
|
-"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
|
|
|
-"checksum tokio-postgres 0.3.0 (git+https://github.com/fafhrd91/rust-postgres.git)" = "<none>"
|
|
|
|
-"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-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022"
|
|
|
|
-"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
|
|
|
-"checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6"
|
|
|
|
-"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 trust-dns-proto 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ee98cf62138256732aa8f8cdc81d3f5d1e0b7ce8f801b64ed2b51da45ac43ffa"
|
|
|
|
-"checksum trust-dns-resolver 0.11.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "427e40201aa996bbab96070eb2c15140849ae4aaa64ed5115a4108a23793976d"
|
|
|
|
-"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
-"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
|
|
|
-"checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd"
|
|
|
|
-"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
-"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
|
|
|
-"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
|
-"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
-"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
|
-"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
|
|
-"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
|
|
|
|
-"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
-"checksum widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"
|
|
|
|
-"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
-"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
|
|
|
-"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
-"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
-"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 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 winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
|
|
|
|
-"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|