2020-05-04 16:28:38 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-10-18 20:27:51 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "0.7.20"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"libc",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.66"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bcachefs-mount"
|
2021-10-18 20:27:51 +03:00
|
|
|
version = "0.3.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-10-18 20:27:51 +03:00
|
|
|
"bch_bindgen",
|
2020-05-04 16:28:38 +03:00
|
|
|
"byteorder",
|
2021-10-18 20:27:51 +03:00
|
|
|
"camino",
|
2020-05-04 16:28:38 +03:00
|
|
|
"clap",
|
|
|
|
"either",
|
|
|
|
"errno",
|
|
|
|
"gag",
|
|
|
|
"getset",
|
|
|
|
"itertools",
|
|
|
|
"libc",
|
|
|
|
"parse-display",
|
|
|
|
"rpassword",
|
|
|
|
"structopt",
|
2021-10-18 20:27:51 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"udev",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bch_bindgen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bindgen",
|
|
|
|
"bitfield",
|
|
|
|
"byteorder",
|
|
|
|
"gag",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
"pkg-config",
|
|
|
|
"tracing",
|
|
|
|
"tracing-attributes",
|
2020-05-04 16:28:38 +03:00
|
|
|
"udev",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "0.63.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2022-11-26 04:39:39 +03:00
|
|
|
"syn",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.3.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.11.1"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.4.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "1.0.77"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.6.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.4.23"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"iana-time-zone",
|
2021-10-18 20:27:51 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.4.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "2.34.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"ansi_term",
|
2020-05-04 16:28:38 +03:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"term_size",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.8.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.8"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cc",
|
2020-05-04 16:28:38 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
2021-10-18 20:27:51 +03:00
|
|
|
name = "filedescriptor"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.8.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-18 20:27:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gag"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972"
|
|
|
|
dependencies = [
|
|
|
|
"filedescriptor",
|
2020-05-04 16:28:38 +03:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getset"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"proc-macro-error",
|
2020-05-04 16:28:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.19"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[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 = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.4"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.3.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.137"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.4.17"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "2.5.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.5.6"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "7.1.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-11-20 03:00:25 +03:00
|
|
|
"minimal-lexical",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.45"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.15"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parse-display"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bd87725635cbae7fe960f91f55a114ed104e637790317cc8d9197ea16b058010"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"parse-display-derive",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-display-derive"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "cc52b391380aa8550348736a356bf028f5469391d580533a566e97543f55e813"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.9"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.26"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"proc-macro-error-attr",
|
2020-05-04 16:28:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.47"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.21"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"bitflags",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.7.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.6.28"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.5.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "4.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.2"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.147"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "1.0.89"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.4"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2021-10-18 20:27:51 +03:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.10.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.26"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.4.18"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2022-11-20 03:00:25 +03:00
|
|
|
"proc-macro-error",
|
2020-05-04 16:28:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.103"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "3.3.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-05-04 16:28:38 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.37"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.37"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"once_cell",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.37"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
2021-10-18 20:27:51 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.23"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.30"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.25"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"ansi_term",
|
2021-10-18 20:27:51 +03:00
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "udev"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24953d50a3bce0f5f5a9a2766567072dc9af8096f8c40ea81815da651066bc9f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.10.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.10"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.8.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.9.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.83"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.9"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-04 16:28:38 +03:00
|
|
|
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]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|