2020-03-04 21:01:23 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-03 12:48:51 +00:00
|
|
|
version = "0.7.18"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 12:48:51 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"memchr",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2020-03-20 22:24:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-06-14 12:57:29 +00:00
|
|
|
version = "1.0.41"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 12:57:29 +00:00
|
|
|
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
|
2020-03-15 16:46:58 +00:00
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "1.0.1"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-03-15 16:46:58 +00:00
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "1.0.0"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-03-15 16:46:58 +00:00
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-01-07 12:31:34 +00:00
|
|
|
version = "3.0.0-beta.2"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-07 12:31:34 +00:00
|
|
|
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2021-01-07 12:31:34 +00:00
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
2020-09-14 11:53:53 +00:00
|
|
|
"strsim",
|
2021-01-07 12:31:34 +00:00
|
|
|
"termcolor",
|
2020-09-14 11:53:53 +00:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2021-01-07 12:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-07 21:03:51 +00:00
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.5.1"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.9.5"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.8.5"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0da8964ace4d3e4a044fd027919b2237000b24315a37c916f61809f1ff2140b9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
2020-09-14 11:53:53 +00:00
|
|
|
name = "directories-next"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "2.0.0"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-14 11:53:53 +00:00
|
|
|
name = "dirs-sys-next"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.1.2"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:17:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "edit"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.1.3"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "3cdd6936f8bd9782e28932eef853bfcd8548992ce5748bb3e7e88bad613d0ee0"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2021-04-04 20:54:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.2.3"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
2021-01-07 12:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.3.3"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"unicode-segmentation",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.1.18"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"libc",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2021-01-07 12:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "1.6.2"
|
2021-01-07 12:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2021-01-07 12:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.2.97"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2021-04-17 13:17:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.4.4"
|
2021-04-06 13:33:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2021-04-06 13:33:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-03 12:48:51 +00:00
|
|
|
version = "2.4.0"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 12:48:51 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.6.4"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.7.13"
|
2021-04-06 13:33:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
2021-04-06 13:33:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "navi"
|
2021-04-22 12:58:20 +00:00
|
|
|
version = "2.16.1"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"anyhow",
|
2021-01-07 12:31:34 +00:00
|
|
|
"clap",
|
2021-04-06 13:33:05 +00:00
|
|
|
"crossterm",
|
2020-09-14 11:53:53 +00:00
|
|
|
"directories-next",
|
2020-11-21 18:42:35 +00:00
|
|
|
"edit",
|
2020-09-14 11:53:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2021-04-06 12:47:37 +00:00
|
|
|
"remove_dir_all 0.7.0",
|
2021-04-17 13:17:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
2020-09-14 11:53:53 +00:00
|
|
|
"shellwords",
|
|
|
|
"strip-ansi-escapes",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-07 12:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "1.0.4"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"proc-macro-error-attr",
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-14 11:53:53 +00:00
|
|
|
"version_check",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "1.0.4"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-09-14 11:53:53 +00:00
|
|
|
"version_check",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "1.0.27"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2021-04-05 12:41:30 +00:00
|
|
|
"unicode-xid",
|
2020-03-07 21:03:51 +00:00
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "1.0.9"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.8.3"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.3.1"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.6.2"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.3.0"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "1.5.1"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "1.9.1"
|
2021-04-06 12:47:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2021-04-06 12:47:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.2.8"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
2021-04-04 20:54:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.4.0"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-17 12:50:23 +00:00
|
|
|
version = "1.5.4"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 12:50:23 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-03 12:48:51 +00:00
|
|
|
version = "0.6.25"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 12:48:51 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"rayon",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"winapi-util",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
2021-04-06 12:47:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-04-17 13:17:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-17 12:50:29 +00:00
|
|
|
version = "1.0.126"
|
2021-04-17 13:17:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 12:50:29 +00:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2021-04-17 13:17:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-17 12:50:29 +00:00
|
|
|
version = "1.0.126"
|
2021-04-17 13:17:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 12:50:29 +00:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2021-04-17 13:17:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
|
|
|
version = "0.8.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2020-03-20 01:01:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellwords"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "1.1.0"
|
2020-03-20 01:01:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
|
2020-03-20 01:01:50 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2020-03-20 01:01:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-06 13:33:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "1.4.0"
|
2021-04-06 13:33:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-04-06 13:33:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
2020-08-28 12:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strip-ansi-escapes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
|
2020-08-28 12:12:44 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"vte",
|
2020-08-28 12:12:44 +00:00
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-01-07 12:31:34 +00:00
|
|
|
version = "0.10.0"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-07 12:31:34 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "1.0.73"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "3.2.0"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
2021-04-06 12:47:37 +00:00
|
|
|
"remove_dir_all 0.5.3",
|
2020-11-21 18:42:35 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-07 12:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-01-07 12:31:34 +00:00
|
|
|
version = "0.12.1"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-07 12:31:34 +00:00
|
|
|
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"unicode-width",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
2020-03-22 16:37:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-05-24 10:23:02 +00:00
|
|
|
version = "1.0.25"
|
2020-03-22 16:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 10:23:02 +00:00
|
|
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
2020-03-22 16:37:20 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"thiserror-impl",
|
2020-03-22 16:37:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-05-24 10:23:02 +00:00
|
|
|
version = "1.0.25"
|
2020-03-22 16:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 10:23:02 +00:00
|
|
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
2020-03-22 16:37:20 +00:00
|
|
|
dependencies = [
|
2021-04-05 12:41:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "1.7.1"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "0.1.8"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-15 12:43:40 +00:00
|
|
|
version = "0.2.2"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 12:43:40 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-08-28 12:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
2020-08-28 12:12:44 +00:00
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "0.8.2"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-03-16 06:16:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.9.3"
|
2020-03-16 06:16:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-03-16 06:16:19 +00:00
|
|
|
|
2020-08-28 12:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vte"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
2020-08-28 12:12:44 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"utf8parse",
|
2020-08-28 12:12:44 +00:00
|
|
|
]
|
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "2.3.2"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-03-15 16:46:58 +00:00
|
|
|
|
2020-11-21 18:42:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2021-04-04 20:54:36 +00:00
|
|
|
version = "4.1.0"
|
2020-11-21 18:42:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 20:54:36 +00:00
|
|
|
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
|
2020-11-21 18:42:35 +00:00
|
|
|
dependencies = [
|
2021-04-04 20:54:36 +00:00
|
|
|
"either",
|
2020-11-21 18:42:35 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "0.3.9"
|
2020-03-04 21:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-04 21:01:23 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-03-04 21:01:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-03-04 21:01:23 +00:00
|
|
|
|
2020-03-15 16:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-08-28 12:29:19 +00:00
|
|
|
version = "0.1.5"
|
2020-03-15 16:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-03-15 16:46:58 +00:00
|
|
|
dependencies = [
|
2020-09-14 11:53:53 +00:00
|
|
|
"winapi",
|
2020-03-15 16:46:58 +00:00
|
|
|
]
|
|
|
|
|
2020-03-04 21:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:53:53 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-04-17 13:17:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|