mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			3111 lines
		
	
	
		
			136 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			3111 lines
		
	
	
		
			136 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/Cargo.lock b/Cargo.lock
 | |
| index f50033b..807f0eb 100644
 | |
| --- a/Cargo.lock
 | |
| +++ b/Cargo.lock
 | |
| @@ -1,2262 +1,2267 @@
 | |
|  # This file is automatically @generated by Cargo.
 | |
|  # It is not intended for manual editing.
 | |
| +version = 3
 | |
| +
 | |
|  [[package]]
 | |
|  name = "actix-codec"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
 | |
|  dependencies = [
 | |
| - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bitflags",
 | |
| + "bytes",
 | |
| + "futures-core",
 | |
| + "futures-sink",
 | |
| + "log",
 | |
| + "tokio",
 | |
| + "tokio-util",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-connect"
 | |
|  version = "1.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1f2b61480a8d30c94d5c883d79ef026b02ad6809931b0a4bb703f9545cd8c986"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "trust-dns-resolver 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "actix-utils",
 | |
| + "derive_more",
 | |
| + "either",
 | |
| + "futures",
 | |
| + "http",
 | |
| + "log",
 | |
| + "trust-dns-proto",
 | |
| + "trust-dns-resolver",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-files"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "301482841d3d74483a446ead63cb7d362e187d2c8b603f13d91995621ea53c46"
 | |
|  dependencies = [
 | |
| - "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "v_htmlescape 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-http",
 | |
| + "actix-service",
 | |
| + "actix-web",
 | |
| + "bitflags",
 | |
| + "bytes",
 | |
| + "derive_more",
 | |
| + "futures",
 | |
| + "log",
 | |
| + "mime",
 | |
| + "mime_guess",
 | |
| + "percent-encoding",
 | |
| + "v_htmlescape",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-http"
 | |
|  version = "1.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-connect 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-connect",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "actix-threadpool",
 | |
| + "actix-utils",
 | |
| + "base64 0.11.0",
 | |
| + "bitflags",
 | |
| + "brotli2",
 | |
| + "bytes",
 | |
| + "chrono",
 | |
| + "copyless",
 | |
| + "derive_more",
 | |
| + "either",
 | |
| + "encoding_rs",
 | |
| + "failure",
 | |
| + "flate2",
 | |
| + "futures-channel",
 | |
| + "futures-core",
 | |
| + "futures-util",
 | |
| + "fxhash",
 | |
| + "h2",
 | |
| + "http",
 | |
| + "httparse",
 | |
| + "indexmap",
 | |
| + "language-tags",
 | |
| + "lazy_static",
 | |
| + "log",
 | |
| + "mime",
 | |
| + "percent-encoding",
 | |
| + "pin-project",
 | |
| + "rand",
 | |
| + "regex",
 | |
| + "ring",
 | |
| + "serde",
 | |
| + "serde_json",
 | |
| + "serde_urlencoded",
 | |
| + "sha1",
 | |
| + "slab",
 | |
| + "time",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-identity"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2a379b0639c293292d71defb8cc1f94c87b7705c904adf044338ad392df77c7a"
 | |
|  dependencies = [
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-service",
 | |
| + "actix-web",
 | |
| + "futures",
 | |
| + "serde",
 | |
| + "serde_json",
 | |
| + "time",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-macros"
 | |
|  version = "0.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "21705adc76bbe4bc98434890e73a89cd00c6015e5704a60bb6eea6c3b72316b6"
 | |
|  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)",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-multipart"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4397935fca2a37a5353f94faa758fb176712806f605466b5a60373b204f0d836"
 | |
|  dependencies = [
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "twoway 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-service",
 | |
| + "actix-utils",
 | |
| + "actix-web",
 | |
| + "bytes",
 | |
| + "derive_more",
 | |
| + "futures",
 | |
| + "httparse",
 | |
| + "log",
 | |
| + "mime",
 | |
| + "time",
 | |
| + "twoway",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-router"
 | |
|  version = "0.2.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9d7a10ca4d94e8c8e7a87c5173aba1b97ba9a6563ca02b0e1cd23531093d3ec8"
 | |
|  dependencies = [
 | |
| - "bytestring 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bytestring",
 | |
| + "http",
 | |
| + "log",
 | |
| + "regex",
 | |
| + "serde",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-rt"
 | |
|  version = "1.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3f6a0a55507046441a496b2f0d26a84a65e67c8cafffe279072412f624b5fb6d"
 | |
|  dependencies = [
 | |
| - "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-macros",
 | |
| + "actix-threadpool",
 | |
| + "copyless",
 | |
| + "futures",
 | |
| + "tokio",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-server"
 | |
|  version = "1.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "51d3455eaac03ca3e49d7b822eb35c884b861f715627254ccbe4309d08f1841a"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (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.21 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "actix-utils",
 | |
| + "futures",
 | |
| + "log",
 | |
| + "mio",
 | |
| + "mio-uds",
 | |
| + "net2",
 | |
| + "num_cpus",
 | |
| + "slab",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-service"
 | |
|  version = "1.0.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9fba4171f1952aa15f3cf410facac388d18110b1e8754f84a407ab7f9d5ac7ee"
 | |
|  dependencies = [
 | |
| - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "futures-util",
 | |
| + "pin-project",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-testing"
 | |
|  version = "1.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "48494745b72d0ea8ff0cf874aaf9b622a3ee03d7081ee0c04edea4f26d32c911"
 | |
|  dependencies = [
 | |
| - "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (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)",
 | |
| + "actix-macros",
 | |
| + "actix-rt",
 | |
| + "actix-server",
 | |
| + "actix-service",
 | |
| + "futures",
 | |
| + "log",
 | |
| + "net2",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-threadpool"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cf4082192601de5f303013709ff84d81ca6a1bc4af7fb24f367a500a23c6e84e"
 | |
|  dependencies = [
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-channel 0.3.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "derive_more",
 | |
| + "futures-channel",
 | |
| + "lazy_static",
 | |
| + "log",
 | |
| + "num_cpus",
 | |
| + "parking_lot 0.10.0",
 | |
| + "threadpool",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-tls"
 | |
|  version = "1.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "actix-utils",
 | |
| + "derive_more",
 | |
| + "either",
 | |
| + "futures",
 | |
| + "log",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-utils"
 | |
|  version = "1.0.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "bitflags",
 | |
| + "bytes",
 | |
| + "either",
 | |
| + "futures",
 | |
| + "log",
 | |
| + "pin-project",
 | |
| + "slab",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-web"
 | |
|  version = "2.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3158e822461040822f0dbf1735b9c2ce1f95f93b651d7a7aded00b1efbb1f635"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-router 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-testing 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-web-codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "awc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime 0.3.14 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-http",
 | |
| + "actix-macros",
 | |
| + "actix-router",
 | |
| + "actix-rt",
 | |
| + "actix-server",
 | |
| + "actix-service",
 | |
| + "actix-testing",
 | |
| + "actix-threadpool",
 | |
| + "actix-tls",
 | |
| + "actix-utils",
 | |
| + "actix-web-codegen",
 | |
| + "awc",
 | |
| + "bytes",
 | |
| + "derive_more",
 | |
| + "encoding_rs",
 | |
| + "futures",
 | |
| + "fxhash",
 | |
| + "log",
 | |
| + "mime",
 | |
| + "net2",
 | |
| + "pin-project",
 | |
| + "regex",
 | |
| + "serde",
 | |
| + "serde_json",
 | |
| + "serde_urlencoded",
 | |
| + "time",
 | |
| + "url",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "actix-web-codegen"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "de0878b30e62623770a4713a6338329fd0119703bafc211d3e4144f4d4a7bdd5"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "adler32"
 | |
|  version = "1.0.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "aho-corasick"
 | |
|  version = "0.7.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
 | |
|  dependencies = [
 | |
| - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "memchr",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "anyhow"
 | |
|  version = "1.0.26"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "arc-swap"
 | |
|  version = "0.4.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f1a1eca3195b729bbd64e292ef2f5fff6b1c28504fed762ce2b1013dde4d8e92"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "arrayref"
 | |
|  version = "0.3.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "arrayvec"
 | |
|  version = "0.4.12"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
 | |
|  dependencies = [
 | |
| - "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "nodrop",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "arrayvec"
 | |
|  version = "0.5.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "async-trait"
 | |
|  version = "0.1.22"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c8df72488e87761e772f14ae0c2480396810e51b2c2ade912f97f0f7e5b95e3c"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "atty"
 | |
|  version = "0.2.13"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
 | |
|  dependencies = [
 | |
| - "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)",
 | |
| + "libc",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "autocfg"
 | |
|  version = "0.1.7"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "awc"
 | |
|  version = "1.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5"
 | |
|  dependencies = [
 | |
| - "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-codec",
 | |
| + "actix-http",
 | |
| + "actix-rt",
 | |
| + "actix-service",
 | |
| + "base64 0.11.0",
 | |
| + "bytes",
 | |
| + "derive_more",
 | |
| + "futures-core",
 | |
| + "log",
 | |
| + "mime",
 | |
| + "percent-encoding",
 | |
| + "rand",
 | |
| + "serde",
 | |
| + "serde_json",
 | |
| + "serde_urlencoded",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "backtrace"
 | |
|  version = "0.3.40"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
 | |
|  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)",
 | |
| + "backtrace-sys",
 | |
| + "cfg-if 0.1.10",
 | |
| + "libc",
 | |
| + "rustc-demangle",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "backtrace-sys"
 | |
|  version = "0.1.32"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
 | |
|  dependencies = [
 | |
| - "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cc",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "base64"
 | |
|  version = "0.10.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
 | |
|  dependencies = [
 | |
| - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "byteorder",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "base64"
 | |
|  version = "0.11.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "bitflags"
 | |
|  version = "1.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "blake2b_simd"
 | |
|  version = "0.5.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
 | |
|  dependencies = [
 | |
| - "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "arrayref",
 | |
| + "arrayvec 0.4.12",
 | |
| + "constant_time_eq",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "blake3"
 | |
|  version = "0.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ba0511b7f4f7d9cb1ef7b8dfda5293af6c1071578d65c8a05aa7d11c1985f08c"
 | |
|  dependencies = [
 | |
| - "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "arrayref",
 | |
| + "arrayvec 0.5.1",
 | |
| + "cc",
 | |
| + "cfg-if 0.1.10",
 | |
| + "constant_time_eq",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "brotli-sys"
 | |
|  version = "0.3.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
 | |
|  dependencies = [
 | |
| - "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cc",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "brotli2"
 | |
|  version = "0.3.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
 | |
|  dependencies = [
 | |
| - "brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "brotli-sys",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "bumpalo"
 | |
|  version = "3.1.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "byteorder"
 | |
|  version = "1.3.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "bytes"
 | |
|  version = "0.5.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "bytestring"
 | |
|  version = "0.1.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "fc267467f58ef6cc8874064c62a0423eb0d099362c8a23edd1c6d044f46eead4"
 | |
|  dependencies = [
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bytes",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "c2-chacha"
 | |
|  version = "0.2.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
 | |
|  dependencies = [
 | |
| - "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "ppv-lite86",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "cc"
 | |
|  version = "1.0.50"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "cfg-if"
 | |
|  version = "0.1.10"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 | |
| +
 | |
| +[[package]]
 | |
| +name = "cfg-if"
 | |
| +version = "1.0.0"
 | |
| +source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "chrono"
 | |
|  version = "0.4.10"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
 | |
|  dependencies = [
 | |
| - "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "num-integer",
 | |
| + "num-traits",
 | |
| + "time",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "clicolors-control"
 | |
|  version = "1.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
 | |
|  dependencies = [
 | |
| - "atty 0.2.13 (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)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "atty",
 | |
| + "lazy_static",
 | |
| + "libc",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "cloudabi"
 | |
|  version = "0.0.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
 | |
|  dependencies = [
 | |
| - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bitflags",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "console"
 | |
|  version = "0.9.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
 | |
|  dependencies = [
 | |
| - "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "encode_unicode 0.3.6 (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)",
 | |
| - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "clicolors-control",
 | |
| + "encode_unicode",
 | |
| + "lazy_static",
 | |
| + "libc",
 | |
| + "regex",
 | |
| + "termios",
 | |
| + "unicode-width",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "constant_time_eq"
 | |
|  version = "0.1.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "copyless"
 | |
|  version = "0.1.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "crc32fast"
 | |
|  version = "1.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "crossbeam-utils"
 | |
|  version = "0.6.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
 | |
|  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)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "lazy_static",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "derive_more"
 | |
|  version = "0.99.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "dialoguer"
 | |
|  version = "0.5.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "94616e25d2c04fc97253d145f6ca33ad84a584258dc70c4e621cc79a57f903b6"
 | |
|  dependencies = [
 | |
| - "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "console",
 | |
| + "lazy_static",
 | |
| + "tempfile",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "diesel"
 | |
|  version = "1.4.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9d7cc03b910de9935007861dce440881f69102aaaedfd4bc5a6f40340ca5840c"
 | |
|  dependencies = [
 | |
| - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "r2d2 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "byteorder",
 | |
| + "diesel_derives",
 | |
| + "libsqlite3-sys",
 | |
| + "r2d2",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "diesel_derives"
 | |
|  version = "1.4.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "diesel_migrations"
 | |
|  version = "1.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
 | |
|  dependencies = [
 | |
| - "migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "migrations_macros 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "migrations_internals",
 | |
| + "migrations_macros",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "dirs"
 | |
|  version = "2.0.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "dirs-sys",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "dirs-sys"
 | |
|  version = "0.3.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
 | |
|  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)",
 | |
| - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "libc",
 | |
| + "redox_users",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "dotenv"
 | |
|  version = "0.15.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "dtoa"
 | |
|  version = "0.4.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "either"
 | |
|  version = "1.5.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "encode_unicode"
 | |
|  version = "0.3.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "encoding_rs"
 | |
|  version = "0.8.20"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "enum-as-inner"
 | |
|  version = "0.3.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "900a6c7fbe523f4c2884eaf26b57b81bb69b6810a01a236390a7ac021d09492e"
 | |
|  dependencies = [
 | |
| - "heck 0.3.1 (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)",
 | |
| + "heck",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "env_logger"
 | |
|  version = "0.7.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
 | |
|  dependencies = [
 | |
| - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "humantime 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)",
 | |
| - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "atty",
 | |
| + "humantime",
 | |
| + "log",
 | |
| + "regex",
 | |
| + "termcolor",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "failure"
 | |
|  version = "0.1.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
 | |
|  dependencies = [
 | |
| - "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "backtrace",
 | |
| + "failure_derive",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "failure_derive"
 | |
|  version = "0.1.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
 | |
|  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)",
 | |
| - "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
| + "synstructure",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "filite"
 | |
|  version = "0.3.0"
 | |
|  dependencies = [
 | |
| - "actix-files 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-identity 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-multipart 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "blake3 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "diesel 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "radix_fmt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "actix-files",
 | |
| + "actix-identity",
 | |
| + "actix-multipart",
 | |
| + "actix-rt",
 | |
| + "actix-web",
 | |
| + "base64 0.11.0",
 | |
| + "blake3",
 | |
| + "chrono",
 | |
| + "dialoguer",
 | |
| + "diesel",
 | |
| + "diesel_migrations",
 | |
| + "dirs",
 | |
| + "dotenv",
 | |
| + "env_logger",
 | |
| + "futures",
 | |
| + "lazy_static",
 | |
| + "libsqlite3-sys",
 | |
| + "num_cpus",
 | |
| + "radix_fmt",
 | |
| + "rand",
 | |
| + "serde",
 | |
| + "toml",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "flate2"
 | |
|  version = "1.0.13"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "crc32fast",
 | |
| + "libc",
 | |
| + "miniz_oxide",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "fnv"
 | |
|  version = "1.0.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "fuchsia-cprng"
 | |
|  version = "0.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "fuchsia-zircon"
 | |
|  version = "0.3.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
 | |
|  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)",
 | |
| + "bitflags",
 | |
| + "fuchsia-zircon-sys",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "fuchsia-zircon-sys"
 | |
|  version = "0.3.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987"
 | |
|  dependencies = [
 | |
| - "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "futures-channel",
 | |
| + "futures-core",
 | |
| + "futures-executor",
 | |
| + "futures-io",
 | |
| + "futures-sink",
 | |
| + "futures-task",
 | |
| + "futures-util",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-channel"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
 | |
|  dependencies = [
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "futures-core",
 | |
| + "futures-sink",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-core"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-executor"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231"
 | |
|  dependencies = [
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "futures-core",
 | |
| + "futures-task",
 | |
| + "futures-util",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-io"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-macro"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764"
 | |
|  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)",
 | |
| + "proc-macro-hack",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-sink"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-task"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "futures-util"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
 | |
|  dependencies = [
 | |
| - "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-task 0.3.1 (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)",
 | |
| + "futures-channel",
 | |
| + "futures-core",
 | |
| + "futures-io",
 | |
| + "futures-macro",
 | |
| + "futures-sink",
 | |
| + "futures-task",
 | |
| + "memchr",
 | |
| + "pin-utils",
 | |
| + "proc-macro-hack",
 | |
| + "proc-macro-nested",
 | |
| + "slab",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "fxhash"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | |
|  dependencies = [
 | |
| - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "byteorder",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "getrandom"
 | |
|  version = "0.1.13"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
 | |
|  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)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "libc",
 | |
| + "wasi",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "h2"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
 | |
|  dependencies = [
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "http 0.2.0 (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)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bytes",
 | |
| + "fnv",
 | |
| + "futures-core",
 | |
| + "futures-sink",
 | |
| + "futures-util",
 | |
| + "http",
 | |
| + "indexmap",
 | |
| + "log",
 | |
| + "slab",
 | |
| + "tokio",
 | |
| + "tokio-util",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "heck"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
 | |
|  dependencies = [
 | |
| - "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "unicode-segmentation",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "hermit-abi"
 | |
|  version = "0.1.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
 | |
|  dependencies = [
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "hostname"
 | |
|  version = "0.1.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
 | |
|  dependencies = [
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "libc",
 | |
| + "winutil",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "http"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
 | |
|  dependencies = [
 | |
| - "bytes 0.5.3 (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)",
 | |
| + "bytes",
 | |
| + "fnv",
 | |
| + "itoa",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "httparse"
 | |
|  version = "1.3.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "humantime"
 | |
|  version = "1.3.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
 | |
|  dependencies = [
 | |
| - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "quick-error",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "idna"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
 | |
|  dependencies = [
 | |
| - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "matches",
 | |
| + "unicode-bidi",
 | |
| + "unicode-normalization",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "indexmap"
 | |
|  version = "1.3.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
 | |
|  dependencies = [
 | |
| - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "autocfg",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "iovec"
 | |
|  version = "0.1.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 | |
|  dependencies = [
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "ipconfig"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "aa79fa216fbe60834a9c0737d7fcd30425b32d1c58854663e24d4c4b328ed83f"
 | |
|  dependencies = [
 | |
| - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "socket2",
 | |
| + "widestring",
 | |
| + "winapi 0.3.8",
 | |
| + "winreg",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "itoa"
 | |
|  version = "0.4.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "js-sys"
 | |
|  version = "0.3.35"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
 | |
|  dependencies = [
 | |
| - "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "wasm-bindgen",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "kernel32-sys"
 | |
|  version = "0.2.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
 | |
|  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)",
 | |
| + "winapi 0.2.8",
 | |
| + "winapi-build",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "language-tags"
 | |
|  version = "0.2.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "lazy_static"
 | |
|  version = "1.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "libc"
 | |
| -version = "0.2.65"
 | |
| +version = "0.2.136"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "libsqlite3-sys"
 | |
|  version = "0.16.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5e5b95e89c330291768dc840238db7f9e204fd208511ab6319b56193a7f2ae25"
 | |
|  dependencies = [
 | |
| - "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cc",
 | |
| + "pkg-config",
 | |
| + "vcpkg",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "linked-hash-map"
 | |
|  version = "0.5.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "lock_api"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
 | |
|  dependencies = [
 | |
| - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "scopeguard",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "log"
 | |
|  version = "0.4.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "lru-cache"
 | |
|  version = "0.1.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
 | |
|  dependencies = [
 | |
| - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "linked-hash-map",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "matches"
 | |
|  version = "0.1.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "memchr"
 | |
|  version = "2.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "migrations_internals"
 | |
|  version = "1.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9"
 | |
|  dependencies = [
 | |
| - "diesel 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "diesel",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "migrations_macros"
 | |
|  version = "1.4.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "719ef0bc7f531428764c9b70661c14abd50a7f3d21f355752d9985aa21251c9e"
 | |
|  dependencies = [
 | |
| - "migrations_internals 1.4.0 (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)",
 | |
| + "migrations_internals",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "mime"
 | |
|  version = "0.3.14"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "mime_guess"
 | |
|  version = "2.0.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
 | |
|  dependencies = [
 | |
| - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "mime",
 | |
| + "unicase",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "miniz_oxide"
 | |
|  version = "0.3.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
 | |
|  dependencies = [
 | |
| - "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "adler32",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "mio"
 | |
|  version = "0.6.21"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "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)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "fuchsia-zircon",
 | |
| + "fuchsia-zircon-sys",
 | |
| + "iovec",
 | |
| + "kernel32-sys",
 | |
| + "libc",
 | |
| + "log",
 | |
| + "miow",
 | |
| + "net2",
 | |
| + "slab",
 | |
| + "winapi 0.2.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "mio-uds"
 | |
|  version = "0.6.7"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
 | |
|  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.21 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "iovec",
 | |
| + "libc",
 | |
| + "mio",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "miow"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
 | |
|  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)",
 | |
| + "kernel32-sys",
 | |
| + "net2",
 | |
| + "winapi 0.2.8",
 | |
| + "ws2_32-sys",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "net2"
 | |
|  version = "0.2.33"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
 | |
|  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)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "libc",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "nodrop"
 | |
|  version = "0.1.14"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "nom"
 | |
|  version = "4.2.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
 | |
|  dependencies = [
 | |
| - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "memchr",
 | |
| + "version_check",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "num-integer"
 | |
|  version = "0.1.41"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
 | |
|  dependencies = [
 | |
| - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "autocfg",
 | |
| + "num-traits",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "num-traits"
 | |
|  version = "0.2.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
 | |
|  dependencies = [
 | |
| - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "autocfg",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "num_cpus"
 | |
|  version = "1.11.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
 | |
|  dependencies = [
 | |
| - "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "hermit-abi",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "parking_lot"
 | |
|  version = "0.9.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
 | |
|  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)",
 | |
| + "lock_api",
 | |
| + "parking_lot_core 0.6.2",
 | |
| + "rustc_version",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "parking_lot"
 | |
|  version = "0.10.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
 | |
|  dependencies = [
 | |
| - "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "lock_api",
 | |
| + "parking_lot_core 0.7.0",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "parking_lot_core"
 | |
|  version = "0.6.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
 | |
|  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.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "cloudabi",
 | |
| + "libc",
 | |
| + "redox_syscall",
 | |
| + "rustc_version",
 | |
| + "smallvec 0.6.10",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "parking_lot_core"
 | |
|  version = "0.7.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
 | |
|  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)",
 | |
| - "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "cloudabi",
 | |
| + "libc",
 | |
| + "redox_syscall",
 | |
| + "smallvec 1.1.0",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "percent-encoding"
 | |
|  version = "2.1.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "pin-project"
 | |
|  version = "0.4.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "94b90146c7216e4cb534069fb91366de4ea0ea353105ee45ed297e2d1619e469"
 | |
|  dependencies = [
 | |
| - "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "pin-project-internal",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "pin-project-internal"
 | |
|  version = "0.4.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "44ca92f893f0656d3cba8158dd0f2b99b94de256a4a54e870bd6922fcc6c8355"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "pin-project-lite"
 | |
|  version = "0.1.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e8822eb8bb72452f038ebf6048efa02c3fe22bf83f76519c9583e47fc194a422"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "pin-utils"
 | |
|  version = "0.1.0-alpha.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "pkg-config"
 | |
|  version = "0.3.16"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "ppv-lite86"
 | |
|  version = "0.2.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "proc-macro-hack"
 | |
|  version = "0.5.11"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "proc-macro-nested"
 | |
|  version = "0.1.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "proc-macro2"
 | |
|  version = "1.0.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
 | |
|  dependencies = [
 | |
| - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "unicode-xid",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "quick-error"
 | |
|  version = "1.2.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "quote"
 | |
|  version = "1.0.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
 | |
|  dependencies = [
 | |
| - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "proc-macro2",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "r2d2"
 | |
|  version = "0.8.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e48fa64898ef0286b6ee4b4d8f61483f9182acf5e44e62a398b1c7f56f2f861d"
 | |
|  dependencies = [
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "scheduled-thread-pool 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "log",
 | |
| + "parking_lot 0.9.0",
 | |
| + "scheduled-thread-pool",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "radix_fmt"
 | |
|  version = "1.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand"
 | |
|  version = "0.7.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 | |
|  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)",
 | |
| + "getrandom",
 | |
| + "libc",
 | |
| + "rand_chacha",
 | |
| + "rand_core 0.5.1",
 | |
| + "rand_hc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_chacha"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
 | |
|  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)",
 | |
| + "c2-chacha",
 | |
| + "rand_core 0.5.1",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_core"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
 | |
|  dependencies = [
 | |
| - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "rand_core 0.4.2",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_core"
 | |
|  version = "0.4.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_core"
 | |
|  version = "0.5.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 | |
|  dependencies = [
 | |
| - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "getrandom",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_hc"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 | |
|  dependencies = [
 | |
| - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "rand_core 0.5.1",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rand_os"
 | |
|  version = "0.1.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
 | |
|  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)",
 | |
| + "cloudabi",
 | |
| + "fuchsia-cprng",
 | |
| + "libc",
 | |
| + "rand_core 0.4.2",
 | |
| + "rdrand",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rdrand"
 | |
|  version = "0.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
 | |
|  dependencies = [
 | |
| - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "rand_core 0.3.1",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "redox_syscall"
 | |
|  version = "0.1.56"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "redox_users"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
 | |
|  dependencies = [
 | |
| - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "failure",
 | |
| + "rand_os",
 | |
| + "redox_syscall",
 | |
| + "rust-argon2",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "regex"
 | |
|  version = "1.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
 | |
|  dependencies = [
 | |
| - "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "aho-corasick",
 | |
| + "memchr",
 | |
| + "regex-syntax",
 | |
| + "thread_local",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "regex-syntax"
 | |
|  version = "0.6.12"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "remove_dir_all"
 | |
|  version = "0.5.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
 | |
|  dependencies = [
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "resolv-conf"
 | |
|  version = "0.6.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb"
 | |
|  dependencies = [
 | |
| - "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "hostname",
 | |
| + "quick-error",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "ring"
 | |
|  version = "0.16.9"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6747f8da1f2b1fabbee1aaa4eb8a11abf9adef0bf58a41cee45db5d59cecdfac"
 | |
|  dependencies = [
 | |
| - "cc 1.0.50 (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)",
 | |
| - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cc",
 | |
| + "lazy_static",
 | |
| + "libc",
 | |
| + "spin",
 | |
| + "untrusted",
 | |
| + "web-sys",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rust-argon2"
 | |
|  version = "0.5.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
 | |
|  dependencies = [
 | |
| - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "base64 0.10.1",
 | |
| + "blake2b_simd",
 | |
| + "crossbeam-utils",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rustc-demangle"
 | |
|  version = "0.1.16"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "rustc_version"
 | |
|  version = "0.2.3"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
 | |
|  dependencies = [
 | |
| - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "semver",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "ryu"
 | |
|  version = "1.0.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "scheduled-thread-pool"
 | |
|  version = "0.2.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "bd07742e081ff6c077f5f6b283f12f32b9e7cc765b316160d66289b74546fbb3"
 | |
|  dependencies = [
 | |
| - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "parking_lot 0.9.0",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "scopeguard"
 | |
|  version = "1.0.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "semver"
 | |
|  version = "0.9.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
 | |
|  dependencies = [
 | |
| - "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "semver-parser",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "semver-parser"
 | |
|  version = "0.7.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "serde"
 | |
|  version = "1.0.104"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
 | |
|  dependencies = [
 | |
| - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "serde_derive",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "serde_derive"
 | |
|  version = "1.0.104"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "serde_json"
 | |
|  version = "1.0.41"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
 | |
|  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.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "itoa",
 | |
| + "ryu",
 | |
| + "serde",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "serde_urlencoded"
 | |
|  version = "0.6.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
 | |
|  dependencies = [
 | |
| - "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "dtoa",
 | |
| + "itoa",
 | |
| + "serde",
 | |
| + "url",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "sha1"
 | |
|  version = "0.6.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "signal-hook-registry"
 | |
|  version = "1.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
 | |
|  dependencies = [
 | |
| - "arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "arc-swap",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "slab"
 | |
|  version = "0.4.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "smallvec"
 | |
|  version = "0.6.10"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "smallvec"
 | |
|  version = "1.1.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "socket2"
 | |
| -version = "0.3.11"
 | |
| +version = "0.3.19"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
 | |
|  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)",
 | |
| - "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)",
 | |
| + "cfg-if 1.0.0",
 | |
| + "libc",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "sourcefile"
 | |
|  version = "0.1.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "spin"
 | |
|  version = "0.5.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "syn"
 | |
|  version = "1.0.7"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
 | |
|  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)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "unicode-xid",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "synstructure"
 | |
|  version = "0.12.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
 | |
|  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)",
 | |
| - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
| + "unicode-xid",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "tempfile"
 | |
|  version = "3.1.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
 | |
|  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.3 (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)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "libc",
 | |
| + "rand",
 | |
| + "redox_syscall",
 | |
| + "remove_dir_all",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "termcolor"
 | |
|  version = "1.0.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
 | |
|  dependencies = [
 | |
| - "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "wincolor",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "termios"
 | |
|  version = "0.3.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
 | |
|  dependencies = [
 | |
| - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "libc",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "thread_local"
 | |
|  version = "0.3.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
 | |
|  dependencies = [
 | |
| - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "lazy_static",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "threadpool"
 | |
|  version = "1.7.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
 | |
|  dependencies = [
 | |
| - "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "num_cpus",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "time"
 | |
|  version = "0.1.42"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
 | |
|  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)",
 | |
| + "libc",
 | |
| + "redox_syscall",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "tokio"
 | |
|  version = "0.2.9"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ffa2fdcfa937b20cb3c822a635ceecd5fc1a27a6a474527e5516aa24b8c8820a"
 | |
|  dependencies = [
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (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)",
 | |
| - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "slab 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)",
 | |
| + "bytes",
 | |
| + "fnv",
 | |
| + "futures-core",
 | |
| + "iovec",
 | |
| + "lazy_static",
 | |
| + "libc",
 | |
| + "memchr",
 | |
| + "mio",
 | |
| + "mio-uds",
 | |
| + "pin-project-lite",
 | |
| + "signal-hook-registry",
 | |
| + "slab",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "tokio-util"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
 | |
|  dependencies = [
 | |
| - "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bytes",
 | |
| + "futures-core",
 | |
| + "futures-sink",
 | |
| + "log",
 | |
| + "pin-project-lite",
 | |
| + "tokio",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "toml"
 | |
|  version = "0.5.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
 | |
|  dependencies = [
 | |
| - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "serde",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "trust-dns-proto"
 | |
|  version = "0.18.0-alpha.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2a7f3a2ab8a919f5eca52a468866a67ed7d3efa265d48a652a9a3452272b413f"
 | |
|  dependencies = [
 | |
| - "async-trait 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "idna 0.2.0 (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)",
 | |
| - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "async-trait",
 | |
| + "enum-as-inner",
 | |
| + "failure",
 | |
| + "futures",
 | |
| + "idna",
 | |
| + "lazy_static",
 | |
| + "log",
 | |
| + "rand",
 | |
| + "smallvec 1.1.0",
 | |
| + "socket2",
 | |
| + "tokio",
 | |
| + "url",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "trust-dns-resolver"
 | |
|  version = "0.18.0-alpha.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6f90b1502b226f8b2514c6d5b37bafa8c200d7ca4102d57dc36ee0f3b7a04a2f"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "failure",
 | |
| + "futures",
 | |
| + "ipconfig",
 | |
| + "lazy_static",
 | |
| + "log",
 | |
| + "lru-cache",
 | |
| + "resolv-conf",
 | |
| + "smallvec 1.1.0",
 | |
| + "tokio",
 | |
| + "trust-dns-proto",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "twoway"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
 | |
|  dependencies = [
 | |
| - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "unchecked-index 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "memchr",
 | |
| + "unchecked-index",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unchecked-index"
 | |
|  version = "0.2.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicase"
 | |
|  version = "2.5.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
 | |
|  dependencies = [
 | |
| - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "version_check",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicode-bidi"
 | |
|  version = "0.3.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
 | |
|  dependencies = [
 | |
| - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "matches",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicode-normalization"
 | |
|  version = "0.1.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
 | |
|  dependencies = [
 | |
| - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "smallvec 0.6.10",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicode-segmentation"
 | |
|  version = "1.6.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicode-width"
 | |
|  version = "0.1.7"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "unicode-xid"
 | |
|  version = "0.2.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "untrusted"
 | |
|  version = "0.7.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "url"
 | |
|  version = "2.1.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
 | |
|  dependencies = [
 | |
| - "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "idna",
 | |
| + "matches",
 | |
| + "percent-encoding",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "v_escape"
 | |
|  version = "0.7.4"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "660b101c07b5d0863deb9e7fb3138777e858d6d2a79f9e6049a27d1cc77c6da6"
 | |
|  dependencies = [
 | |
| - "v_escape_derive 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "v_escape_derive",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "v_escape_derive"
 | |
|  version = "0.5.6"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "c2ca2a14bc3fc5b64d188b087a7d3a927df87b152e941ccfbc66672e20c467ae"
 | |
|  dependencies = [
 | |
| - "nom 4.2.3 (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)",
 | |
| + "nom",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "v_htmlescape"
 | |
|  version = "0.4.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e33e939c0d8cf047514fb6ba7d5aac78bc56677a6938b2ee67000b91f2e97e41"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "v_escape 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "v_escape",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "vcpkg"
 | |
|  version = "0.2.7"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "version_check"
 | |
|  version = "0.1.5"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasi"
 | |
|  version = "0.7.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
 | |
|  dependencies = [
 | |
| - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "cfg-if 0.1.10",
 | |
| + "wasm-bindgen-macro",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen-backend"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
 | |
|  dependencies = [
 | |
| - "bumpalo 3.1.2 (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)",
 | |
| - "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)",
 | |
| - "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "bumpalo",
 | |
| + "lazy_static",
 | |
| + "log",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
| + "wasm-bindgen-shared",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen-macro"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
 | |
|  dependencies = [
 | |
| - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "quote",
 | |
| + "wasm-bindgen-macro-support",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen-macro-support"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
 | |
|  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)",
 | |
| - "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
| + "wasm-bindgen-backend",
 | |
| + "wasm-bindgen-shared",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen-shared"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wasm-bindgen-webidl"
 | |
|  version = "0.2.58"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
 | |
|  dependencies = [
 | |
| - "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "log 0.4.8 (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)",
 | |
| - "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "anyhow",
 | |
| + "heck",
 | |
| + "log",
 | |
| + "proc-macro2",
 | |
| + "quote",
 | |
| + "syn",
 | |
| + "wasm-bindgen-backend",
 | |
| + "weedle",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "web-sys"
 | |
|  version = "0.3.35"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
 | |
|  dependencies = [
 | |
| - "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "anyhow",
 | |
| + "js-sys",
 | |
| + "sourcefile",
 | |
| + "wasm-bindgen",
 | |
| + "wasm-bindgen-webidl",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "weedle"
 | |
|  version = "0.10.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
 | |
|  dependencies = [
 | |
| - "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "nom",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "widestring"
 | |
|  version = "0.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi"
 | |
|  version = "0.2.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi"
 | |
|  version = "0.3.8"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
 | |
|  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)",
 | |
| + "winapi-i686-pc-windows-gnu",
 | |
| + "winapi-x86_64-pc-windows-gnu",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi-build"
 | |
|  version = "0.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi-i686-pc-windows-gnu"
 | |
|  version = "0.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi-util"
 | |
|  version = "0.1.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
 | |
|  dependencies = [
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winapi-x86_64-pc-windows-gnu"
 | |
|  version = "0.4.0"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | |
|  
 | |
|  [[package]]
 | |
|  name = "wincolor"
 | |
|  version = "1.0.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
 | |
|  dependencies = [
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| - "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "winapi 0.3.8",
 | |
| + "winapi-util",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winreg"
 | |
|  version = "0.6.2"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
 | |
|  dependencies = [
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "winutil"
 | |
|  version = "0.1.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
 | |
|  dependencies = [
 | |
| - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | |
| + "winapi 0.3.8",
 | |
|  ]
 | |
|  
 | |
|  [[package]]
 | |
|  name = "ws2_32-sys"
 | |
|  version = "0.2.1"
 | |
|  source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
 | |
|  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)",
 | |
| + "winapi 0.2.8",
 | |
| + "winapi-build",
 | |
|  ]
 | |
| -
 | |
| -[metadata]
 | |
| -"checksum actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
 | |
| -"checksum actix-connect 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2b61480a8d30c94d5c883d79ef026b02ad6809931b0a4bb703f9545cd8c986"
 | |
| -"checksum actix-files 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "301482841d3d74483a446ead63cb7d362e187d2c8b603f13d91995621ea53c46"
 | |
| -"checksum actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019"
 | |
| -"checksum actix-identity 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a379b0639c293292d71defb8cc1f94c87b7705c904adf044338ad392df77c7a"
 | |
| -"checksum actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21705adc76bbe4bc98434890e73a89cd00c6015e5704a60bb6eea6c3b72316b6"
 | |
| -"checksum actix-multipart 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4397935fca2a37a5353f94faa758fb176712806f605466b5a60373b204f0d836"
 | |
| -"checksum actix-router 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9d7a10ca4d94e8c8e7a87c5173aba1b97ba9a6563ca02b0e1cd23531093d3ec8"
 | |
| -"checksum actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6a0a55507046441a496b2f0d26a84a65e67c8cafffe279072412f624b5fb6d"
 | |
| -"checksum actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "51d3455eaac03ca3e49d7b822eb35c884b861f715627254ccbe4309d08f1841a"
 | |
| -"checksum actix-service 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9fba4171f1952aa15f3cf410facac388d18110b1e8754f84a407ab7f9d5ac7ee"
 | |
| -"checksum actix-testing 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48494745b72d0ea8ff0cf874aaf9b622a3ee03d7081ee0c04edea4f26d32c911"
 | |
| -"checksum actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf4082192601de5f303013709ff84d81ca6a1bc4af7fb24f367a500a23c6e84e"
 | |
| -"checksum actix-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8"
 | |
| -"checksum actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e"
 | |
| -"checksum actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3158e822461040822f0dbf1735b9c2ce1f95f93b651d7a7aded00b1efbb1f635"
 | |
| -"checksum actix-web-codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de0878b30e62623770a4713a6338329fd0119703bafc211d3e4144f4d4a7bdd5"
 | |
| -"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
 | |
| -"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
 | |
| -"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
 | |
| -"checksum arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f1a1eca3195b729bbd64e292ef2f5fff6b1c28504fed762ce2b1013dde4d8e92"
 | |
| -"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
 | |
| -"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
 | |
| -"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
 | |
| -"checksum async-trait 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c8df72488e87761e772f14ae0c2480396810e51b2c2ade912f97f0f7e5b95e3c"
 | |
| -"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
 | |
| -"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 | |
| -"checksum awc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5"
 | |
| -"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 base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
 | |
| -"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
 | |
| -"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 | |
| -"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
 | |
| -"checksum blake3 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba0511b7f4f7d9cb1ef7b8dfda5293af6c1071578d65c8a05aa7d11c1985f08c"
 | |
| -"checksum brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
 | |
| -"checksum brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
 | |
| -"checksum bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4"
 | |
| -"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
 | |
| -"checksum bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
 | |
| -"checksum bytestring 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fc267467f58ef6cc8874064c62a0423eb0d099362c8a23edd1c6d044f46eead4"
 | |
| -"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
 | |
| -"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
 | |
| -"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 | |
| -"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
 | |
| -"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
 | |
| -"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
 | |
| -"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
 | |
| -"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 | |
| -"checksum copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
 | |
| -"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
 | |
| -"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
 | |
| -"checksum derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
 | |
| -"checksum dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94616e25d2c04fc97253d145f6ca33ad84a584258dc70c4e621cc79a57f903b6"
 | |
| -"checksum diesel 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d7cc03b910de9935007861dce440881f69102aaaedfd4bc5a6f40340ca5840c"
 | |
| -"checksum diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
 | |
| -"checksum diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
 | |
| -"checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
 | |
| -"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
 | |
| -"checksum dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 | |
| -"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
 | |
| -"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
 | |
| -"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 | |
| -"checksum encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)" = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9"
 | |
| -"checksum enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "900a6c7fbe523f4c2884eaf26b57b81bb69b6810a01a236390a7ac021d09492e"
 | |
| -"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
 | |
| -"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
 | |
| -"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
 | |
| -"checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
 | |
| -"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
 | |
| -"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 | |
| -"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
 | |
| -"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
 | |
| -"checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987"
 | |
| -"checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
 | |
| -"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
 | |
| -"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231"
 | |
| -"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff"
 | |
| -"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764"
 | |
| -"checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16"
 | |
| -"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
 | |
| -"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
 | |
| -"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | |
| -"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
 | |
| -"checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1"
 | |
| -"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
 | |
| -"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
 | |
| -"checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
 | |
| -"checksum http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
 | |
| -"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
 | |
| -"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
 | |
| -"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
 | |
| -"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 ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa79fa216fbe60834a9c0737d7fcd30425b32d1c58854663e24d4c4b328ed83f"
 | |
| -"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
 | |
| -"checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
 | |
| -"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
 | |
| -"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
 | |
| -"checksum lazy_static 1.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 libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5b95e89c330291768dc840238db7f9e204fd208511ab6319b56193a7f2ae25"
 | |
| -"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
 | |
| -"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
 | |
| -"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
 | |
| -"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
 | |
| -"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
 | |
| -"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
 | |
| -"checksum migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9"
 | |
| -"checksum migrations_macros 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719ef0bc7f531428764c9b70661c14abd50a7f3d21f355752d9985aa21251c9e"
 | |
| -"checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
 | |
| -"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
 | |
| -"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
 | |
| -"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
 | |
| -"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
 | |
| -"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
 | |
| -"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
 | |
| -"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | |
| -"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
 | |
| -"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
 | |
| -"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
 | |
| -"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
 | |
| -"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
 | |
| -"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 parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
 | |
| -"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
 | |
| -"checksum pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "94b90146c7216e4cb534069fb91366de4ea0ea353105ee45ed297e2d1619e469"
 | |
| -"checksum pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "44ca92f893f0656d3cba8158dd0f2b99b94de256a4a54e870bd6922fcc6c8355"
 | |
| -"checksum pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e8822eb8bb72452f038ebf6048efa02c3fe22bf83f76519c9583e47fc194a422"
 | |
| -"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
 | |
| -"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
 | |
| -"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 quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
 | |
| -"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
 | |
| -"checksum r2d2 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e48fa64898ef0286b6ee4b4d8f61483f9182acf5e44e62a398b1c7f56f2f861d"
 | |
| -"checksum radix_fmt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
 | |
| -"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 | |
| -"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.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 | |
| -"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
 | |
| -"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 redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
 | |
| -"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
 | |
| -"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
 | |
| -"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
 | |
| -"checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb"
 | |
| -"checksum ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6747f8da1f2b1fabbee1aaa4eb8a11abf9adef0bf58a41cee45db5d59cecdfac"
 | |
| -"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
 | |
| -"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 scheduled-thread-pool 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd07742e081ff6c077f5f6b283f12f32b9e7cc765b316160d66289b74546fbb3"
 | |
| -"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
 | |
| -"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.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
 | |
| -"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
 | |
| -"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
 | |
| -"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
 | |
| -"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
 | |
| -"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
 | |
| -"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
 | |
| -"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
 | |
| -"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
 | |
| -"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
 | |
| -"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
 | |
| -"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 | |
| -"checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
 | |
| -"checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
 | |
| -"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
 | |
| -"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
 | |
| -"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
 | |
| -"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
 | |
| -"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
 | |
| -"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
 | |
| -"checksum tokio 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ffa2fdcfa937b20cb3c822a635ceecd5fc1a27a6a474527e5516aa24b8c8820a"
 | |
| -"checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
 | |
| -"checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
 | |
| -"checksum trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2a7f3a2ab8a919f5eca52a468866a67ed7d3efa265d48a652a9a3452272b413f"
 | |
| -"checksum trust-dns-resolver 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6f90b1502b226f8b2514c6d5b37bafa8c200d7ca4102d57dc36ee0f3b7a04a2f"
 | |
| -"checksum twoway 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
 | |
| -"checksum unchecked-index 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
 | |
| -"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
 | |
| -"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
 | |
| -"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
 | |
| -"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
 | |
| -"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
 | |
| -"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
 | |
| -"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
 | |
| -"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
 | |
| -"checksum v_escape 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "660b101c07b5d0863deb9e7fb3138777e858d6d2a79f9e6049a27d1cc77c6da6"
 | |
| -"checksum v_escape_derive 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c2ca2a14bc3fc5b64d188b087a7d3a927df87b152e941ccfbc66672e20c467ae"
 | |
| -"checksum v_htmlescape 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e33e939c0d8cf047514fb6ba7d5aac78bc56677a6938b2ee67000b91f2e97e41"
 | |
| -"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 wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
 | |
| -"checksum wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c"
 | |
| -"checksum wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45"
 | |
| -"checksum wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3"
 | |
| -"checksum wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668"
 | |
| -"checksum wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601"
 | |
| -"checksum wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d"
 | |
| -"checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b"
 | |
| -"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
 | |
| -"checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
 | |
| -"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
 | |
| -"checksum winapi 0.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-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
 | |
| -"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | |
| -"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
 | |
| -"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
 | |
| -"checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
 | |
| -"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
 |