You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							3712 lines
						
					
					
						
							89 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							3712 lines
						
					
					
						
							89 KiB
						
					
					
				| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| version = 3 | |
| 
 | |
| [[package]] | |
| name = "addr2line" | |
| version = "0.17.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" | |
| dependencies = [ | |
|  "gimli", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "adler" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |
| 
 | |
| [[package]] | |
| name = "aho-corasick" | |
| version = "0.7.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "alloc-no-stdlib" | |
| version = "2.0.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3" | |
| 
 | |
| [[package]] | |
| name = "alloc-stdlib" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2" | |
| dependencies = [ | |
|  "alloc-no-stdlib", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ansi_term" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-compression" | |
| version = "0.3.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6" | |
| dependencies = [ | |
|  "brotli", | |
|  "flate2", | |
|  "futures-core", | |
|  "memchr", | |
|  "pin-project-lite", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-stream" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625" | |
| dependencies = [ | |
|  "async-stream-impl", | |
|  "futures-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-stream-impl" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-trait" | |
| version = "0.1.51" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "atomic" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" | |
| dependencies = [ | |
|  "autocfg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "atty" | |
| version = "0.2.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
| dependencies = [ | |
|  "hermit-abi", | |
|  "libc", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |
| 
 | |
| [[package]] | |
| name = "backtrace" | |
| version = "0.3.63" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6" | |
| dependencies = [ | |
|  "addr2line", | |
|  "cc", | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "miniz_oxide", | |
|  "object", | |
|  "rustc-demangle", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "base-x" | |
| version = "0.2.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" | |
| 
 | |
| [[package]] | |
| name = "base64" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" | |
| 
 | |
| [[package]] | |
| name = "base64" | |
| version = "0.12.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" | |
| 
 | |
| [[package]] | |
| name = "base64" | |
| version = "0.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" | |
| 
 | |
| [[package]] | |
| name = "binascii" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" | |
| 
 | |
| [[package]] | |
| name = "bitflags" | |
| version = "1.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
| 
 | |
| [[package]] | |
| name = "block-buffer" | |
| version = "0.7.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" | |
| dependencies = [ | |
|  "block-padding", | |
|  "byte-tools", | |
|  "byteorder", | |
|  "generic-array 0.12.4", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "block-buffer" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | |
| dependencies = [ | |
|  "generic-array 0.14.4", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "block-padding" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" | |
| dependencies = [ | |
|  "byte-tools", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "brotli" | |
| version = "3.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "71cb90ade945043d3d53597b2fc359bb063db8ade2bcffe7997351d0756e9d50" | |
| dependencies = [ | |
|  "alloc-no-stdlib", | |
|  "alloc-stdlib", | |
|  "brotli-decompressor", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "brotli-decompressor" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80" | |
| dependencies = [ | |
|  "alloc-no-stdlib", | |
|  "alloc-stdlib", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "bumpalo" | |
| version = "3.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" | |
| 
 | |
| [[package]] | |
| name = "byte-tools" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | |
| 
 | |
| [[package]] | |
| name = "byteorder" | |
| version = "1.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |
| 
 | |
| [[package]] | |
| name = "bytes" | |
| version = "0.4.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | |
| dependencies = [ | |
|  "byteorder", | |
|  "iovec", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "bytes" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" | |
| 
 | |
| [[package]] | |
| name = "cc" | |
| version = "1.0.72" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" | |
| 
 | |
| [[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 = "chashmap" | |
| version = "2.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45" | |
| dependencies = [ | |
|  "owning_ref", | |
|  "parking_lot 0.4.8", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "chrono" | |
| version = "0.4.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | |
| dependencies = [ | |
|  "libc", | |
|  "num-integer", | |
|  "num-traits", | |
|  "serde", | |
|  "time 0.1.44", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "chrono-tz" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "64c01c1c607d25c71bbaa67c113d6c6b36c434744b4fd66691d711b5b1bc0c8b" | |
| dependencies = [ | |
|  "chrono", | |
|  "chrono-tz-build", | |
|  "phf 0.10.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "chrono-tz-build" | |
| version = "0.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069" | |
| dependencies = [ | |
|  "parse-zoneinfo", | |
|  "phf 0.10.0", | |
|  "phf_codegen 0.10.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "const_fn" | |
| version = "0.4.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7" | |
| 
 | |
| [[package]] | |
| name = "cookie" | |
| version = "0.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d" | |
| dependencies = [ | |
|  "percent-encoding 2.1.0", | |
|  "time 0.2.27", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cookie" | |
| version = "0.16.0-rc.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba" | |
| dependencies = [ | |
|  "percent-encoding 2.1.0", | |
|  "time 0.3.5", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cookie_store" | |
| version = "0.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b3f7034c0932dc36f5bd8ec37368d971346809435824f277cb3b8299fc56167c" | |
| dependencies = [ | |
|  "cookie 0.15.1", | |
|  "idna 0.2.3", | |
|  "log", | |
|  "publicsuffix", | |
|  "serde", | |
|  "serde_json", | |
|  "time 0.2.27", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "core-foundation" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3" | |
| dependencies = [ | |
|  "core-foundation-sys", | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "core-foundation-sys" | |
| version = "0.8.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" | |
| 
 | |
| [[package]] | |
| name = "cpufeatures" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crc32fast" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cron" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e009ed0b762cf7a967a34dfdc67d5967d3f828f12901d37081432c3dd1668f8f" | |
| dependencies = [ | |
|  "chrono", | |
|  "nom 4.1.1", | |
|  "once_cell", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crypto-mac" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" | |
| dependencies = [ | |
|  "generic-array 0.14.4", | |
|  "subtle", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crypto-mac" | |
| version = "0.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" | |
| dependencies = [ | |
|  "generic-array 0.14.4", | |
|  "subtle", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ctrlc" | |
| version = "3.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a19c6cedffdc8c03a3346d723eb20bd85a13362bb96dc2ac000842c6381ec7bf" | |
| dependencies = [ | |
|  "nix", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "data-encoding" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" | |
| 
 | |
| [[package]] | |
| name = "data-url" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" | |
| dependencies = [ | |
|  "matches", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "devise" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595" | |
| dependencies = [ | |
|  "devise_codegen", | |
|  "devise_core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "devise_codegen" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2" | |
| dependencies = [ | |
|  "devise_core", | |
|  "quote", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "devise_core" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0" | |
| dependencies = [ | |
|  "bitflags", | |
|  "proc-macro2", | |
|  "proc-macro2-diagnostics", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "diesel" | |
| version = "1.4.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d" | |
| dependencies = [ | |
|  "bitflags", | |
|  "byteorder", | |
|  "chrono", | |
|  "diesel_derives", | |
|  "libsqlite3-sys", | |
|  "mysqlclient-sys", | |
|  "pq-sys", | |
|  "r2d2", | |
|  "url 1.7.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "diesel_derives" | |
| version = "1.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3" | |
| dependencies = [ | |
|  "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", | |
|  "migrations_macros", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "digest" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" | |
| dependencies = [ | |
|  "generic-array 0.12.4", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "digest" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | |
| dependencies = [ | |
|  "generic-array 0.14.4", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "discard" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" | |
| 
 | |
| [[package]] | |
| name = "dotenv" | |
| version = "0.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" | |
| 
 | |
| [[package]] | |
| name = "either" | |
| version = "1.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
| 
 | |
| [[package]] | |
| name = "encoding_rs" | |
| version = "0.8.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "enum-as-inner" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595" | |
| dependencies = [ | |
|  "heck", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "error-chain" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" | |
| dependencies = [ | |
|  "backtrace", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "fake-simd" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | |
| 
 | |
| [[package]] | |
| name = "fastrand" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" | |
| dependencies = [ | |
|  "instant", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "fern" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065" | |
| dependencies = [ | |
|  "log", | |
|  "syslog", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "figment" | |
| version = "0.10.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "790b4292c72618abbab50f787a477014fe15634f96291de45672ce46afe122df" | |
| dependencies = [ | |
|  "atomic", | |
|  "pear", | |
|  "serde", | |
|  "toml", | |
|  "uncased", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "flate2" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "crc32fast", | |
|  "libc", | |
|  "miniz_oxide", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "fnv" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
| 
 | |
| [[package]] | |
| name = "foreign-types" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
| dependencies = [ | |
|  "foreign-types-shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "foreign-types-shared" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
| 
 | |
| [[package]] | |
| name = "form_urlencoded" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" | |
| dependencies = [ | |
|  "matches", | |
|  "percent-encoding 2.1.0", | |
| ] | |
| 
 | |
| [[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", | |
|  "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 = "futf" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" | |
| dependencies = [ | |
|  "mac", | |
|  "new_debug_unreachable", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" | |
| dependencies = [ | |
|  "futures-channel", | |
|  "futures-core", | |
|  "futures-executor", | |
|  "futures-io", | |
|  "futures-sink", | |
|  "futures-task", | |
|  "futures-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-channel" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" | |
| dependencies = [ | |
|  "futures-core", | |
|  "futures-sink", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-core" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" | |
| 
 | |
| [[package]] | |
| name = "futures-executor" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97" | |
| dependencies = [ | |
|  "futures-core", | |
|  "futures-task", | |
|  "futures-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-io" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" | |
| 
 | |
| [[package]] | |
| name = "futures-macro" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-sink" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" | |
| 
 | |
| [[package]] | |
| name = "futures-task" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" | |
| 
 | |
| [[package]] | |
| name = "futures-util" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" | |
| dependencies = [ | |
|  "futures-channel", | |
|  "futures-core", | |
|  "futures-io", | |
|  "futures-macro", | |
|  "futures-sink", | |
|  "futures-task", | |
|  "memchr", | |
|  "pin-project-lite", | |
|  "pin-utils", | |
|  "slab", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "generator" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee" | |
| dependencies = [ | |
|  "cc", | |
|  "libc", | |
|  "log", | |
|  "rustversion", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "generic-array" | |
| version = "0.12.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" | |
| dependencies = [ | |
|  "typenum", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "generic-array" | |
| version = "0.14.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" | |
| dependencies = [ | |
|  "typenum", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.1.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "wasi 0.9.0+wasi-snapshot-preview1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "wasi 0.10.0+wasi-snapshot-preview1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "gimli" | |
| version = "0.26.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" | |
| 
 | |
| [[package]] | |
| name = "glob" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | |
| 
 | |
| [[package]] | |
| name = "h2" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "fnv", | |
|  "futures-core", | |
|  "futures-sink", | |
|  "futures-util", | |
|  "http", | |
|  "indexmap", | |
|  "slab", | |
|  "tokio", | |
|  "tokio-util", | |
|  "tracing", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "half" | |
| version = "1.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" | |
| 
 | |
| [[package]] | |
| name = "handlebars" | |
| version = "4.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8ad84da8f63da982543fc85fcabaee2ad1fdd809d99d64a48887e2e942ddfe46" | |
| dependencies = [ | |
|  "log", | |
|  "pest", | |
|  "pest_derive", | |
|  "quick-error 2.0.1", | |
|  "serde", | |
|  "serde_json", | |
|  "walkdir", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.11.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | |
| 
 | |
| [[package]] | |
| name = "heck" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" | |
| dependencies = [ | |
|  "unicode-segmentation", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hermit-abi" | |
| version = "0.1.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hmac" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" | |
| dependencies = [ | |
|  "crypto-mac 0.10.1", | |
|  "digest 0.9.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hmac" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" | |
| dependencies = [ | |
|  "crypto-mac 0.11.1", | |
|  "digest 0.9.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hostname" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" | |
| dependencies = [ | |
|  "libc", | |
|  "match_cfg", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "html5ever" | |
| version = "0.25.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b" | |
| dependencies = [ | |
|  "log", | |
|  "mac", | |
|  "markup5ever", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "http" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "fnv", | |
|  "itoa", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "http-body" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "http", | |
|  "pin-project-lite", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "httparse" | |
| version = "1.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" | |
| 
 | |
| [[package]] | |
| name = "httpdate" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" | |
| 
 | |
| [[package]] | |
| name = "hyper" | |
| version = "0.14.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "futures-channel", | |
|  "futures-core", | |
|  "futures-util", | |
|  "h2", | |
|  "http", | |
|  "http-body", | |
|  "httparse", | |
|  "httpdate", | |
|  "itoa", | |
|  "pin-project-lite", | |
|  "socket2 0.4.2", | |
|  "tokio", | |
|  "tower-service", | |
|  "tracing", | |
|  "want", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hyper-tls" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "hyper", | |
|  "native-tls", | |
|  "tokio", | |
|  "tokio-native-tls", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "idna" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | |
| dependencies = [ | |
|  "matches", | |
|  "unicode-bidi", | |
|  "unicode-normalization", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "idna" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" | |
| dependencies = [ | |
|  "matches", | |
|  "unicode-bidi", | |
|  "unicode-normalization", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "indexmap" | |
| version = "1.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" | |
| dependencies = [ | |
|  "autocfg", | |
|  "hashbrown", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "inlinable_string" | |
| version = "0.1.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3094308123a0e9fd59659ce45e22de9f53fc1d2ac6e1feb9fef988e4f76cad77" | |
| 
 | |
| [[package]] | |
| name = "instant" | |
| version = "0.1.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "iovec" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ipconfig" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" | |
| dependencies = [ | |
|  "socket2 0.3.19", | |
|  "widestring", | |
|  "winapi 0.3.9", | |
|  "winreg 0.6.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ipnet" | |
| version = "2.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" | |
| 
 | |
| [[package]] | |
| name = "itoa" | |
| version = "0.4.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" | |
| 
 | |
| [[package]] | |
| name = "job_scheduler" | |
| version = "1.2.1" | |
| source = "git+https://github.com/jjlin/job_scheduler?rev=ee023418dbba2bfe1e30a5fd7d937f9e33739806#ee023418dbba2bfe1e30a5fd7d937f9e33739806" | |
| dependencies = [ | |
|  "chrono", | |
|  "cron", | |
|  "uuid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "js-sys" | |
| version = "0.3.55" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" | |
| dependencies = [ | |
|  "wasm-bindgen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "jsonwebtoken" | |
| version = "7.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32" | |
| dependencies = [ | |
|  "base64 0.12.3", | |
|  "pem", | |
|  "ring", | |
|  "serde", | |
|  "serde_json", | |
|  "simple_asn1", | |
| ] | |
| 
 | |
| [[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", | |
|  "winapi-build", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "lazy_static" | |
| version = "1.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
| 
 | |
| [[package]] | |
| name = "lazycell" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |
| 
 | |
| [[package]] | |
| name = "lettre" | |
| version = "0.10.0-rc.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "71d8da8f34d086b081c9cc3b57d3bb3b51d16fc06b5c848a188e2f14d58ac2a5" | |
| dependencies = [ | |
|  "base64 0.13.0", | |
|  "fastrand", | |
|  "hostname", | |
|  "httpdate", | |
|  "idna 0.2.3", | |
|  "mime", | |
|  "native-tls", | |
|  "nom 7.1.0", | |
|  "once_cell", | |
|  "quoted_printable", | |
|  "regex", | |
|  "serde", | |
|  "tracing", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.108" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" | |
| 
 | |
| [[package]] | |
| name = "libsqlite3-sys" | |
| version = "0.22.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d" | |
| dependencies = [ | |
|  "cc", | |
|  "pkg-config", | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "linked-hash-map" | |
| version = "0.5.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" | |
| 
 | |
| [[package]] | |
| name = "lock_api" | |
| version = "0.4.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109" | |
| dependencies = [ | |
|  "scopeguard", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "log" | |
| version = "0.4.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "loom" | |
| version = "0.5.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "edc5c7d328e32cc4954e8e01193d7f0ef5ab257b5090b70a964e099a36034309" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "generator", | |
|  "scoped-tls", | |
|  "serde", | |
|  "serde_json", | |
|  "tracing", | |
|  "tracing-subscriber", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "lru-cache" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | |
| dependencies = [ | |
|  "linked-hash-map", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mac" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" | |
| 
 | |
| [[package]] | |
| name = "maplit" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" | |
| 
 | |
| [[package]] | |
| name = "markup5ever" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" | |
| dependencies = [ | |
|  "log", | |
|  "phf 0.8.0", | |
|  "phf_codegen 0.8.0", | |
|  "string_cache", | |
|  "string_cache_codegen", | |
|  "tendril", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "markup5ever_rcdom" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b" | |
| dependencies = [ | |
|  "html5ever", | |
|  "markup5ever", | |
|  "tendril", | |
|  "xml5ever", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "match_cfg" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" | |
| 
 | |
| [[package]] | |
| name = "matchers" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" | |
| dependencies = [ | |
|  "regex-automata", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "matches" | |
| version = "0.1.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" | |
| 
 | |
| [[package]] | |
| name = "maybe-uninit" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | |
| 
 | |
| [[package]] | |
| name = "memchr" | |
| version = "2.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | |
| 
 | |
| [[package]] | |
| name = "memoffset" | |
| version = "0.6.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" | |
| dependencies = [ | |
|  "autocfg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "migrations_internals" | |
| version = "1.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860" | |
| dependencies = [ | |
|  "diesel", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "migrations_macros" | |
| version = "1.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c" | |
| dependencies = [ | |
|  "migrations_internals", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mime" | |
| version = "0.3.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" | |
| 
 | |
| [[package]] | |
| name = "minimal-lexical" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
| 
 | |
| [[package]] | |
| name = "miniz_oxide" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" | |
| dependencies = [ | |
|  "adler", | |
|  "autocfg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mio" | |
| version = "0.6.23" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" | |
| dependencies = [ | |
|  "cfg-if 0.1.10", | |
|  "fuchsia-zircon", | |
|  "fuchsia-zircon-sys", | |
|  "iovec", | |
|  "kernel32-sys", | |
|  "libc", | |
|  "log", | |
|  "miow 0.2.2", | |
|  "net2", | |
|  "slab", | |
|  "winapi 0.2.8", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mio" | |
| version = "0.7.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" | |
| dependencies = [ | |
|  "libc", | |
|  "log", | |
|  "miow 0.3.7", | |
|  "ntapi", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mio-extras" | |
| version = "2.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" | |
| dependencies = [ | |
|  "lazycell", | |
|  "log", | |
|  "mio 0.6.23", | |
|  "slab", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "miow" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" | |
| dependencies = [ | |
|  "kernel32-sys", | |
|  "net2", | |
|  "winapi 0.2.8", | |
|  "ws2_32-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "miow" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "multer" | |
| version = "2.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "408327e2999b839cd1af003fc01b2019a6c10a1361769542203f6fedc5179680" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "encoding_rs", | |
|  "futures-util", | |
|  "http", | |
|  "httparse", | |
|  "log", | |
|  "mime", | |
|  "spin 0.9.2", | |
|  "tokio", | |
|  "tokio-util", | |
|  "twoway", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mysqlclient-sys" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7e9637d93448044078aaafea7419aed69d301b4a12bcc4aa0ae856eb169bef85" | |
| dependencies = [ | |
|  "pkg-config", | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "native-tls" | |
| version = "0.2.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "libc", | |
|  "log", | |
|  "openssl", | |
|  "openssl-probe", | |
|  "openssl-sys", | |
|  "schannel", | |
|  "security-framework", | |
|  "security-framework-sys", | |
|  "tempfile", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "net2" | |
| version = "0.2.37" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" | |
| dependencies = [ | |
|  "cfg-if 0.1.10", | |
|  "libc", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "new_debug_unreachable" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" | |
| 
 | |
| [[package]] | |
| name = "nix" | |
| version = "0.23.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188" | |
| dependencies = [ | |
|  "bitflags", | |
|  "cc", | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "memoffset", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "nom" | |
| version = "4.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c349f68f25f596b9f44cf0e7c69752a5c633b0550c3ff849518bfba0233774a" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "nom" | |
| version = "7.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" | |
| dependencies = [ | |
|  "memchr", | |
|  "minimal-lexical", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ntapi" | |
| version = "0.3.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num-bigint" | |
| version = "0.2.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" | |
| dependencies = [ | |
|  "autocfg", | |
|  "num-integer", | |
|  "num-traits", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num-derive" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num-integer" | |
| version = "0.1.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" | |
| dependencies = [ | |
|  "autocfg", | |
|  "num-traits", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num-traits" | |
| version = "0.2.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | |
| dependencies = [ | |
|  "autocfg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num_cpus" | |
| version = "1.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | |
| dependencies = [ | |
|  "hermit-abi", | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "object" | |
| version = "0.27.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" | |
| 
 | |
| [[package]] | |
| name = "opaque-debug" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" | |
| 
 | |
| [[package]] | |
| name = "opaque-debug" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
| 
 | |
| [[package]] | |
| name = "openssl" | |
| version = "0.10.38" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" | |
| dependencies = [ | |
|  "bitflags", | |
|  "cfg-if 1.0.0", | |
|  "foreign-types", | |
|  "libc", | |
|  "once_cell", | |
|  "openssl-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "openssl-probe" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" | |
| 
 | |
| [[package]] | |
| name = "openssl-src" | |
| version = "300.0.2+3.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "14a760a11390b1a5daf72074d4f6ff1a6e772534ae191f999f57e9ee8146d1fb" | |
| dependencies = [ | |
|  "cc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "openssl-sys" | |
| version = "0.9.71" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73" | |
| dependencies = [ | |
|  "autocfg", | |
|  "cc", | |
|  "libc", | |
|  "openssl-src", | |
|  "pkg-config", | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "owning_ref" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | |
| dependencies = [ | |
|  "stable_deref_trait", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parity-ws" | |
| version = "0.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6" | |
| dependencies = [ | |
|  "byteorder", | |
|  "bytes 0.4.12", | |
|  "httparse", | |
|  "log", | |
|  "mio 0.6.23", | |
|  "mio-extras", | |
|  "rand 0.7.3", | |
|  "sha-1 0.8.2", | |
|  "slab", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot" | |
| version = "0.4.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e" | |
| dependencies = [ | |
|  "owning_ref", | |
|  "parking_lot_core 0.2.14", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot" | |
| version = "0.11.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" | |
| dependencies = [ | |
|  "instant", | |
|  "lock_api", | |
|  "parking_lot_core 0.8.5", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.2.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" | |
| dependencies = [ | |
|  "libc", | |
|  "rand 0.4.6", | |
|  "smallvec 0.6.14", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "instant", | |
|  "libc", | |
|  "redox_syscall", | |
|  "smallvec 1.7.0", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parse-zoneinfo" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" | |
| dependencies = [ | |
|  "regex", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "paste" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" | |
| 
 | |
| [[package]] | |
| name = "pear" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702" | |
| dependencies = [ | |
|  "inlinable_string", | |
|  "pear_codegen", | |
|  "yansi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pear_codegen" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "proc-macro2-diagnostics", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pem" | |
| version = "0.8.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" | |
| dependencies = [ | |
|  "base64 0.13.0", | |
|  "once_cell", | |
|  "regex", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "percent-encoding" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | |
| 
 | |
| [[package]] | |
| name = "percent-encoding" | |
| version = "2.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | |
| 
 | |
| [[package]] | |
| name = "pest" | |
| version = "2.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" | |
| dependencies = [ | |
|  "ucd-trie", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pest_derive" | |
| version = "2.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" | |
| dependencies = [ | |
|  "pest", | |
|  "pest_generator", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pest_generator" | |
| version = "2.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" | |
| dependencies = [ | |
|  "pest", | |
|  "pest_meta", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pest_meta" | |
| version = "2.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" | |
| dependencies = [ | |
|  "maplit", | |
|  "pest", | |
|  "sha-1 0.8.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" | |
| dependencies = [ | |
|  "phf_shared 0.8.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f" | |
| dependencies = [ | |
|  "phf_shared 0.10.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_codegen" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" | |
| dependencies = [ | |
|  "phf_generator 0.8.0", | |
|  "phf_shared 0.8.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_codegen" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" | |
| dependencies = [ | |
|  "phf_generator 0.10.0", | |
|  "phf_shared 0.10.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_generator" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" | |
| dependencies = [ | |
|  "phf_shared 0.8.0", | |
|  "rand 0.7.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_generator" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | |
| dependencies = [ | |
|  "phf_shared 0.10.0", | |
|  "rand 0.8.4", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_shared" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" | |
| dependencies = [ | |
|  "siphasher", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_shared" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" | |
| dependencies = [ | |
|  "siphasher", | |
|  "uncased", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "pico-args" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" | |
| 
 | |
| [[package]] | |
| name = "pin-project-lite" | |
| version = "0.2.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" | |
| 
 | |
| [[package]] | |
| name = "pin-utils" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
| 
 | |
| [[package]] | |
| name = "pkg-config" | |
| version = "0.3.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" | |
| 
 | |
| [[package]] | |
| name = "ppv-lite86" | |
| version = "0.2.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" | |
| 
 | |
| [[package]] | |
| name = "pq-sys" | |
| version = "0.4.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda" | |
| dependencies = [ | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "precomputed-hash" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
| 
 | |
| [[package]] | |
| name = "proc-macro-hack" | |
| version = "0.5.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" | |
| 
 | |
| [[package]] | |
| name = "proc-macro2" | |
| version = "1.0.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" | |
| dependencies = [ | |
|  "unicode-xid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "proc-macro2-diagnostics" | |
| version = "0.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
|  "version_check", | |
|  "yansi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "psl-types" | |
| version = "2.0.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4af8f675df9e68626b5059f8909ae261b8f5c3e8ab14813ad7f6cc7a134dcafb" | |
| 
 | |
| [[package]] | |
| name = "publicsuffix" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "292972edad6bbecc137ab84c5e36421a4a6c979ea31d3cc73540dd04315b33e1" | |
| dependencies = [ | |
|  "byteorder", | |
|  "hashbrown", | |
|  "idna 0.2.3", | |
|  "psl-types", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "quick-error" | |
| version = "1.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | |
| 
 | |
| [[package]] | |
| name = "quick-error" | |
| version = "2.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" | |
| 
 | |
| [[package]] | |
| name = "quote" | |
| version = "1.0.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" | |
| dependencies = [ | |
|  "proc-macro2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "quoted_printable" | |
| version = "0.4.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f" | |
| 
 | |
| [[package]] | |
| name = "r2d2" | |
| version = "0.8.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f" | |
| dependencies = [ | |
|  "log", | |
|  "parking_lot 0.11.2", | |
|  "scheduled-thread-pool", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand" | |
| version = "0.4.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | |
| dependencies = [ | |
|  "fuchsia-cprng", | |
|  "libc", | |
|  "rand_core 0.3.1", | |
|  "rdrand", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand" | |
| version = "0.7.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
| dependencies = [ | |
|  "getrandom 0.1.16", | |
|  "libc", | |
|  "rand_chacha 0.2.2", | |
|  "rand_core 0.5.1", | |
|  "rand_hc 0.2.0", | |
|  "rand_pcg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand" | |
| version = "0.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" | |
| dependencies = [ | |
|  "libc", | |
|  "rand_chacha 0.3.1", | |
|  "rand_core 0.6.3", | |
|  "rand_hc 0.3.1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_chacha" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
| dependencies = [ | |
|  "ppv-lite86", | |
|  "rand_core 0.5.1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_chacha" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
| dependencies = [ | |
|  "ppv-lite86", | |
|  "rand_core 0.6.3", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[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.16", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.6.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | |
| dependencies = [ | |
|  "getrandom 0.2.3", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_hc" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" | |
| dependencies = [ | |
|  "rand_core 0.6.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_pcg" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" | |
| dependencies = [ | |
|  "rand_core 0.5.1", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "redox_syscall" | |
| version = "0.2.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" | |
| dependencies = [ | |
|  "bitflags", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ref-cast" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da" | |
| dependencies = [ | |
|  "ref-cast-impl", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ref-cast-impl" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "regex" | |
| version = "1.5.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" | |
| dependencies = [ | |
|  "aho-corasick", | |
|  "memchr", | |
|  "regex-syntax", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "regex-automata" | |
| version = "0.1.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" | |
| dependencies = [ | |
|  "regex-syntax", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "regex-syntax" | |
| version = "0.6.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | |
| 
 | |
| [[package]] | |
| name = "remove_dir_all" | |
| version = "0.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "reqwest" | |
| version = "0.11.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" | |
| dependencies = [ | |
|  "async-compression", | |
|  "base64 0.13.0", | |
|  "bytes 1.1.0", | |
|  "cookie 0.15.1", | |
|  "cookie_store", | |
|  "encoding_rs", | |
|  "futures-core", | |
|  "futures-util", | |
|  "http", | |
|  "http-body", | |
|  "hyper", | |
|  "hyper-tls", | |
|  "ipnet", | |
|  "js-sys", | |
|  "lazy_static", | |
|  "log", | |
|  "mime", | |
|  "native-tls", | |
|  "percent-encoding 2.1.0", | |
|  "pin-project-lite", | |
|  "proc-macro-hack", | |
|  "serde", | |
|  "serde_json", | |
|  "serde_urlencoded", | |
|  "tokio", | |
|  "tokio-native-tls", | |
|  "tokio-socks", | |
|  "tokio-util", | |
|  "trust-dns-resolver", | |
|  "url 2.2.2", | |
|  "wasm-bindgen", | |
|  "wasm-bindgen-futures", | |
|  "web-sys", | |
|  "winreg 0.7.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "resolv-conf" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" | |
| dependencies = [ | |
|  "hostname", | |
|  "quick-error 1.2.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ring" | |
| version = "0.16.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" | |
| dependencies = [ | |
|  "cc", | |
|  "libc", | |
|  "once_cell", | |
|  "spin 0.5.2", | |
|  "untrusted", | |
|  "web-sys", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rmp" | |
| version = "0.8.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4f55e5fa1446c4d5dd1f5daeed2a4fe193071771a2636274d0d7a3b082aa7ad6" | |
| dependencies = [ | |
|  "byteorder", | |
|  "num-traits", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rmpv" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754" | |
| dependencies = [ | |
|  "num-traits", | |
|  "rmp", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rocket" | |
| version = "0.5.0-rc.1" | |
| source = "git+https://github.com/SergioBenitez/Rocket?rev=8cae077ba1d54b92cdef3e171a730b819d5eeb8e#8cae077ba1d54b92cdef3e171a730b819d5eeb8e" | |
| dependencies = [ | |
|  "async-stream", | |
|  "async-trait", | |
|  "atomic", | |
|  "atty", | |
|  "binascii", | |
|  "bytes 1.1.0", | |
|  "either", | |
|  "figment", | |
|  "futures", | |
|  "indexmap", | |
|  "log", | |
|  "memchr", | |
|  "multer", | |
|  "num_cpus", | |
|  "parking_lot 0.11.2", | |
|  "pin-project-lite", | |
|  "rand 0.8.4", | |
|  "ref-cast", | |
|  "rocket_codegen", | |
|  "rocket_http", | |
|  "serde", | |
|  "serde_json", | |
|  "state", | |
|  "tempfile", | |
|  "time 0.3.5", | |
|  "tokio", | |
|  "tokio-stream", | |
|  "tokio-util", | |
|  "ubyte", | |
|  "version_check", | |
|  "yansi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rocket_codegen" | |
| version = "0.5.0-rc.1" | |
| source = "git+https://github.com/SergioBenitez/Rocket?rev=8cae077ba1d54b92cdef3e171a730b819d5eeb8e#8cae077ba1d54b92cdef3e171a730b819d5eeb8e" | |
| dependencies = [ | |
|  "devise", | |
|  "glob", | |
|  "indexmap", | |
|  "proc-macro2", | |
|  "quote", | |
|  "rocket_http", | |
|  "syn", | |
|  "unicode-xid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rocket_http" | |
| version = "0.5.0-rc.1" | |
| source = "git+https://github.com/SergioBenitez/Rocket?rev=8cae077ba1d54b92cdef3e171a730b819d5eeb8e#8cae077ba1d54b92cdef3e171a730b819d5eeb8e" | |
| dependencies = [ | |
|  "cookie 0.16.0-rc.1", | |
|  "either", | |
|  "http", | |
|  "hyper", | |
|  "indexmap", | |
|  "log", | |
|  "memchr", | |
|  "pear", | |
|  "percent-encoding 2.1.0", | |
|  "pin-project-lite", | |
|  "ref-cast", | |
|  "rustls", | |
|  "serde", | |
|  "smallvec 1.7.0", | |
|  "stable-pattern", | |
|  "state", | |
|  "time 0.3.5", | |
|  "tokio", | |
|  "tokio-rustls", | |
|  "uncased", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rustc-demangle" | |
| version = "0.1.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" | |
| 
 | |
| [[package]] | |
| name = "rustc_version" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | |
| dependencies = [ | |
|  "semver", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rustls" | |
| version = "0.19.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" | |
| dependencies = [ | |
|  "base64 0.13.0", | |
|  "log", | |
|  "ring", | |
|  "sct", | |
|  "webpki", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" | |
| 
 | |
| [[package]] | |
| name = "ryu" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568" | |
| 
 | |
| [[package]] | |
| name = "same-file" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
| dependencies = [ | |
|  "winapi-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "schannel" | |
| version = "0.1.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "scheduled-thread-pool" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7" | |
| dependencies = [ | |
|  "parking_lot 0.11.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "scoped-tls" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" | |
| 
 | |
| [[package]] | |
| name = "scopeguard" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
| 
 | |
| [[package]] | |
| name = "sct" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" | |
| dependencies = [ | |
|  "ring", | |
|  "untrusted", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "security-framework" | |
| version = "2.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" | |
| dependencies = [ | |
|  "bitflags", | |
|  "core-foundation", | |
|  "core-foundation-sys", | |
|  "libc", | |
|  "security-framework-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "security-framework-sys" | |
| version = "2.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e" | |
| dependencies = [ | |
|  "core-foundation-sys", | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "semver" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
| dependencies = [ | |
|  "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.130" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" | |
| dependencies = [ | |
|  "serde_derive", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_bytes" | |
| version = "0.11.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9" | |
| dependencies = [ | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_cbor" | |
| version = "0.11.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" | |
| dependencies = [ | |
|  "half", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_derive" | |
| version = "1.0.130" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_json" | |
| version = "1.0.72" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" | |
| dependencies = [ | |
|  "itoa", | |
|  "ryu", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_urlencoded" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" | |
| dependencies = [ | |
|  "form_urlencoded", | |
|  "itoa", | |
|  "ryu", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha-1" | |
| version = "0.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" | |
| dependencies = [ | |
|  "block-buffer 0.7.3", | |
|  "digest 0.8.1", | |
|  "fake-simd", | |
|  "opaque-debug 0.2.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha-1" | |
| version = "0.9.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" | |
| dependencies = [ | |
|  "block-buffer 0.9.0", | |
|  "cfg-if 1.0.0", | |
|  "cpufeatures", | |
|  "digest 0.9.0", | |
|  "opaque-debug 0.3.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha1" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" | |
| 
 | |
| [[package]] | |
| name = "sha2" | |
| version = "0.9.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" | |
| dependencies = [ | |
|  "block-buffer 0.9.0", | |
|  "cfg-if 1.0.0", | |
|  "cpufeatures", | |
|  "digest 0.9.0", | |
|  "opaque-debug 0.3.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sharded-slab" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" | |
| dependencies = [ | |
|  "lazy_static", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "signal-hook-registry" | |
| version = "1.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "simple_asn1" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b" | |
| dependencies = [ | |
|  "chrono", | |
|  "num-bigint", | |
|  "num-traits", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "siphasher" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b" | |
| 
 | |
| [[package]] | |
| name = "slab" | |
| version = "0.4.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" | |
| 
 | |
| [[package]] | |
| name = "smallvec" | |
| version = "0.6.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" | |
| dependencies = [ | |
|  "maybe-uninit", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "smallvec" | |
| version = "1.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" | |
| 
 | |
| [[package]] | |
| name = "socket2" | |
| version = "0.3.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "socket2" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" | |
| dependencies = [ | |
|  "libc", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "spin" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | |
| 
 | |
| [[package]] | |
| name = "spin" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5" | |
| 
 | |
| [[package]] | |
| name = "stable-pattern" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stable_deref_trait" | |
| version = "1.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
| 
 | |
| [[package]] | |
| name = "standback" | |
| version = "0.2.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" | |
| dependencies = [ | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "state" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5" | |
| dependencies = [ | |
|  "loom", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stdweb" | |
| version = "0.4.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" | |
| dependencies = [ | |
|  "discard", | |
|  "rustc_version", | |
|  "stdweb-derive", | |
|  "stdweb-internal-macros", | |
|  "stdweb-internal-runtime", | |
|  "wasm-bindgen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stdweb-derive" | |
| version = "0.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "serde", | |
|  "serde_derive", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stdweb-internal-macros" | |
| version = "0.2.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" | |
| dependencies = [ | |
|  "base-x", | |
|  "proc-macro2", | |
|  "quote", | |
|  "serde", | |
|  "serde_derive", | |
|  "serde_json", | |
|  "sha1", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stdweb-internal-runtime" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" | |
| 
 | |
| [[package]] | |
| name = "string_cache" | |
| version = "0.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "923f0f39b6267d37d23ce71ae7235602134b250ace715dd2c90421998ddac0c6" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "new_debug_unreachable", | |
|  "parking_lot 0.11.2", | |
|  "phf_shared 0.8.0", | |
|  "precomputed-hash", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "string_cache_codegen" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97" | |
| dependencies = [ | |
|  "phf_generator 0.8.0", | |
|  "phf_shared 0.8.0", | |
|  "proc-macro2", | |
|  "quote", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "subtle" | |
| version = "2.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" | |
| 
 | |
| [[package]] | |
| name = "syn" | |
| version = "1.0.82" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "unicode-xid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "syslog" | |
| version = "4.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327" | |
| dependencies = [ | |
|  "error-chain", | |
|  "libc", | |
|  "log", | |
|  "time 0.1.44", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tempfile" | |
| version = "3.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "libc", | |
|  "rand 0.8.4", | |
|  "redox_syscall", | |
|  "remove_dir_all", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tendril" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33" | |
| dependencies = [ | |
|  "futf", | |
|  "mac", | |
|  "utf-8", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thiserror" | |
| version = "1.0.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" | |
| dependencies = [ | |
|  "thiserror-impl", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thiserror-impl" | |
| version = "1.0.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thread_local" | |
| version = "1.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" | |
| dependencies = [ | |
|  "once_cell", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "threadpool" | |
| version = "1.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" | |
| dependencies = [ | |
|  "num_cpus", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time" | |
| version = "0.1.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | |
| dependencies = [ | |
|  "libc", | |
|  "wasi 0.10.0+wasi-snapshot-preview1", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time" | |
| version = "0.2.27" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" | |
| dependencies = [ | |
|  "const_fn", | |
|  "libc", | |
|  "standback", | |
|  "stdweb", | |
|  "time-macros 0.1.1", | |
|  "version_check", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time" | |
| version = "0.3.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" | |
| dependencies = [ | |
|  "itoa", | |
|  "libc", | |
|  "time-macros 0.2.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time-macros" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" | |
| dependencies = [ | |
|  "proc-macro-hack", | |
|  "time-macros-impl", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time-macros" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6" | |
| 
 | |
| [[package]] | |
| name = "time-macros-impl" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" | |
| dependencies = [ | |
|  "proc-macro-hack", | |
|  "proc-macro2", | |
|  "quote", | |
|  "standback", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tinyvec" | |
| version = "1.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" | |
| dependencies = [ | |
|  "tinyvec_macros", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tinyvec_macros" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" | |
| 
 | |
| [[package]] | |
| name = "tokio" | |
| version = "1.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144" | |
| dependencies = [ | |
|  "autocfg", | |
|  "bytes 1.1.0", | |
|  "libc", | |
|  "memchr", | |
|  "mio 0.7.14", | |
|  "num_cpus", | |
|  "once_cell", | |
|  "parking_lot 0.11.2", | |
|  "pin-project-lite", | |
|  "signal-hook-registry", | |
|  "tokio-macros", | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-macros" | |
| version = "1.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-native-tls" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" | |
| dependencies = [ | |
|  "native-tls", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-rustls" | |
| version = "0.22.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" | |
| dependencies = [ | |
|  "rustls", | |
|  "tokio", | |
|  "webpki", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-socks" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" | |
| dependencies = [ | |
|  "either", | |
|  "futures-util", | |
|  "thiserror", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-stream" | |
| version = "0.1.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" | |
| dependencies = [ | |
|  "futures-core", | |
|  "pin-project-lite", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-util" | |
| version = "0.6.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" | |
| dependencies = [ | |
|  "bytes 1.1.0", | |
|  "futures-core", | |
|  "futures-sink", | |
|  "log", | |
|  "pin-project-lite", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "toml" | |
| version = "0.5.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" | |
| dependencies = [ | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "totp-lite" | |
| version = "1.0.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b18009e8be74bfb2e2cc59a63d078d95c042858a1ca1128a294e1f9ce225148b" | |
| dependencies = [ | |
|  "digest 0.9.0", | |
|  "hmac 0.11.0", | |
|  "sha-1 0.9.8", | |
|  "sha2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tower-service" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" | |
| 
 | |
| [[package]] | |
| name = "tracing" | |
| version = "0.1.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "log", | |
|  "pin-project-lite", | |
|  "tracing-attributes", | |
|  "tracing-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-attributes" | |
| version = "0.1.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-core" | |
| version = "0.1.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" | |
| dependencies = [ | |
|  "lazy_static", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-log" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "log", | |
|  "tracing-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-subscriber" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" | |
| dependencies = [ | |
|  "ansi_term", | |
|  "lazy_static", | |
|  "matchers", | |
|  "regex", | |
|  "sharded-slab", | |
|  "smallvec 1.7.0", | |
|  "thread_local", | |
|  "tracing", | |
|  "tracing-core", | |
|  "tracing-log", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "trust-dns-proto" | |
| version = "0.20.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4" | |
| dependencies = [ | |
|  "async-trait", | |
|  "cfg-if 1.0.0", | |
|  "data-encoding", | |
|  "enum-as-inner", | |
|  "futures-channel", | |
|  "futures-io", | |
|  "futures-util", | |
|  "idna 0.2.3", | |
|  "ipnet", | |
|  "lazy_static", | |
|  "log", | |
|  "rand 0.8.4", | |
|  "smallvec 1.7.0", | |
|  "thiserror", | |
|  "tinyvec", | |
|  "tokio", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "trust-dns-resolver" | |
| version = "0.20.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "futures-util", | |
|  "ipconfig", | |
|  "lazy_static", | |
|  "log", | |
|  "lru-cache", | |
|  "parking_lot 0.11.2", | |
|  "resolv-conf", | |
|  "smallvec 1.7.0", | |
|  "thiserror", | |
|  "tokio", | |
|  "trust-dns-proto", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "try-lock" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | |
| 
 | |
| [[package]] | |
| name = "twoway" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47" | |
| dependencies = [ | |
|  "memchr", | |
|  "unchecked-index", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "typenum" | |
| version = "1.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" | |
| 
 | |
| [[package]] | |
| name = "u2f" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e2f285392366190c4d46823458f4543ac0f35174759c78e80c5baa39e1f7aa4f" | |
| dependencies = [ | |
|  "base64 0.11.0", | |
|  "byteorder", | |
|  "bytes 0.4.12", | |
|  "chrono", | |
|  "openssl", | |
|  "serde", | |
|  "serde_derive", | |
|  "serde_json", | |
|  "time 0.1.44", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ubyte" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42756bb9e708855de2f8a98195643dff31a97f0485d90d8467b39dc24be9e8fe" | |
| dependencies = [ | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ucd-trie" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" | |
| 
 | |
| [[package]] | |
| name = "uncased" | |
| version = "0.9.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0" | |
| dependencies = [ | |
|  "serde", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "unchecked-index" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c" | |
| 
 | |
| [[package]] | |
| name = "unicode-bidi" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" | |
| 
 | |
| [[package]] | |
| name = "unicode-normalization" | |
| version = "0.1.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" | |
| dependencies = [ | |
|  "tinyvec", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "unicode-segmentation" | |
| version = "1.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" | |
| 
 | |
| [[package]] | |
| name = "unicode-xid" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" | |
| 
 | |
| [[package]] | |
| name = "untrusted" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" | |
| 
 | |
| [[package]] | |
| name = "url" | |
| version = "1.7.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | |
| dependencies = [ | |
|  "idna 0.1.5", | |
|  "matches", | |
|  "percent-encoding 1.0.1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "url" | |
| version = "2.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" | |
| dependencies = [ | |
|  "form_urlencoded", | |
|  "idna 0.2.3", | |
|  "matches", | |
|  "percent-encoding 2.1.0", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "utf-8" | |
| version = "0.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | |
| 
 | |
| [[package]] | |
| name = "uuid" | |
| version = "0.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" | |
| dependencies = [ | |
|  "getrandom 0.2.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "vaultwarden" | |
| version = "1.0.0" | |
| dependencies = [ | |
|  "backtrace", | |
|  "bytes 1.1.0", | |
|  "chashmap", | |
|  "chrono", | |
|  "chrono-tz", | |
|  "cookie 0.15.1", | |
|  "cookie_store", | |
|  "ctrlc", | |
|  "data-encoding", | |
|  "data-url", | |
|  "diesel", | |
|  "diesel_migrations", | |
|  "dotenv", | |
|  "fern", | |
|  "futures", | |
|  "handlebars", | |
|  "html5ever", | |
|  "idna 0.2.3", | |
|  "job_scheduler", | |
|  "jsonwebtoken", | |
|  "lettre", | |
|  "libsqlite3-sys", | |
|  "log", | |
|  "markup5ever_rcdom", | |
|  "num-derive", | |
|  "num-traits", | |
|  "once_cell", | |
|  "openssl", | |
|  "parity-ws", | |
|  "paste", | |
|  "percent-encoding 2.1.0", | |
|  "pico-args", | |
|  "rand 0.8.4", | |
|  "regex", | |
|  "reqwest", | |
|  "ring", | |
|  "rmpv", | |
|  "rocket", | |
|  "serde", | |
|  "serde_json", | |
|  "syslog", | |
|  "time 0.2.27", | |
|  "tokio", | |
|  "totp-lite", | |
|  "tracing", | |
|  "u2f", | |
|  "url 2.2.2", | |
|  "uuid", | |
|  "webauthn-rs", | |
|  "yubico", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "vcpkg" | |
| version = "0.2.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
| 
 | |
| [[package]] | |
| name = "version_check" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" | |
| 
 | |
| [[package]] | |
| name = "walkdir" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" | |
| dependencies = [ | |
|  "same-file", | |
|  "winapi 0.3.9", | |
|  "winapi-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "want" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | |
| dependencies = [ | |
|  "log", | |
|  "try-lock", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasi" | |
| version = "0.9.0+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
| 
 | |
| [[package]] | |
| name = "wasi" | |
| version = "0.10.0+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen" | |
| version = "0.2.78" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "wasm-bindgen-macro", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-backend" | |
| version = "0.2.78" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" | |
| dependencies = [ | |
|  "bumpalo", | |
|  "lazy_static", | |
|  "log", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
|  "wasm-bindgen-shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-futures" | |
| version = "0.4.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" | |
| dependencies = [ | |
|  "cfg-if 1.0.0", | |
|  "js-sys", | |
|  "wasm-bindgen", | |
|  "web-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-macro" | |
| version = "0.2.78" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" | |
| dependencies = [ | |
|  "quote", | |
|  "wasm-bindgen-macro-support", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-macro-support" | |
| version = "0.2.78" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
|  "wasm-bindgen-backend", | |
|  "wasm-bindgen-shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-shared" | |
| version = "0.2.78" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" | |
| 
 | |
| [[package]] | |
| name = "web-sys" | |
| version = "0.3.55" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb" | |
| dependencies = [ | |
|  "js-sys", | |
|  "wasm-bindgen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "webauthn-rs" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5275a4ed4cd88814475b5ec51b84886eb17691fd3171f565581eca91d3489a10" | |
| dependencies = [ | |
|  "base64 0.13.0", | |
|  "log", | |
|  "nom 4.1.1", | |
|  "openssl", | |
|  "rand 0.8.4", | |
|  "serde", | |
|  "serde_bytes", | |
|  "serde_cbor", | |
|  "serde_derive", | |
|  "serde_json", | |
|  "thiserror", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "webpki" | |
| version = "0.21.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" | |
| dependencies = [ | |
|  "ring", | |
|  "untrusted", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "widestring" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" | |
| 
 | |
| [[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.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| dependencies = [ | |
|  "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.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[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 = "winreg" | |
| version = "0.6.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "winreg" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" | |
| dependencies = [ | |
|  "winapi 0.3.9", | |
| ] | |
| 
 | |
| [[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", | |
|  "winapi-build", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "xml5ever" | |
| version = "0.16.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865" | |
| dependencies = [ | |
|  "log", | |
|  "mac", | |
|  "markup5ever", | |
|  "time 0.1.44", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "yansi" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" | |
| 
 | |
| [[package]] | |
| name = "yubico" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4d3c3f584739059f479ca4de114cbfe032315752abb3be60afb30db40a802169" | |
| dependencies = [ | |
|  "base64 0.13.0", | |
|  "crypto-mac 0.10.1", | |
|  "futures", | |
|  "hmac 0.10.1", | |
|  "rand 0.8.4", | |
|  "reqwest", | |
|  "sha-1 0.9.8", | |
|  "threadpool", | |
|  "url 1.7.2", | |
| ]
 | |
| 
 |