You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2907 lines
136 KiB
2907 lines
136 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "adler32" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.6.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "arc-swap" |
|
version = "0.4.0" |
|
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 = "arrayvec" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "backtrace-sys" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"safemem 0.2.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"safemem 0.3.1 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bincode" |
|
version = "1.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.1.0" |
|
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 = "bufstream" |
|
version = "0.1.4" |
|
source = "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.2" |
|
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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "c2-chacha" |
|
version = "0.2.2" |
|
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)", |
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "checked_int_cast" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.0.1" |
|
source = "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 = "cookie" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cookie_store" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.5.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 = "deflate" |
|
version = "0.7.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "derive_is_enum_variant" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "diesel" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.7 (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)", |
|
"serde_json 1.0.40 (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.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "diesel_migrations" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"migrations_macros 1.4.0 (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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.5.2" |
|
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 = "encoding_rs" |
|
version = "0.8.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace 0.3.34 (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 = "failure" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace 0.3.34 (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.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synstructure 0.10.2 (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 = "flate2" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miniz_oxide_c_api 0.2.3 (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 = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
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.1.0 (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.28" |
|
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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "gcc" |
|
version = "0.3.55" |
|
source = "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 = "getrandom" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.18 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string 0.2.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 = "heck" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crypto-mac 0.5.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 = "http" |
|
version = "0.1.18" |
|
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.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
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)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "huawei-modem" |
|
version = "0.2.1" |
|
source = "git+https://git.theta.eu.org/huawei-modem.git/#c63550c4a2ab48703acfd1c4ee4b0c9515f92caa" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"derive_is_enum_variant 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-derive 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 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-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-file-unix 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)", |
|
] |
|
|
|
[[package]] |
|
name = "humansize" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.10.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.12.33" |
|
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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (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-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.3.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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.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 = "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 = "image" |
|
version = "0.21.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"png 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tiff 0.2.2 (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 = "inflate" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"adler32 1.0.3 (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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "irc" |
|
version = "0.13.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.7 (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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-mockstream 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "json" |
|
version = "0.11.14" |
|
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 = "libc" |
|
version = "0.2.60" |
|
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 = "lock_api" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lzw" |
|
version = "0.10.0" |
|
source = "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 = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "migrations_internals" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "migrations_macros" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.3.9 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide_c_api" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miniz_oxide 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.19" |
|
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)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (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 = "native-tls" |
|
version = "0.2.3" |
|
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)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"openssl 0.10.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"openssl-sys 0.9.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tempfile 3.1.0 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "nodrop" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "nom" |
|
version = "3.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num" |
|
version = "0.1.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-derive" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-derive" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.39" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.1.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"openssl-sys 0.9.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.48" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"vcpkg 0.2.7 (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" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (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.60 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.7.24" |
|
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 = "pkg-config" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.14.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "postgres" |
|
version = "0.15.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)", |
|
"fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"postgres-protocol 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"postgres-shared 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"socket2 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "postgres-protocol" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.3.23 (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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"postgres-protocol 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "pq-sys" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "0.2.3" |
|
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 = "proc-macro2" |
|
version = "0.4.30" |
|
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 = "protobuf" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "protobuf-codegen" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "protobuf-codegen-pure" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"protobuf-codegen 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "publicsuffix" |
|
version = "1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"error-chain 0.12.1 (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)", |
|
"regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "qrcode" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.6.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "r2d2" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scheduled-thread-pool 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "r2d2-diesel" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"r2d2 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.3.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (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.7 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (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.4 (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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_hc 0.2.0 (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.5 (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_chacha" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.0 (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_core" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.7 (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_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.5.0 (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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (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.7 (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.60 (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.7 (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.5 (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 = "rayon" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.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.56" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.5.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.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.9.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mime_guess 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.14.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rust-crypto" |
|
version = "0.2.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rustc-serialize" |
|
version = "0.3.24" |
|
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 = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "safemem" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "safemem" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.15" |
|
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)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "scheduled-thread-pool" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "scoped-tls" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "scoped_threadpool" |
|
version = "0.1.9" |
|
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 = "scopeguard" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"core-foundation-sys 0.6.2 (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.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (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.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"arc-swap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (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.3.0" |
|
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.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "sms-irc" |
|
version = "0.2.0" |
|
dependencies = [ |
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel_migrations 1.4.0 (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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"huawei-modem 0.2.1 (git+https://git.theta.eu.org/huawei-modem.git/)", |
|
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"irc 0.13.6 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mime_guess 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"postgres 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"qrcode 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"r2d2 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unidecode 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"whatsappweb-eta 0.5.0-pre1 (git+https://git.theta.eu.org/whatsappweb-rs.git/?branch=pre-futures-0.3)", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.0" |
|
source = "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 = "string" |
|
version = "0.2.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)", |
|
] |
|
|
|
[[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.11.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.12.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.15.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (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 = "synom" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.42 (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 = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (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 = "tiff" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "0.1.22" |
|
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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-buf" |
|
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)", |
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (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.28 (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-core" |
|
version = "0.1.17" |
|
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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (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-timer 0.2.11 (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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-executor" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-file-unix" |
|
version = "0.4.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)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-core 0.1.17 (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-fs" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.15 (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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-mockstream" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.28 (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-reactor" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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.8 (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.6 (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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.8 (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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-sync" |
|
version = "0.1.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)", |
|
"futures 0.1.28 (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.28 (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.19 (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-threadpool" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-timer" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-timer" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-tls" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.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 = "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.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (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.28 (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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "traitobject" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "try_from" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "typeable" |
|
version = "0.1.2" |
|
source = "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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "1.4.2" |
|
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 = "unicase" |
|
version = "2.4.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.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.0.4" |
|
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 = "unidecode" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.6.2" |
|
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 = [ |
|
"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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.7" |
|
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 = "want" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "websocket" |
|
version = "0.23.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"sha1 0.6.0 (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)", |
|
"tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "whatsappweb-eta" |
|
version = "0.5.0-pre1" |
|
source = "git+https://git.theta.eu.org/whatsappweb-rs.git/?branch=pre-futures-0.3#11112a320fe22ae7420f5f511c5f223d8acbb3e1" |
|
dependencies = [ |
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"json 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"protobuf-codegen-pure 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"qrcode 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"websocket 0.23.0 (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.7" |
|
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-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (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 adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
|
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
|
"checksum arc-swap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e43c468bcaa343ddcad9e46806e066e39f62434898b20f5af21261da910d5c7" |
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
|
"checksum autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b" |
|
"checksum backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba" |
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" |
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" |
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
|
"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7" |
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
|
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
|
"checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" |
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
|
"checksum cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ce400c638d48ee0e9ab75aef7997609ec57367ccfe1463f21bf53c3eca67bf46" |
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
|
"checksum checked_int_cast 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" |
|
"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" |
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd" |
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" |
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" |
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" |
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" |
|
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
|
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
"checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
|
"checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4" |
|
"checksum derive_is_enum_variant 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d0ac8859845146979953797f03cc5b282fb4396891807cdb3d04929a88418197" |
|
"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 diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c" |
|
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
|
"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 encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed" |
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b" |
|
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
|
"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 flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8" |
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
"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.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869" |
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" |
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
|
"checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8" |
|
"checksum gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "86c2f2b597d6e05c86ee5947b2223bda468fe8dad3e88e2a6520869322aaf568" |
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa" |
|
"checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
|
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" |
|
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
|
"checksum huawei-modem 0.2.1 (git+https://git.theta.eu.org/huawei-modem.git/)" = "<none>" |
|
"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
|
"checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" |
|
"checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f" |
|
"checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" |
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
|
"checksum image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "99198e595d012efccf12abf4abc08da2d97be0b0355a2b08d101347527476ba4" |
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
|
"checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" |
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
"checksum irc 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8eb7666c9ae95dc77b874467e347bde3789773b6f48887fb3384bfe29552b466" |
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
"checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d" |
|
"checksum json 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)" = "01d7903059b22f1f09ced2fb9562507e3556a953caa2f835c64ab022bb6148c2" |
|
"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 libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb" |
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
|
"checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
|
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" |
|
"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 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" |
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
|
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
|
"checksum migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9" |
|
"checksum migrations_macros 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1664412abf7db2b8a6d58be42a38b099780cc542b5b350383b805d88932833fe" |
|
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" |
|
"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425" |
|
"checksum mime_guess 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d729cf45eaf996831fe7143af04190187ab3ee2a72ea96bd00958d1fae822a9d" |
|
"checksum miniz_oxide 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c061edee74a88eb35d876ce88b94d77a0448a201de111c244b70d047f5820516" |
|
"checksum miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6c675792957b0d19933816c4e1d56663c341dd9bfa31cb2140ff2267c1d8ecf4" |
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
|
"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 native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" |
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
|
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" |
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" |
|
"checksum num-bigint 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1" |
|
"checksum num-complex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656" |
|
"checksum num-derive 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9847e59c61b30e443772b98adcda723964c61ed6c50df81a9c38d84821d0bb57" |
|
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" |
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
|
"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e" |
|
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e" |
|
"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454" |
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
|
"checksum openssl 0.10.24 (registry+https://github.com/rust-lang/crates.io-index)" = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15" |
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
"checksum openssl-sys 0.9.48 (registry+https://github.com/rust-lang/crates.io-index)" = "b5ba300217253bcc5dc68bed23d782affa45000193866e025329aa8a7a9f05b8" |
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
|
"checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" |
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
|
"checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" |
|
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" |
|
"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" |
|
"checksum pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c1d2cfa5a714db3b5f24f0915e74fcdf91d09d496ba61329705dda7774d2af" |
|
"checksum png 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "63daf481fdd0defa2d1d2be15c674fbfa1b0fd71882c303a91f9a79b3252c359" |
|
"checksum postgres 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "115dde90ef51af573580c035857badbece2aa5cde3de1dfb3c932969ca92a6c5" |
|
"checksum postgres-protocol 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2487e66455bf88a1b247bf08a3ce7fe5197ac6d67228d920b0ee6a0e97fd7312" |
|
"checksum postgres-shared 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ffac35b3e0029b404c24a3b82149b4e904f293e8ca4a327eefa24d3ca50df36f" |
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
|
"checksum pq-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda" |
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0" |
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
"checksum protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8aefcec9f142b524d98fc81d07827743be89dd6586a1ba6ab21fa66a500b3fa5" |
|
"checksum protobuf-codegen 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "31539be8028d6b9e8e1b3b7c74e2fa3555302e27b2cc20dbaee6ffba648f75e2" |
|
"checksum protobuf-codegen-pure 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00993dc5fbbfcf9d8a005f6b6c29fd29fd6d86deba3ae3f41fd20c624c414616" |
|
"checksum publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5afecba86dcf1e4fd610246f89899d1924fe12e1e89f555eb7c7f710f3c5ad1d" |
|
"checksum qrcode 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "db39274031636ba52d4758837447a5c8d895cc729f27a8ec183e50a477b625de" |
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" |
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
"checksum r2d2 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bc42ce75d9f4447fb2a04bbe1ed5d18dd949104572850ec19b164e274919f81b" |
|
"checksum r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9c29bad92da76d02bc2c020452ebc3a3fe6fa74cfab91e711c43116e4fb1a3" |
|
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" |
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
"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_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" |
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
"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 rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4" |
|
"checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2" |
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
|
"checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26" |
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
|
"checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" |
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
|
"checksum reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0777154c2c3eb54f5c480db01de845652d941e47191277cc673634c3853939" |
|
"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
|
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" |
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" |
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" |
|
"checksum safemem 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e133ccc4f4d1cd4f89cc8a7ff618287d56dc7f638b8e38fc32c5fdcadc339dd5" |
|
"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" |
|
"checksum scheduled-thread-pool 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd07742e081ff6c077f5f6b283f12f32b9e7cc765b316160d66289b74546fbb3" |
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
"checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" |
|
"checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" |
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
"checksum serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5626ac617da2f2d9c48af5515a21d5a480dbd151e01bb1c355e26a3e68113" |
|
"checksum serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "01e69e1b8a631f245467ee275b8c757b818653c6d704cdbcaeb56b56767b529c" |
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" |
|
"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.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68" |
|
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc" |
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
|
"checksum socket2 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df028e0e632c2a1823d920ad74895e7f9128e6438cbc4bc6fd1f180e644767b9" |
|
"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" |
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
|
"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1" |
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5" |
|
"checksum syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)" = "eadc09306ca51a40555dd6fc2b415538e9e18bc9f870e47b1a524a79fe2dcf5e" |
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
"checksum tiff 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce" |
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
|
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" |
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
|
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
|
"checksum tokio-file-unix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ee72fc88747c60118694e54ccebaf4fc9dde6f47f79a13f2fb99b71f58af038" |
|
"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" |
|
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
|
"checksum tokio-mockstream 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41bfc436ef8b7f60c19adf3df086330ae9992385e4d8c53b17a323cad288e155" |
|
"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.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
|
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
|
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
|
"checksum tokio-timer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc" |
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
|
"checksum tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c" |
|
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
|
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
|
"checksum toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8c96d7873fa7ef8bdeb3a9cda3ac48389b4154f32b9803b4bc26220b677b039" |
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" |
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
|
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" |
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
"checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" |
|
"checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" |
|
"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.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
"checksum unidecode 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "402bb19d8e03f1d1a7450e2bd613980869438e0666331be3e073089124aa1adc" |
|
"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" |
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
|
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
|
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" |
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
|
"checksum websocket 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b255b190f412e45000c35be7fe9b48b39a2ac5eb90d093d421694e5dae8b335c" |
|
"checksum whatsappweb-eta 0.5.0-pre1 (git+https://git.theta.eu.org/whatsappweb-rs.git/?branch=pre-futures-0.3)" = "<none>" |
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
|
"checksum winapi-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-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" |
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|