|
@@ -0,0 +1,1004 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 3
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "addr2line"
|
|
|
+version = "0.24.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
+dependencies = [
|
|
|
+ "gimli",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "adler2"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aho-corasick"
|
|
|
+version = "1.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "android-tzdata"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
+
|
|
|
+[[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 = "ansi_term"
|
|
|
+version = "0.12.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
+dependencies = [
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-stream"
|
|
|
+version = "0.3.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
|
+dependencies = [
|
|
|
+ "async-stream-impl",
|
|
|
+ "futures-core",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "async-stream-impl"
|
|
|
+version = "0.3.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atoi"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c897df197d57c25b37df9d8fa2f93ddbfeee9ebd2264350ac79c8ec4b795885"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atty"
|
|
|
+version = "0.2.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi 0.1.19",
|
|
|
+ "libc",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "backtrace"
|
|
|
+version = "0.3.74"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
|
+dependencies = [
|
|
|
+ "addr2line",
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "miniz_oxide",
|
|
|
+ "object",
|
|
|
+ "rustc-demangle",
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "1.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "2.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bumpalo"
|
|
|
+version = "3.16.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cc"
|
|
|
+version = "1.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
|
|
+dependencies = [
|
|
|
+ "shlex",
|
|
|
+]
|
|
|
+
|
|
|
+[[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.38"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
|
+dependencies = [
|
|
|
+ "android-tzdata",
|
|
|
+ "iana-time-zone",
|
|
|
+ "num-traits",
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "clap"
|
|
|
+version = "2.34.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
+dependencies = [
|
|
|
+ "ansi_term",
|
|
|
+ "atty",
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "strsim",
|
|
|
+ "textwrap",
|
|
|
+ "unicode-width",
|
|
|
+ "vec_map",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-foundation-sys"
|
|
|
+version = "0.8.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-core"
|
|
|
+version = "0.3.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gimli"
|
|
|
+version = "0.31.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
+dependencies = [
|
|
|
+ "unicode-segmentation",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.1.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.3.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "iana-time-zone"
|
|
|
+version = "0.1.61"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
|
+dependencies = [
|
|
|
+ "android_system_properties",
|
|
|
+ "core-foundation-sys",
|
|
|
+ "iana-time-zone-haiku",
|
|
|
+ "js-sys",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "windows-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "iana-time-zone-haiku"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "js-sys"
|
|
|
+version = "0.3.72"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
|
|
+dependencies = [
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lazy_static"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.165"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lock_api"
|
|
|
+version = "0.4.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "scopeguard",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "log"
|
|
|
+version = "0.4.22"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "matchers"
|
|
|
+version = "0.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
+dependencies = [
|
|
|
+ "regex-automata 0.1.10",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mini-redis"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "528890a6b63c88c9bda173867128abe62c0f5050dd959f067aeea09e90439f33"
|
|
|
+dependencies = [
|
|
|
+ "async-stream",
|
|
|
+ "atoi",
|
|
|
+ "bytes",
|
|
|
+ "structopt",
|
|
|
+ "tokio",
|
|
|
+ "tokio-stream",
|
|
|
+ "tracing",
|
|
|
+ "tracing-futures",
|
|
|
+ "tracing-subscriber",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "miniz_oxide"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
+dependencies = [
|
|
|
+ "adler2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mio"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi 0.3.9",
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+ "windows-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "my-redis"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "mini-redis",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-traits"
|
|
|
+version = "0.2.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "object"
|
|
|
+version = "0.36.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.20.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking_lot"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+ "parking_lot_core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking_lot_core"
|
|
|
+version = "0.9.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "redox_syscall",
|
|
|
+ "smallvec",
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project"
|
|
|
+version = "1.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
|
|
+dependencies = [
|
|
|
+ "pin-project-internal",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-internal"
|
|
|
+version = "1.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
|
+
|
|
|
+[[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-macro2"
|
|
|
+version = "1.0.92"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.37"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "redox_syscall"
|
|
|
+version = "0.5.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.6.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex"
|
|
|
+version = "1.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-automata 0.4.9",
|
|
|
+ "regex-syntax 0.8.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
+dependencies = [
|
|
|
+ "regex-syntax 0.6.29",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.4.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-syntax 0.8.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.6.29"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.8.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustc-demangle"
|
|
|
+version = "0.1.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "scopeguard"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.215"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.215"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_json"
|
|
|
+version = "1.0.133"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
|
|
+dependencies = [
|
|
|
+ "itoa",
|
|
|
+ "memchr",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sharded-slab"
|
|
|
+version = "0.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
+dependencies = [
|
|
|
+ "lazy_static",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "shlex"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "signal-hook-registry"
|
|
|
+version = "1.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "smallvec"
|
|
|
+version = "1.13.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "socket2"
|
|
|
+version = "0.5.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "strsim"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "structopt"
|
|
|
+version = "0.3.26"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
+dependencies = [
|
|
|
+ "clap",
|
|
|
+ "lazy_static",
|
|
|
+ "structopt-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "structopt-derive"
|
|
|
+version = "0.4.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
+dependencies = [
|
|
|
+ "heck",
|
|
|
+ "proc-macro-error",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[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.89"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "textwrap"
|
|
|
+version = "0.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
+dependencies = [
|
|
|
+ "unicode-width",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thread_local"
|
|
|
+version = "1.1.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio"
|
|
|
+version = "1.41.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
|
|
+dependencies = [
|
|
|
+ "backtrace",
|
|
|
+ "bytes",
|
|
|
+ "libc",
|
|
|
+ "mio",
|
|
|
+ "parking_lot",
|
|
|
+ "pin-project-lite",
|
|
|
+ "signal-hook-registry",
|
|
|
+ "socket2",
|
|
|
+ "tokio-macros",
|
|
|
+ "windows-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-macros"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-stream"
|
|
|
+version = "0.1.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing"
|
|
|
+version = "0.1.40"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
|
+dependencies = [
|
|
|
+ "pin-project-lite",
|
|
|
+ "tracing-attributes",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-attributes"
|
|
|
+version = "0.1.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-core"
|
|
|
+version = "0.1.33"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+ "valuable",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-futures"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
+dependencies = [
|
|
|
+ "pin-project",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-log"
|
|
|
+version = "0.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "once_cell",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-serde"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-subscriber"
|
|
|
+version = "0.2.25"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
|
+dependencies = [
|
|
|
+ "ansi_term",
|
|
|
+ "chrono",
|
|
|
+ "lazy_static",
|
|
|
+ "matchers",
|
|
|
+ "regex",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "sharded-slab",
|
|
|
+ "smallvec",
|
|
|
+ "thread_local",
|
|
|
+ "tracing",
|
|
|
+ "tracing-core",
|
|
|
+ "tracing-log",
|
|
|
+ "tracing-serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-ident"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-segmentation"
|
|
|
+version = "1.12.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-width"
|
|
|
+version = "0.1.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "valuable"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "vec_map"
|
|
|
+version = "0.8.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
+
|
|
|
+[[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.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
+ "wasm-bindgen-macro",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
+version = "0.2.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "log",
|
|
|
+ "once_cell",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
+version = "0.2.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
+version = "0.2.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.89",
|
|
|
+ "wasm-bindgen-backend",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
+version = "0.2.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
|
+
|
|
|
+[[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-x86_64-pc-windows-gnu"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-core"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
+ "windows_aarch64_msvc",
|
|
|
+ "windows_i686_gnu",
|
|
|
+ "windows_i686_gnullvm",
|
|
|
+ "windows_i686_msvc",
|
|
|
+ "windows_x86_64_gnu",
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
+ "windows_x86_64_msvc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|