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.
		
		
		
		
		
			
		
			
				
					
					
						
							3666 lines
						
					
					
						
							87 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							3666 lines
						
					
					
						
							87 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 = "aead" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" | |
| dependencies = [ | |
|  "generic-array 0.14.5", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "aes" | |
| version = "0.7.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "cipher", | |
|  "cpufeatures", | |
|  "opaque-debug 0.3.0", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "aes-gcm" | |
| version = "0.9.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" | |
| dependencies = [ | |
|  "aead", | |
|  "aes", | |
|  "cipher", | |
|  "ctr", | |
|  "ghash", | |
|  "subtle", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-compression" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695" | |
| dependencies = [ | |
|  "brotli", | |
|  "flate2", | |
|  "futures-core", | |
|  "memchr", | |
|  "pin-project-lite", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-stream" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" | |
| dependencies = [ | |
|  "async-stream-impl", | |
|  "futures-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-stream-impl" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async-trait" | |
| version = "0.1.53" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "async_once" | |
| version = "0.2.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82" | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
| 
 | |
| [[package]] | |
| name = "backtrace" | |
| version = "0.3.65" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" | |
| dependencies = [ | |
|  "addr2line", | |
|  "cc", | |
|  "cfg-if", | |
|  "libc", | |
|  "miniz_oxide", | |
|  "object", | |
|  "rustc-demangle", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "base-x" | |
| version = "0.2.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74" | |
| 
 | |
| [[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.10.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" | |
| dependencies = [ | |
|  "generic-array 0.14.5", | |
| ] | |
| 
 | |
| [[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.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" | |
| 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.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" | |
| 
 | |
| [[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 = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" | |
| 
 | |
| [[package]] | |
| name = "cached" | |
| version = "0.34.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a" | |
| dependencies = [ | |
|  "async-trait", | |
|  "async_once", | |
|  "cached_proc_macro", | |
|  "cached_proc_macro_types", | |
|  "futures", | |
|  "hashbrown 0.12.1", | |
|  "lazy_static", | |
|  "once_cell", | |
|  "thiserror", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cached_proc_macro" | |
| version = "0.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f" | |
| dependencies = [ | |
|  "cached_proc_macro_types", | |
|  "darling", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cached_proc_macro_types" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" | |
| 
 | |
| [[package]] | |
| name = "cc" | |
| version = "1.0.73" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" | |
| 
 | |
| [[package]] | |
| name = "cfg-if" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
| 
 | |
| [[package]] | |
| name = "chrono" | |
| version = "0.4.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | |
| dependencies = [ | |
|  "libc", | |
|  "num-integer", | |
|  "num-traits", | |
|  "serde", | |
|  "time 0.1.43", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "chrono-tz" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552" | |
| dependencies = [ | |
|  "chrono", | |
|  "chrono-tz-build", | |
|  "phf", | |
| ] | |
| 
 | |
| [[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", | |
|  "phf_codegen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cipher" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" | |
| dependencies = [ | |
|  "generic-array 0.14.5", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "const_fn" | |
| version = "0.4.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" | |
| 
 | |
| [[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" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05" | |
| dependencies = [ | |
|  "aes-gcm", | |
|  "base64", | |
|  "hkdf", | |
|  "hmac", | |
|  "percent-encoding 2.1.0", | |
|  "rand", | |
|  "sha2", | |
|  "subtle", | |
|  "time 0.3.9", | |
|  "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 = "cookie_store" | |
| version = "0.16.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f83bfd36a664c5783fde601ab938bcd41c3e228c5eda1dfaae727a4a27bcb945" | |
| dependencies = [ | |
|  "cookie 0.16.0", | |
|  "idna 0.2.3", | |
|  "log", | |
|  "publicsuffix", | |
|  "serde", | |
|  "serde_json", | |
|  "time 0.3.9", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "core-foundation" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" | |
| 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.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crc32fast" | |
| version = "1.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" | |
| dependencies = [ | |
|  "cfg-if", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "cron" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d76219e9243e100d5a37676005f08379297f8addfebc247613299600625c734d" | |
| dependencies = [ | |
|  "chrono", | |
|  "nom", | |
|  "once_cell", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crossbeam-utils" | |
| version = "0.8.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "lazy_static", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "crypto-common" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" | |
| dependencies = [ | |
|  "generic-array 0.14.5", | |
|  "typenum", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ctr" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" | |
| dependencies = [ | |
|  "cipher", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ctrlc" | |
| version = "3.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865" | |
| dependencies = [ | |
|  "nix", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "darling" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" | |
| dependencies = [ | |
|  "darling_core", | |
|  "darling_macro", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "darling_core" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" | |
| dependencies = [ | |
|  "fnv", | |
|  "ident_case", | |
|  "proc-macro2", | |
|  "quote", | |
|  "strsim", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "darling_macro" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" | |
| dependencies = [ | |
|  "darling_core", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "dashmap" | |
| version = "5.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "hashbrown 0.12.1", | |
|  "lock_api", | |
| ] | |
| 
 | |
| [[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.10.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" | |
| dependencies = [ | |
|  "block-buffer 0.10.2", | |
|  "crypto-common", | |
|  "subtle", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "dirs" | |
| version = "4.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" | |
| dependencies = [ | |
|  "dirs-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "dirs-sys" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" | |
| dependencies = [ | |
|  "libc", | |
|  "redox_users", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "discard" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" | |
| 
 | |
| [[package]] | |
| name = "dotenvy" | |
| version = "0.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7e851a83c30366fd01d75b913588e95e74a1705c1ecc5d58b1f8e1a6d556525f" | |
| dependencies = [ | |
|  "dirs", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "either" | |
| version = "1.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
| 
 | |
| [[package]] | |
| name = "email-encoding" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6690291166824e467790ac08ba42f241791567e8337bbf00c5a6e87889629f98" | |
| dependencies = [ | |
|  "base64", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "encoding_rs" | |
| version = "0.8.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" | |
| dependencies = [ | |
|  "cfg-if", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "enum-as-inner" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4" | |
| dependencies = [ | |
|  "heck", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "error-chain" | |
| version = "0.12.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" | |
| dependencies = [ | |
|  "version_check", | |
| ] | |
| 
 | |
| [[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.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" | |
| dependencies = [ | |
|  "instant", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "fern" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a" | |
| 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.23" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "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 = "futures" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" | |
| dependencies = [ | |
|  "futures-channel", | |
|  "futures-core", | |
|  "futures-executor", | |
|  "futures-io", | |
|  "futures-sink", | |
|  "futures-task", | |
|  "futures-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-channel" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" | |
| dependencies = [ | |
|  "futures-core", | |
|  "futures-sink", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-core" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" | |
| 
 | |
| [[package]] | |
| name = "futures-executor" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" | |
| dependencies = [ | |
|  "futures-core", | |
|  "futures-task", | |
|  "futures-util", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-io" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" | |
| 
 | |
| [[package]] | |
| name = "futures-macro" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "futures-sink" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" | |
| 
 | |
| [[package]] | |
| name = "futures-task" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" | |
| 
 | |
| [[package]] | |
| name = "futures-timer" | |
| version = "3.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" | |
| 
 | |
| [[package]] | |
| name = "futures-util" | |
| version = "0.3.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" | |
| 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", | |
| ] | |
| 
 | |
| [[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.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" | |
| dependencies = [ | |
|  "typenum", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.2.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "libc", | |
|  "wasi 0.10.2+wasi-snapshot-preview1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ghash" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" | |
| dependencies = [ | |
|  "opaque-debug 0.3.0", | |
|  "polyval", | |
| ] | |
| 
 | |
| [[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 = "governor" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "19775995ee20209163239355bc3ad2f33f83da35d9ef72dea26e5af753552c87" | |
| dependencies = [ | |
|  "dashmap", | |
|  "futures", | |
|  "futures-timer", | |
|  "no-std-compat", | |
|  "nonzero_ext", | |
|  "parking_lot 0.12.0", | |
|  "quanta", | |
|  "rand", | |
|  "smallvec", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "h2" | |
| version = "0.3.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" | |
| dependencies = [ | |
|  "bytes", | |
|  "fnv", | |
|  "futures-core", | |
|  "futures-sink", | |
|  "futures-util", | |
|  "http", | |
|  "indexmap", | |
|  "slab", | |
|  "tokio", | |
|  "tokio-util 0.7.2", | |
|  "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.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df" | |
| dependencies = [ | |
|  "log", | |
|  "pest", | |
|  "pest_derive", | |
|  "serde", | |
|  "serde_json", | |
|  "thiserror", | |
|  "walkdir", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.11.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | |
| 
 | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" | |
| 
 | |
| [[package]] | |
| name = "heck" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" | |
| 
 | |
| [[package]] | |
| name = "hermit-abi" | |
| version = "0.1.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hkdf" | |
| version = "0.12.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" | |
| dependencies = [ | |
|  "hmac", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hmac" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" | |
| dependencies = [ | |
|  "digest 0.10.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "hostname" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" | |
| dependencies = [ | |
|  "libc", | |
|  "match_cfg", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "html5gum" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2dad48b66db55322add2819ae1d7bda0c32f3415269a08330679dbc8b0afeb30" | |
| dependencies = [ | |
|  "jetscii", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "http" | |
| version = "0.2.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" | |
| dependencies = [ | |
|  "bytes", | |
|  "fnv", | |
|  "itoa", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "http-body" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" | |
| dependencies = [ | |
|  "bytes", | |
|  "http", | |
|  "pin-project-lite", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "httparse" | |
| version = "1.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" | |
| 
 | |
| [[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.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" | |
| dependencies = [ | |
|  "bytes", | |
|  "futures-channel", | |
|  "futures-core", | |
|  "futures-util", | |
|  "h2", | |
|  "http", | |
|  "http-body", | |
|  "httparse", | |
|  "httpdate", | |
|  "itoa", | |
|  "pin-project-lite", | |
|  "socket2 0.4.4", | |
|  "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", | |
|  "hyper", | |
|  "native-tls", | |
|  "tokio", | |
|  "tokio-native-tls", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ident_case" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" | |
| 
 | |
| [[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.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" | |
| dependencies = [ | |
|  "autocfg", | |
|  "hashbrown 0.11.2", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "inlinable_string" | |
| version = "0.1.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" | |
| 
 | |
| [[package]] | |
| name = "instant" | |
| version = "0.1.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | |
| dependencies = [ | |
|  "cfg-if", | |
| ] | |
| 
 | |
| [[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", | |
|  "winreg 0.6.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ipnet" | |
| version = "2.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" | |
| 
 | |
| [[package]] | |
| name = "itoa" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" | |
| 
 | |
| [[package]] | |
| name = "jetscii" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "492895b76e8c1a78a419f2977a38e42032077ca67d101d26b435ee705119e373" | |
| 
 | |
| [[package]] | |
| name = "job_scheduler_ng" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bc933da2dd33e6fe37f970e789e76725971e4a9b7a452c52bd5577be45a9ca4a" | |
| dependencies = [ | |
|  "chrono", | |
|  "cron", | |
|  "uuid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "js-sys" | |
| version = "0.3.57" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" | |
| dependencies = [ | |
|  "wasm-bindgen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "jsonwebtoken" | |
| version = "8.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cc9051c17f81bae79440afa041b3a278e1de71bfb96d32454b477fd4703ccb6f" | |
| dependencies = [ | |
|  "base64", | |
|  "pem", | |
|  "ring", | |
|  "serde", | |
|  "serde_json", | |
|  "simple_asn1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "lazy_static" | |
| version = "1.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
| 
 | |
| [[package]] | |
| name = "lettre" | |
| version = "0.10.0-rc.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2f6c70001f7ee6c93b6687a06607c7a38f9a7ae460139a496c23da21e95bc289" | |
| dependencies = [ | |
|  "base64", | |
|  "email-encoding", | |
|  "fastrand", | |
|  "hostname", | |
|  "httpdate", | |
|  "idna 0.2.3", | |
|  "mime", | |
|  "native-tls", | |
|  "nom", | |
|  "once_cell", | |
|  "quoted_printable", | |
|  "regex", | |
|  "serde", | |
|  "tracing", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.126" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" | |
| 
 | |
| [[package]] | |
| name = "libmimalloc-sys" | |
| version = "0.1.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "11ca136052550448f55df7898c6dbe651c6b574fe38a0d9ea687a9f8088a2e2c" | |
| dependencies = [ | |
|  "cc", | |
| ] | |
| 
 | |
| [[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.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" | |
| dependencies = [ | |
|  "autocfg", | |
|  "scopeguard", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "log" | |
| version = "0.4.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" | |
| dependencies = [ | |
|  "cfg-if", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "loom" | |
| version = "0.5.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "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 = "mach" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "maplit" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" | |
| 
 | |
| [[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 = "memchr" | |
| version = "2.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |
| 
 | |
| [[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 = "mimalloc" | |
| version = "0.1.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2f64ad83c969af2e732e907564deb0d0ed393cec4af80776f77dd77a1a427698" | |
| dependencies = [ | |
|  "libmimalloc-sys", | |
| ] | |
| 
 | |
| [[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.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" | |
| dependencies = [ | |
|  "adler", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mio" | |
| version = "0.8.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" | |
| dependencies = [ | |
|  "libc", | |
|  "log", | |
|  "wasi 0.11.0+wasi-snapshot-preview1", | |
|  "windows-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "multer" | |
| version = "2.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5f8f35e687561d5c1667590911e6698a8cb714a134a7505718a182e7bc9d3836" | |
| dependencies = [ | |
|  "bytes", | |
|  "encoding_rs", | |
|  "futures-util", | |
|  "http", | |
|  "httparse", | |
|  "log", | |
|  "memchr", | |
|  "mime", | |
|  "spin 0.9.3", | |
|  "tokio", | |
|  "tokio-util 0.6.10", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "mysqlclient-sys" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f61b381528ba293005c42a409dd73d034508e273bf90481f17ec2e964a6e969b" | |
| dependencies = [ | |
|  "pkg-config", | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "native-tls" | |
| version = "0.2.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "libc", | |
|  "log", | |
|  "openssl", | |
|  "openssl-probe", | |
|  "openssl-sys", | |
|  "schannel", | |
|  "security-framework", | |
|  "security-framework-sys", | |
|  "tempfile", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "nix" | |
| version = "0.24.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" | |
| dependencies = [ | |
|  "bitflags", | |
|  "cfg-if", | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "no-std-compat" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" | |
| 
 | |
| [[package]] | |
| name = "nom" | |
| version = "7.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" | |
| dependencies = [ | |
|  "memchr", | |
|  "minimal-lexical", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "nonzero_ext" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" | |
| 
 | |
| [[package]] | |
| name = "num-bigint" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" | |
| 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.45" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
| dependencies = [ | |
|  "autocfg", | |
|  "num-traits", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num-traits" | |
| version = "0.2.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" | |
| dependencies = [ | |
|  "autocfg", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num_cpus" | |
| version = "1.13.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" | |
| dependencies = [ | |
|  "hermit-abi", | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "num_threads" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" | |
| dependencies = [ | |
|  "libc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "object" | |
| version = "0.28.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca" | |
| 
 | |
| [[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.40" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e" | |
| dependencies = [ | |
|  "bitflags", | |
|  "cfg-if", | |
|  "foreign-types", | |
|  "libc", | |
|  "once_cell", | |
|  "openssl-macros", | |
|  "openssl-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "openssl-macros" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "openssl-probe" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | |
| 
 | |
| [[package]] | |
| name = "openssl-src" | |
| version = "111.20.0+1.1.1o" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "92892c4f87d56e376e469ace79f1128fdaded07646ddf73aa0be4706ff712dec" | |
| dependencies = [ | |
|  "cc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "openssl-sys" | |
| version = "0.9.73" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0" | |
| dependencies = [ | |
|  "autocfg", | |
|  "cc", | |
|  "libc", | |
|  "openssl-src", | |
|  "pkg-config", | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[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" | |
| version = "0.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" | |
| dependencies = [ | |
|  "lock_api", | |
|  "parking_lot_core 0.9.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "instant", | |
|  "libc", | |
|  "redox_syscall", | |
|  "smallvec", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "libc", | |
|  "redox_syscall", | |
|  "smallvec", | |
|  "windows-sys", | |
| ] | |
| 
 | |
| [[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.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" | |
| 
 | |
| [[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 = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947" | |
| dependencies = [ | |
|  "base64", | |
| ] | |
| 
 | |
| [[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.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" | |
| dependencies = [ | |
|  "phf_shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_codegen" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" | |
| dependencies = [ | |
|  "phf_generator", | |
|  "phf_shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "phf_generator" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | |
| dependencies = [ | |
|  "phf_shared", | |
|  "rand", | |
| ] | |
| 
 | |
| [[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.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" | |
| 
 | |
| [[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.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" | |
| 
 | |
| [[package]] | |
| name = "polyval" | |
| version = "0.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "cpufeatures", | |
|  "opaque-debug 0.3.0", | |
|  "universal-hash", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ppv-lite86" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" | |
| 
 | |
| [[package]] | |
| name = "pq-sys" | |
| version = "0.4.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda" | |
| dependencies = [ | |
|  "vcpkg", | |
| ] | |
| 
 | |
| [[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.39" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" | |
| dependencies = [ | |
|  "unicode-ident", | |
| ] | |
| 
 | |
| [[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.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e8eda7c62d9ecaafdf8b62374c006de0adf61666ae96a96ba74a37134aa4e470" | |
| 
 | |
| [[package]] | |
| name = "publicsuffix" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "292972edad6bbecc137ab84c5e36421a4a6c979ea31d3cc73540dd04315b33e1" | |
| dependencies = [ | |
|  "byteorder", | |
|  "hashbrown 0.11.2", | |
|  "idna 0.2.3", | |
|  "psl-types", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "quanta" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8" | |
| dependencies = [ | |
|  "crossbeam-utils", | |
|  "libc", | |
|  "mach", | |
|  "once_cell", | |
|  "raw-cpuid", | |
|  "wasi 0.10.2+wasi-snapshot-preview1", | |
|  "web-sys", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "quick-error" | |
| version = "1.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | |
| 
 | |
| [[package]] | |
| name = "quickcheck" | |
| version = "1.0.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" | |
| dependencies = [ | |
|  "rand", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "quote" | |
| version = "1.0.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" | |
| 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.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
| dependencies = [ | |
|  "libc", | |
|  "rand_chacha", | |
|  "rand_core", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.6.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | |
| dependencies = [ | |
|  "getrandom", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "raw-cpuid" | |
| version = "10.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "738bc47119e3eeccc7e94c4a506901aea5e7b4944ecd0829cbebf4af04ceda12" | |
| dependencies = [ | |
|  "bitflags", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "redox_syscall" | |
| version = "0.2.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" | |
| dependencies = [ | |
|  "bitflags", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "redox_users" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" | |
| dependencies = [ | |
|  "getrandom", | |
|  "redox_syscall", | |
|  "thiserror", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ref-cast" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab" | |
| dependencies = [ | |
|  "ref-cast-impl", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "ref-cast-impl" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "regex" | |
| version = "1.5.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" | |
| 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.26" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" | |
| 
 | |
| [[package]] | |
| name = "remove_dir_all" | |
| version = "0.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
| dependencies = [ | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "reqwest" | |
| version = "0.11.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb" | |
| dependencies = [ | |
|  "async-compression", | |
|  "base64", | |
|  "bytes", | |
|  "cookie 0.15.1", | |
|  "cookie_store 0.15.1", | |
|  "encoding_rs", | |
|  "futures-core", | |
|  "futures-util", | |
|  "h2", | |
|  "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 0.6.10", | |
|  "trust-dns-resolver", | |
|  "url 2.2.2", | |
|  "wasm-bindgen", | |
|  "wasm-bindgen-futures", | |
|  "web-sys", | |
|  "winreg 0.10.1", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "resolv-conf" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" | |
| dependencies = [ | |
|  "hostname", | |
|  "quick-error", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rmp" | |
| version = "0.8.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" | |
| dependencies = [ | |
|  "byteorder", | |
|  "num-traits", | |
|  "paste", | |
| ] | |
| 
 | |
| [[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.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "98ead083fce4a405feb349cf09abdf64471c6077f14e0ce59364aa90d4b99317" | |
| dependencies = [ | |
|  "async-stream", | |
|  "async-trait", | |
|  "atomic", | |
|  "atty", | |
|  "binascii", | |
|  "bytes", | |
|  "either", | |
|  "figment", | |
|  "futures", | |
|  "indexmap", | |
|  "log", | |
|  "memchr", | |
|  "multer", | |
|  "num_cpus", | |
|  "parking_lot 0.12.0", | |
|  "pin-project-lite", | |
|  "rand", | |
|  "ref-cast", | |
|  "rocket_codegen", | |
|  "rocket_http", | |
|  "serde", | |
|  "serde_json", | |
|  "state", | |
|  "tempfile", | |
|  "time 0.3.9", | |
|  "tokio", | |
|  "tokio-stream", | |
|  "tokio-util 0.7.2", | |
|  "ubyte", | |
|  "version_check", | |
|  "yansi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rocket_codegen" | |
| version = "0.5.0-rc.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d6aeb6bb9c61e9cd2c00d70ea267bf36f76a4cc615e5908b349c2f9d93999b47" | |
| dependencies = [ | |
|  "devise", | |
|  "glob", | |
|  "indexmap", | |
|  "proc-macro2", | |
|  "quote", | |
|  "rocket_http", | |
|  "syn", | |
|  "unicode-xid", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rocket_http" | |
| version = "0.5.0-rc.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2ded65d127954de3c12471630bf4b81a2792f065984461e65b91d0fdaafc17a2" | |
| dependencies = [ | |
|  "cookie 0.16.0", | |
|  "either", | |
|  "futures", | |
|  "http", | |
|  "hyper", | |
|  "indexmap", | |
|  "log", | |
|  "memchr", | |
|  "pear", | |
|  "percent-encoding 2.1.0", | |
|  "pin-project-lite", | |
|  "ref-cast", | |
|  "rustls", | |
|  "rustls-pemfile", | |
|  "serde", | |
|  "smallvec", | |
|  "stable-pattern", | |
|  "state", | |
|  "time 0.3.9", | |
|  "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.20.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" | |
| dependencies = [ | |
|  "log", | |
|  "ring", | |
|  "sct", | |
|  "webpki", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rustls-pemfile" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" | |
| dependencies = [ | |
|  "base64", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" | |
| 
 | |
| [[package]] | |
| name = "ryu" | |
| version = "1.0.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" | |
| 
 | |
| [[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.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "windows-sys", | |
| ] | |
| 
 | |
| [[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.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" | |
| dependencies = [ | |
|  "ring", | |
|  "untrusted", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "security-framework" | |
| version = "2.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" | |
| dependencies = [ | |
|  "bitflags", | |
|  "core-foundation", | |
|  "core-foundation-sys", | |
|  "libc", | |
|  "security-framework-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "security-framework-sys" | |
| version = "2.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" | |
| 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.137" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" | |
| dependencies = [ | |
|  "serde_derive", | |
| ] | |
| 
 | |
| [[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.137" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_json" | |
| version = "1.0.81" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" | |
| dependencies = [ | |
|  "itoa", | |
|  "ryu", | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "serde_urlencoded" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" | |
| 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.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "cpufeatures", | |
|  "digest 0.10.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha1" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" | |
| dependencies = [ | |
|  "sha1_smol", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha1" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "cpufeatures", | |
|  "digest 0.10.3", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "sha1_smol" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" | |
| 
 | |
| [[package]] | |
| name = "sha2" | |
| version = "0.10.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "cpufeatures", | |
|  "digest 0.10.3", | |
| ] | |
| 
 | |
| [[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.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4a762b1c38b9b990c694b9c2f8abe3372ce6a9ceaae6bca39cfc46e054f45745" | |
| dependencies = [ | |
|  "num-bigint", | |
|  "num-traits", | |
|  "thiserror", | |
|  "time 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "siphasher" | |
| version = "0.3.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" | |
| 
 | |
| [[package]] | |
| name = "slab" | |
| version = "0.4.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" | |
| 
 | |
| [[package]] | |
| name = "smallvec" | |
| version = "1.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" | |
| 
 | |
| [[package]] | |
| name = "socket2" | |
| version = "0.3.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "libc", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "socket2" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" | |
| dependencies = [ | |
|  "libc", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[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.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" | |
| 
 | |
| [[package]] | |
| name = "stable-pattern" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" | |
| dependencies = [ | |
|  "memchr", | |
| ] | |
| 
 | |
| [[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.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" | |
| 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 0.6.1", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "stdweb-internal-runtime" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" | |
| 
 | |
| [[package]] | |
| name = "strsim" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
| 
 | |
| [[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.95" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "unicode-ident", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "syslog" | |
| version = "6.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc" | |
| dependencies = [ | |
|  "error-chain", | |
|  "hostname", | |
|  "libc", | |
|  "log", | |
|  "time 0.3.9", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tempfile" | |
| version = "3.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "fastrand", | |
|  "libc", | |
|  "redox_syscall", | |
|  "remove_dir_all", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thiserror" | |
| version = "1.0.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" | |
| dependencies = [ | |
|  "thiserror-impl", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thiserror-impl" | |
| version = "1.0.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "thread_local" | |
| version = "1.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" | |
| 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.43" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" | |
| dependencies = [ | |
|  "libc", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[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", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "time" | |
| version = "0.3.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd" | |
| dependencies = [ | |
|  "itoa", | |
|  "libc", | |
|  "num_threads", | |
|  "quickcheck", | |
|  "time-macros 0.2.4", | |
| ] | |
| 
 | |
| [[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.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" | |
| 
 | |
| [[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.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" | |
| 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.18.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" | |
| dependencies = [ | |
|  "bytes", | |
|  "libc", | |
|  "memchr", | |
|  "mio", | |
|  "num_cpus", | |
|  "once_cell", | |
|  "parking_lot 0.12.0", | |
|  "pin-project-lite", | |
|  "signal-hook-registry", | |
|  "socket2 0.4.4", | |
|  "tokio-macros", | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-macros" | |
| version = "1.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" | |
| 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.23.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" | |
| 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-tungstenite" | |
| version = "0.17.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae" | |
| dependencies = [ | |
|  "futures-util", | |
|  "log", | |
|  "tokio", | |
|  "tungstenite", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-util" | |
| version = "0.6.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" | |
| dependencies = [ | |
|  "bytes", | |
|  "futures-core", | |
|  "futures-sink", | |
|  "log", | |
|  "pin-project-lite", | |
|  "tokio", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tokio-util" | |
| version = "0.7.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" | |
| dependencies = [ | |
|  "bytes", | |
|  "futures-core", | |
|  "futures-sink", | |
|  "pin-project-lite", | |
|  "tokio", | |
|  "tracing", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "toml" | |
| version = "0.5.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" | |
| dependencies = [ | |
|  "serde", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "totp-lite" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5cc496875d9c8fe9a0ce19e3ee8e8808c60376831a439543f0aac71c9dd129fa" | |
| dependencies = [ | |
|  "digest 0.10.3", | |
|  "hmac", | |
|  "sha-1 0.10.0", | |
|  "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.34" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "log", | |
|  "pin-project-lite", | |
|  "tracing-attributes", | |
|  "tracing-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-attributes" | |
| version = "0.1.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-core" | |
| version = "0.1.26" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "valuable", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-log" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" | |
| dependencies = [ | |
|  "lazy_static", | |
|  "log", | |
|  "tracing-core", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "tracing-subscriber" | |
| version = "0.3.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" | |
| dependencies = [ | |
|  "ansi_term", | |
|  "lazy_static", | |
|  "matchers", | |
|  "regex", | |
|  "sharded-slab", | |
|  "smallvec", | |
|  "thread_local", | |
|  "tracing", | |
|  "tracing-core", | |
|  "tracing-log", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "trust-dns-proto" | |
| version = "0.20.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31" | |
| dependencies = [ | |
|  "async-trait", | |
|  "cfg-if", | |
|  "data-encoding", | |
|  "enum-as-inner", | |
|  "futures-channel", | |
|  "futures-io", | |
|  "futures-util", | |
|  "idna 0.2.3", | |
|  "ipnet", | |
|  "lazy_static", | |
|  "log", | |
|  "rand", | |
|  "smallvec", | |
|  "thiserror", | |
|  "tinyvec", | |
|  "tokio", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "trust-dns-resolver" | |
| version = "0.20.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "futures-util", | |
|  "ipconfig", | |
|  "lazy_static", | |
|  "log", | |
|  "lru-cache", | |
|  "parking_lot 0.11.2", | |
|  "resolv-conf", | |
|  "smallvec", | |
|  "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 = "tungstenite" | |
| version = "0.17.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5" | |
| dependencies = [ | |
|  "base64", | |
|  "byteorder", | |
|  "bytes", | |
|  "http", | |
|  "httparse", | |
|  "log", | |
|  "rand", | |
|  "sha-1 0.10.0", | |
|  "thiserror", | |
|  "url 2.2.2", | |
|  "utf-8", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "typenum" | |
| version = "1.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" | |
| 
 | |
| [[package]] | |
| name = "ubyte" | |
| version = "0.10.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a58e29f263341a29bb79e14ad7fda5f63b1c7e48929bad4c685d7876b1d04e94" | |
| 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.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" | |
| dependencies = [ | |
|  "serde", | |
|  "version_check", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "unicode-bidi" | |
| version = "0.3.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" | |
| 
 | |
| [[package]] | |
| name = "unicode-ident" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" | |
| 
 | |
| [[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-xid" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" | |
| 
 | |
| [[package]] | |
| name = "universal-hash" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" | |
| dependencies = [ | |
|  "generic-array 0.14.5", | |
|  "subtle", | |
| ] | |
| 
 | |
| [[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 = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" | |
| dependencies = [ | |
|  "getrandom", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "valuable" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" | |
| 
 | |
| [[package]] | |
| name = "vaultwarden" | |
| version = "1.0.0" | |
| dependencies = [ | |
|  "backtrace", | |
|  "bytes", | |
|  "cached", | |
|  "chrono", | |
|  "chrono-tz", | |
|  "cookie 0.16.0", | |
|  "cookie_store 0.16.0", | |
|  "ctrlc", | |
|  "dashmap", | |
|  "data-encoding", | |
|  "data-url", | |
|  "diesel", | |
|  "diesel_migrations", | |
|  "dotenvy", | |
|  "fern", | |
|  "futures", | |
|  "governor", | |
|  "handlebars", | |
|  "html5gum", | |
|  "idna 0.2.3", | |
|  "job_scheduler_ng", | |
|  "jsonwebtoken", | |
|  "lettre", | |
|  "libsqlite3-sys", | |
|  "log", | |
|  "mimalloc", | |
|  "num-derive", | |
|  "num-traits", | |
|  "once_cell", | |
|  "openssl", | |
|  "paste", | |
|  "percent-encoding 2.1.0", | |
|  "pico-args", | |
|  "rand", | |
|  "regex", | |
|  "reqwest", | |
|  "ring", | |
|  "rmpv", | |
|  "rocket", | |
|  "serde", | |
|  "serde_json", | |
|  "syslog", | |
|  "time 0.3.9", | |
|  "tokio", | |
|  "tokio-tungstenite", | |
|  "totp-lite", | |
|  "tracing", | |
|  "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.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
| 
 | |
| [[package]] | |
| name = "walkdir" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" | |
| dependencies = [ | |
|  "same-file", | |
|  "winapi", | |
|  "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.10.2+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" | |
| 
 | |
| [[package]] | |
| name = "wasi" | |
| version = "0.11.0+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen" | |
| version = "0.2.80" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "wasm-bindgen-macro", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-backend" | |
| version = "0.2.80" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" | |
| dependencies = [ | |
|  "bumpalo", | |
|  "lazy_static", | |
|  "log", | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
|  "wasm-bindgen-shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-futures" | |
| version = "0.4.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" | |
| dependencies = [ | |
|  "cfg-if", | |
|  "js-sys", | |
|  "wasm-bindgen", | |
|  "web-sys", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-macro" | |
| version = "0.2.80" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" | |
| dependencies = [ | |
|  "quote", | |
|  "wasm-bindgen-macro-support", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-macro-support" | |
| version = "0.2.80" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" | |
| dependencies = [ | |
|  "proc-macro2", | |
|  "quote", | |
|  "syn", | |
|  "wasm-bindgen-backend", | |
|  "wasm-bindgen-shared", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "wasm-bindgen-shared" | |
| version = "0.2.80" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" | |
| 
 | |
| [[package]] | |
| name = "web-sys" | |
| version = "0.3.57" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" | |
| dependencies = [ | |
|  "js-sys", | |
|  "wasm-bindgen", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "webauthn-rs" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "90b266eccb4b32595876f5c73ea443b0516da0b1df72ca07bc08ed9ba7f96ec1" | |
| dependencies = [ | |
|  "base64", | |
|  "nom", | |
|  "openssl", | |
|  "rand", | |
|  "serde", | |
|  "serde_cbor", | |
|  "serde_derive", | |
|  "serde_json", | |
|  "thiserror", | |
|  "tracing", | |
|  "url 2.2.2", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "webpki" | |
| version = "0.22.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" | |
| 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.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-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", | |
| ] | |
| 
 | |
| [[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 = "windows-sys" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" | |
| dependencies = [ | |
|  "windows_aarch64_msvc", | |
|  "windows_i686_gnu", | |
|  "windows_i686_msvc", | |
|  "windows_x86_64_gnu", | |
|  "windows_x86_64_msvc", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "windows_aarch64_msvc" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" | |
| 
 | |
| [[package]] | |
| name = "windows_i686_gnu" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" | |
| 
 | |
| [[package]] | |
| name = "windows_i686_msvc" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" | |
| 
 | |
| [[package]] | |
| name = "windows_x86_64_gnu" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" | |
| 
 | |
| [[package]] | |
| name = "windows_x86_64_msvc" | |
| version = "0.36.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" | |
| 
 | |
| [[package]] | |
| name = "winreg" | |
| version = "0.6.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" | |
| dependencies = [ | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "winreg" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" | |
| dependencies = [ | |
|  "winapi", | |
| ] | |
| 
 | |
| [[package]] | |
| name = "yansi" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" | |
| 
 | |
| [[package]] | |
| name = "yubico" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "173f75d2c4010429a2d74ae3a114a69930c59e2b1a4c97b1c75d259a4960d5fb" | |
| dependencies = [ | |
|  "base64", | |
|  "form_urlencoded", | |
|  "futures", | |
|  "hmac", | |
|  "rand", | |
|  "reqwest", | |
|  "sha1 0.10.1", | |
|  "threadpool", | |
| ]
 | |
| 
 |