2019-06-26 07:46:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-27 17:47:35 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.12.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.5.2"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-11-03 02:20:53 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "0.2.14"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.13.0"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-11-03 02:20:53 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.3.2"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.5.11"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-11-03 02:20:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "1.4.3"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-11-03 02:20:53 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.72"
|
2019-12-05 07:06:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2019-12-05 07:06:49 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "0.1.10"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2021-01-11 09:08:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.4.19"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 01:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-humanize"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.2.1"
|
2020-11-01 01:02:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
|
2020-11-01 01:02:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "2.34.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.8.5"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-11-03 02:20:53 +00:00
|
|
|
dependencies = [
|
2021-01-11 09:08:08 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-03 02:20:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-26 01:27:58 +00:00
|
|
|
"redox_users 0.3.5",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users 0.4.0",
|
2020-11-03 02:20:53 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2019-11-27 01:04:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "garbage"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.3.2"
|
2019-11-27 01:04:04 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"chrono",
|
2020-11-01 01:02:48 +00:00
|
|
|
"chrono-humanize",
|
2020-11-01 00:17:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"libmount",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
2020-11-03 02:20:53 +00:00
|
|
|
"prettytable-rs",
|
2020-11-09 07:01:28 +00:00
|
|
|
"stderrlog",
|
2020-11-01 00:17:01 +00:00
|
|
|
"structopt",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"xdg",
|
2019-11-27 01:04:04 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.1.16"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-11-03 02:20:53 +00:00
|
|
|
dependencies = [
|
2021-01-11 09:08:08 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-03 02:20:53 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-12-26 01:27:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.3.3"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-segmentation",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-06 05:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.1.19"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-03-06 05:40:06 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "1.4.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.2.112"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libmount"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "23c4c2ad2d5cbd2f5a05620c3daf45930add53ec207fa99ce5eec971089dc35f"
|
2019-12-05 07:06:49 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"quick-error",
|
2019-12-05 07:06:49 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-27 23:53:45 +00:00
|
|
|
version = "0.4.14"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 23:53:45 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2021-01-27 23:53:45 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-12-05 07:06:49 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-01-11 09:08:08 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"void",
|
2019-12-05 07:06:49 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.44"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.2.14"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"autocfg",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 04:27:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-06-06 04:27:57 +00:00
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"term",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
2019-11-27 00:50:45 +00:00
|
|
|
name = "proc-macro-error"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.4"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-06 05:40:06 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.4"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-11-27 00:50:45 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2019-11-27 00:50:45 +00:00
|
|
|
]
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.34"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-xid",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "1.2.3"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.10"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2021-12-26 01:27:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
dependencies = [
|
2021-12-26 01:27:58 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
2020-11-03 02:20:53 +00:00
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2021-12-26 01:27:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.3",
|
|
|
|
"redox_syscall 0.2.10",
|
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.8.3"
|
2020-11-03 02:20:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-11-03 02:20:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "1.0.6"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi-util",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-09 07:01:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stderrlog"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "0.5.1"
|
2020-11-09 07:01:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "45a53e2eff3e94a019afa6265e8ee04cb05b9d33fe9f5078b14e4e391d155a38"
|
2020-11-09 07:01:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
"termcolor",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.3.25"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.4.18"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.83"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2021-12-26 01:27:58 +00:00
|
|
|
"dirs 1.0.5",
|
2020-11-03 02:20:53 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-09 07:01:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-01-11 09:08:08 +00:00
|
|
|
version = "1.1.2"
|
2020-11-09 07:01:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:08:08 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-11-09 07:01:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-width",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-30 05:02:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.30"
|
2019-11-30 05:02:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2019-11-30 05:02:19 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"thiserror-impl",
|
2019-11-30 05:02:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.0.30"
|
2019-11-30 05:02:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2019-11-30 05:02:19 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-30 05:02:19 +00:00
|
|
|
]
|
|
|
|
|
2020-11-09 07:01:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.44"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
2020-11-03 02:20:53 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "1.8.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "0.1.9"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.2.2"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.8.2"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2020-03-06 05:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "0.9.3"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-03-06 05:40:06 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-12-05 07:06:49 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-06-25 23:36:07 +00:00
|
|
|
version = "2.3.2"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 23:36:07 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 02:20:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-11-01 00:17:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.3.9"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.5"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2021-12-26 01:27:58 +00:00
|
|
|
version = "2.4.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 01:27:58 +00:00
|
|
|
checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803"
|
|
|
|
dependencies = [
|
|
|
|
"dirs 3.0.2",
|
|
|
|
]
|