2021-03-16 21:32:55 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-05 12:11:31 +00:00
|
|
|
version = 3
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2021-05-16 19:13:37 +00:00
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 19:13:37 +00:00
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-01 11:12:00 +00:00
|
|
|
version = "0.7.18"
|
2019-04-28 02:14:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 11:12:00 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 16:52:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aliasable"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.11.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-03-12 01:48:47 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi 0.3.9",
|
2018-03-12 01:48:47 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
2021-04-21 16:05:02 +00:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
2020-12-08 22:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 16:05:02 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-12-08 22:32:02 +00:00
|
|
|
dependencies = [
|
2021-04-21 16:05:02 +00:00
|
|
|
"winapi 0.3.9",
|
2020-12-08 22:32:02 +00:00
|
|
|
]
|
|
|
|
|
2021-05-28 18:08:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-05-28 18:08:46 +00:00
|
|
|
version = "0.5.2"
|
2020-12-08 22:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 18:08:46 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-12-08 22:32:02 +00:00
|
|
|
|
2016-07-09 19:18:10 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2016-07-09 19:18:10 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2016-07-09 19:18:10 +00:00
|
|
|
]
|
|
|
|
|
2019-04-23 17:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "1.0.1"
|
2019-04-23 17:39:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-04-23 17:39:22 +00:00
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binary-heap-plus"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f068638f8ff9e118a9361e66a411eff410e7fb3ecaa23bf9272324f8fc606d7"
|
|
|
|
dependencies = [
|
|
|
|
"compare",
|
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2021-08-02 18:36:06 +00:00
|
|
|
version = "0.59.1"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 18:36:06 +00:00
|
|
|
checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
|
|
|
"env_logger 0.8.4",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.5.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"bit-vec",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-12-08 22:32:02 +00:00
|
|
|
version = "0.6.3"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.2.1"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2021-08-02 18:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
2021-05-28 18:08:46 +00:00
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
2020-12-08 22:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 18:08:46 +00:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-12-08 22:32:02 +00:00
|
|
|
dependencies = [
|
2021-05-28 18:08:46 +00:00
|
|
|
"arrayref",
|
2021-06-08 21:14:19 +00:00
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2020-12-08 22:32:02 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"byte-tools",
|
2021-06-30 21:47:48 +00:00
|
|
|
"generic-array",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-05-01 15:49:45 +00:00
|
|
|
version = "0.2.16"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 15:49:45 +00:00
|
|
|
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex-automata",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
|
|
|
version = "4.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2016-07-21 08:27:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-25 22:28:47 +00:00
|
|
|
version = "1.4.3"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-08-04 00:33:43 +00:00
|
|
|
version = "1.0.69"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:33:43 +00:00
|
|
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
2017-10-01 17:06:28 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2021-08-02 18:36:06 +00:00
|
|
|
version = "0.5.0"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 18:36:06 +00:00
|
|
|
checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
2017-10-01 17:06:28 +00:00
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.10"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2020-10-22 22:33:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-10-22 22:33:58 +00:00
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2021-04-28 18:54:27 +00:00
|
|
|
version = "0.4.19"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-28 18:54:27 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2021-04-28 18:54:27 +00:00
|
|
|
"libc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2021-04-28 18:54:27 +00:00
|
|
|
"winapi 0.3.9",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.3.0",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "2.33.3"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2021-04-21 16:05:02 +00:00
|
|
|
"ansi_term 0.11.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"atty",
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
2021-06-08 21:14:19 +00:00
|
|
|
"strsim",
|
2021-06-27 14:15:49 +00:00
|
|
|
"term_size",
|
2021-06-08 21:14:19 +00:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-10-14 09:33:44 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compare"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "120133d4db2ec47efe2e26502ee984747630c67f51974fca0b6c1340cf2368d3"
|
|
|
|
|
2020-12-08 22:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-12-08 22:32:02 +00:00
|
|
|
|
2020-10-26 20:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "conv"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
2020-10-26 20:26:25 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"custom_derive",
|
2020-10-26 20:26:25 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "coreutils"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-04-24 17:02:03 +00:00
|
|
|
"atty",
|
2021-05-29 12:30:30 +00:00
|
|
|
"chrono",
|
2021-06-15 13:35:49 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"conv",
|
|
|
|
"filetime",
|
|
|
|
"glob 0.3.0",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-03-30 18:53:02 +00:00
|
|
|
"nix 0.20.0",
|
2021-04-24 14:43:13 +00:00
|
|
|
"pretty_assertions",
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand 0.7.3",
|
|
|
|
"regex",
|
2021-06-02 16:06:56 +00:00
|
|
|
"rlimit",
|
2021-06-19 18:26:28 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"sha1",
|
|
|
|
"tempfile",
|
|
|
|
"textwrap",
|
|
|
|
"time",
|
|
|
|
"unindent",
|
|
|
|
"unix_socket",
|
|
|
|
"users",
|
|
|
|
"uu_arch",
|
|
|
|
"uu_base32",
|
|
|
|
"uu_base64",
|
|
|
|
"uu_basename",
|
2021-08-04 22:28:14 +00:00
|
|
|
"uu_basenc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_cat",
|
2021-08-05 04:39:37 +00:00
|
|
|
"uu_chcon",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_chgrp",
|
|
|
|
"uu_chmod",
|
|
|
|
"uu_chown",
|
|
|
|
"uu_chroot",
|
|
|
|
"uu_cksum",
|
|
|
|
"uu_comm",
|
|
|
|
"uu_cp",
|
|
|
|
"uu_csplit",
|
|
|
|
"uu_cut",
|
|
|
|
"uu_date",
|
|
|
|
"uu_dd",
|
|
|
|
"uu_df",
|
|
|
|
"uu_dircolors",
|
|
|
|
"uu_dirname",
|
|
|
|
"uu_du",
|
|
|
|
"uu_echo",
|
|
|
|
"uu_env",
|
|
|
|
"uu_expand",
|
|
|
|
"uu_expr",
|
|
|
|
"uu_factor",
|
|
|
|
"uu_false",
|
|
|
|
"uu_fmt",
|
|
|
|
"uu_fold",
|
|
|
|
"uu_groups",
|
|
|
|
"uu_hashsum",
|
|
|
|
"uu_head",
|
|
|
|
"uu_hostid",
|
|
|
|
"uu_hostname",
|
|
|
|
"uu_id",
|
|
|
|
"uu_install",
|
|
|
|
"uu_join",
|
|
|
|
"uu_kill",
|
|
|
|
"uu_link",
|
|
|
|
"uu_ln",
|
|
|
|
"uu_logname",
|
|
|
|
"uu_ls",
|
|
|
|
"uu_mkdir",
|
|
|
|
"uu_mkfifo",
|
|
|
|
"uu_mknod",
|
|
|
|
"uu_mktemp",
|
|
|
|
"uu_more",
|
|
|
|
"uu_mv",
|
|
|
|
"uu_nice",
|
|
|
|
"uu_nl",
|
|
|
|
"uu_nohup",
|
|
|
|
"uu_nproc",
|
|
|
|
"uu_numfmt",
|
|
|
|
"uu_od",
|
|
|
|
"uu_paste",
|
|
|
|
"uu_pathchk",
|
|
|
|
"uu_pinky",
|
2021-04-09 20:02:25 +00:00
|
|
|
"uu_pr",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uu_printenv",
|
|
|
|
"uu_printf",
|
|
|
|
"uu_ptx",
|
|
|
|
"uu_pwd",
|
|
|
|
"uu_readlink",
|
|
|
|
"uu_realpath",
|
|
|
|
"uu_relpath",
|
|
|
|
"uu_rm",
|
|
|
|
"uu_rmdir",
|
|
|
|
"uu_seq",
|
|
|
|
"uu_shred",
|
|
|
|
"uu_shuf",
|
|
|
|
"uu_sleep",
|
|
|
|
"uu_sort",
|
|
|
|
"uu_split",
|
|
|
|
"uu_stat",
|
|
|
|
"uu_stdbuf",
|
|
|
|
"uu_sum",
|
|
|
|
"uu_sync",
|
|
|
|
"uu_tac",
|
|
|
|
"uu_tail",
|
|
|
|
"uu_tee",
|
|
|
|
"uu_test",
|
|
|
|
"uu_timeout",
|
|
|
|
"uu_touch",
|
|
|
|
"uu_tr",
|
|
|
|
"uu_true",
|
|
|
|
"uu_truncate",
|
|
|
|
"uu_tsort",
|
|
|
|
"uu_tty",
|
|
|
|
"uu_uname",
|
|
|
|
"uu_unexpand",
|
|
|
|
"uu_uniq",
|
|
|
|
"uu_unlink",
|
|
|
|
"uu_uptime",
|
|
|
|
"uu_users",
|
|
|
|
"uu_wc",
|
|
|
|
"uu_who",
|
|
|
|
"uu_whoami",
|
|
|
|
"uu_yes",
|
|
|
|
"uucore",
|
2021-03-30 18:53:02 +00:00
|
|
|
"walkdir",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-04-29 13:56:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coz"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cef55b3fe2f5477d59e12bc792e8b3c95a25bd099eadcfae006ecea136de76e2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp"
|
2021-02-22 14:07:51 +00:00
|
|
|
version = "0.5.6"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "4875a08600be48dcc9cb6ee07f104a3e0752e95184dede6a30044d6480bf50e8"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp_macros",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_build"
|
2018-07-11 01:16:49 +00:00
|
|
|
version = "0.4.0"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "c47531e7e09532ad4827098729794f5e1a5b1c2ccbb5e295498d2e7ab451c445"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cc",
|
|
|
|
"cpp_common 0.4.0",
|
|
|
|
"cpp_syn",
|
|
|
|
"cpp_synmap",
|
|
|
|
"cpp_synom",
|
|
|
|
"lazy_static",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
2018-07-09 07:50:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_common"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "79e39149a7943affa02f5b6e347ca2840a129cc78d5883ee229f0f1c4027d628"
|
2018-07-09 07:50:33 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp_syn",
|
|
|
|
"cpp_synom",
|
|
|
|
"lazy_static",
|
|
|
|
"quote 0.3.15",
|
2018-07-09 07:50:33 +00:00
|
|
|
]
|
|
|
|
|
2021-02-22 14:07:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_common"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "df78ad28e5fe814285016779fb3d3b874520c799a847e6190bf2b834cc4ff283"
|
2021-02-22 14:07:51 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_macros"
|
2021-02-22 14:07:51 +00:00
|
|
|
version = "0.5.6"
|
2017-12-30 06:17:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "4f93a21e618c10abc84ebb63ffa5952e1f7a4568b8141d542d5ef860e4a8fc25"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"byteorder",
|
|
|
|
"cpp_common 0.5.6",
|
|
|
|
"if_rust_version",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_syn"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "a8cd649bf5b3804d92fe12a60c7698f5a538a6033ed8a668bf5241d4d4f1644e"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp_synom",
|
|
|
|
"quote 0.3.15",
|
|
|
|
"unicode-xid 0.0.4",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synmap"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "897e4f9cdbe2874edd3ffe53718ee5d8b89e2a970057b2c93d3214104f2e90b6"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp_syn",
|
|
|
|
"cpp_synom",
|
|
|
|
"memchr 1.0.2",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_synom"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "1fc8da5694233b646150c785118f77835ad0a49680c7f312a10ef30957c67b6d"
|
2017-12-30 06:17:54 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-xid 0.0.4",
|
2017-12-30 06:17:54 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-channel"
|
2021-04-21 16:05:02 +00:00
|
|
|
version = "0.5.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 16:05:02 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-deque"
|
2021-08-04 00:33:43 +00:00
|
|
|
version = "0.8.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:33:43 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-14 19:37:50 +00:00
|
|
|
name = "crossbeam-epoch"
|
2021-05-31 13:23:06 +00:00
|
|
|
version = "0.9.5"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 13:23:06 +00:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-05-31 13:23:06 +00:00
|
|
|
version = "0.8.5"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 13:23:06 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
name = "crossterm"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.20.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-04-24 17:02:03 +00:00
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
2021-07-01 21:33:30 +00:00
|
|
|
"signal-hook-mio",
|
2021-04-24 17:02:03 +00:00
|
|
|
"winapi 0.3.9",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
name = "crossterm_winapi"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.8.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-04-24 17:02:03 +00:00
|
|
|
"winapi 0.3.9",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-24 14:43:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
|
|
|
|
dependencies = [
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 16:52:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
|
|
|
version = "3.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "232295399409a8b7ae41276757b5a1cc21032848d42bff2352261f958b3ca29a"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.20.0",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-10-26 20:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "custom_derive"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
2020-10-26 20:26:25 +00:00
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2021-08-04 22:28:14 +00:00
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
|
|
|
version = "0.1.10"
|
2016-08-30 22:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 22:28:14 +00:00
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"syn",
|
|
|
|
]
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2021-04-24 14:43:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"generic-array",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-05-13 08:17:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dns-lookup"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "093d88961fd18c4ecacb8c80cd0b356463ba941ba11e0e01f9cf5271380b79dc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-04-14 18:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "1.0.2"
|
2020-04-14 18:13:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
|
2020-04-14 18:13:13 +00:00
|
|
|
|
2016-11-29 17:56:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "1.6.1"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2016-11-29 17:56:30 +00:00
|
|
|
|
2020-07-04 18:48:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-07-04 18:48:57 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
2020-07-04 18:48:57 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2021-03-27 08:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "file_diff"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-01-21 20:09:19 +00:00
|
|
|
version = "0.2.14"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-07-01 21:33:30 +00:00
|
|
|
"redox_syscall 0.2.9",
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi 0.3.9",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.0.7"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2016-12-02 22:06:21 +00:00
|
|
|
|
2020-05-24 10:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "1.2.0"
|
2020-05-24 10:49:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
2020-05-24 10:49:56 +00:00
|
|
|
|
2021-08-05 04:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fts-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d31ec9f1580e270ee49a1fae7b102f54514142d9be2d4aa363c361363d65cac9"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
2021-08-02 18:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
2021-06-08 21:14:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcd"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7cd301bf2ab11ae4e5bdfd79c221d97a25e46c089144a62ee9d09cb32d2b92"
|
2021-02-22 14:07:51 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2017-10-06 19:32:04 +00:00
|
|
|
name = "generic-array"
|
2021-03-07 10:12:54 +00:00
|
|
|
version = "0.8.4"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "b2297fb0e3ea512e380da24b52dca3924028f59df5e3a17a18f81d8349ca7ebe"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"nodrop",
|
|
|
|
"typenum",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.2.21"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
2018-07-06 07:17:46 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
2018-07-06 07:17:46 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-02 08:40:40 +00:00
|
|
|
version = "0.1.16"
|
2020-06-05 17:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-06-05 17:44:30 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-06-30 21:47:48 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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.2+wasi-snapshot-preview1",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2020-12-28 16:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2020-12-28 16:03:04 +00:00
|
|
|
|
2019-06-15 22:35:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-06-15 22:35:35 +00:00
|
|
|
|
2021-04-05 08:12:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.4.8"
|
2021-04-05 08:12:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
2021-04-05 08:12:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
2019-06-15 22:35:35 +00:00
|
|
|
|
2016-09-03 19:47:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-01-19 07:15:53 +00:00
|
|
|
version = "1.7.1"
|
2016-09-03 19:47:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
2016-09-03 19:47:36 +00:00
|
|
|
|
2021-04-04 09:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-06 16:04:55 +00:00
|
|
|
version = "0.3.3"
|
2021-04-04 09:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 16:04:55 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-04-04 09:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2016-09-03 19:47:36 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "hermit-abi"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.1.19"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-13 22:09:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
2017-10-13 22:09:09 +00:00
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
2020-05-21 08:58:38 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-02-22 14:07:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if_rust_version"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "46dbcb333e86939721589d25a3557e180b52778cb33c7fdfe9e0158ff790d5ec"
|
2021-02-22 14:07:51 +00:00
|
|
|
|
2021-05-28 19:07:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-07-11 19:09:38 +00:00
|
|
|
version = "0.1.10"
|
2021-05-28 19:07:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 19:09:38 +00:00
|
|
|
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
2021-05-28 19:07:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ioctl-sys"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "5e2c4b26352496eaaa8ca7cfa9bd99e93419d3f7983dc6e99c2a35fe9e33504a"
|
2017-10-01 17:06:28 +00:00
|
|
|
|
2019-06-13 12:59:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.8.2"
|
2019-06-13 12:59:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2019-06-13 12:59:16 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"either",
|
2019-06-13 12:59:16 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.10.1"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
2021-02-01 22:32:38 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"either",
|
2021-02-01 22:32:38 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-25 02:08:03 +00:00
|
|
|
version = "0.2.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-07 01:53:36 +00:00
|
|
|
name = "lazy_static"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-23 09:25:06 +00:00
|
|
|
version = "0.2.85"
|
2016-11-29 17:56:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
|
2016-08-30 22:55:28 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-04-28 18:54:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "locale"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-16 16:56:54 +00:00
|
|
|
name = "lock_api"
|
2021-05-28 19:07:28 +00:00
|
|
|
version = "0.4.4"
|
2021-04-28 18:54:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 19:07:28 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2021-04-28 18:54:27 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:56:54 +00:00
|
|
|
"scopeguard",
|
2021-04-28 18:54:27 +00:00
|
|
|
]
|
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "log"
|
2021-02-01 22:32:38 +00:00
|
|
|
version = "0.4.14"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2016-03-25 21:25:52 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2021-04-21 16:05:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lscolors"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d24b894c45c9da468621cdd615a5a79ee5e5523dd4f75c76ebc03d458940c16e"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.12.1",
|
|
|
|
]
|
|
|
|
|
2020-05-21 08:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
2020-05-21 08:58:38 +00:00
|
|
|
|
2020-10-26 20:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-10-26 20:26:25 +00:00
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.3.8"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-10-09 22:09:24 +00:00
|
|
|
version = "1.0.2"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-01 11:12:00 +00:00
|
|
|
version = "2.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 11:12:00 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-05-31 13:23:06 +00:00
|
|
|
version = "0.6.4"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 13:23:06 +00:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2021-04-24 17:02:03 +00:00
|
|
|
name = "mio"
|
|
|
|
version = "0.7.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-24 17:02:03 +00:00
|
|
|
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-04-24 17:02:03 +00:00
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 17:52:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "4dbdc256eaac2e3bd236d93ad999d3479ef775c863dbda3068c4006a92eec51b"
|
2020-05-28 17:52:56 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
2021-06-08 21:14:19 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2020-05-28 17:52:56 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 08:18:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
|
2020-05-28 17:52:56 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2020-05-28 17:52:56 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.1.14"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-08-02 18:36:06 +00:00
|
|
|
version = "6.1.2"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 18:36:06 +00:00
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
2021-08-02 18:36:06 +00:00
|
|
|
"bitvec",
|
|
|
|
"funty",
|
2021-06-19 18:26:28 +00:00
|
|
|
"memchr 2.4.0",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-24 17:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
2021-05-31 13:23:06 +00:00
|
|
|
]
|
2021-05-31 08:17:15 +00:00
|
|
|
|
2021-05-29 21:25:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-04-24 17:02:03 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-03 22:10:32 +00:00
|
|
|
version = "0.1.44"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-03 22:10:32 +00:00
|
|
|
version = "0.2.14"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "1.13.0"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:16:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2020-12-22 12:53:20 +00:00
|
|
|
version = "0.4.0"
|
2018-09-18 22:16:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2019-04-28 02:14:22 +00:00
|
|
|
|
2021-04-22 22:49:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "1.8.0"
|
2021-04-22 22:49:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2021-04-22 22:49:05 +00:00
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "4.3.3"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8518fcb2b1b8c2f45f0ad499df4fda6087fc3475ca69a185c173b8315d2fb383"
|
2016-12-02 22:06:21 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"onig_sys",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2019-04-03 23:05:19 +00:00
|
|
|
version = "69.1.0"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0"
|
2016-12-02 22:06:21 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
2016-05-22 11:59:57 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2021-05-16 19:13:37 +00:00
|
|
|
name = "ouroboros"
|
2021-08-02 16:52:22 +00:00
|
|
|
version = "0.10.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 16:52:22 +00:00
|
|
|
checksum = "84236d64f1718c387232287cf036eb6632a5ecff226f4ff9dccb8c2b79ba0bde"
|
2021-05-16 19:13:37 +00:00
|
|
|
dependencies = [
|
2021-08-02 16:52:22 +00:00
|
|
|
"aliasable",
|
2021-05-16 19:13:37 +00:00
|
|
|
"ouroboros_macro",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros_macro"
|
2021-08-02 16:52:22 +00:00
|
|
|
version = "0.10.1"
|
2021-05-16 19:13:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 16:52:22 +00:00
|
|
|
checksum = "f463857a6eb96c0136b1d56e56c718350cef30412ec065b48294799a088bca68"
|
2021-05-16 19:13:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-24 14:43:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-04-24 17:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-05-28 19:07:28 +00:00
|
|
|
version = "0.11.1"
|
2021-04-24 17:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 19:07:28 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2021-04-24 17:02:03 +00:00
|
|
|
dependencies = [
|
2021-05-28 19:07:28 +00:00
|
|
|
"instant",
|
2021-04-24 17:02:03 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-05-28 19:07:28 +00:00
|
|
|
version = "0.8.3"
|
2021-04-24 17:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 19:07:28 +00:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2021-04-24 17:02:03 +00:00
|
|
|
dependencies = [
|
2021-05-28 19:07:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
2021-04-24 17:02:03 +00:00
|
|
|
"libc",
|
2021-07-01 21:33:30 +00:00
|
|
|
"redox_syscall 0.2.9",
|
2021-04-24 17:02:03 +00:00
|
|
|
"smallvec 1.6.1",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2020-07-04 21:38:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
2020-07-04 21:38:13 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"paste-impl",
|
|
|
|
"proc-macro-hack",
|
2020-07-04 21:38:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste-impl"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
2020-07-04 21:38:13 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro-hack",
|
2020-07-04 21:38:13 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.3.19"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2015-12-24 06:11:00 +00:00
|
|
|
|
2021-02-22 14:07:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platform-info"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "16ea9cd21d89bffb387b6c7363d23bead0807be9de676c671b474dd29e7436d3"
|
2021-02-22 14:07:51 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2021-02-22 14:07:51 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2020-06-05 17:44:30 +00:00
|
|
|
name = "ppv-lite86"
|
2020-11-03 22:10:32 +00:00
|
|
|
version = "0.2.10"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2021-02-01 22:32:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-24 14:43:13 +00:00
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.7.2"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-24 14:43:13 +00:00
|
|
|
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.12.1",
|
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
2021-02-01 22:32:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-16 19:13:37 +00:00
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
2021-02-01 22:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 19:13:37 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2021-02-01 22:32:38 +00:00
|
|
|
dependencies = [
|
2021-05-16 19:13:37 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
2021-05-16 19:13:37 +00:00
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
2020-06-05 17:44:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 19:13:37 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-06-05 17:44:30 +00:00
|
|
|
|
2020-07-04 21:38:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-10-25 18:32:38 +00:00
|
|
|
version = "0.5.19"
|
2020-07-04 21:38:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-07-04 21:38:13 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-08-04 00:33:43 +00:00
|
|
|
version = "1.0.28"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:33:43 +00:00
|
|
|
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
|
2018-03-12 08:20:58 +00:00
|
|
|
dependencies = [
|
2021-05-01 11:12:00 +00:00
|
|
|
"unicode-xid 0.2.2",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-04-14 18:13:13 +00:00
|
|
|
version = "1.2.3"
|
2017-01-08 05:16:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2017-01-08 05:16:32 +00:00
|
|
|
|
2021-05-31 12:48:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2020-07-04 18:48:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
|
2020-07-04 18:48:57 +00:00
|
|
|
dependencies = [
|
2021-06-19 18:26:28 +00:00
|
|
|
"env_logger 0.7.1",
|
2021-06-08 21:14:19 +00:00
|
|
|
"log",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand_core 0.5.1",
|
2020-07-04 18:48:57 +00:00
|
|
|
]
|
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2017-12-30 06:17:54 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-12 10:36:50 +00:00
|
|
|
version = "1.0.9"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2018-03-12 08:20:58 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
2018-03-12 08:20:58 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 18:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
2018-10-14 09:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-04-23 17:39:22 +00:00
|
|
|
version = "0.5.6"
|
2018-10-14 09:33:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
2018-10-14 09:33:44 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"winapi 0.3.9",
|
2018-10-14 09:33:44 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2020-06-05 17:44:30 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"getrandom 0.1.16",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-06-30 21:47:48 +00:00
|
|
|
"rand_chacha 0.2.2",
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand_core 0.5.1",
|
2021-06-30 21:47:48 +00:00
|
|
|
"rand_hc 0.2.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand_pcg",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
"rand_hc 0.3.1",
|
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2020-06-05 17:44:30 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-06-30 21:47:48 +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",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-02-07 08:45:30 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-02-07 08:45:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2020-05-22 05:18:29 +00:00
|
|
|
version = "0.4.2"
|
2019-02-07 08:45:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-02-07 08:45:30 +00:00
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2020-06-05 17:44:30 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.3",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-06-05 17:44:30 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand_core 0.5.1",
|
2021-03-26 01:32:47 +00:00
|
|
|
]
|
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
]
|
|
|
|
|
2020-07-17 18:08:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2020-07-17 18:08:18 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand_core 0.5.1",
|
2020-07-17 18:08:18 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-05-22 10:20:13 +00:00
|
|
|
version = "1.5.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-22 10:20:13 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-05-22 10:20:13 +00:00
|
|
|
version = "1.9.1"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-22 10:20:13 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.1.57"
|
2017-10-09 22:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2017-10-09 22:09:24 +00:00
|
|
|
|
2021-01-21 20:09:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-07-01 21:33:30 +00:00
|
|
|
version = "0.2.9"
|
2021-01-21 20:09:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 21:33:30 +00:00
|
|
|
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
|
2021-01-21 20:09:19 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"bitflags",
|
2021-01-21 20:09:19 +00:00
|
|
|
]
|
|
|
|
|
2017-10-09 22:09:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
2021-01-21 20:09:19 +00:00
|
|
|
version = "0.1.2"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
2017-10-09 22:09:24 +00:00
|
|
|
dependencies = [
|
2021-07-01 21:33:30 +00:00
|
|
|
"redox_syscall 0.2.9",
|
2017-10-09 22:09:24 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reference-counted-singleton"
|
2021-08-04 00:33:43 +00:00
|
|
|
version = "0.1.1"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:33:43 +00:00
|
|
|
checksum = "ef445213a92fdddc4bc69d9111156d20ffd50704a86ad82b372aab701a0d3a9a"
|
2021-06-19 18:26:28 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-07 07:57:31 +00:00
|
|
|
version = "1.5.4"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 07:57:31 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"aho-corasick",
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex-syntax",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-06 16:04:55 +00:00
|
|
|
version = "0.1.10"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 16:04:55 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-02 07:43:32 +00:00
|
|
|
version = "0.6.25"
|
2018-06-07 15:41:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 07:43:32 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2018-03-02 07:08:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-13 18:55:55 +00:00
|
|
|
version = "0.5.3"
|
2018-03-02 07:08:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-03-02 07:08:09 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi 0.3.9",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2019-04-29 21:06:56 +00:00
|
|
|
[[package]]
|
2021-03-27 19:03:47 +00:00
|
|
|
name = "retain_mut"
|
2021-05-07 07:57:31 +00:00
|
|
|
version = "0.1.3"
|
2018-05-22 16:55:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 07:57:31 +00:00
|
|
|
checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"
|
2018-05-22 16:55:05 +00:00
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
2021-06-02 16:06:56 +00:00
|
|
|
name = "rlimit"
|
|
|
|
version = "0.4.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 16:06:56 +00:00
|
|
|
checksum = "49b02d62c38353a6fce45c25ca19783e25dd5f495ca681c674a4ee15aa4c1536"
|
2020-07-17 18:16:50 +00:00
|
|
|
dependencies = [
|
2021-06-02 16:06:56 +00:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
2020-07-17 18:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-29 21:06:56 +00:00
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.13.0"
|
2020-07-17 18:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2016-12-02 22:06:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2021-03-25 22:28:47 +00:00
|
|
|
version = "1.0.6"
|
2016-12-02 22:06:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2016-12-02 22:06:21 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi-util",
|
2016-12-02 22:06:21 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 18:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-07-17 18:16:50 +00:00
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "selinux"
|
2021-08-02 18:36:06 +00:00
|
|
|
version = "0.1.3"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 18:36:06 +00:00
|
|
|
checksum = "bd525eeb189eb26c8471463186bba87644e3d8a9c7ae392adaf9ec45ede574bc"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"reference-counted-singleton",
|
|
|
|
"selinux-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "selinux-sys"
|
2021-08-02 18:36:06 +00:00
|
|
|
version = "0.5.1"
|
2021-06-19 18:26:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-02 18:36:06 +00:00
|
|
|
checksum = "5d842d177120716580c4c6cb56dfe3c5f3a3e3dcec635091f1b2034b6c0be4c6"
|
2021-06-19 18:26:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"dunce",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2018-06-08 07:30:51 +00:00
|
|
|
version = "0.6.0"
|
2017-10-06 19:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2017-10-06 19:32:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"block-buffer",
|
2021-06-08 21:14:19 +00:00
|
|
|
"byte-tools",
|
2021-06-30 21:47:48 +00:00
|
|
|
"digest",
|
2021-06-08 21:14:19 +00:00
|
|
|
"fake-simd",
|
2021-06-30 21:47:48 +00:00
|
|
|
"generic-array",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "26405905b6a56a94c60109cfda62610507ac14a65be531f5767dec5c5a8dd6a0"
|
2017-10-06 19:32:04 +00:00
|
|
|
dependencies = [
|
2021-06-30 21:47:48 +00:00
|
|
|
"block-buffer",
|
2021-06-08 21:14:19 +00:00
|
|
|
"byte-tools",
|
2021-06-30 21:47:48 +00:00
|
|
|
"digest",
|
|
|
|
"generic-array",
|
2017-10-06 19:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
|
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-07-01 21:33:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-29 18:51:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-09 19:51:18 +00:00
|
|
|
version = "0.6.14"
|
2020-07-29 18:51:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
|
2020-10-26 20:26:25 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"maybe-uninit",
|
2020-10-26 20:26:25 +00:00
|
|
|
]
|
2020-07-29 18:51:05 +00:00
|
|
|
|
2021-05-28 19:07:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
2021-05-13 08:17:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.8.0"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2021-04-04 09:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2018-05-22 16:55:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-08-04 00:33:43 +00:00
|
|
|
version = "1.0.74"
|
2018-03-12 08:20:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:33:43 +00:00
|
|
|
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
|
2018-03-12 08:20:58 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
2021-05-01 11:12:00 +00:00
|
|
|
"unicode-xid 0.2.2",
|
2018-05-22 16:55:05 +00:00
|
|
|
]
|
|
|
|
|
2021-08-02 18:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2016-01-05 03:48:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-05-27 18:25:24 +00:00
|
|
|
version = "3.2.0"
|
2016-05-22 20:04:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 18:25:24 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2016-01-05 03:48:03 +00:00
|
|
|
dependencies = [
|
2021-05-27 18:25:24 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-07-01 21:33:30 +00:00
|
|
|
"rand 0.8.4",
|
|
|
|
"redox_syscall 0.2.9",
|
2021-06-08 21:14:19 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
2016-01-05 03:48:03 +00:00
|
|
|
]
|
|
|
|
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_grid"
|
2018-03-12 01:48:47 +00:00
|
|
|
version = "0.1.7"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2017-03-27 04:06:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
2017-10-09 22:09:24 +00:00
|
|
|
name = "termion"
|
2021-02-01 22:32:38 +00:00
|
|
|
version = "1.5.6"
|
2017-03-27 04:06:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
2017-03-27 04:06:23 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2021-07-01 21:33:30 +00:00
|
|
|
"redox_syscall 0.2.9",
|
2021-06-08 21:14:19 +00:00
|
|
|
"redox_termios",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termsize"
|
2019-04-29 02:37:23 +00:00
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "5e86d824a8e90f342ad3ef4bd51ef7119a9b681b0cc9f8ee7b2852f02ccd2517"
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"atty",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"termion",
|
|
|
|
"winapi 0.2.8",
|
ls improvments
* Add options -c, -F, -L, -l, -r, -R, -S, -t, -U, --color
* Fix options -a, -A
* Remove unused options
* Output in columns when not using -l
* Output date with -l
2016-07-25 13:58:33 +00:00
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
2016-12-02 22:06:21 +00:00
|
|
|
name = "textwrap"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.11.0"
|
2016-05-25 02:08:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2016-05-25 02:08:03 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
2016-05-25 02:08:03 +00:00
|
|
|
]
|
|
|
|
|
2021-01-11 21:01:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-07-11 19:09:38 +00:00
|
|
|
version = "1.0.26"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 19:09:38 +00:00
|
|
|
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
|
2021-01-11 21:01:14 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"thiserror-impl",
|
2021-01-11 21:01:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-07-11 19:09:38 +00:00
|
|
|
version = "1.0.26"
|
2021-01-11 21:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 19:09:38 +00:00
|
|
|
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
|
2021-01-11 21:01:14 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
2021-01-11 21:01:14 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-04-28 18:54:27 +00:00
|
|
|
version = "0.1.43"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-28 18:54:27 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "typenum"
|
2021-03-14 10:09:11 +00:00
|
|
|
version = "1.13.0"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2021-04-04 09:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-07-11 19:09:38 +00:00
|
|
|
version = "1.8.0"
|
2021-04-04 09:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 19:09:38 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "unicode-width"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.1.8"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-01 11:12:00 +00:00
|
|
|
version = "0.2.2"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 11:12:00 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.1.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unix_socket"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-06-12 00:00:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_arch"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-09 18:53:03 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"platform-info",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base32"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-26 05:24:55 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_base64"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-28 07:36:27 +00:00
|
|
|
"clap",
|
2021-04-29 08:59:43 +00:00
|
|
|
"uu_base32",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_basename"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-05 21:03:25 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-04 22:28:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_basenc"
|
|
|
|
version = "0.0.7"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"uu_base32",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_cat"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-09 15:07:44 +00:00
|
|
|
"atty",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-04-10 20:19:53 +00:00
|
|
|
"nix 0.20.0",
|
|
|
|
"thiserror",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unix_socket",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-08-05 04:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_chcon"
|
|
|
|
version = "0.0.7"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"fts-sys",
|
|
|
|
"libc",
|
|
|
|
"selinux-sys",
|
|
|
|
"thiserror",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_chgrp"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-20 02:38:51 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"walkdir",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chmod"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"walkdir",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chown"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"glob 0.3.0",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"walkdir",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_chroot"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cksum"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_comm"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_cp"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"filetime",
|
|
|
|
"ioctl-sys",
|
|
|
|
"libc",
|
2021-05-31 12:48:12 +00:00
|
|
|
"quick-error 1.2.3",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"xattr",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2020-12-28 16:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_csplit"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-12-28 16:03:04 +00:00
|
|
|
dependencies = [
|
2021-04-02 20:27:11 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"glob 0.2.11",
|
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-12-28 16:03:04 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_cut"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-09 15:07:44 +00:00
|
|
|
"atty",
|
2021-04-24 16:04:42 +00:00
|
|
|
"bstr",
|
2021-04-03 17:19:30 +00:00
|
|
|
"clap",
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_date"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"libc",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2021-03-30 18:53:02 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2021-03-16 21:32:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_dd"
|
2021-07-12 17:36:38 +00:00
|
|
|
version = "0.0.7"
|
2021-03-16 21:32:55 +00:00
|
|
|
dependencies = [
|
2021-06-12 00:00:25 +00:00
|
|
|
"byte-unit",
|
2021-07-02 17:53:15 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"gcd",
|
2021-06-17 21:33:30 +00:00
|
|
|
"libc",
|
2021-06-12 00:00:25 +00:00
|
|
|
"signal-hook",
|
2021-06-30 21:47:48 +00:00
|
|
|
"tempfile",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2021-03-16 21:32:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_df"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"number_prefix",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_dircolors"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-02 00:06:51 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"glob 0.3.0",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_dirname"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-03 15:24:29 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_du"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-07 06:41:04 +00:00
|
|
|
"chrono",
|
2021-05-15 14:29:45 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2021-04-01 21:16:47 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_echo"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_env"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"rust-ini",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expand"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_expr"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-05-29 21:25:23 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2021-06-08 21:14:19 +00:00
|
|
|
"onig",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_factor"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-28 15:28:00 +00:00
|
|
|
"clap",
|
2021-04-29 13:56:56 +00:00
|
|
|
"coz",
|
2021-06-08 21:14:19 +00:00
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.7.3",
|
2021-05-28 19:07:28 +00:00
|
|
|
"smallvec 0.6.14",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_false"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fmt"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_fold"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-06 20:51:27 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_groups"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hashsum"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-28 18:08:46 +00:00
|
|
|
"blake2b_simd",
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-06-30 21:47:48 +00:00
|
|
|
"digest",
|
2021-06-08 21:14:19 +00:00
|
|
|
"hex",
|
|
|
|
"libc",
|
|
|
|
"md5",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"sha3",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_head"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostid"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_hostname"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"hostname",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_id"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-06-19 18:26:28 +00:00
|
|
|
"selinux",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_install"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"file_diff",
|
|
|
|
"filetime",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"time",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_join"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_kill"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-01 13:51:12 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_link"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-01 01:51:31 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ln"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_logname"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-06 07:52:35 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_ls"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"atty",
|
2021-04-28 18:54:27 +00:00
|
|
|
"chrono",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-04-05 08:12:23 +00:00
|
|
|
"globset",
|
2021-06-08 21:14:19 +00:00
|
|
|
"lazy_static",
|
2021-04-28 18:54:27 +00:00
|
|
|
"locale",
|
2021-04-21 16:05:02 +00:00
|
|
|
"lscolors",
|
2021-06-08 21:14:19 +00:00
|
|
|
"number_prefix",
|
2021-04-22 22:49:05 +00:00
|
|
|
"once_cell",
|
2021-06-08 21:14:19 +00:00
|
|
|
"term_grid",
|
|
|
|
"termsize",
|
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkdir"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mkfifo"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mknod"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-05 20:59:40 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mktemp"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"rand 0.5.6",
|
|
|
|
"tempfile",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_more"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:56:54 +00:00
|
|
|
"atty",
|
2021-03-30 18:54:25 +00:00
|
|
|
"clap",
|
2021-04-24 17:02:03 +00:00
|
|
|
"crossterm",
|
2021-03-30 18:53:02 +00:00
|
|
|
"nix 0.13.1",
|
2021-06-08 21:14:19 +00:00
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"redox_termios",
|
2021-06-02 13:40:47 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_mv"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"fs_extra",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nice"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-03-30 18:53:02 +00:00
|
|
|
"nix 0.13.1",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nl"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"aho-corasick",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nohup"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-09 15:07:44 +00:00
|
|
|
"atty",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_nproc"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_numfmt"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-10-06 19:32:04 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_od"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"byteorder",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"half",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 01:48:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_paste"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-10-06 19:32:04 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pathchk"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pinky"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-05-01 15:49:45 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 07:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uu_pr"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-05-29 12:30:30 +00:00
|
|
|
"chrono",
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-05-29 12:30:30 +00:00
|
|
|
"getopts",
|
2021-07-01 21:33:30 +00:00
|
|
|
"itertools 0.10.1",
|
2021-05-31 12:48:12 +00:00
|
|
|
"quick-error 2.0.1",
|
2021-05-29 12:30:30 +00:00
|
|
|
"regex",
|
|
|
|
"time",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printenv"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_printf"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"itertools 0.8.2",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_ptx"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"aho-corasick",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-05-01 11:12:00 +00:00
|
|
|
"memchr 2.4.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-12-30 06:17:54 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_pwd"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-12-30 06:17:54 +00:00
|
|
|
|
2018-03-12 08:20:58 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_readlink"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2018-03-12 08:20:58 +00:00
|
|
|
|
2016-07-18 20:25:33 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_realpath"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2016-07-18 20:25:33 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_relpath"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-04-02 09:56:49 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-01-08 05:16:32 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_rm"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"remove_dir_all",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"walkdir",
|
2021-06-04 15:56:53 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_rmdir"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2017-01-08 05:16:32 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2017-01-08 05:16:32 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_seq"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-05-31 18:49:02 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shred"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-03-31 19:19:04 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"rand 0.5.6",
|
|
|
|
"time",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2018-06-07 15:41:42 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_shuf"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2018-06-07 15:41:42 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"rand 0.5.6",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2018-06-07 15:41:42 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_sleep"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-05-25 02:08:03 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_sort"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-05-16 19:13:37 +00:00
|
|
|
"binary-heap-plus",
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-05-16 19:13:37 +00:00
|
|
|
"compare",
|
2021-08-02 16:52:22 +00:00
|
|
|
"ctrlc",
|
2021-04-08 20:07:09 +00:00
|
|
|
"fnv",
|
2021-07-01 21:33:30 +00:00
|
|
|
"itertools 0.10.1",
|
2021-05-16 19:13:37 +00:00
|
|
|
"memchr 2.4.0",
|
|
|
|
"ouroboros",
|
2021-03-30 18:53:02 +00:00
|
|
|
"rand 0.7.3",
|
2021-04-08 20:07:09 +00:00
|
|
|
"rayon",
|
2021-05-27 20:47:03 +00:00
|
|
|
"tempfile",
|
2021-04-21 17:03:36 +00:00
|
|
|
"unicode-width",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2016-05-25 02:08:03 +00:00
|
|
|
|
2020-04-28 07:34:55 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_split"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-04-28 07:34:55 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-04-28 07:34:55 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_stat"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2017-12-27 08:31:19 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_stdbuf"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2017-12-27 08:31:19 +00:00
|
|
|
dependencies = [
|
2021-04-01 07:44:24 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"tempfile",
|
|
|
|
"uu_stdbuf_libstdbuf",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_stdbuf_libstdbuf"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"cpp",
|
|
|
|
"cpp_build",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_sum"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_sync"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tac"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-01 06:53:48 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tail"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"libc",
|
2021-06-29 22:20:01 +00:00
|
|
|
"nix 0.20.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tee"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-03-30 18:53:02 +00:00
|
|
|
"retain_mut",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_test"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_timeout"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-07 05:16:52 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
2021-06-10 18:03:33 +00:00
|
|
|
"nix 0.20.0",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2017-12-27 08:31:19 +00:00
|
|
|
]
|
|
|
|
|
2017-03-27 04:06:23 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_touch"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"filetime",
|
|
|
|
"time",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2017-03-27 04:06:23 +00:00
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_tr"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"bit-set",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"fnv",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2016-07-12 18:56:21 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_true"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2016-11-29 17:56:30 +00:00
|
|
|
dependencies = [
|
2021-06-15 13:35:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2016-07-12 18:56:21 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_truncate"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tsort"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_tty"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-09 15:07:44 +00:00
|
|
|
"atty",
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uname"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"platform-info",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unexpand"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-03-30 18:53:02 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"unicode-width",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uniq"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-04-04 09:37:29 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_unlink"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-04-10 09:50:21 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_uptime"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_users"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
2015-12-29 14:31:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_wc"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
2021-03-30 18:53:02 +00:00
|
|
|
"libc",
|
|
|
|
"nix 0.20.0",
|
|
|
|
"thiserror",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2016-08-30 22:55:28 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_who"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2016-08-30 22:55:28 +00:00
|
|
|
dependencies = [
|
2021-05-05 21:03:25 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2016-08-30 22:55:28 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
2020-05-22 05:18:29 +00:00
|
|
|
name = "uu_whoami"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2015-12-29 14:31:34 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
|
|
|
"winapi 0.3.9",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uu_yes"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.7"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"clap",
|
|
|
|
"uucore",
|
|
|
|
"uucore_procs",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore"
|
2021-07-11 16:03:11 +00:00
|
|
|
version = "0.0.9"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-07-05 12:11:31 +00:00
|
|
|
"clap",
|
2021-06-08 21:14:19 +00:00
|
|
|
"data-encoding",
|
2021-08-04 22:28:14 +00:00
|
|
|
"data-encoding-macro",
|
2021-05-13 08:17:57 +00:00
|
|
|
"dns-lookup",
|
2021-06-08 21:14:19 +00:00
|
|
|
"dunce",
|
|
|
|
"getopts",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix 0.13.1",
|
|
|
|
"platform-info",
|
|
|
|
"termion",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"wild",
|
2021-05-13 08:17:57 +00:00
|
|
|
"winapi 0.3.9",
|
2021-08-04 22:28:14 +00:00
|
|
|
"z85",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uucore_procs"
|
2021-07-11 19:09:38 +00:00
|
|
|
version = "0.0.6"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.9",
|
|
|
|
"syn",
|
2020-05-22 05:18:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
2021-05-16 19:13:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
|
|
|
2020-05-22 05:18:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-05-22 05:18:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-24 07:56:30 +00:00
|
|
|
version = "2.3.2"
|
2020-05-22 05:18:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-05-22 05:18:29 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winapi-util",
|
2015-12-29 14:31:34 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 17:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2021-03-26 01:32:47 +00:00
|
|
|
|
2021-06-30 21:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2021-06-19 18:26:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-02-07 08:45:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wild"
|
2020-06-13 18:55:55 +00:00
|
|
|
version = "2.0.4"
|
2019-02-07 08:45:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020"
|
2019-02-07 08:45:30 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"glob 0.3.0",
|
2019-02-07 08:45:30 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-11-29 17:56:30 +00:00
|
|
|
version = "0.2.8"
|
2015-12-29 14:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-14 19:37:50 +00:00
|
|
|
version = "0.3.9"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2017-12-07 01:53:36 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2017-12-07 01:53:36 +00:00
|
|
|
]
|
|
|
|
|
2015-12-29 14:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2015-12-29 14:31:34 +00:00
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2017-12-07 01:53:36 +00:00
|
|
|
|
2019-04-28 02:14:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2021-03-25 22:28:47 +00:00
|
|
|
version = "0.1.5"
|
2019-04-28 02:14:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-30 18:53:02 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-04-28 02:14:22 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"winapi 0.3.9",
|
2019-04-28 02:14:22 +00:00
|
|
|
]
|
|
|
|
|
2017-12-07 01:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-03-02 07:08:09 +00:00
|
|
|
version = "0.4.0"
|
2017-12-07 01:53:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-12-07 01:53:36 +00:00
|
|
|
|
2021-08-02 18:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
2017-10-01 17:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2019-04-28 02:14:22 +00:00
|
|
|
version = "0.2.2"
|
2017-10-01 17:06:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-08 21:14:19 +00:00
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2017-10-01 17:06:28 +00:00
|
|
|
dependencies = [
|
2021-06-08 21:14:19 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2021-08-04 22:28:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "z85"
|
|
|
|
version = "3.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ac8b56e4f9906a4ef5412875e9ce448364023335cec645fd457ecf51d4f2781"
|