2965 lines
		
	
	
		
			72 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			2965 lines
		
	
	
		
			72 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| version = 3
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-codec"
 | |
| version = "0.5.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
 | |
| dependencies = [
 | |
|  "bitflags 1.3.2",
 | |
|  "bytes 1.4.0",
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
|  "memchr",
 | |
|  "pin-project-lite",
 | |
|  "tokio",
 | |
|  "tokio-util",
 | |
|  "tracing",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-files"
 | |
| version = "0.6.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
 | |
| dependencies = [
 | |
|  "actix-http",
 | |
|  "actix-service",
 | |
|  "actix-utils",
 | |
|  "actix-web",
 | |
|  "askama_escape",
 | |
|  "bitflags 1.3.2",
 | |
|  "bytes 1.4.0",
 | |
|  "derive_more",
 | |
|  "futures-core",
 | |
|  "http-range",
 | |
|  "log",
 | |
|  "mime",
 | |
|  "mime_guess",
 | |
|  "percent-encoding",
 | |
|  "pin-project-lite",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-http"
 | |
| version = "3.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
 | |
| dependencies = [
 | |
|  "actix-codec",
 | |
|  "actix-rt",
 | |
|  "actix-service",
 | |
|  "actix-utils",
 | |
|  "ahash 0.8.3",
 | |
|  "base64 0.21.2",
 | |
|  "bitflags 1.3.2",
 | |
|  "brotli",
 | |
|  "bytes 1.4.0",
 | |
|  "bytestring",
 | |
|  "derive_more",
 | |
|  "encoding_rs",
 | |
|  "flate2",
 | |
|  "futures-core",
 | |
|  "h2",
 | |
|  "http",
 | |
|  "httparse",
 | |
|  "httpdate",
 | |
|  "itoa",
 | |
|  "language-tags",
 | |
|  "local-channel",
 | |
|  "mime",
 | |
|  "percent-encoding",
 | |
|  "pin-project-lite",
 | |
|  "rand",
 | |
|  "sha1",
 | |
|  "smallvec",
 | |
|  "tokio",
 | |
|  "tokio-util",
 | |
|  "tracing",
 | |
|  "zstd",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-macros"
 | |
| version = "0.2.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
 | |
| dependencies = [
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-router"
 | |
| version = "0.5.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
 | |
| dependencies = [
 | |
|  "bytestring",
 | |
|  "http",
 | |
|  "regex",
 | |
|  "serde",
 | |
|  "tracing",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-rt"
 | |
| version = "2.8.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
 | |
| dependencies = [
 | |
|  "futures-core",
 | |
|  "tokio",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-server"
 | |
| version = "2.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
 | |
| dependencies = [
 | |
|  "actix-rt",
 | |
|  "actix-service",
 | |
|  "actix-utils",
 | |
|  "futures-core",
 | |
|  "futures-util",
 | |
|  "mio",
 | |
|  "num_cpus",
 | |
|  "socket2",
 | |
|  "tokio",
 | |
|  "tracing",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-service"
 | |
| version = "2.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
 | |
| dependencies = [
 | |
|  "futures-core",
 | |
|  "paste",
 | |
|  "pin-project-lite",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-utils"
 | |
| version = "3.0.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
 | |
| dependencies = [
 | |
|  "local-waker",
 | |
|  "pin-project-lite",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-web"
 | |
| version = "4.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
 | |
| dependencies = [
 | |
|  "actix-codec",
 | |
|  "actix-http",
 | |
|  "actix-macros",
 | |
|  "actix-router",
 | |
|  "actix-rt",
 | |
|  "actix-server",
 | |
|  "actix-service",
 | |
|  "actix-utils",
 | |
|  "actix-web-codegen",
 | |
|  "ahash 0.7.6",
 | |
|  "bytes 1.4.0",
 | |
|  "bytestring",
 | |
|  "cfg-if",
 | |
|  "cookie",
 | |
|  "derive_more",
 | |
|  "encoding_rs",
 | |
|  "futures-core",
 | |
|  "futures-util",
 | |
|  "http",
 | |
|  "itoa",
 | |
|  "language-tags",
 | |
|  "log",
 | |
|  "mime",
 | |
|  "once_cell",
 | |
|  "pin-project-lite",
 | |
|  "regex",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "serde_urlencoded",
 | |
|  "smallvec",
 | |
|  "socket2",
 | |
|  "time",
 | |
|  "url",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "actix-web-codegen"
 | |
| version = "4.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
 | |
| dependencies = [
 | |
|  "actix-router",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "addr2line"
 | |
| version = "0.20.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
 | |
| dependencies = [
 | |
|  "gimli",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "adler"
 | |
| version = "1.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
 | |
| 
 | |
| [[package]]
 | |
| name = "ahash"
 | |
| version = "0.7.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
 | |
| dependencies = [
 | |
|  "getrandom",
 | |
|  "once_cell",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ahash"
 | |
| version = "0.8.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "getrandom",
 | |
|  "once_cell",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "aho-corasick"
 | |
| version = "1.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
 | |
| dependencies = [
 | |
|  "memchr",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "alloc-no-stdlib"
 | |
| version = "2.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
 | |
| 
 | |
| [[package]]
 | |
| name = "alloc-stdlib"
 | |
| version = "0.2.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
 | |
| dependencies = [
 | |
|  "alloc-no-stdlib",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "anyhow"
 | |
| version = "1.0.72"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
 | |
| 
 | |
| [[package]]
 | |
| name = "askama_escape"
 | |
| version = "0.10.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
 | |
| 
 | |
| [[package]]
 | |
| name = "async-recursion"
 | |
| version = "1.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "async-trait"
 | |
| version = "0.1.72"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "attribute-derive"
 | |
| version = "0.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3e60298dd99585df8fc75d757581178699612e21c42e7d8144f925f46a0fddf5"
 | |
| dependencies = [
 | |
|  "attribute-derive-macro",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "attribute-derive-macro"
 | |
| version = "0.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e19a193c5dc845887a55938582b5371ca98f395f6f8523670bf7f869f4004aae"
 | |
| dependencies = [
 | |
|  "collection_literals",
 | |
|  "interpolator",
 | |
|  "proc-macro-error",
 | |
|  "proc-macro-utils",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "quote-use",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[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.68"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
 | |
| dependencies = [
 | |
|  "addr2line",
 | |
|  "cc",
 | |
|  "cfg-if",
 | |
|  "libc",
 | |
|  "miniz_oxide",
 | |
|  "object",
 | |
|  "rustc-demangle",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "base64"
 | |
| version = "0.13.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 | |
| 
 | |
| [[package]]
 | |
| name = "base64"
 | |
| version = "0.21.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
 | |
| 
 | |
| [[package]]
 | |
| name = "bitflags"
 | |
| version = "1.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | |
| 
 | |
| [[package]]
 | |
| name = "bitflags"
 | |
| version = "2.3.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
 | |
| 
 | |
| [[package]]
 | |
| name = "block-buffer"
 | |
| version = "0.10.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 | |
| dependencies = [
 | |
|  "generic-array",
 | |
| ]
 | |
| 
 | |
| [[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.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
 | |
| dependencies = [
 | |
|  "alloc-no-stdlib",
 | |
|  "alloc-stdlib",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "bumpalo"
 | |
| version = "3.13.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
 | |
| 
 | |
| [[package]]
 | |
| name = "byteorder"
 | |
| version = "1.4.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 | |
| 
 | |
| [[package]]
 | |
| name = "bytes"
 | |
| version = "0.4.12"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 | |
| dependencies = [
 | |
|  "byteorder",
 | |
|  "iovec",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "bytes"
 | |
| version = "1.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
 | |
| 
 | |
| [[package]]
 | |
| name = "bytestring"
 | |
| version = "1.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "camino"
 | |
| version = "1.1.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
 | |
| 
 | |
| [[package]]
 | |
| name = "cc"
 | |
| version = "1.0.82"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
 | |
| dependencies = [
 | |
|  "jobserver",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "cfg-if"
 | |
| version = "1.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
| 
 | |
| [[package]]
 | |
| name = "ciborium"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
 | |
| dependencies = [
 | |
|  "ciborium-io",
 | |
|  "ciborium-ll",
 | |
|  "serde",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ciborium-io"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
 | |
| 
 | |
| [[package]]
 | |
| name = "ciborium-ll"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
 | |
| dependencies = [
 | |
|  "ciborium-io",
 | |
|  "half",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "collection_literals"
 | |
| version = "1.0.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
 | |
| 
 | |
| [[package]]
 | |
| name = "colored"
 | |
| version = "2.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
 | |
| dependencies = [
 | |
|  "is-terminal",
 | |
|  "lazy_static",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "common_macros"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f3f6d59c71e7dc3af60f0af9db32364d96a16e9310f3f5db2b55ed642162dd35"
 | |
| 
 | |
| [[package]]
 | |
| name = "config"
 | |
| version = "0.13.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
 | |
| dependencies = [
 | |
|  "async-trait",
 | |
|  "json5",
 | |
|  "lazy_static",
 | |
|  "nom",
 | |
|  "pathdiff",
 | |
|  "ron",
 | |
|  "rust-ini",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "toml",
 | |
|  "yaml-rust",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "console_error_panic_hook"
 | |
| version = "0.1.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "wasm-bindgen",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "console_log"
 | |
| version = "1.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
 | |
| dependencies = [
 | |
|  "log",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "const_format"
 | |
| version = "0.2.31"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c990efc7a285731f9a4378d81aff2f0e85a2c8781a05ef0f8baa8dac54d0ff48"
 | |
| dependencies = [
 | |
|  "const_format_proc_macros",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "const_format_proc_macros"
 | |
| version = "0.2.31"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e026b6ce194a874cb9cf32cd5772d1ef9767cc8fcb5765948d74f37a9d8b2bf6"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "unicode-xid",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "convert_case"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 | |
| 
 | |
| [[package]]
 | |
| name = "convert_case"
 | |
| version = "0.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 | |
| dependencies = [
 | |
|  "unicode-segmentation",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "cookie"
 | |
| version = "0.16.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
 | |
| dependencies = [
 | |
|  "percent-encoding",
 | |
|  "time",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[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.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
 | |
| 
 | |
| [[package]]
 | |
| name = "cpufeatures"
 | |
| version = "0.2.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
 | |
| 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 = "crypto-common"
 | |
| version = "0.1.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 | |
| dependencies = [
 | |
|  "generic-array",
 | |
|  "typenum",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "deranged"
 | |
| version = "0.3.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
 | |
| 
 | |
| [[package]]
 | |
| name = "derive-where"
 | |
| version = "1.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5bc1955a640c4464859ae700fbe48e666da6fdce99ce5fe1acd08dd295889d10"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "derive_more"
 | |
| version = "0.99.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 | |
| dependencies = [
 | |
|  "convert_case 0.4.0",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "rustc_version",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "digest"
 | |
| version = "0.10.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 | |
| dependencies = [
 | |
|  "block-buffer",
 | |
|  "crypto-common",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "dlv-list"
 | |
| version = "0.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
 | |
| 
 | |
| [[package]]
 | |
| name = "drain_filter_polyfill"
 | |
| version = "0.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
 | |
| 
 | |
| [[package]]
 | |
| name = "educe"
 | |
| version = "0.4.22"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "079044df30bb07de7d846d41a184c4b00e66ebdac93ee459253474f3a47e50ae"
 | |
| dependencies = [
 | |
|  "enum-ordinalize",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "either"
 | |
| version = "1.9.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 | |
| 
 | |
| [[package]]
 | |
| name = "encoding_rs"
 | |
| version = "0.8.32"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "enum-ordinalize"
 | |
| version = "3.1.13"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1"
 | |
| dependencies = [
 | |
|  "num-bigint",
 | |
|  "num-traits",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "env_logger"
 | |
| version = "0.10.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
 | |
| dependencies = [
 | |
|  "humantime",
 | |
|  "is-terminal",
 | |
|  "log",
 | |
|  "regex",
 | |
|  "termcolor",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "errno"
 | |
| version = "0.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
 | |
| dependencies = [
 | |
|  "errno-dragonfly",
 | |
|  "libc",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "errno-dragonfly"
 | |
| version = "0.1.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "fastrand"
 | |
| version = "2.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 | |
| 
 | |
| [[package]]
 | |
| name = "flate2"
 | |
| version = "1.0.26"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
 | |
| dependencies = [
 | |
|  "crc32fast",
 | |
|  "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.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
 | |
| dependencies = [
 | |
|  "percent-encoding",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "fs"
 | |
| version = "0.0.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e94befb4c82414e638647f3f6fe8f908c39a7f2f40d556d318adb803ef263154"
 | |
| dependencies = [
 | |
|  "bytes 0.4.12",
 | |
|  "futures 0.1.31",
 | |
|  "futures-cpupool",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures"
 | |
| version = "0.1.31"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 | |
| dependencies = [
 | |
|  "futures-channel",
 | |
|  "futures-core",
 | |
|  "futures-executor",
 | |
|  "futures-io",
 | |
|  "futures-sink",
 | |
|  "futures-task",
 | |
|  "futures-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-channel"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
 | |
| dependencies = [
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-core"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-cpupool"
 | |
| version = "0.1.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
 | |
| dependencies = [
 | |
|  "futures 0.1.31",
 | |
|  "num_cpus",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-executor"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 | |
| dependencies = [
 | |
|  "futures-core",
 | |
|  "futures-task",
 | |
|  "futures-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-io"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-macro"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-sink"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-task"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
 | |
| 
 | |
| [[package]]
 | |
| name = "futures-util"
 | |
| version = "0.3.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
 | |
| dependencies = [
 | |
|  "futures-channel",
 | |
|  "futures-core",
 | |
|  "futures-io",
 | |
|  "futures-macro",
 | |
|  "futures-sink",
 | |
|  "futures-task",
 | |
|  "memchr",
 | |
|  "pin-project-lite",
 | |
|  "pin-utils",
 | |
|  "slab",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "generic-array"
 | |
| version = "0.14.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 | |
| dependencies = [
 | |
|  "typenum",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "getrandom"
 | |
| version = "0.2.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "js-sys",
 | |
|  "libc",
 | |
|  "wasi",
 | |
|  "wasm-bindgen",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "gimli"
 | |
| version = "0.27.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
 | |
| 
 | |
| [[package]]
 | |
| name = "gloo-net"
 | |
| version = "0.2.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
 | |
| dependencies = [
 | |
|  "futures-channel",
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
|  "gloo-utils",
 | |
|  "js-sys",
 | |
|  "pin-project",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "thiserror",
 | |
|  "wasm-bindgen",
 | |
|  "wasm-bindgen-futures",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "gloo-utils"
 | |
| version = "0.1.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e"
 | |
| dependencies = [
 | |
|  "js-sys",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "wasm-bindgen",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "h2"
 | |
| version = "0.3.20"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "fnv",
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
|  "futures-util",
 | |
|  "http",
 | |
|  "indexmap",
 | |
|  "slab",
 | |
|  "tokio",
 | |
|  "tokio-util",
 | |
|  "tracing",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "half"
 | |
| version = "1.8.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
 | |
| 
 | |
| [[package]]
 | |
| name = "hashbrown"
 | |
| version = "0.12.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 | |
| dependencies = [
 | |
|  "ahash 0.7.6",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hermit-abi"
 | |
| version = "0.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
 | |
| 
 | |
| [[package]]
 | |
| name = "html-escape"
 | |
| version = "0.2.13"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
 | |
| dependencies = [
 | |
|  "utf8-width",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "http"
 | |
| version = "0.2.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "fnv",
 | |
|  "itoa",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "http-body"
 | |
| version = "0.4.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "http",
 | |
|  "pin-project-lite",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "http-range"
 | |
| version = "0.1.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
 | |
| 
 | |
| [[package]]
 | |
| name = "httparse"
 | |
| version = "1.8.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 | |
| 
 | |
| [[package]]
 | |
| name = "httpdate"
 | |
| version = "1.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
 | |
| 
 | |
| [[package]]
 | |
| name = "humantime"
 | |
| version = "2.1.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 | |
| 
 | |
| [[package]]
 | |
| name = "hyper"
 | |
| version = "0.14.27"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "futures-channel",
 | |
|  "futures-core",
 | |
|  "futures-util",
 | |
|  "h2",
 | |
|  "http",
 | |
|  "http-body",
 | |
|  "httparse",
 | |
|  "httpdate",
 | |
|  "itoa",
 | |
|  "pin-project-lite",
 | |
|  "socket2",
 | |
|  "tokio",
 | |
|  "tower-service",
 | |
|  "tracing",
 | |
|  "want",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hyper-tls"
 | |
| version = "0.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "hyper",
 | |
|  "native-tls",
 | |
|  "tokio",
 | |
|  "tokio-native-tls",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "idna"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
 | |
| dependencies = [
 | |
|  "unicode-bidi",
 | |
|  "unicode-normalization",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "indexmap"
 | |
| version = "1.9.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
|  "hashbrown",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "interpolator"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1482d8bbb520daf94c82af87f38cd27cdb3073c6fee7c5805fd2fa9d3a36d494"
 | |
| 
 | |
| [[package]]
 | |
| name = "iovec"
 | |
| version = "0.1.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ipnet"
 | |
| version = "2.8.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 | |
| 
 | |
| [[package]]
 | |
| name = "is-terminal"
 | |
| version = "0.4.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
 | |
| dependencies = [
 | |
|  "hermit-abi",
 | |
|  "rustix",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "itertools"
 | |
| version = "0.10.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 | |
| dependencies = [
 | |
|  "either",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "itoa"
 | |
| version = "1.0.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
 | |
| 
 | |
| [[package]]
 | |
| name = "jobserver"
 | |
| version = "0.1.26"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "js-sys"
 | |
| version = "0.3.61"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
 | |
| dependencies = [
 | |
|  "wasm-bindgen",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "json5"
 | |
| version = "0.4.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 | |
| dependencies = [
 | |
|  "pest",
 | |
|  "pest_derive",
 | |
|  "serde",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "language-tags"
 | |
| version = "0.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
 | |
| 
 | |
| [[package]]
 | |
| name = "lazy_static"
 | |
| version = "1.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3a186fecd73b710a0405f81e84044c2a301198d0cf0e752a0d99df12c55eea1b"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "leptos_config",
 | |
|  "leptos_dom",
 | |
|  "leptos_macro",
 | |
|  "leptos_reactive",
 | |
|  "leptos_server",
 | |
|  "server_fn",
 | |
|  "tracing",
 | |
|  "typed-builder",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_actix"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ca6222cec91ca53122d8280fed6cd6b936c3299f7c35b62878f6ccc621a91a3e"
 | |
| dependencies = [
 | |
|  "actix-web",
 | |
|  "futures 0.3.28",
 | |
|  "leptos",
 | |
|  "leptos_integration_utils",
 | |
|  "leptos_meta",
 | |
|  "leptos_router",
 | |
|  "parking_lot",
 | |
|  "regex",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_config"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e83666404adc371296d54dcc5f36ea2a11dd865f6409596e8ecbadc287dae75b"
 | |
| dependencies = [
 | |
|  "config",
 | |
|  "fs",
 | |
|  "regex",
 | |
|  "serde",
 | |
|  "thiserror",
 | |
|  "typed-builder",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_dom"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5e41f33273f55552aa52a776b0f14a72a466c40b23d47d6fe251b05cc6bfe9c3"
 | |
| dependencies = [
 | |
|  "async-recursion",
 | |
|  "cfg-if",
 | |
|  "drain_filter_polyfill",
 | |
|  "educe",
 | |
|  "futures 0.3.28",
 | |
|  "html-escape",
 | |
|  "indexmap",
 | |
|  "itertools",
 | |
|  "js-sys",
 | |
|  "leptos_reactive",
 | |
|  "once_cell",
 | |
|  "pad-adapter",
 | |
|  "paste",
 | |
|  "rustc-hash",
 | |
|  "serde_json",
 | |
|  "smallvec",
 | |
|  "tracing",
 | |
|  "wasm-bindgen",
 | |
|  "wasm-bindgen-futures",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_hot_reload"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d85b0935d1439780ddabc4809dd2ae93a1825e9d05b95c9812942b3fc858ff9e"
 | |
| dependencies = [
 | |
|  "anyhow",
 | |
|  "camino",
 | |
|  "indexmap",
 | |
|  "parking_lot",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "serde",
 | |
|  "syn 1.0.109",
 | |
|  "syn-rsx",
 | |
|  "walkdir",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_integration_utils"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c70d0be0904954bf4e3a38a348845825800f8844c3990fd47463a95e3977e1e4"
 | |
| dependencies = [
 | |
|  "futures 0.3.28",
 | |
|  "leptos",
 | |
|  "leptos_config",
 | |
|  "leptos_hot_reload",
 | |
|  "leptos_meta",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_macro"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "10d6349980934cc3b58b24d28e5c9a1e18108dd0aadef149d0615e1833d4dcd0"
 | |
| dependencies = [
 | |
|  "attribute-derive",
 | |
|  "cfg-if",
 | |
|  "convert_case 0.6.0",
 | |
|  "html-escape",
 | |
|  "itertools",
 | |
|  "leptos_hot_reload",
 | |
|  "prettyplease",
 | |
|  "proc-macro-error",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "server_fn_macro",
 | |
|  "syn 1.0.109",
 | |
|  "syn-rsx",
 | |
|  "uuid",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_meta"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "950533f057299e75f48471211dc9b46e0d00c640fd14bda92c34e2705add7b8d"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "leptos",
 | |
|  "tracing",
 | |
|  "wasm-bindgen",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_reactive"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "22e702730c3ac1f8a619bf2b139e650b792c96c66f2285a88a1c92c1a53ed262"
 | |
| dependencies = [
 | |
|  "base64 0.21.2",
 | |
|  "cfg-if",
 | |
|  "futures 0.3.28",
 | |
|  "indexmap",
 | |
|  "js-sys",
 | |
|  "rustc-hash",
 | |
|  "serde",
 | |
|  "serde-wasm-bindgen",
 | |
|  "serde_json",
 | |
|  "slotmap",
 | |
|  "thiserror",
 | |
|  "tokio",
 | |
|  "tracing",
 | |
|  "wasm-bindgen",
 | |
|  "wasm-bindgen-futures",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_router"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "214fca795824160eac59a0168607f3ff14ab09390a62938ee26e7ef077f27536"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "common_macros",
 | |
|  "gloo-net",
 | |
|  "js-sys",
 | |
|  "lazy_static",
 | |
|  "leptos",
 | |
|  "linear-map",
 | |
|  "log",
 | |
|  "percent-encoding",
 | |
|  "regex",
 | |
|  "serde",
 | |
|  "serde_urlencoded",
 | |
|  "thiserror",
 | |
|  "tracing",
 | |
|  "url",
 | |
|  "wasm-bindgen",
 | |
|  "wasm-bindgen-futures",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_server"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0ba9c15e2e49ac38980446d199cd1a672cba9363c71aa9d565605cb77e1ca3e5"
 | |
| dependencies = [
 | |
|  "lazy_static",
 | |
|  "leptos_reactive",
 | |
|  "serde",
 | |
|  "server_fn",
 | |
|  "thiserror",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "leptos_start"
 | |
| version = "0.1.0"
 | |
| dependencies = [
 | |
|  "actix-files",
 | |
|  "actix-web",
 | |
|  "cfg-if",
 | |
|  "console_error_panic_hook",
 | |
|  "console_log",
 | |
|  "env_logger",
 | |
|  "getrandom",
 | |
|  "js-sys",
 | |
|  "leptos",
 | |
|  "leptos_actix",
 | |
|  "leptos_meta",
 | |
|  "leptos_router",
 | |
|  "log",
 | |
|  "rand",
 | |
|  "simple_logger",
 | |
|  "test-log",
 | |
|  "wasm-bindgen",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.147"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
 | |
| 
 | |
| [[package]]
 | |
| name = "linear-map"
 | |
| version = "1.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
 | |
| 
 | |
| [[package]]
 | |
| name = "linked-hash-map"
 | |
| version = "0.5.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
 | |
| 
 | |
| [[package]]
 | |
| name = "linux-raw-sys"
 | |
| version = "0.4.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
 | |
| 
 | |
| [[package]]
 | |
| name = "local-channel"
 | |
| version = "0.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
 | |
| dependencies = [
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
|  "futures-util",
 | |
|  "local-waker",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "local-waker"
 | |
| version = "0.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
 | |
| 
 | |
| [[package]]
 | |
| name = "lock_api"
 | |
| version = "0.4.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
|  "scopeguard",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "log"
 | |
| version = "0.4.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
 | |
| 
 | |
| [[package]]
 | |
| name = "memchr"
 | |
| version = "2.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 | |
| 
 | |
| [[package]]
 | |
| name = "mime"
 | |
| version = "0.3.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 | |
| 
 | |
| [[package]]
 | |
| name = "mime_guess"
 | |
| version = "2.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
 | |
| dependencies = [
 | |
|  "mime",
 | |
|  "unicase",
 | |
| ]
 | |
| 
 | |
| [[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.7.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 | |
| dependencies = [
 | |
|  "adler",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "mio"
 | |
| version = "0.8.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
 | |
| dependencies = [
 | |
|  "libc",
 | |
|  "log",
 | |
|  "wasi",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "native-tls"
 | |
| version = "0.2.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 | |
| dependencies = [
 | |
|  "lazy_static",
 | |
|  "libc",
 | |
|  "log",
 | |
|  "openssl",
 | |
|  "openssl-probe",
 | |
|  "openssl-sys",
 | |
|  "schannel",
 | |
|  "security-framework",
 | |
|  "security-framework-sys",
 | |
|  "tempfile",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "nom"
 | |
| version = "7.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 | |
| dependencies = [
 | |
|  "memchr",
 | |
|  "minimal-lexical",
 | |
| ]
 | |
| 
 | |
| [[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-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.16"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "num_cpus"
 | |
| version = "1.16.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 | |
| 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.31.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
 | |
| dependencies = [
 | |
|  "memchr",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "once_cell"
 | |
| version = "1.18.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
 | |
| 
 | |
| [[package]]
 | |
| name = "openssl"
 | |
| version = "0.10.56"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
 | |
| dependencies = [
 | |
|  "bitflags 1.3.2",
 | |
|  "cfg-if",
 | |
|  "foreign-types",
 | |
|  "libc",
 | |
|  "once_cell",
 | |
|  "openssl-macros",
 | |
|  "openssl-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "openssl-macros"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "openssl-probe"
 | |
| version = "0.1.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 | |
| 
 | |
| [[package]]
 | |
| name = "openssl-sys"
 | |
| version = "0.9.91"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "libc",
 | |
|  "pkg-config",
 | |
|  "vcpkg",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ordered-multimap"
 | |
| version = "0.4.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
 | |
| dependencies = [
 | |
|  "dlv-list",
 | |
|  "hashbrown",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pad-adapter"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "56d80efc4b6721e8be2a10a5df21a30fa0b470f1539e53d8b4e6e75faf938b63"
 | |
| 
 | |
| [[package]]
 | |
| name = "parking_lot"
 | |
| version = "0.12.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 | |
| dependencies = [
 | |
|  "lock_api",
 | |
|  "parking_lot_core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "parking_lot_core"
 | |
| version = "0.9.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "libc",
 | |
|  "redox_syscall",
 | |
|  "smallvec",
 | |
|  "windows-targets",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "paste"
 | |
| version = "1.0.14"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 | |
| 
 | |
| [[package]]
 | |
| name = "pathdiff"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 | |
| 
 | |
| [[package]]
 | |
| name = "percent-encoding"
 | |
| version = "2.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
 | |
| 
 | |
| [[package]]
 | |
| name = "pest"
 | |
| version = "2.7.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
 | |
| dependencies = [
 | |
|  "thiserror",
 | |
|  "ucd-trie",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pest_derive"
 | |
| version = "2.7.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853"
 | |
| dependencies = [
 | |
|  "pest",
 | |
|  "pest_generator",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pest_generator"
 | |
| version = "2.7.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929"
 | |
| dependencies = [
 | |
|  "pest",
 | |
|  "pest_meta",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pest_meta"
 | |
| version = "2.7.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
 | |
| dependencies = [
 | |
|  "once_cell",
 | |
|  "pest",
 | |
|  "sha2",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-project"
 | |
| version = "1.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 | |
| dependencies = [
 | |
|  "pin-project-internal",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-project-internal"
 | |
| version = "1.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "pin-project-lite"
 | |
| version = "0.2.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c"
 | |
| 
 | |
| [[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.27"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 | |
| 
 | |
| [[package]]
 | |
| name = "ppv-lite86"
 | |
| version = "0.2.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 | |
| 
 | |
| [[package]]
 | |
| name = "prettyplease"
 | |
| version = "0.1.25"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-error"
 | |
| version = "1.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 | |
| dependencies = [
 | |
|  "proc-macro-error-attr",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-error-attr"
 | |
| version = "1.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-utils"
 | |
| version = "0.5.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5c5adb6033c8bd8006dd6c0b4d27f52eb22d490484ecf7c32fa7628e34b7e363"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "smallvec",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro2"
 | |
| version = "1.0.66"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
 | |
| dependencies = [
 | |
|  "unicode-ident",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "quote"
 | |
| version = "1.0.32"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "quote-use"
 | |
| version = "0.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "23cb0082bf14d4943f5052d4caad1f80374eb7d883433458819a7846e2b465d5"
 | |
| dependencies = [
 | |
|  "derive-where",
 | |
|  "proc-macro-error",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[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.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 | |
| dependencies = [
 | |
|  "getrandom",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "redox_syscall"
 | |
| version = "0.3.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 | |
| dependencies = [
 | |
|  "bitflags 1.3.2",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "regex"
 | |
| version = "1.9.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
 | |
| dependencies = [
 | |
|  "aho-corasick",
 | |
|  "memchr",
 | |
|  "regex-automata",
 | |
|  "regex-syntax",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "regex-automata"
 | |
| version = "0.3.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
 | |
| dependencies = [
 | |
|  "aho-corasick",
 | |
|  "memchr",
 | |
|  "regex-syntax",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "regex-syntax"
 | |
| version = "0.7.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
 | |
| 
 | |
| [[package]]
 | |
| name = "reqwest"
 | |
| version = "0.11.18"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
 | |
| dependencies = [
 | |
|  "base64 0.21.2",
 | |
|  "bytes 1.4.0",
 | |
|  "encoding_rs",
 | |
|  "futures-core",
 | |
|  "futures-util",
 | |
|  "h2",
 | |
|  "http",
 | |
|  "http-body",
 | |
|  "hyper",
 | |
|  "hyper-tls",
 | |
|  "ipnet",
 | |
|  "js-sys",
 | |
|  "log",
 | |
|  "mime",
 | |
|  "native-tls",
 | |
|  "once_cell",
 | |
|  "percent-encoding",
 | |
|  "pin-project-lite",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "serde_urlencoded",
 | |
|  "tokio",
 | |
|  "tokio-native-tls",
 | |
|  "tower-service",
 | |
|  "url",
 | |
|  "wasm-bindgen",
 | |
|  "wasm-bindgen-futures",
 | |
|  "web-sys",
 | |
|  "winreg",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ron"
 | |
| version = "0.7.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
 | |
| dependencies = [
 | |
|  "base64 0.13.1",
 | |
|  "bitflags 1.3.2",
 | |
|  "serde",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rust-ini"
 | |
| version = "0.18.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "ordered-multimap",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-demangle"
 | |
| version = "0.1.23"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-hash"
 | |
| version = "1.1.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc_version"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 | |
| dependencies = [
 | |
|  "semver",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustix"
 | |
| version = "0.38.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
 | |
| dependencies = [
 | |
|  "bitflags 2.3.3",
 | |
|  "errno",
 | |
|  "libc",
 | |
|  "linux-raw-sys",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ryu"
 | |
| version = "1.0.15"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
 | |
| 
 | |
| [[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.22"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 | |
| dependencies = [
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "scopeguard"
 | |
| version = "1.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 | |
| 
 | |
| [[package]]
 | |
| name = "security-framework"
 | |
| version = "2.9.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 | |
| dependencies = [
 | |
|  "bitflags 1.3.2",
 | |
|  "core-foundation",
 | |
|  "core-foundation-sys",
 | |
|  "libc",
 | |
|  "security-framework-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "security-framework-sys"
 | |
| version = "2.9.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 | |
| dependencies = [
 | |
|  "core-foundation-sys",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "semver"
 | |
| version = "1.0.18"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 | |
| 
 | |
| [[package]]
 | |
| name = "serde"
 | |
| version = "1.0.183"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
 | |
| dependencies = [
 | |
|  "serde_derive",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde-wasm-bindgen"
 | |
| version = "0.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
 | |
| dependencies = [
 | |
|  "js-sys",
 | |
|  "serde",
 | |
|  "wasm-bindgen",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde_derive"
 | |
| version = "1.0.183"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde_json"
 | |
| version = "1.0.104"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
 | |
| 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 = "server_fn"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8f7e74a67ed331d9f30befd2a0c187bdc705a7063a287f337ae0420522c4425b"
 | |
| dependencies = [
 | |
|  "ciborium",
 | |
|  "const_format",
 | |
|  "gloo-net",
 | |
|  "js-sys",
 | |
|  "once_cell",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "reqwest",
 | |
|  "serde",
 | |
|  "serde_json",
 | |
|  "serde_urlencoded",
 | |
|  "server_fn_macro_default",
 | |
|  "syn 1.0.109",
 | |
|  "thiserror",
 | |
|  "xxhash-rust",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "server_fn_macro"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "eca31494981546bccc81a6b1972d07929a77fed59c8824a1a70d10fe8ee00c12"
 | |
| dependencies = [
 | |
|  "const_format",
 | |
|  "proc-macro-error",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "serde",
 | |
|  "syn 1.0.109",
 | |
|  "xxhash-rust",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "server_fn_macro_default"
 | |
| version = "0.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "aab30d5671e7758ea36e88f0860fbdd7d03f8ae1840c984b6d5b14cbe77c655d"
 | |
| dependencies = [
 | |
|  "server_fn_macro",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "sha1"
 | |
| version = "0.10.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "cpufeatures",
 | |
|  "digest",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "sha2"
 | |
| version = "0.10.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "cpufeatures",
 | |
|  "digest",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "signal-hook-registry"
 | |
| version = "1.4.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "simple_logger"
 | |
| version = "4.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2230cd5c29b815c9b699fb610b49a5ed65588f3509d9f0108be3a885da629333"
 | |
| dependencies = [
 | |
|  "colored",
 | |
|  "log",
 | |
|  "time",
 | |
|  "windows-sys 0.42.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "slab"
 | |
| version = "0.4.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "slotmap"
 | |
| version = "1.0.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 | |
| dependencies = [
 | |
|  "serde",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "smallvec"
 | |
| version = "1.11.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
 | |
| 
 | |
| [[package]]
 | |
| name = "socket2"
 | |
| version = "0.4.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 | |
| dependencies = [
 | |
|  "libc",
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "syn"
 | |
| version = "1.0.109"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "unicode-ident",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "syn"
 | |
| version = "2.0.28"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "unicode-ident",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "syn-rsx"
 | |
| version = "0.9.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0b7b0f81c7d3e9bbe4b3005599a3e0b0bbb27bd3514f2b0567b478cc548c3736"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
|  "thiserror",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tempfile"
 | |
| version = "3.7.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "fastrand",
 | |
|  "redox_syscall",
 | |
|  "rustix",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "termcolor"
 | |
| version = "1.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
 | |
| dependencies = [
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "test-log"
 | |
| version = "0.2.12"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "thiserror"
 | |
| version = "1.0.44"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
 | |
| dependencies = [
 | |
|  "thiserror-impl",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "thiserror-impl"
 | |
| version = "1.0.44"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "time"
 | |
| version = "0.3.25"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
 | |
| dependencies = [
 | |
|  "deranged",
 | |
|  "itoa",
 | |
|  "libc",
 | |
|  "num_threads",
 | |
|  "serde",
 | |
|  "time-core",
 | |
|  "time-macros",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "time-core"
 | |
| version = "0.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
 | |
| 
 | |
| [[package]]
 | |
| name = "time-macros"
 | |
| version = "0.2.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
 | |
| dependencies = [
 | |
|  "time-core",
 | |
| ]
 | |
| 
 | |
| [[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.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio"
 | |
| version = "1.29.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
|  "backtrace",
 | |
|  "bytes 1.4.0",
 | |
|  "libc",
 | |
|  "mio",
 | |
|  "parking_lot",
 | |
|  "pin-project-lite",
 | |
|  "signal-hook-registry",
 | |
|  "socket2",
 | |
|  "windows-sys 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-native-tls"
 | |
| version = "0.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
 | |
| dependencies = [
 | |
|  "native-tls",
 | |
|  "tokio",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tokio-util"
 | |
| version = "0.7.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
 | |
| dependencies = [
 | |
|  "bytes 1.4.0",
 | |
|  "futures-core",
 | |
|  "futures-sink",
 | |
|  "pin-project-lite",
 | |
|  "tokio",
 | |
|  "tracing",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "toml"
 | |
| version = "0.5.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
 | |
| dependencies = [
 | |
|  "serde",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tower-service"
 | |
| version = "0.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing"
 | |
| version = "0.1.37"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "log",
 | |
|  "pin-project-lite",
 | |
|  "tracing-attributes",
 | |
|  "tracing-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing-attributes"
 | |
| version = "0.1.26"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tracing-core"
 | |
| version = "0.1.31"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
 | |
| dependencies = [
 | |
|  "once_cell",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "try-lock"
 | |
| version = "0.2.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
 | |
| 
 | |
| [[package]]
 | |
| name = "typed-builder"
 | |
| version = "0.14.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "64cba322cb9b7bc6ca048de49e83918223f35e7a86311267013afff257004870"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 1.0.109",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "typenum"
 | |
| version = "1.16.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
 | |
| 
 | |
| [[package]]
 | |
| name = "ucd-trie"
 | |
| version = "0.1.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
 | |
| 
 | |
| [[package]]
 | |
| name = "unicase"
 | |
| version = "2.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
 | |
| dependencies = [
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-bidi"
 | |
| version = "0.3.13"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-ident"
 | |
| version = "1.0.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-normalization"
 | |
| version = "0.1.22"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
 | |
| dependencies = [
 | |
|  "tinyvec",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-segmentation"
 | |
| version = "1.10.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-xid"
 | |
| version = "0.2.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
 | |
| 
 | |
| [[package]]
 | |
| name = "url"
 | |
| version = "2.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
 | |
| dependencies = [
 | |
|  "form_urlencoded",
 | |
|  "idna",
 | |
|  "percent-encoding",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "utf8-width"
 | |
| version = "0.1.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
 | |
| 
 | |
| [[package]]
 | |
| name = "uuid"
 | |
| version = "1.4.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
 | |
| dependencies = [
 | |
|  "getrandom",
 | |
| ]
 | |
| 
 | |
| [[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.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
 | |
| dependencies = [
 | |
|  "same-file",
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "want"
 | |
| version = "0.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
 | |
| dependencies = [
 | |
|  "try-lock",
 | |
| ]
 | |
| 
 | |
| [[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.87"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "wasm-bindgen-macro",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasm-bindgen-backend"
 | |
| version = "0.2.87"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
 | |
| dependencies = [
 | |
|  "bumpalo",
 | |
|  "log",
 | |
|  "once_cell",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
|  "wasm-bindgen-shared",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasm-bindgen-futures"
 | |
| version = "0.4.34"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "js-sys",
 | |
|  "wasm-bindgen",
 | |
|  "web-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasm-bindgen-macro"
 | |
| version = "0.2.87"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
 | |
| dependencies = [
 | |
|  "quote",
 | |
|  "wasm-bindgen-macro-support",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasm-bindgen-macro-support"
 | |
| version = "0.2.87"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn 2.0.28",
 | |
|  "wasm-bindgen-backend",
 | |
|  "wasm-bindgen-shared",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasm-bindgen-shared"
 | |
| version = "0.2.87"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
 | |
| 
 | |
| [[package]]
 | |
| name = "web-sys"
 | |
| version = "0.3.61"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
 | |
| dependencies = [
 | |
|  "js-sys",
 | |
|  "wasm-bindgen",
 | |
| ]
 | |
| 
 | |
| [[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.42.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
 | |
| dependencies = [
 | |
|  "windows_aarch64_gnullvm 0.42.2",
 | |
|  "windows_aarch64_msvc 0.42.2",
 | |
|  "windows_i686_gnu 0.42.2",
 | |
|  "windows_i686_msvc 0.42.2",
 | |
|  "windows_x86_64_gnu 0.42.2",
 | |
|  "windows_x86_64_gnullvm 0.42.2",
 | |
|  "windows_x86_64_msvc 0.42.2",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "windows-sys"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
 | |
| dependencies = [
 | |
|  "windows-targets",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "windows-targets"
 | |
| version = "0.48.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
 | |
| dependencies = [
 | |
|  "windows_aarch64_gnullvm 0.48.0",
 | |
|  "windows_aarch64_msvc 0.48.0",
 | |
|  "windows_i686_gnu 0.48.0",
 | |
|  "windows_i686_msvc 0.48.0",
 | |
|  "windows_x86_64_gnu 0.48.0",
 | |
|  "windows_x86_64_gnullvm 0.48.0",
 | |
|  "windows_x86_64_msvc 0.48.0",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_aarch64_gnullvm"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_aarch64_gnullvm"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_aarch64_msvc"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_aarch64_msvc"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_i686_gnu"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_i686_gnu"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_i686_msvc"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_i686_msvc"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_gnu"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_gnu"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_gnullvm"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_gnullvm"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_msvc"
 | |
| version = "0.42.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
 | |
| 
 | |
| [[package]]
 | |
| name = "windows_x86_64_msvc"
 | |
| version = "0.48.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
 | |
| 
 | |
| [[package]]
 | |
| name = "winreg"
 | |
| version = "0.10.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
 | |
| dependencies = [
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "xxhash-rust"
 | |
| version = "0.8.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70"
 | |
| 
 | |
| [[package]]
 | |
| name = "yaml-rust"
 | |
| version = "0.4.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
 | |
| dependencies = [
 | |
|  "linked-hash-map",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "zstd"
 | |
| version = "0.12.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
 | |
| dependencies = [
 | |
|  "zstd-safe",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "zstd-safe"
 | |
| version = "6.0.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
 | |
| dependencies = [
 | |
|  "libc",
 | |
|  "zstd-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "zstd-sys"
 | |
| version = "2.0.8+zstd.1.5.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "libc",
 | |
|  "pkg-config",
 | |
| ]
 |