2020-01-20 14:50:29 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-02-05 14:34:14 +01:00
|
|
|
version = 3
|
|
|
|
|
2017-10-20 12:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.12.1"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2018-03-19 14:07:51 +01:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"winapi",
|
2018-03-19 14:07:51 +01:00
|
|
|
]
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-20 14:50:29 +01:00
|
|
|
version = "0.2.14"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2017-10-20 12:06:17 +02:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
2022-02-05 14:34:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2017-10-20 12:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "1.3.2"
|
2018-03-19 14:07:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-03-19 14:07:51 +01:00
|
|
|
|
|
|
|
[[package]]
|
2020-01-20 14:50:29 +01:00
|
|
|
name = "cc"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "1.0.72"
|
2018-03-19 14:07:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2018-03-19 14:07:51 +01:00
|
|
|
|
2017-10-20 12:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "1.0.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "2.34.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2017-10-20 12:06:17 +02:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-20 14:50:29 +01:00
|
|
|
name = "hermit-abi"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.1.19"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2017-10-20 12:06:17 +02:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"libc",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.2.117"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2017-10-20 12:06:17 +02:00
|
|
|
|
2018-03-19 14:07:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mq"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"clap",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"posix_mq",
|
2018-03-19 14:07:51 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.23.1"
|
2018-03-19 14:07:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2018-03-19 14:07:51 +01:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "posix_mq"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "3771.0.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "f462ad79a99ea13f3ef76d9c271956e924183f5aeb67a8649c8c2b6bdd079da8"
|
2017-10-20 12:06:17 +02:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"libc",
|
|
|
|
"nix",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-01-20 14:50:29 +01:00
|
|
|
version = "0.8.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2020-01-20 14:50:29 +01:00
|
|
|
version = "0.11.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2017-10-20 12:06:17 +02:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"unicode-width",
|
2017-10-20 12:06:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.1.9"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.8.2"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2022-02-05 14:34:14 +01:00
|
|
|
version = "0.3.9"
|
2018-03-19 14:07:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-03-19 14:07:51 +01:00
|
|
|
dependencies = [
|
2022-02-05 14:34:14 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-03-19 14:07:51 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-03-19 14:07:51 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2017-10-20 12:06:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:34:14 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|