|
@@ -0,0 +1,1786 @@
|
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
|
+# It is not intended for manual editing.
|
|
|
|
+version = 3
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aho-corasick"
|
|
|
|
+version = "0.7.20"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
|
|
|
+dependencies = [
|
|
|
|
+ "memchr",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "android_system_properties"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "autocfg"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
+
|
|
|
|
+[[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.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bech32"
|
|
|
|
+version = "0.9.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bindgen"
|
|
|
|
+version = "0.64.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+ "cexpr",
|
|
|
|
+ "clang-sys",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "lazycell",
|
|
|
|
+ "peeking_take_while",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "regex",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "shlex",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bitflags"
|
|
|
|
+version = "1.3.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "block-buffer"
|
|
|
|
+version = "0.10.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bumpalo"
|
|
|
|
+version = "3.12.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "byteorder"
|
|
|
|
+version = "1.4.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bytes"
|
|
|
|
+version = "1.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "bzip2-sys"
|
|
|
|
+version = "0.1.11+1.0.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cc"
|
|
|
|
+version = "1.0.79"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "jobserver",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cexpr"
|
|
|
|
+version = "0.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nom",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cfg-if"
|
|
|
|
+version = "1.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "chrono"
|
|
|
|
+version = "0.4.23"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "iana-time-zone",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "num-integer",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "time",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "clang-sys"
|
|
|
|
+version = "1.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "glob",
|
|
|
|
+ "libc",
|
|
|
|
+ "libloading",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "codespan-reporting"
|
|
|
|
+version = "0.11.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "termcolor",
|
|
|
|
+ "unicode-width",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "core-foundation"
|
|
|
|
+version = "0.9.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
+dependencies = [
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "core-foundation-sys"
|
|
|
|
+version = "0.8.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cpufeatures"
|
|
|
|
+version = "0.2.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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 = "custom_derive"
|
|
|
|
+version = "0.1.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cxx"
|
|
|
|
+version = "1.0.92"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "cxxbridge-flags",
|
|
|
|
+ "cxxbridge-macro",
|
|
|
|
+ "link-cplusplus",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cxx-build"
|
|
|
|
+version = "1.0.92"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "codespan-reporting",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "scratch",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cxxbridge-flags"
|
|
|
|
+version = "1.0.92"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cxxbridge-macro"
|
|
|
|
+version = "1.0.92"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "digest"
|
|
|
|
+version = "0.10.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "block-buffer",
|
|
|
|
+ "crypto-common",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "enum_derive"
|
|
|
|
+version = "0.1.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "406ac2a8c9eedf8af9ee1489bee9e50029278a6456c740f7454cf8a158abc816"
|
|
|
|
+
|
|
|
|
+[[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.2.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "errno-dragonfly",
|
|
|
|
+ "libc",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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 = "fnv"
|
|
|
|
+version = "1.0.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "form_urlencoded"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "percent-encoding",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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-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.12",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "typenum",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "getrandom"
|
|
|
|
+version = "0.2.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "libc",
|
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "glob"
|
|
|
|
+version = "0.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "h2"
|
|
|
|
+version = "0.3.16"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "fnv",
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-sink",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "http",
|
|
|
|
+ "indexmap",
|
|
|
|
+ "slab",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-util",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hashbrown"
|
|
|
|
+version = "0.12.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hermit-abi"
|
|
|
|
+version = "0.2.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hermit-abi"
|
|
|
|
+version = "0.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hex"
|
|
|
|
+version = "0.4.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "http"
|
|
|
|
+version = "0.2.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "fnv",
|
|
|
|
+ "itoa",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "http-body"
|
|
|
|
+version = "0.4.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "http",
|
|
|
|
+ "pin-project-lite",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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.25"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "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-rustls"
|
|
|
|
+version = "0.23.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "http",
|
|
|
|
+ "hyper",
|
|
|
|
+ "rustls",
|
|
|
|
+ "rustls-native-certs",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-rustls",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "iana-time-zone"
|
|
|
|
+version = "0.1.53"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
+dependencies = [
|
|
|
|
+ "android_system_properties",
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
+ "iana-time-zone-haiku",
|
|
|
|
+ "js-sys",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "iana-time-zone-haiku"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cxx",
|
|
|
|
+ "cxx-build",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "idna"
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
+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 = "instant-acme"
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fbbf90cf8ba6f21d654be86375ee5e516ea38540a842b7259d3ddb848181691c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.21.0",
|
|
|
|
+ "hyper",
|
|
|
|
+ "hyper-rustls",
|
|
|
|
+ "ring",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "io-lifetimes"
|
|
|
|
+version = "1.0.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "is-terminal"
|
|
|
|
+version = "0.4.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.3.1",
|
|
|
|
+ "io-lifetimes",
|
|
|
|
+ "rustix",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "itoa"
|
|
|
|
+version = "1.0.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
+
|
|
|
|
+[[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 = "lazy_static"
|
|
|
|
+version = "1.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lazycell"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libc"
|
|
|
|
+version = "0.2.139"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libloading"
|
|
|
|
+version = "0.7.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "librocksdb-sys"
|
|
|
|
+version = "0.10.0+7.9.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bindgen",
|
|
|
|
+ "bzip2-sys",
|
|
|
|
+ "cc",
|
|
|
|
+ "glob",
|
|
|
|
+ "libc",
|
|
|
|
+ "libz-sys",
|
|
|
|
+ "lz4-sys",
|
|
|
|
+ "zstd-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libz-sys"
|
|
|
|
+version = "1.1.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+ "vcpkg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "link-cplusplus"
|
|
|
|
+version = "1.0.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "linux-raw-sys"
|
|
|
|
+version = "0.1.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lock_api"
|
|
|
|
+version = "0.4.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "scopeguard",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "log"
|
|
|
|
+version = "0.4.17"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lz4-sys"
|
|
|
|
+version = "1.9.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "memchr"
|
|
|
|
+version = "2.5.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "minimal-lexical"
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "mio"
|
|
|
|
+version = "0.8.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "log",
|
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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 = "nostr"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "env_logger",
|
|
|
|
+ "futures",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "instant-acme",
|
|
|
|
+ "log",
|
|
|
|
+ "nostr-rs-client",
|
|
|
|
+ "nostr-rs-storage",
|
|
|
|
+ "nostr-rs-types",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "tokio",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "nostr-rs-client"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "futures",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "log",
|
|
|
|
+ "nostr-rs-types",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-tungstenite",
|
|
|
|
+ "url",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "nostr-rs-relayer"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nostr-rs-storage",
|
|
|
|
+ "nostr-rs-types",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "nostr-rs-storage"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nostr-rs-types",
|
|
|
|
+ "rocksdb",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "nostr-rs-types"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.21.0",
|
|
|
|
+ "bech32",
|
|
|
|
+ "chrono",
|
|
|
|
+ "custom_derive",
|
|
|
|
+ "enum_derive",
|
|
|
|
+ "hex",
|
|
|
|
+ "rand",
|
|
|
|
+ "secp256k1",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha2",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-integer"
|
|
|
|
+version = "0.1.45"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "num-traits",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num-traits"
|
|
|
|
+version = "0.2.15"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_cpus"
|
|
|
|
+version = "1.15.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.2.6",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "once_cell"
|
|
|
|
+version = "1.17.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "openssl-probe"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
+
|
|
|
|
+[[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.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "libc",
|
|
|
|
+ "redox_syscall",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "peeking_take_while"
|
|
|
|
+version = "0.1.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "percent-encoding"
|
|
|
|
+version = "2.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "pin-project-lite"
|
|
|
|
+version = "0.2.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "pin-utils"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "pkg-config"
|
|
|
|
+version = "0.3.26"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ppv-lite86"
|
|
|
|
+version = "0.2.17"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "proc-macro2"
|
|
|
|
+version = "1.0.52"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unicode-ident",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "quote"
|
|
|
|
+version = "1.0.26"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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.2.16"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "regex"
|
|
|
|
+version = "1.7.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
|
|
|
+dependencies = [
|
|
|
|
+ "aho-corasick",
|
|
|
|
+ "memchr",
|
|
|
|
+ "regex-syntax",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "regex-syntax"
|
|
|
|
+version = "0.6.28"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ring"
|
|
|
|
+version = "0.16.20"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "spin",
|
|
|
|
+ "untrusted",
|
|
|
|
+ "web-sys",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rocksdb"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "librocksdb-sys",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustc-hash"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustix"
|
|
|
|
+version = "0.36.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+ "errno",
|
|
|
|
+ "io-lifetimes",
|
|
|
|
+ "libc",
|
|
|
|
+ "linux-raw-sys",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustls"
|
|
|
|
+version = "0.20.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "log",
|
|
|
|
+ "ring",
|
|
|
|
+ "sct",
|
|
|
|
+ "webpki",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustls-native-certs"
|
|
|
|
+version = "0.6.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
|
|
|
+dependencies = [
|
|
|
|
+ "openssl-probe",
|
|
|
|
+ "rustls-pemfile",
|
|
|
|
+ "schannel",
|
|
|
|
+ "security-framework",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustls-pemfile"
|
|
|
|
+version = "1.0.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.21.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "ryu"
|
|
|
|
+version = "1.0.13"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "schannel"
|
|
|
|
+version = "0.1.21"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows-sys 0.42.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "scopeguard"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "scratch"
|
|
|
|
+version = "1.0.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sct"
|
|
|
|
+version = "0.7.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ring",
|
|
|
|
+ "untrusted",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "secp256k1"
|
|
|
|
+version = "0.26.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4124a35fe33ae14259c490fd70fa199a32b9ce9502f2ee6bc4f81ec06fa65894"
|
|
|
|
+dependencies = [
|
|
|
|
+ "secp256k1-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "secp256k1-sys"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "642a62736682fdd8c71da0eb273e453c8ac74e33b9fb310e22ba5b03ec7651ff"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "security-framework"
|
|
|
|
+version = "2.8.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+ "core-foundation",
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
+ "libc",
|
|
|
|
+ "security-framework-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "security-framework-sys"
|
|
|
|
+version = "2.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde"
|
|
|
|
+version = "1.0.153"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3a382c72b4ba118526e187430bb4963cd6d55051ebf13d9b25574d379cc98d20"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde_derive",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_derive"
|
|
|
|
+version = "1.0.153"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1ef476a5790f0f6decbc66726b6e5d63680ed518283e64c7df415989d880954f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "serde_json"
|
|
|
|
+version = "1.0.94"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
|
|
|
+dependencies = [
|
|
|
|
+ "itoa",
|
|
|
|
+ "ryu",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "cpufeatures",
|
|
|
|
+ "digest",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "shlex"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
+
|
|
|
|
+[[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 = "slab"
|
|
|
|
+version = "0.4.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "smallvec"
|
|
|
|
+version = "1.10.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "socket2"
|
|
|
|
+version = "0.4.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "spin"
|
|
|
|
+version = "0.5.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "syn"
|
|
|
|
+version = "1.0.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.12"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "unicode-ident",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "termcolor"
|
|
|
|
+version = "1.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "winapi-util",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "thiserror"
|
|
|
|
+version = "1.0.40"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
|
|
|
+dependencies = [
|
|
|
|
+ "thiserror-impl",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "thiserror-impl"
|
|
|
|
+version = "1.0.40"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.12",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "time"
|
|
|
|
+version = "0.1.45"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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.26.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+ "bytes",
|
|
|
|
+ "libc",
|
|
|
|
+ "memchr",
|
|
|
|
+ "mio",
|
|
|
|
+ "num_cpus",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "pin-project-lite",
|
|
|
|
+ "signal-hook-registry",
|
|
|
|
+ "socket2",
|
|
|
|
+ "tokio-macros",
|
|
|
|
+ "windows-sys 0.45.0",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tokio-macros"
|
|
|
|
+version = "1.8.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tokio-rustls"
|
|
|
|
+version = "0.23.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
|
+dependencies = [
|
|
|
|
+ "rustls",
|
|
|
|
+ "tokio",
|
|
|
|
+ "webpki",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tokio-tungstenite"
|
|
|
|
+version = "0.18.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "futures-util",
|
|
|
|
+ "log",
|
|
|
|
+ "rustls",
|
|
|
|
+ "rustls-native-certs",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-rustls",
|
|
|
|
+ "tungstenite",
|
|
|
|
+ "webpki",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tokio-util"
|
|
|
|
+version = "0.7.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bytes",
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-sink",
|
|
|
|
+ "pin-project-lite",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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",
|
|
|
|
+ "pin-project-lite",
|
|
|
|
+ "tracing-core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tracing-core"
|
|
|
|
+version = "0.1.30"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
|
|
+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 = "tungstenite"
|
|
|
|
+version = "0.18.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.13.1",
|
|
|
|
+ "byteorder",
|
|
|
|
+ "bytes",
|
|
|
|
+ "http",
|
|
|
|
+ "httparse",
|
|
|
|
+ "log",
|
|
|
|
+ "rand",
|
|
|
|
+ "rustls",
|
|
|
|
+ "sha1",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "url",
|
|
|
|
+ "utf-8",
|
|
|
|
+ "webpki",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "typenum"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-bidi"
|
|
|
|
+version = "0.3.11"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-ident"
|
|
|
|
+version = "1.0.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
|
|
|
+
|
|
|
|
+[[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-width"
|
|
|
|
+version = "0.1.10"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "untrusted"
|
|
|
|
+version = "0.7.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "url"
|
|
|
|
+version = "2.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
|
|
+dependencies = [
|
|
|
|
+ "form_urlencoded",
|
|
|
|
+ "idna",
|
|
|
|
+ "percent-encoding",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "utf-8"
|
|
|
|
+version = "0.7.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
+
|
|
|
|
+[[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 = "want"
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "log",
|
|
|
|
+ "try-lock",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasi"
|
|
|
|
+version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
+
|
|
|
|
+[[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.84"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "wasm-bindgen-macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
|
+version = "0.2.84"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bumpalo",
|
|
|
|
+ "log",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
|
+version = "0.2.84"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "quote",
|
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
|
+version = "0.2.84"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+ "wasm-bindgen-backend",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
|
+version = "0.2.84"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
|
|
|
+
|
|
|
|
+[[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 = "webpki"
|
|
|
|
+version = "0.22.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ring",
|
|
|
|
+ "untrusted",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[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",
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-sys"
|
|
|
|
+version = "0.45.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows-targets",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-targets"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zstd-sys"
|
|
|
|
+version = "2.0.7+zstd.1.5.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+]
|