1726 lines
		
	
	
		
			83 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			1726 lines
		
	
	
		
			83 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| [[package]]
 | |
| name = "arrayvec"
 | |
| version = "0.4.12"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "autocfg"
 | |
| version = "0.1.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "backtrace"
 | |
| version = "0.3.40"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "backtrace-sys"
 | |
| version = "0.1.32"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "bitflags"
 | |
| version = "1.2.1"
 | |
| 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)",
 | |
|  "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "c2-chacha"
 | |
| version = "0.2.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "cc"
 | |
| version = "1.0.46"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "cfg-if"
 | |
| version = "0.1.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "cloudabi"
 | |
| version = "0.0.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "bitflags 1.2.1 (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.65 (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 = "crossbeam-channel"
 | |
| version = "0.3.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)",
 | |
| ]
 | |
| 
 | |
| [[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.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "cfg-if 0.1.10 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "memoffset 0.5.2 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "dotenv"
 | |
| version = "0.15.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "error-chain"
 | |
| version = "0.11.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "backtrace 0.3.40 (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.2.1 (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.29"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-channel-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-core-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-executor-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-io-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-join-macro-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-select-macro-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-sink-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-util-preview"
 | |
| version = "0.3.0-alpha.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-join-macro-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-select-macro-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "getrandom"
 | |
| version = "0.1.13"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "h2"
 | |
| version = "0.2.0-alpha.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)",
 | |
|  "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "indexmap 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)",
 | |
|  "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-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hermit-abi"
 | |
| version = "0.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "http"
 | |
| version = "0.1.19"
 | |
| 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.2.0-alpha.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)",
 | |
|  "http 0.1.19 (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 = "hyper"
 | |
| version = "0.13.0-alpha.4"
 | |
| 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-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "h2 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "http-body 0.2.0-alpha.3 (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.4 (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)",
 | |
|  "pin-project 0.4.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.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tower-make 0.3.0-alpha.2a (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hyper-tls"
 | |
| version = "0.4.0-alpha.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "hyper 0.13.0-alpha.4 (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.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-tls 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "indexmap"
 | |
| version = "1.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "iovec"
 | |
| version = "0.1.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "libc 0.2.65 (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 = "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 = "lazy_static"
 | |
| version = "1.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.65"
 | |
| source = "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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "maybe-uninit"
 | |
| version = "2.0.0"
 | |
| source = "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.2"
 | |
| 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 = "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_guess"
 | |
| version = "1.8.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "unicase 1.4.2 (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.4 (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.65 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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 = "multipart"
 | |
| version = "0.16.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tempfile 3.1.0 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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.25 (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.52 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "security-framework-sys 0.3.2 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "nodrop"
 | |
| version = "0.1.14"
 | |
| source = "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.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "num_cpus"
 | |
| version = "1.11.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "openssl"
 | |
| version = "0.10.25"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "cfg-if 0.1.10 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "openssl-sys 0.9.52 (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.52"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ordered-float"
 | |
| version = "1.0.2"
 | |
| 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)",
 | |
| ]
 | |
| 
 | |
| [[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.6.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "cfg-if 0.1.10 (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.65 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "winapi 0.3.8 (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_codegen"
 | |
| version = "0.7.24"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "phf_generator"
 | |
| 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)",
 | |
|  "rand 0.6.5 (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)",
 | |
|  "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-project"
 | |
| version = "0.4.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "pin-project-internal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-project-internal"
 | |
| version = "0.4.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-utils"
 | |
| version = "0.1.0-alpha.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "pkg-config"
 | |
| version = "0.3.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "ppv-lite86"
 | |
| version = "0.2.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-hack"
 | |
| version = "0.5.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-nested"
 | |
| version = "0.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro2"
 | |
| version = "1.0.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "quote"
 | |
| version = "1.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand"
 | |
| version = "0.6.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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.2 (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.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand"
 | |
| version = "0.7.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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.1 (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.7 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_core"
 | |
| version = "0.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_core"
 | |
| version = "0.4.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_core"
 | |
| version = "0.5.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "getrandom 0.1.13 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_isaac"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_jitter"
 | |
| version = "0.1.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "winapi 0.3.8 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand_core 0.4.2 (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.8 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_xorshift"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rdrand"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "redox_syscall"
 | |
| version = "0.1.56"
 | |
| 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.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-demangle"
 | |
| version = "0.1.16"
 | |
| 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.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "sarcastifybot"
 | |
| version = "0.1.0"
 | |
| dependencies = [
 | |
|  "dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "telegram-bot 0.7.0-alpha.0 (git+https://github.com/telegram-rs/telegram-bot)",
 | |
|  "tokio 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "schannel"
 | |
| version = "0.1.16"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "winapi 0.3.8 (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.2"
 | |
| 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.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "security-framework-sys"
 | |
| version = "0.3.2"
 | |
| 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.102"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde-value"
 | |
| version = "0.5.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde_derive"
 | |
| version = "1.0.102"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde_json"
 | |
| version = "1.0.41"
 | |
| 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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "siphasher"
 | |
| version = "0.2.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "slab"
 | |
| version = "0.4.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "smallvec"
 | |
| version = "0.6.13"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "spin"
 | |
| version = "0.5.2"
 | |
| 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 = "syn"
 | |
| version = "1.0.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "telegram-bot"
 | |
| version = "0.7.0-alpha.0"
 | |
| source = "git+https://github.com/telegram-rs/telegram-bot#a49f9c13ef560f803a4a31d6b33ec145eb561175"
 | |
| dependencies = [
 | |
|  "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "hyper-tls 0.4.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "telegram-bot-raw 0.7.0-alpha.0 (git+https://github.com/telegram-rs/telegram-bot)",
 | |
|  "tokio 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing-futures 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "telegram-bot-raw"
 | |
| version = "0.7.0-alpha.0"
 | |
| source = "git+https://github.com/telegram-rs/telegram-bot#a49f9c13ef560f803a4a31d6b33ec145eb561175"
 | |
| dependencies = [
 | |
|  "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "serde_json 1.0.41 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "rand 0.7.2 (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.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.65 (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.8 (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.29 (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.11.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-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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-threadpool 0.1.16 (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.5 (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"
 | |
| version = "0.2.0-alpha.6"
 | |
| 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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-fs 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-macros 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing-core 0.1.7 (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.29 (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-codec"
 | |
| version = "0.2.0-alpha.6"
 | |
| 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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (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.29 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-executor"
 | |
| version = "0.2.0-alpha.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing 0.1.10 (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.29 (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.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-fs"
 | |
| version = "0.2.0-alpha.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (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.29 (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-io"
 | |
| version = "0.2.0-alpha.6"
 | |
| 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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "pin-project 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-macros"
 | |
| version = "0.2.0-alpha.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-net"
 | |
| version = "0.2.0-alpha.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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)",
 | |
|  "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-reactor"
 | |
| version = "0.1.10"
 | |
| 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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.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.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "parking_lot 0.9.0 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-sync"
 | |
| version = "0.1.7"
 | |
| 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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-sync"
 | |
| version = "0.2.0-alpha.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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "iovec 0.1.4 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-threadpool"
 | |
| version = "0.1.16"
 | |
| 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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "lazy_static 1.4.0 (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.11.0 (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.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.29 (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.3.0-alpha.6"
 | |
| 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-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures-util-preview 0.3.0-alpha.19 (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.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-tls"
 | |
| version = "0.3.0-alpha.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-udp"
 | |
| version = "0.1.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "futures 0.1.29 (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.10 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "libc 0.2.65 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tower-make"
 | |
| version = "0.3.0-alpha.2a"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tower-service"
 | |
| version = "0.3.0-alpha.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing"
 | |
| version = "0.1.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing-attributes"
 | |
| version = "0.1.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing-core"
 | |
| version = "0.1.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing-futures"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "pin-project 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
|  "tracing 0.1.10 (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 = "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 = "unicode-xid"
 | |
| version = "0.2.0"
 | |
| source = "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.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| dependencies = [
 | |
|  "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 = "wasi"
 | |
| version = "0.7.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "winapi"
 | |
| version = "0.2.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| 
 | |
| [[package]]
 | |
| name = "winapi"
 | |
| version = "0.3.8"
 | |
| 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 = "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 arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
 | |
| "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 | |
| "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
 | |
| "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
 | |
| "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 | |
| "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.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
 | |
| "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c"
 | |
| "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 | |
| "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
 | |
| "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 crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
 | |
| "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 dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 | |
| "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
 | |
| "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.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
 | |
| "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
 | |
| "checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
 | |
| "checksum futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98"
 | |
| "checksum futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda"
 | |
| "checksum futures-join-macro-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "59e260e6b48ce7d99936c40a7088d782a499a67bef41da5481d21b439454bcea"
 | |
| "checksum futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e"
 | |
| "checksum futures-select-macro-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "df2ae43560eb10b5e50604c53bead6c9c75eade7081390cd3cce66e1582958f7"
 | |
| "checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec"
 | |
| "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d"
 | |
| "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
 | |
| "checksum h2 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f107db1419ef8271686187b1a5d47c6431af4a7f4d98b495e7b7fc249bb0a78"
 | |
| "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
 | |
| "checksum http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf"
 | |
| "checksum http-body 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f3aef6f3de2bd8585f5b366f3f550b5774500b4764d00cf00f903c95749eec3"
 | |
| "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
 | |
| "checksum hyper 0.13.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2d05aa523087ac0b9d8b93dd80d5d482a697308ed3b0dca7b0667511a7fa7cdc"
 | |
| "checksum hyper-tls 0.4.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "47cb3975f80cc809efe5dfcc52b73c9b281fde33f2df35a2e5f79f35e384ae7f"
 | |
| "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
 | |
| "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 | |
| "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
 | |
| "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
 | |
| "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
| "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
 | |
| "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 maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
 | |
| "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
 | |
| "checksum memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a85c1a8c329f11437034d7313dca647c79096523533a1c79e86f1d0f657c7cc"
 | |
| "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
 | |
| "checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7"
 | |
| "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 multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01"
 | |
| "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.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | |
| "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
 | |
| "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5"
 | |
| "checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
 | |
| "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
 | |
| "checksum openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc"
 | |
| "checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
 | |
| "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
 | |
| "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
 | |
| "checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
 | |
| "checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
 | |
| "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
 | |
| "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
 | |
| "checksum pin-project 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c5fce7042b4e4338a3f868e563fff394709c3ff62cf6908d407dd9e2caff96ed"
 | |
| "checksum pin-project-internal 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7644b4721cc27235f667e735da8732f5b781c442157315674c0cb7f28b4cabf3"
 | |
| "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
 | |
| "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
 | |
| "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
 | |
| "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
 | |
| "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
 | |
| "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
 | |
| "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
 | |
| "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
 | |
| "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
 | |
| "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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
 | |
| "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 | |
| "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 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 remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
 | |
| "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
 | |
| "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
 | |
| "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
 | |
| "checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
 | |
| "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
 | |
| "checksum security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f997356d258ca48daec7e116062b4f7e30c2580b09fad7842b691e104d4905ba"
 | |
| "checksum security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c6680f163cacb6af55349fa4382a25b6d8f9c42b701e6f63dcce85a8f77e50fd"
 | |
| "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.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0"
 | |
| "checksum serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f"
 | |
| "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8"
 | |
| "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
 | |
| "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
 | |
| "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
 | |
| "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
 | |
| "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 | |
| "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
 | |
| "checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
 | |
| "checksum telegram-bot 0.7.0-alpha.0 (git+https://github.com/telegram-rs/telegram-bot)" = "<none>"
 | |
| "checksum telegram-bot-raw 0.7.0-alpha.0 (git+https://github.com/telegram-rs/telegram-bot)" = "<none>"
 | |
| "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
 | |
| "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 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1f17f5d6ab0f35c1506678b28fb1798bdf74fcb737e9843c7b17b73e426eba38"
 | |
| "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
 | |
| "checksum tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9f5d22fd1e84bd4045d28813491cb7d7caae34d45c80517c2213f09a85e8787a"
 | |
| "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-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee9ceecf69145923834ea73f32ba40c790fd877b74a7817dd0b089f1eb9c7c8"
 | |
| "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
 | |
| "checksum tokio-fs 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf85e16971e06e680c622e0c1b455be94b086275c5ddcd6d4a83a2bfbb83cda"
 | |
| "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
 | |
| "checksum tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "112784d5543df30660b04a72ca423bfbd90e8bb32f94dcf610f15401218b22c5"
 | |
| "checksum tokio-macros 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "86b616374bcdadd95974e1f0dfca07dc913f1163c53840c0d664aca35114964e"
 | |
| "checksum tokio-net 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a441682cd32f3559383112c4a7f372f5c9fa1950c5cf8c8dd05274a2ce8c2654"
 | |
| "checksum tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c56391be9805bc80163151c0b9e5164ee64f4b0200962c346fea12773158f22d"
 | |
| "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
 | |
| "checksum tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f1aaeb685540f7407ea0e27f1c9757d258c7c6bf4e3eb19da6fc59b747239d2"
 | |
| "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
 | |
| "checksum tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd2c6a3885302581f4401c82af70d792bb9df1700e7437b0aeb4ada94d5388c"
 | |
| "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
 | |
| "checksum tokio-timer 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b97c1587fe71018eb245a4a9daa13a5a3b681bbc1f7fdadfe24720e141472c13"
 | |
| "checksum tokio-tls 0.3.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "566b4086589c7eebb86aa625d302ab80720ef2aa088649dcae18ec4d754cbd16"
 | |
| "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
 | |
| "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
 | |
| "checksum tower-make 0.3.0-alpha.2a (registry+https://github.com/rust-lang/crates.io-index)" = "316d47dd40cde4ac5d88110eaf9a10a4e2a68612d9c056cd2aa24e37dcb484cd"
 | |
| "checksum tower-service 0.3.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63ff37396cd966ce43bea418bfa339f802857495f797dafa00bea5b7221ebdfa"
 | |
| "checksum tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ff4e4f59e752cb3beb5b61c6d5e11191c7946231ba84faec2902c9efdd8691c5"
 | |
| "checksum tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a4263b12c3d3c403274493eb805966093b53214124796552d674ca1dd5d27c2b"
 | |
| "checksum tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bc913647c520c959b6d21e35ed8fa6984971deca9f0a2fcb8c51207e0c56af1d"
 | |
| "checksum tracing-futures 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "85a260ae9e7fdf7402955e761af889eb56203284295c0482b1fe33641cb948f0"
 | |
| "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
 | |
| "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
 | |
| "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
 | |
| "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.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
 | |
| "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
 | |
| "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
 | |
| "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
 | |
| "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 ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
 |