2020-10-21 16:53:01 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-13 02:02:02 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-05-03 14:33:24 +00:00
|
|
|
version = "1.0.57"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 14:33:24 +00:00
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-02-18 15:19:14 +00:00
|
|
|
version = "1.6.1"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-18 15:19:14 +00:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-07-01 02:39:45 +00:00
|
|
|
version = "1.6.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 02:39:45 +00:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-04-24 16:34:56 +00:00
|
|
|
"slab",
|
2021-04-16 21:28:17 +00:00
|
|
|
"socket2",
|
2020-11-18 23:48:37 +00:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2021-07-01 02:39:45 +00:00
|
|
|
version = "1.6.1"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 02:39:45 +00:00
|
|
|
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "4.2.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-19 16:54:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.1.0"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-11-19 16:54:49 +00:00
|
|
|
|
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"
|
2021-08-16 13:42:47 +00:00
|
|
|
version = "1.3.2"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-16 13:42:47 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "blocking"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.2.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-01-07 13:23:49 +00:00
|
|
|
version = "1.2.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 13:23:49 +00:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
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"
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.0.73"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-05-11 08:07:08 +00:00
|
|
|
version = "3.1.18"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 08:07:08 +00:00
|
|
|
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2021-02-05 00:02:45 +00:00
|
|
|
"clap_derive",
|
2022-05-04 16:16:44 +00:00
|
|
|
"clap_lex",
|
2021-02-05 00:02:45 +00:00
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
2020-11-02 17:14:54 +00:00
|
|
|
"strsim",
|
2021-02-05 00:02:45 +00:00
|
|
|
"termcolor",
|
2020-11-02 17:14:54 +00:00
|
|
|
"textwrap",
|
2021-10-18 12:29:45 +00:00
|
|
|
"unicase",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2022-01-07 13:23:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-05-09 08:06:54 +00:00
|
|
|
version = "3.1.4"
|
2022-01-07 13:23:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-09 08:06:54 +00:00
|
|
|
checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4"
|
2022-01-07 13:23:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-05-11 08:07:08 +00:00
|
|
|
version = "3.1.18"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 08:07:08 +00:00
|
|
|
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
|
2021-02-05 00:02:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-05-04 16:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2020-11-19 16:54:49 +00:00
|
|
|
[[package]]
|
2020-11-20 14:20:46 +00:00
|
|
|
name = "crossbeam-queue"
|
2022-03-21 08:58:58 +00:00
|
|
|
version = "0.3.5"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 08:58:58 +00:00
|
|
|
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
|
2020-11-19 16:54:49 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-19 16:54:49 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.8.8"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2020-11-19 16:54:49 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-19 16:54:49 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-08-24 08:03:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2022-05-03 15:58:14 +00:00
|
|
|
version = "0.23.2"
|
2021-08-24 08:03:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 15:58:14 +00:00
|
|
|
checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
|
2021-08-24 08:03:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-03-18 14:03:34 +00:00
|
|
|
"crossterm_winapi",
|
2021-08-24 08:03:13 +00:00
|
|
|
"libc",
|
|
|
|
"mio",
|
2022-05-03 14:33:24 +00:00
|
|
|
"parking_lot",
|
2021-08-24 08:03:13 +00:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-20 08:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
2021-09-17 18:50:37 +00:00
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-17 18:50:37 +00:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
2021-09-17 18:50:37 +00:00
|
|
|
"dirs-sys",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-17 18:50:37 +00:00
|
|
|
name = "dirs-sys"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.3.7"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "2.5.2"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.7.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.3.21"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.3.21"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-03 19:15:51 +00:00
|
|
|
version = "1.12.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 19:15:51 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.2.6"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-02 17:14:54 +00:00
|
|
|
"libc",
|
2022-05-03 15:58:14 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-06-29 21:08:49 +00:00
|
|
|
version = "0.11.2"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-29 21:08:49 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-02-05 00:02:45 +00:00
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-01-07 13:23:49 +00:00
|
|
|
version = "0.4.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 13:23:49 +00:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-01-07 13:23:49 +00:00
|
|
|
version = "0.1.19"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 13:23:49 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.8.1"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2021-02-05 00:02:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-18 12:29:45 +00:00
|
|
|
version = "0.1.12"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 12:29:45 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.2.125"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.4.7"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2022-05-04 16:16:44 +00:00
|
|
|
"autocfg",
|
2020-10-29 02:36:26 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.4.17"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "2.5.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-05-03 15:58:14 +00:00
|
|
|
version = "0.8.2"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 15:58:14 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
2022-05-03 15:58:14 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2020-10-29 02:36:26 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-03-22 22:53:59 +00:00
|
|
|
version = "0.3.7"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-22 22:53:59 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-21 16:53:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mmtc"
|
2021-11-08 19:03:17 +00:00
|
|
|
version = "0.2.14"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-11-18 23:48:37 +00:00
|
|
|
"async-io",
|
|
|
|
"async-net",
|
2021-02-05 00:02:45 +00:00
|
|
|
"clap",
|
2022-01-07 13:23:49 +00:00
|
|
|
"clap_complete",
|
2020-11-20 14:20:46 +00:00
|
|
|
"crossbeam-queue",
|
2022-05-03 14:33:24 +00:00
|
|
|
"crossterm",
|
2021-09-17 18:50:37 +00:00
|
|
|
"dirs",
|
2020-10-29 02:36:26 +00:00
|
|
|
"expand",
|
2020-11-18 23:48:37 +00:00
|
|
|
"futures-lite",
|
2020-10-30 16:20:37 +00:00
|
|
|
"ron",
|
|
|
|
"serde",
|
2020-10-29 02:36:26 +00:00
|
|
|
"tui",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.3.7"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "once_cell"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.10.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2021-12-10 13:13:06 +00:00
|
|
|
version = "6.0.0"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 13:13:06 +00:00
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
2021-02-05 00:02:45 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[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
|
|
|
|
2022-03-18 13:57:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-05-03 14:33:24 +00:00
|
|
|
"parking_lot_core",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
2022-03-18 13:57:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.9.3"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2022-03-18 13:57:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.2.9"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-12-05 03:23:19 +00:00
|
|
|
version = "2.2.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-05 03:23:19 +00:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-18 23:48:37 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-14 16:56:44 +00:00
|
|
|
"wepoll-ffi",
|
2020-11-18 23:48:37 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[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"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.0.37"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.0.18"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-01-09 16:34:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.2.13"
|
2021-01-09 16:34:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-01-09 16:34:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.4.3"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2021-02-13 02:02:02 +00:00
|
|
|
"redox_syscall",
|
2022-05-04 16:16:44 +00:00
|
|
|
"thiserror",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2021-10-25 08:05:01 +00:00
|
|
|
version = "0.7.0"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 08:05:01 +00:00
|
|
|
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
|
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"
|
2022-05-04 08:06:11 +00:00
|
|
|
version = "1.0.137"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 08:06:11 +00:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-05-04 08:06:11 +00:00
|
|
|
version = "1.0.137"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 08:06:11 +00:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-11 00:25:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-01-07 13:23:49 +00:00
|
|
|
version = "0.3.13"
|
2021-06-11 00:25:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 13:23:49 +00:00
|
|
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
2021-06-11 00:25:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2022-05-03 15:58:14 +00:00
|
|
|
version = "0.2.3"
|
2021-06-11 00:25:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 15:58:14 +00:00
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
2021-06-11 00:25:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2021-08-01 22:44:07 +00:00
|
|
|
"signal-hook",
|
2021-06-11 00:25:44 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-01 16:23:04 +00:00
|
|
|
version = "1.4.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 16:23:04 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-24 16:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.4.6"
|
2021-04-24 16:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2021-04-24 16:34:56 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.8.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2021-03-21 15:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.4.4"
|
2021-03-21 15:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-03-21 15:37:22 +00:00
|
|
|
dependencies = [
|
2020-10-29 02:36:26 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-02-05 00:02:45 +00:00
|
|
|
version = "0.10.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:02:45 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-02-05 00:02:45 +00:00
|
|
|
name = "syn"
|
2022-05-04 08:06:11 +00:00
|
|
|
version = "1.0.92"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 08:06:11 +00:00
|
|
|
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-02-05 00:02:45 +00:00
|
|
|
"unicode-xid",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
2021-02-05 00:02:45 +00:00
|
|
|
name = "termcolor"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.1.3"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-02-05 00:02:45 +00:00
|
|
|
"winapi-util",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.15.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-05-04 16:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tui"
|
2022-05-03 14:33:24 +00:00
|
|
|
version = "0.18.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 14:33:24 +00:00
|
|
|
checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
2022-05-03 14:33:24 +00:00
|
|
|
"crossterm",
|
2020-10-31 22:06:10 +00:00
|
|
|
"serde",
|
2020-10-29 02:36:26 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-18 12:29:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "1.9.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-09-21 01:13:35 +00:00
|
|
|
version = "0.1.9"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-21 01:13:35 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.2.3"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-07 13:23:49 +00:00
|
|
|
version = "0.9.4"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 13:23:49 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-01-28 15:51:20 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 15:51:20 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
2022-05-03 15:58:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
2021-06-14 16:56:44 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 16:56:44 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-11-18 23:48:37 +00:00
|
|
|
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"
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-03-18 13:57:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2022-03-18 13:57:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-03-18 13:57:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-03-18 13:57:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-03-18 13:57:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-03-18 13:57:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-04 16:16:44 +00:00
|
|
|
version = "0.36.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 16:16:44 +00:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|