2020-12-02 12:30:47 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-10 21:43:34 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.8.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"cfg-if",
|
2020-12-02 12:30:47 +00:00
|
|
|
"once_cell",
|
2021-10-12 12:51:28 +00:00
|
|
|
"version_check",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "aho-corasick"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.7.20"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-09-02 12:00:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "arc-swap"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.6.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.1.66"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-12-02 12:30:47 +00:00
|
|
|
"libc",
|
2021-10-12 11:07:34 +00:00
|
|
|
"winapi",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "1.1.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-12 12:51:28 +00:00
|
|
|
version = "1.3.2"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "3.12.0"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-02-18 18:01:23 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-10 21:43:34 +00:00
|
|
|
version = "1.4.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 21:43:34 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.4.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.79"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-12-04 12:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.4.24"
|
2020-12-04 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2020-12-04 12:58:34 +00:00
|
|
|
dependencies = [
|
2022-09-02 12:00:52 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-12-04 12:58:34 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2022-09-02 12:00:52 +00:00
|
|
|
"wasm-bindgen",
|
2021-10-12 11:07:34 +00:00
|
|
|
"winapi",
|
2020-12-04 12:58:34 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "2.34.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
2022-09-02 12:00:52 +00:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.5.7"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.8.15"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-01-31 13:37:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2022-09-02 12:00:52 +00:00
|
|
|
"once_cell",
|
2023-01-31 13:37:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2022-06-05 13:33:43 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.9.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "err-derive"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.3.1"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.27"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-10-12 11:07:34 +00:00
|
|
|
"pin-project-lite",
|
2020-12-02 12:30:47 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "getrandom"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.8"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2021-10-12 12:51:28 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-09-02 12:00:52 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.12.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-01-31 13:37:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-10-12 12:51:28 +00:00
|
|
|
version = "0.3.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-10-12 12:51:28 +00:00
|
|
|
version = "0.1.19"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-10 21:43:34 +00:00
|
|
|
version = "0.4.3"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 21:43:34 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-06-05 13:33:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-03-10 21:43:34 +00:00
|
|
|
version = "2.1.0"
|
2022-06-05 13:33:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 21:43:34 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2022-06-05 13:33:43 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
2022-09-02 12:00:52 +00:00
|
|
|
name = "iana-time-zone"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.1.53"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2022-09-02 12:00:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-01-31 13:37:31 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-02 12:00:52 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[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 = "indexmap"
|
|
|
|
version = "1.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.61"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kuska-handshake"
|
2021-10-12 11:07:34 +00:00
|
|
|
version = "0.2.0"
|
2021-10-15 08:39:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e33da4b69f23c2ece0b3e729d079cebdc2c0206e493e42f510f500ad81c631d5"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"hex",
|
2020-12-12 18:08:57 +00:00
|
|
|
"kuska-sodiumoxide",
|
2020-12-02 12:30:47 +00:00
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-12 18:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kuska-sodiumoxide"
|
|
|
|
version = "0.2.5-0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae0f8eafdd240b722243787b51fdaf8df6693fb8621d0f7061cdba574214cf88"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libsodium-sys",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.140"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsodium-sys"
|
2021-10-12 12:51:28 +00:00
|
|
|
version = "0.2.7"
|
2020-12-12 18:08:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2021-10-12 12:51:28 +00:00
|
|
|
"walkdir",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.4.17"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2021-10-12 12:51:28 +00:00
|
|
|
"cfg-if",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.9.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"hashbrown 0.13.2",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "2.5.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.8.6"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-09-02 12:00:52 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netapp"
|
2022-09-19 17:46:41 +00:00
|
|
|
version = "0.5.2"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
2022-07-21 16:15:07 +00:00
|
|
|
"bytes",
|
2022-02-18 18:01:23 +00:00
|
|
|
"cfg-if",
|
2020-12-04 12:58:34 +00:00
|
|
|
"chrono",
|
2020-12-02 12:30:47 +00:00
|
|
|
"env_logger",
|
|
|
|
"err-derive",
|
2021-10-12 12:51:28 +00:00
|
|
|
"futures",
|
2020-12-02 12:30:47 +00:00
|
|
|
"hex",
|
|
|
|
"kuska-handshake",
|
2020-12-12 18:08:57 +00:00
|
|
|
"kuska-sodiumoxide",
|
2020-12-02 12:30:47 +00:00
|
|
|
"log",
|
|
|
|
"lru",
|
2022-02-18 18:01:23 +00:00
|
|
|
"opentelemetry",
|
2022-02-18 19:10:46 +00:00
|
|
|
"opentelemetry-contrib",
|
2022-06-05 13:33:43 +00:00
|
|
|
"pin-project",
|
2022-09-02 12:00:52 +00:00
|
|
|
"rand",
|
2020-12-02 12:30:47 +00:00
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
"structopt",
|
|
|
|
"tokio",
|
2021-10-13 15:12:13 +00:00
|
|
|
"tokio-stream",
|
2021-10-12 12:51:28 +00:00
|
|
|
"tokio-util",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
2020-12-04 12:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.1.45"
|
2020-12-04 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-12-04 12:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.2.15"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.15.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2020-12-02 12:30:47 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.17.1"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.18.0"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
|
|
|
|
dependencies = [
|
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-contrib"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6171a92e47498eb95845189db332ab85721a51ba924349243192b28141d3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2023-01-31 13:37:31 +00:00
|
|
|
"indexmap",
|
2022-02-18 18:01:23 +00:00
|
|
|
"js-sys",
|
2023-01-31 13:37:31 +00:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
2022-02-18 18:01:23 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-18 19:10:46 +00:00
|
|
|
[[package]]
|
2023-01-31 13:37:31 +00:00
|
|
|
name = "opentelemetry_sdk"
|
|
|
|
version = "0.18.0"
|
2022-02-18 19:10:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
|
2022-02-18 19:10:46 +00:00
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry_api",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
2022-02-18 19:10:46 +00:00
|
|
|
]
|
|
|
|
|
2022-09-02 12:00:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.12"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "2.2.0"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-02-18 18:01:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "1.0.12"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "1.0.12"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.2.9"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.3.26"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.17"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-02-18 18:01:23 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[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",
|
|
|
|
"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"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.52"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2022-09-02 12:00:52 +00:00
|
|
|
"unicode-ident",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.24"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "50686e0021c4136d1d453b2dfe059902278681512a34d4248435dc34b6b5c8ec"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
2022-09-02 12:00:52 +00:00
|
|
|
"rand_core",
|
2022-02-18 18:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-09-02 12:00:52 +00:00
|
|
|
"rand_core",
|
2022-02-18 18:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.6.4"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.7.1"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.6.28"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.8.11"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2022-09-02 12:00:52 +00:00
|
|
|
"paste",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.15.5"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "723ecff9ad04f4ad92fe1c8ca6c20d2196d9286e9c60727c4cb5511629260e9d"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.12"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2021-10-12 12:51:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.155"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.155"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-13 15:12:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.4.1"
|
2021-10-13 15:12:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2021-10-13 15:12:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.4.8"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-09-02 12:00:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.4.9"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-09-02 12:00:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-03-10 21:43:34 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.3.26"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.4.18"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.109"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-02 12:00:52 +00:00
|
|
|
"unicode-ident",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-10-12 12:51:28 +00:00
|
|
|
version = "0.12.6"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.2.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.39"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.39"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-04 12:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.1.45"
|
2020-12-04 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2020-12-04 12:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-02 12:00:52 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-10-12 11:07:34 +00:00
|
|
|
"winapi",
|
2020-12-04 12:58:34 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.26.0"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2021-10-12 11:07:34 +00:00
|
|
|
"autocfg",
|
2022-07-21 16:15:07 +00:00
|
|
|
"bytes",
|
2020-12-02 12:30:47 +00:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-10-12 11:07:34 +00:00
|
|
|
"pin-project-lite",
|
2021-10-13 15:12:13 +00:00
|
|
|
"signal-hook-registry",
|
2022-09-02 12:00:52 +00:00
|
|
|
"socket2",
|
2020-12-02 12:30:47 +00:00
|
|
|
"tokio-macros",
|
2023-01-31 13:37:31 +00:00
|
|
|
"windows-sys",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.8.2"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-13 15:12:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.1.12"
|
2021-10-13 15:12:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
2021-10-13 15:12:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "tokio-util"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.7.7"
|
2020-12-04 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2022-07-21 16:15:07 +00:00
|
|
|
"bytes",
|
2021-10-12 12:51:28 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
2022-09-02 12:00:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.0.8"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "unicode-segmentation"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "1.10.1"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "unicode-width"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.1.10"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "unicode-xid"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.4"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "version_check"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.9.4"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-12 12:51:28 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-12-02 12:30:47 +00:00
|
|
|
dependencies = [
|
2021-10-12 12:51:28 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-12 12:51:28 +00:00
|
|
|
name = "wasi"
|
2022-09-02 12:00:52 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-12-02 12:30:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 12:00:52 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-12-02 12:30:47 +00:00
|
|
|
|
2022-02-18 18:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.84"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.84"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-02 12:00:52 +00:00
|
|
|
"once_cell",
|
2022-02-18 18:01:23 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.84"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.84"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-02-18 18:01:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.2.84"
|
2022-02-18 18:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-02-18 18:01:23 +00:00
|
|
|
|
2020-12-02 12:30:47 +00:00
|
|
|
[[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 = [
|
2021-10-12 11:07:34 +00:00
|
|
|
"winapi",
|
2020-12-02 12:30:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-01-31 13:37:31 +00:00
|
|
|
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.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2022-09-02 12:00:52 +00:00
|
|
|
dependencies = [
|
2023-01-31 13:37:31 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-09-02 12:00:52 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-01-31 13:37:31 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-09-02 12:00:52 +00:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2023-01-31 13:37:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
2022-09-02 12:00:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.42.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.42.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.42.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-09-02 12:00:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-31 13:37:31 +00:00
|
|
|
version = "0.42.2"
|
2022-09-02 12:00:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 13:37:31 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|