mmtc/Cargo.lock

779 lines
19 KiB
Text
Raw Normal View History

2020-10-21 16:53:01 +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"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "anyhow"
2020-12-29 23:27:45 +00:00
version = "1.0.37"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 23:27:45 +00:00
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
2020-10-29 02:36:26 +00:00
[[package]]
name = "async-channel"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-io"
2020-11-30 22:56:40 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 22:56:40 +00:00
checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
dependencies = [
"concurrent-queue",
"fastrand",
"futures-lite",
"libc",
"log",
"nb-connect",
"once_cell",
"parking",
"polling",
"vec-arena",
"waker-fn",
"winapi",
]
[[package]]
name = "async-net"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
dependencies = [
"async-io",
"blocking",
"fastrand",
"futures-lite",
]
[[package]]
name = "async-task"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-10-30 16:20:37 +00:00
[[package]]
name = "base64"
2020-12-21 20:23:34 +00:00
version = "0.13.0"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 20:23:34 +00:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-10-30 16:20:37 +00:00
2020-10-29 02:36:26 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "blocking"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
[[package]]
name = "cache-padded"
version = "1.1.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
2020-10-29 02:36:26 +00:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
2020-12-04 22:35:33 +00:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 22:35:33 +00:00
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2020-10-29 02:36:26 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "crossbeam-queue"
2020-11-26 02:04:59 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-26 02:04:59 +00:00
checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2020-11-26 02:04:59 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-26 02:04:59 +00:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"lazy_static",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "crossterm"
2020-10-30 16:20:37 +00:00
version = "0.18.2"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 16:20:37 +00:00
checksum = "4e86d73f2a0b407b5768d10a8c720cf5d2df49a9efc10ca09176d201ead4b7fb"
2020-10-29 02:36:26 +00:00
dependencies = [
"bitflags",
2020-12-28 18:49:46 +00:00
"crossterm_winapi 0.6.2",
"lazy_static",
"libc",
"mio",
"parking_lot",
"signal-hook",
"winapi",
]
[[package]]
name = "crossterm"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c"
dependencies = [
"bitflags",
"crossterm_winapi 0.7.0",
2020-10-29 02:36:26 +00:00
"lazy_static",
"libc",
"mio",
2020-11-14 21:33:18 +00:00
"parking_lot",
2020-10-29 02:36:26 +00:00
"signal-hook",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
dependencies = [
"winapi",
]
2020-12-28 18:49:46 +00:00
[[package]]
name = "crossterm_winapi"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da8964ace4d3e4a044fd027919b2237000b24315a37c916f61809f1ff2140b9"
dependencies = [
"winapi",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "event-listener"
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
2020-10-29 02:36:26 +00:00
[[package]]
name = "expand"
2020-11-06 20:35:52 +00:00
version = "0.2.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-06 20:35:52 +00:00
checksum = "0cd6d31b20fba7232909816f339b2811368618a89c7940f2e1f58a470d6919fc"
2020-10-29 02:36:26 +00:00
dependencies = [
"proc-macro2",
2020-11-03 16:48:06 +00:00
"quote",
2020-10-29 02:36:26 +00:00
"syn",
]
[[package]]
name = "fastrand"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
dependencies = [
"instant",
]
[[package]]
name = "futures-core"
2021-01-08 20:43:51 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-08 20:43:51 +00:00
checksum = "db8d3b0917ff63a2a96173133c02818fac4a746b0a57569d3baca9ec0e945e08"
[[package]]
name = "futures-io"
2021-01-08 20:43:51 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-08 20:43:51 +00:00
checksum = "e37c1a51b037b80922864b8eed90692c5cd8abd4c71ce49b77146caa47f3253b"
[[package]]
name = "futures-lite"
2020-12-18 18:05:05 +00:00
version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-18 18:05:05 +00:00
checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "getrandom"
2020-12-31 17:32:41 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-31 17:32:41 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2020-12-31 17:32:41 +00:00
"cfg-if 1.0.0",
"libc",
"wasi",
]
[[package]]
name = "heck"
2020-12-21 20:23:34 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 20:23:34 +00:00
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
dependencies = [
"libc",
]
[[package]]
name = "instant"
2020-11-19 22:12:05 +00:00
version = "0.1.9"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-19 22:12:05 +00:00
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2020-10-29 02:36:26 +00:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-01-07 23:11:38 +00:00
version = "0.2.82"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-07 23:11:38 +00:00
checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
2020-10-29 02:36:26 +00:00
[[package]]
name = "lock_api"
version = "0.4.2"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-10-29 02:36:26 +00:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
name = "mio"
2020-12-31 01:24:12 +00:00
version = "0.7.7"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-31 01:24:12 +00:00
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
2020-10-29 02:36:26 +00:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
2020-11-16 13:29:48 +00:00
version = "0.3.6"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-16 13:29:48 +00:00
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
2020-10-29 02:36:26 +00:00
dependencies = [
"socket2",
"winapi",
]
2020-10-21 16:53:01 +00:00
[[package]]
name = "mmtc"
2020-11-29 01:01:16 +00:00
version = "0.2.6"
2020-10-29 02:36:26 +00:00
dependencies = [
"anyhow",
"async-io",
"async-net",
"crossbeam-queue",
2020-12-28 18:49:46 +00:00
"crossterm 0.19.0",
"dirs-next",
2020-10-29 02:36:26 +00:00
"expand",
"futures-lite",
2020-10-30 16:20:37 +00:00
"ron",
"serde",
"structopt",
2020-10-29 02:36:26 +00:00
"tui",
]
[[package]]
name = "nb-connect"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
dependencies = [
"libc",
"winapi",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
[[package]]
name = "once_cell"
version = "1.5.2"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-10-29 02:36:26 +00:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-10-29 02:36:26 +00:00
dependencies = [
"instant",
2020-11-14 21:33:18 +00:00
"lock_api",
"parking_lot_core",
2020-10-29 02:36:26 +00:00
]
[[package]]
name = "parking_lot_core"
2020-12-21 20:23:34 +00:00
version = "0.8.2"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 20:23:34 +00:00
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
2020-10-29 02:36:26 +00:00
dependencies = [
2020-12-04 22:35:33 +00:00
"cfg-if 1.0.0",
2020-10-29 02:36:26 +00:00
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "pin-project-lite"
2021-01-05 16:47:11 +00:00
version = "0.2.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-05 16:47:11 +00:00
checksum = "e36743d754ccdf9954c2e352ce2d4b106e024c814f6499c2dadff80da9a442d8"
2020-10-29 02:36:26 +00:00
[[package]]
name = "polling"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
dependencies = [
"cfg-if 0.1.10",
"libc",
"log",
"wepoll-sys",
"winapi",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2020-12-21 03:00:58 +00:00
version = "1.0.8"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 03:00:58 +00:00
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
2020-10-29 02:36:26 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_users"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
dependencies = [
"getrandom",
"redox_syscall",
]
2020-10-30 16:20:37 +00:00
[[package]]
name = "ron"
2020-12-21 20:23:34 +00:00
version = "0.6.4"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 20:23:34 +00:00
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
2020-10-30 16:20:37 +00:00
dependencies = [
"base64",
"bitflags",
"serde",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-10-30 16:20:37 +00:00
[[package]]
name = "serde"
2020-12-06 16:46:28 +00:00
version = "1.0.118"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-06 16:46:28 +00:00
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
2020-10-30 16:20:37 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2020-12-06 16:46:28 +00:00
version = "1.0.118"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-06 16:46:28 +00:00
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
2020-10-30 16:20:37 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "signal-hook"
2020-12-27 01:35:05 +00:00
version = "0.1.17"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-27 01:35:05 +00:00
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
2020-10-29 02:36:26 +00:00
dependencies = [
"libc",
"mio",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2020-12-27 01:35:05 +00:00
version = "1.3.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-27 01:35:05 +00:00
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
2020-10-29 02:36:26 +00:00
dependencies = [
"libc",
]
[[package]]
name = "smallvec"
2021-01-08 20:43:51 +00:00
version = "1.6.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-08 20:43:51 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-10-29 02:36:26 +00:00
[[package]]
name = "socket2"
2020-12-21 20:23:34 +00:00
version = "0.3.19"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-21 20:23:34 +00:00
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2020-10-29 02:36:26 +00:00
dependencies = [
2020-11-21 18:12:23 +00:00
"cfg-if 1.0.0",
2020-10-29 02:36:26 +00:00
"libc",
"winapi",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2020-11-30 22:56:40 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 22:56:40 +00:00
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2020-11-30 22:56:40 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 22:56:40 +00:00
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "syn"
2021-01-06 23:57:19 +00:00
version = "1.0.58"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-06 23:57:19 +00:00
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
2020-10-29 02:36:26 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "tui"
2021-01-01 18:44:30 +00:00
version = "0.14.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-01 18:44:30 +00:00
checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9"
2020-10-29 02:36:26 +00:00
dependencies = [
"bitflags",
"cassowary",
2020-12-28 18:49:46 +00:00
"crossterm 0.18.2",
"serde",
2020-10-29 02:36:26 +00:00
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "unicode-segmentation"
2020-11-25 02:39:31 +00:00
version = "1.7.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 02:39:31 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-10-29 02:36:26 +00:00
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
name = "vec-arena"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
dependencies = [
"cc",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"