2019-05-29 08:27:11 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.7.6"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2016-11-03 22:04:39 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"memchr",
|
2016-11-03 22:04:39 +01:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-10-28 00:16:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
|
|
|
version = "0.2.8"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-10-28 00:16:05 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"memchr",
|
2019-10-28 00:16:05 +01:00
|
|
|
]
|
2016-10-14 02:26:32 +02:00
|
|
|
|
|
|
|
[[package]]
|
2018-07-30 21:20:12 +02:00
|
|
|
name = "cc"
|
2019-11-19 07:06:43 +01:00
|
|
|
version = "1.0.47"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
|
|
|
[[package]]
|
2018-07-30 21:20:12 +02:00
|
|
|
name = "cfg-if"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.1.10"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2017-08-26 21:07:06 +02:00
|
|
|
[[package]]
|
2018-07-30 21:20:12 +02:00
|
|
|
name = "clap"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "2.33.3"
|
2017-08-26 21:07:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2017-08-26 21:07:06 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"term_size",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
2017-08-26 21:07:06 +02:00
|
|
|
]
|
|
|
|
|
2019-10-27 11:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.12.3"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "e9d6ddad5866bb2170686ed03f6839d31a76e5407d80b1c334a2c24618543ffa"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.12.3"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "a9ced1fd13dc386d5a8315899de465708cf34ee2a6d9394654515214e67bb846"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.12.3"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "0a7a1445d54b2f9792e3b31a3e715feabbace393f38dc4ffd49d94ee9bc487d5"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.10.0"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "78ef25735c9f0d0c547d2794701600c94abf030ecb740fad1673fa64461f3573"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"derive_builder_core",
|
|
|
|
"derive_builder_macro",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3150f1e84602847b99d3eeb702487fc364f7d6c94f634e944a68fdbaea09e457"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.10.0"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "5ca1008bddefdc08d1e734aeb27b94f384390af261b4d1a8fb51fe19c577f05c"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"derive_builder_core",
|
|
|
|
"syn",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-30 06:06:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "embed-resource"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "1.6.1"
|
2020-09-30 06:06:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "04e03c3dae04b8f252f2866d25e0ec8f2f488efba43bc6e307274b65c4321f94"
|
2020-09-30 06:06:41 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"cc",
|
|
|
|
"vswhom",
|
|
|
|
"winreg",
|
2020-09-30 06:06:41 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.8.3"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"log",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2019-11-19 07:06:43 +01:00
|
|
|
version = "0.2.8"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi 0.3.9",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2018-07-30 21:20:12 +02:00
|
|
|
version = "1.0.6"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2016-11-03 22:04:39 +01:00
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2019-05-29 08:27:11 +02:00
|
|
|
version = "0.4.0"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2019-05-29 08:27:11 +02:00
|
|
|
version = "2.0.1"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"libc",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2018-07-30 21:20:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-07-30 21:20:12 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-07-30 21:20:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-07-30 21:20:12 +02:00
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2019-10-28 07:02:57 +01:00
|
|
|
version = "0.3.0"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.4.6"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
|
2016-11-03 22:04:39 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2018-08-19 10:58:47 +02:00
|
|
|
]
|
|
|
|
|
2019-10-27 11:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2019-10-27 11:29:58 +01:00
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2020-06-04 09:38:49 +02:00
|
|
|
version = "0.7.0"
|
2018-09-09 05:01:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8"
|
2018-09-09 05:01:18 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2018-09-09 05:01:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.3"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"libc",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2018-09-09 05:01:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.1.4"
|
2018-09-09 05:01:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-09-09 05:01:18 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"libc",
|
2018-09-09 05:01:18 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2016-10-22 21:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "1.4.0"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2018-09-09 05:01:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2019-01-26 06:19:57 +01:00
|
|
|
version = "1.2.1"
|
2018-09-09 05:01:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2018-09-09 05:01:18 +02:00
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
2018-07-30 21:20:12 +02:00
|
|
|
name = "libc"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.2.93"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2017-08-26 21:07:06 +02:00
|
|
|
[[package]]
|
2018-07-30 21:20:12 +02:00
|
|
|
name = "log"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.4.14"
|
2017-08-26 21:07:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2017-08-26 21:07:06 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"cfg-if 1.0.0",
|
2017-08-26 21:07:06 +02:00
|
|
|
]
|
|
|
|
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "2.2.1"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2016-11-03 22:04:39 +01:00
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.6.19"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2018-09-09 05:01:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
2018-09-09 05:01:18 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"slab",
|
2018-09-09 05:01:18 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2018-09-09 05:01:18 +02:00
|
|
|
version = "0.2.1"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2018-07-30 21:20:12 +02:00
|
|
|
version = "0.2.33"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2016-10-22 21:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.20.0"
|
2016-10-22 21:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
|
2016-10-22 21:37:03 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2016-10-22 21:37:03 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2020-06-04 09:38:49 +02:00
|
|
|
version = "4.0.15"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
2018-09-09 05:01:18 +02:00
|
|
|
]
|
|
|
|
|
2019-10-27 11:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "1.0.26"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"unicode-xid",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "1.0.9"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"proc-macro2",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
2017-01-27 19:13:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.1.56"
|
2017-01-27 19:13:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2017-01-27 19:13:08 +01:00
|
|
|
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "1.3.1"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
2016-11-03 22:04:39 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2016-11-03 22:04:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.6.12"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2016-11-03 22:04:39 +01:00
|
|
|
|
2018-07-30 21:20:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "1.0.5"
|
2018-07-30 21:20:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2018-07-30 21:20:12 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi-util",
|
2018-07-30 21:20:12 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-26 06:19:57 +01:00
|
|
|
version = "0.4.2"
|
2018-09-09 05:01:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2018-09-09 05:01:18 +02:00
|
|
|
|
2019-10-27 11:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.10.0"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-10-27 11:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "1.0.69"
|
2019-10-27 11:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb"
|
2019-10-27 11:29:58 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-10-27 11:29:58 +01:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2018-07-30 21:20:12 +02:00
|
|
|
version = "0.3.1"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.2.8",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
2016-11-03 22:04:39 +01:00
|
|
|
[[package]]
|
2017-08-26 21:07:06 +02:00
|
|
|
name = "textwrap"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.11.0"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2016-11-03 22:04:39 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
2016-11-03 22:04:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-08-19 10:58:47 +02:00
|
|
|
version = "0.3.6"
|
2016-11-03 22:04:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2016-11-03 22:04:39 +01:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"lazy_static",
|
2016-11-03 22:04:39 +01:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.1.6"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2019-10-27 11:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2016-10-22 21:37:03 +02:00
|
|
|
|
2020-09-30 06:06:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vswhom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
2020-09-30 06:06:41 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"libc",
|
|
|
|
"vswhom-sys",
|
2020-09-30 06:06:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vswhom-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "fc2f5402d3d0e79a069714f7b48e3ecc60be7775a2c049cb839457457a239532"
|
2020-09-30 06:06:41 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-09-30 06:06:41 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "2.3.2"
|
2016-10-14 02:26:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"same-file",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winapi-util",
|
2018-07-30 21:20:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "watchexec"
|
2021-04-10 19:58:32 +02:00
|
|
|
version = "1.15.0"
|
2018-07-30 21:20:12 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"clap",
|
|
|
|
"derive_builder",
|
|
|
|
"embed-resource",
|
|
|
|
"env_logger",
|
|
|
|
"glob",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"nix",
|
|
|
|
"notify",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
2016-10-14 02:26:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2018-07-30 21:20:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-03 14:51:51 +02:00
|
|
|
version = "0.3.9"
|
2018-07-30 21:20:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-07-30 21:20:12 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-07-30 21:20:12 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2016-10-14 02:26:32 +02:00
|
|
|
|
2018-07-30 21:20:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-07-30 21:20:12 +02:00
|
|
|
|
2018-09-09 05:01:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-10-28 00:16:05 +01:00
|
|
|
version = "0.1.2"
|
2018-09-09 05:01:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-09-09 05:01:18 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi 0.3.9",
|
2018-09-09 05:01:18 +02:00
|
|
|
]
|
|
|
|
|
2018-07-30 21:20:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-07-30 21:20:12 +02:00
|
|
|
|
2020-09-30 06:06:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2021-04-10 19:51:33 +02:00
|
|
|
version = "0.8.0"
|
2020-09-30 06:06:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
|
2020-09-30 06:06:41 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi 0.3.9",
|
2020-09-30 06:06:41 +02:00
|
|
|
]
|
|
|
|
|
2016-10-14 02:26:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 19:51:33 +02:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2016-10-14 02:26:32 +02:00
|
|
|
dependencies = [
|
2021-04-10 19:51:33 +02:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|