2019-06-26 07:46:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-30 05:02:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.33"
|
2019-11-30 05:02:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
2019-11-30 05:02:19 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "0.2.14"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "1.2.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.61"
|
2019-12-05 07:06:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
2019-12-05 07:06:49 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "0.1.10"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.4.19"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 01:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-humanize"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "2.33.3"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-27 01:04:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "garbage"
|
2020-11-01 01:02:48 +00:00
|
|
|
version = "0.2.2"
|
2019-11-27 01:04:04 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2020-11-01 01:02:48 +00:00
|
|
|
"chrono-humanize",
|
2020-11-01 00:17:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"libmount",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"structopt",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"xdg",
|
2019-11-27 01:04:04 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-segmentation",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-06 05:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.17"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
2020-03-06 05:40:06 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "1.4.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.2.80"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libmount"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "23c4c2ad2d5cbd2f5a05620c3daf45930add53ec207fa99ce5eec971089dc35f"
|
2019-12-05 07:06:49 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"quick-error",
|
2019-12-05 07:06:49 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.4.11"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"cfg-if",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-12-05 07:06:49 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2019-12-05 07:06:49 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.44"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.2.14"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"autocfg",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 04:27:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-06-06 04:27:57 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
2019-11-27 00:50:45 +00:00
|
|
|
name = "proc-macro-error"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.4"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-06 05:40:06 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.4"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-11-27 00:50:45 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2019-11-27 00:50:45 +00:00
|
|
|
]
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.24"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-xid",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "1.2.3"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.7"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "1.0.6"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi-util",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.3.20"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.4.13"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.48"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-03-06 05:40:06 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"unicode-width",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-30 05:02:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.21"
|
2019-11-30 05:02:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
|
2019-11-30 05:02:19 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"thiserror-impl",
|
2019-11-30 05:02:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "1.0.21"
|
2019-11-30 05:02:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
|
2019-11-30 05:02:19 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-11-30 05:02:19 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.44"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-11-27 00:50:45 +00:00
|
|
|
version = "1.6.0"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.8"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.2.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.8.2"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
2020-03-06 05:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.9.2"
|
2020-03-06 05:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-03-06 05:40:06 +00:00
|
|
|
|
2019-12-05 07:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-12-05 07:06:49 +00:00
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2020-03-06 05:40:06 +00:00
|
|
|
version = "2.3.1"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 00:17:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2019-06-26 07:46:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.3.9"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-11-01 00:17:01 +00:00
|
|
|
version = "0.1.5"
|
2019-06-26 07:46:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-06-26 07:46:46 +00:00
|
|
|
dependencies = [
|
2020-11-01 00:17:01 +00:00
|
|
|
"winapi",
|
2019-06-26 07:46:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-06-26 07:46:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 00:17:01 +00:00
|
|
|
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|