2019-09-13 20:26:27 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2017-05-12 09:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.7.15"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2017-05-12 09:50:03 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"memchr",
|
2017-05-12 09:50:03 +00:00
|
|
|
]
|
|
|
|
|
2017-05-12 11:02:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-12 21:24:12 +00:00
|
|
|
version = "0.11.0"
|
2017-12-10 05:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-03-12 21:24:12 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi",
|
2018-12-12 18:22:09 +00:00
|
|
|
]
|
|
|
|
|
2019-09-15 15:26:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2019-09-15 15:26:19 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi",
|
2019-09-15 15:26:19 +00:00
|
|
|
]
|
|
|
|
|
2020-04-03 18:55:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "1.0.35"
|
2020-04-03 18:55:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
|
2020-05-19 12:01:22 +00:00
|
|
|
|
2017-06-10 15:30:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "0.2.14"
|
2017-06-10 15:30:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2017-06-10 15:30:48 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2017-06-10 15:30:48 +00:00
|
|
|
]
|
|
|
|
|
2020-03-22 14:47:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "1.0.1"
|
2020-05-19 12:01:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-19 12:01:22 +00:00
|
|
|
|
2017-10-04 21:19:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "1.2.1"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2017-10-04 21:19:30 +00:00
|
|
|
|
2019-09-15 10:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.2.14"
|
2019-09-15 10:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
|
2019-09-15 10:41:04 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"memchr",
|
2019-09-15 10:41:04 +00:00
|
|
|
]
|
|
|
|
|
2017-06-11 12:15:25 +00:00
|
|
|
[[package]]
|
2018-07-30 15:19:37 +00:00
|
|
|
name = "cc"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "1.0.66"
|
2017-06-11 12:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
2017-06-11 12:15:25 +00:00
|
|
|
|
2017-11-22 22:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "0.1.10"
|
2017-11-22 22:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2017-11-22 22:05:09 +00:00
|
|
|
|
2020-12-06 11:00:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2017-06-11 12:15:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "2.33.3"
|
2017-06-11 12:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2017-06-11 12:15:25 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"ansi_term 0.11.0",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"term_size",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2017-06-11 12:15:25 +00:00
|
|
|
]
|
|
|
|
|
2018-12-12 18:22:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.8.1"
|
2018-12-12 18:22:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2018-12-12 18:22:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"autocfg",
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-25 20:18:53 +00:00
|
|
|
"lazy_static",
|
2018-12-12 18:22:09 +00:00
|
|
|
]
|
2017-05-15 20:38:34 +00:00
|
|
|
|
2017-11-22 22:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "3.1.7"
|
2017-11-22 22:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "b57a92e9749e10f25a171adcebfafe72991d45e7ec2dcb853e8f83d9dafaeb08"
|
2017-11-22 22:05:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"nix",
|
|
|
|
"winapi",
|
2017-11-22 22:05:09 +00:00
|
|
|
]
|
|
|
|
|
2017-10-04 21:19:30 +00:00
|
|
|
[[package]]
|
2017-12-10 05:40:13 +00:00
|
|
|
name = "diff"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "0.1.12"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
2017-10-04 21:19:30 +00:00
|
|
|
|
2020-05-19 12:01:22 +00:00
|
|
|
[[package]]
|
2020-10-09 16:45:26 +00:00
|
|
|
name = "dirs-next"
|
2020-12-06 11:02:04 +00:00
|
|
|
version = "2.0.0"
|
2020-05-19 12:01:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:02:04 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-05-19 12:01:22 +00:00
|
|
|
dependencies = [
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-25 20:18:53 +00:00
|
|
|
"dirs-sys-next",
|
2020-05-19 12:01:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-09 16:45:26 +00:00
|
|
|
name = "dirs-sys-next"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.1.1"
|
2020-05-19 12:01:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"
|
2020-05-19 12:01:22 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2020-05-19 12:01:22 +00:00
|
|
|
]
|
|
|
|
|
2017-12-18 14:53:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-find"
|
2020-12-07 17:57:45 +00:00
|
|
|
version = "8.2.1"
|
2017-12-18 14:53:34 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"ansi_term 0.12.1",
|
|
|
|
"anyhow",
|
|
|
|
"atty",
|
|
|
|
"clap",
|
|
|
|
"ctrlc",
|
|
|
|
"diff",
|
|
|
|
"dirs-next",
|
|
|
|
"filetime",
|
|
|
|
"globset",
|
|
|
|
"humantime",
|
|
|
|
"ignore",
|
|
|
|
"jemallocator",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"lscolors",
|
|
|
|
"num_cpus",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"tempdir",
|
|
|
|
"users",
|
|
|
|
"version_check",
|
2017-12-18 14:53:34 +00:00
|
|
|
]
|
|
|
|
|
2018-10-09 11:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.2.13"
|
2018-10-09 11:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
|
2018-10-09 11:47:42 +00:00
|
|
|
dependencies = [
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2018-10-09 11:47:42 +00:00
|
|
|
]
|
|
|
|
|
2017-10-04 21:19:30 +00:00
|
|
|
[[package]]
|
2017-12-10 05:40:13 +00:00
|
|
|
name = "fnv"
|
2020-05-19 16:01:51 +00:00
|
|
|
version = "1.0.7"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2017-10-04 21:19:30 +00:00
|
|
|
|
2019-09-15 17:29:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "1.2.0"
|
2019-09-15 17:29:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
2019-09-15 17:29:15 +00:00
|
|
|
|
2017-05-15 20:38:34 +00:00
|
|
|
[[package]]
|
2019-02-13 18:53:48 +00:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2017-05-15 20:38:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2017-12-10 05:40:13 +00:00
|
|
|
|
2020-05-19 12:01:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.1.15"
|
2020-05-19 12:01:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2020-05-19 12:01:22 +00:00
|
|
|
dependencies = [
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-05-19 12:01:22 +00:00
|
|
|
]
|
|
|
|
|
2017-12-10 05:40:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.4.6"
|
2017-12-10 05:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
|
2017-12-10 05:40:13 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2020-03-22 14:47:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.1.17"
|
2020-03-22 14:47:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
2020-03-22 14:47:06 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
2017-05-15 20:38:34 +00:00
|
|
|
]
|
|
|
|
|
2018-10-09 11:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "2.0.1"
|
2018-10-09 11:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
2018-10-09 11:47:42 +00:00
|
|
|
|
2017-05-15 20:38:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.4.17"
|
2017-05-15 20:38:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
2017-05-15 20:38:34 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2017-05-15 20:38:34 +00:00
|
|
|
]
|
|
|
|
|
2019-09-15 17:29:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jemalloc-sys"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
|
2019-09-15 17:29:15 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"cc",
|
|
|
|
"fs_extra",
|
|
|
|
"libc",
|
2019-09-15 17:29:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jemallocator"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
|
2019-09-15 17:29:15 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"jemalloc-sys",
|
|
|
|
"libc",
|
2017-05-12 09:50:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-10 05:40:13 +00:00
|
|
|
name = "lazy_static"
|
2019-09-15 10:41:04 +00:00
|
|
|
version = "1.4.0"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2017-05-12 09:50:03 +00:00
|
|
|
|
2017-05-15 20:38:34 +00:00
|
|
|
[[package]]
|
2017-12-10 05:40:13 +00:00
|
|
|
name = "libc"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.2.80"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
2018-01-03 09:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.4.11"
|
2018-01-03 09:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2018-01-03 09:32:18 +00:00
|
|
|
dependencies = [
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 0.1.10",
|
2018-01-03 09:32:18 +00:00
|
|
|
]
|
2017-10-04 21:19:30 +00:00
|
|
|
|
2018-12-09 13:56:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lscolors"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.7.1"
|
2018-12-09 13:56:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "d24b894c45c9da468621cdd615a5a79ee5e5523dd4f75c76ebc03d458940c16e"
|
2018-12-09 13:56:05 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"ansi_term 0.12.1",
|
2018-12-09 13:56:05 +00:00
|
|
|
]
|
|
|
|
|
2017-05-12 09:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "2.3.4"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2017-05-12 09:50:03 +00:00
|
|
|
|
2017-11-22 22:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.18.0"
|
2017-11-22 22:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2017-11-22 22:05:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-12-06 11:00:11 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
2017-11-22 22:05:09 +00:00
|
|
|
]
|
|
|
|
|
2017-09-09 14:08:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-04-16 07:46:22 +00:00
|
|
|
version = "1.13.0"
|
2018-12-12 18:22:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-12-12 18:22:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2017-09-09 14:08:46 +00:00
|
|
|
]
|
|
|
|
|
2017-10-04 21:19:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-13 18:53:48 +00:00
|
|
|
version = "0.4.6"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2017-10-04 21:19:30 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
2017-10-04 21:19:30 +00:00
|
|
|
]
|
|
|
|
|
2018-12-12 18:22:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-02-13 18:53:48 +00:00
|
|
|
version = "0.3.1"
|
2019-01-01 21:23:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-01-01 21:23:05 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-01-01 21:23:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-02-13 18:53:48 +00:00
|
|
|
name = "rand_core"
|
2019-09-15 10:41:04 +00:00
|
|
|
version = "0.4.2"
|
2019-01-01 21:23:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-01-01 21:23:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-02-13 18:53:48 +00:00
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2019-01-01 21:23:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-01-01 21:23:05 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-01 21:23:05 +00:00
|
|
|
]
|
|
|
|
|
2017-10-04 21:38:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.1.57"
|
2017-10-04 21:38:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2017-10-04 21:38:01 +00:00
|
|
|
|
2020-05-19 12:01:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.3.5"
|
2020-05-19 12:01:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-05-19 12:01:22 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2020-05-19 12:01:22 +00:00
|
|
|
]
|
|
|
|
|
2017-05-12 09:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "1.4.2"
|
2018-05-04 15:20:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
2018-05-04 15:20:16 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2018-05-04 15:20:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.6.21"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
2017-05-12 09:50:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-02-21 20:40:19 +00:00
|
|
|
name = "remove_dir_all"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.5.3"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2017-05-12 09:50:03 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi",
|
2018-12-12 18:22:09 +00:00
|
|
|
]
|
|
|
|
|
2018-02-21 20:40:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "1.0.6"
|
2018-12-12 18:22:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-12-12 18:22:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi-util",
|
2018-12-12 18:22:09 +00:00
|
|
|
]
|
|
|
|
|
2017-06-11 12:15:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-09-15 10:41:04 +00:00
|
|
|
version = "0.8.0"
|
2017-06-11 12:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2017-06-11 12:15:25 +00:00
|
|
|
|
2017-10-04 21:19:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2018-05-04 15:20:16 +00:00
|
|
|
version = "0.3.7"
|
2017-10-04 21:19:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2017-10-04 21:19:30 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"rand",
|
|
|
|
"remove_dir_all",
|
2017-06-11 12:15:25 +00:00
|
|
|
]
|
|
|
|
|
2018-01-01 11:15:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2020-05-19 16:01:51 +00:00
|
|
|
version = "0.3.2"
|
2018-01-01 11:15:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
2018-01-01 11:15:39 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2018-01-01 11:15:39 +00:00
|
|
|
]
|
|
|
|
|
2017-05-12 09:50:03 +00:00
|
|
|
[[package]]
|
2017-09-09 08:04:34 +00:00
|
|
|
name = "textwrap"
|
2019-09-15 10:41:04 +00:00
|
|
|
version = "0.11.0"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2017-05-12 09:50:03 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
2017-05-12 09:50:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "1.0.1"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2017-05-12 09:50:03 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"lazy_static",
|
2017-05-12 09:50:03 +00:00
|
|
|
]
|
|
|
|
|
2017-06-11 12:15:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.1.8"
|
2018-12-12 18:22:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2017-05-12 09:50:03 +00:00
|
|
|
|
2018-06-30 19:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
2020-12-06 11:02:04 +00:00
|
|
|
version = "0.11.0"
|
2018-06-30 19:57:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:02:04 +00:00
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
2018-06-30 19:57:20 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2018-06-30 19:57:20 +00:00
|
|
|
]
|
|
|
|
|
2017-06-11 12:15:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-19 16:01:51 +00:00
|
|
|
version = "0.8.2"
|
2017-06-11 12:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-06-11 12:15:25 +00:00
|
|
|
|
2017-11-13 15:40:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.9.2"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2017-05-12 09:50:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2020-03-22 14:47:06 +00:00
|
|
|
version = "2.3.1"
|
2017-05-12 09:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2017-05-12 09:50:03 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2017-05-12 09:50:03 +00:00
|
|
|
]
|
|
|
|
|
2020-05-19 12:01:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-05-19 12:01:22 +00:00
|
|
|
|
2018-01-03 09:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-12-06 11:00:11 +00:00
|
|
|
version = "0.3.9"
|
2018-01-03 09:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-06 11:00:11 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-01-03 09:32:18 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-01-03 09:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-02-21 20:40:19 +00:00
|
|
|
version = "0.4.0"
|
2018-01-03 09:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-01-03 09:32:18 +00:00
|
|
|
|
2018-12-12 18:22:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-19 16:01:51 +00:00
|
|
|
version = "0.1.5"
|
2018-12-12 18:22:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-12-12 18:22:09 +00:00
|
|
|
dependencies = [
|
2020-10-25 20:18:53 +00:00
|
|
|
"winapi",
|
2018-12-12 18:22:09 +00:00
|
|
|
]
|
|
|
|
|
2018-01-03 09:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-02-21 20:40:19 +00:00
|
|
|
version = "0.4.0"
|
2018-01-03 09:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:53 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|