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"
|
2023-02-06 08:02:29 +00:00
|
|
|
version = "1.0.69"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 08:02:29 +00:00
|
|
|
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "1.8.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
2022-12-05 15:19:36 +00:00
|
|
|
"concurrent-queue",
|
2020-11-18 23:48:37 +00:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2022-11-28 08:01:59 +00:00
|
|
|
version = "1.12.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 08:01:59 +00:00
|
|
|
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
2022-10-31 08:06:06 +00:00
|
|
|
"async-lock",
|
2022-08-19 08:48:42 +00:00
|
|
|
"autocfg",
|
2022-12-05 15:19:36 +00:00
|
|
|
"concurrent-queue",
|
2020-11-18 23:48:37 +00:00
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"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",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows-sys",
|
2020-11-18 23:48:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-31 08:06:06 +00:00
|
|
|
name = "async-lock"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "async-net"
|
2022-08-19 08:06:43 +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-08-19 08:06:43 +00:00
|
|
|
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2022-08-19 08:06:43 +00:00
|
|
|
"autocfg",
|
2020-11-18 23:48:37 +00:00
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-07-09 10:44:38 +00:00
|
|
|
version = "4.3.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-09 10:44:38 +00:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
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-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"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.13.1"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
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-12-05 15:19:36 +00:00
|
|
|
version = "1.3.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2022-12-05 15:19:36 +00:00
|
|
|
"async-lock",
|
2020-11-18 23:48:37 +00:00
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
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-12-05 15:19:36 +00:00
|
|
|
version = "1.0.77"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
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"
|
2023-01-25 08:01:23 +00:00
|
|
|
version = "4.1.4"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-25 08:01:23 +00:00
|
|
|
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-02-05 00:02:45 +00:00
|
|
|
"clap_derive",
|
2022-05-04 16:16:44 +00:00
|
|
|
"clap_lex",
|
2022-11-25 14:29:47 +00:00
|
|
|
"is-terminal",
|
2022-06-22 08:09:06 +00:00
|
|
|
"once_cell",
|
2020-11-02 17:14:54 +00:00
|
|
|
"strsim",
|
2021-02-05 00:02:45 +00:00
|
|
|
"termcolor",
|
2022-10-27 16:12:28 +00:00
|
|
|
"terminal_size",
|
2021-10-18 12:29:45 +00:00
|
|
|
"unicase",
|
2022-09-29 00:56:15 +00:00
|
|
|
"unicode-width",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2022-01-07 13:23:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-01-24 08:01:27 +00:00
|
|
|
version = "4.1.1"
|
2022-01-07 13:23:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 08:01:27 +00:00
|
|
|
checksum = "3d6540eedc41f8a5a76cf3d8d458057dcdf817be4158a55b5f861f7a5483de75"
|
2022-01-07 13:23:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-01-16 08:01:47 +00:00
|
|
|
version = "4.1.0"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 08:01:47 +00:00
|
|
|
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
|
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"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "0.3.0"
|
2022-05-04 16:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
2022-05-04 16:16:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-10-01 23:17:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2023-01-16 08:01:40 +00:00
|
|
|
version = "0.2.7"
|
2022-10-01 23:17:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 08:01:40 +00:00
|
|
|
checksum = "eb258c6232b4d728d13d6072656627924c16707aae6267cd5a1ea05abff9a25c"
|
2022-10-01 23:17:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2022-11-28 08:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-11-19 16:54:49 +00:00
|
|
|
[[package]]
|
2020-11-20 14:20:46 +00:00
|
|
|
name = "crossbeam-queue"
|
2022-11-22 08:11:50 +00:00
|
|
|
version = "0.3.8"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 08:11:50 +00:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
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-12-05 15:19:36 +00:00
|
|
|
version = "0.8.14"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
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
|
|
|
]
|
|
|
|
|
2022-07-04 08:08:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2022-08-12 01:50:17 +00:00
|
|
|
version = "0.25.0"
|
2022-07-04 08:08:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
2022-07-04 08:08:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-30 08:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77f67c7faacd4db07a939f55d66a983a5355358a1f17d32cc9a8d01d1266b9ce"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-10-27 16:12:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-08-12 01:50:17 +00:00
|
|
|
version = "2.5.3"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expand"
|
2022-10-24 08:05:34 +00:00
|
|
|
version = "0.2.1"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 08:05:34 +00:00
|
|
|
checksum = "89bf5bdd036f9b6483fb3e9278eeec00c0e08a2fe03d37fc4283832ba0253ebd"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
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-08-12 01:50:17 +00:00
|
|
|
version = "1.8.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.3.25"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.3.25"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
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-12-05 15:19:36 +00:00
|
|
|
version = "0.2.8"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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-06-26 09:20:45 +00:00
|
|
|
"wasi",
|
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-11-25 14:29:47 +00:00
|
|
|
version = "0.2.6"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 14:29:47 +00:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2022-10-27 16:12:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "1.0.3"
|
2022-10-27 16:12:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows-sys",
|
2022-11-25 14:29:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2022-11-29 08:01:42 +00:00
|
|
|
version = "0.4.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 08:01:42 +00:00
|
|
|
checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
2022-12-05 15:19:36 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2022-11-25 14:29:47 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.2.138"
|
2022-10-27 16:12:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
2022-10-27 16:12:28 +00:00
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "0.4.9"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
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-12-05 15:19:36 +00:00
|
|
|
version = "0.8.5"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-26 09:20:45 +00:00
|
|
|
"wasi",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows-sys",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-21 16:53:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mmtc"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.3.1"
|
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",
|
2022-10-01 23:17:49 +00:00
|
|
|
"clap_mangen",
|
2020-11-20 14:20:46 +00:00
|
|
|
"crossbeam-queue",
|
2023-01-30 08:01:23 +00:00
|
|
|
"crossterm 0.26.0",
|
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",
|
2023-01-31 19:15:51 +00:00
|
|
|
"secular",
|
2020-10-30 16:20:37 +00:00
|
|
|
"serde",
|
2020-10-29 02:36:26 +00:00
|
|
|
"tui",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "once_cell"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "1.16.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "6.4.1"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
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"
|
2022-06-26 09:20:45 +00:00
|
|
|
version = "0.12.1"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-26 09:20:45 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-03-18 13:57:23 +00:00
|
|
|
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-12-05 15:19:36 +00:00
|
|
|
version = "0.9.5"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
2022-03-18 13:57:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows-sys",
|
2022-03-18 13:57:23 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "2.5.1"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
2022-09-29 00:56:15 +00:00
|
|
|
"autocfg",
|
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",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows-sys",
|
2020-11-18 23:48:37 +00:00
|
|
|
]
|
|
|
|
|
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-12-05 15:19:36 +00:00
|
|
|
version = "1.0.47"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2022-05-22 20:54:53 +00:00
|
|
|
"unicode-ident",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-12 01:50:17 +00:00
|
|
|
version = "1.0.21"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-01-09 16:34:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-12 01:50:17 +00:00
|
|
|
version = "0.2.16"
|
2021-01-09 16:34:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
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
|
|
|
]
|
|
|
|
|
2022-10-01 23:17:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2022-08-16 08:55:35 +00:00
|
|
|
version = "0.8.0"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 08:55:35 +00:00
|
|
|
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2022-11-29 08:01:42 +00:00
|
|
|
version = "0.36.4"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 08:01:42 +00:00
|
|
|
checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
2022-12-05 15:19:36 +00:00
|
|
|
"io-lifetimes",
|
2022-11-25 14:29:47 +00:00
|
|
|
"libc",
|
2022-12-05 15:19:36 +00:00
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
2022-10-27 16:12:28 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-01-31 19:15:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secular"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3dc3eccdf599b53eba8a34a1190bd47394948258d1c43dca9cceb2426e25bb5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-27 08:01:20 +00:00
|
|
|
version = "1.0.152"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-27 08:01:20 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-27 08:01:20 +00:00
|
|
|
version = "1.0.152"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-27 08:01:20 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
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-05-22 20:54:53 +00:00
|
|
|
version = "0.3.14"
|
2021-06-11 00:25:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-22 20:54:53 +00:00
|
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
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-08-12 01:50:17 +00:00
|
|
|
version = "0.4.7"
|
2021-04-24 16:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 01:50:17 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-04-24 16:34:56 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-12-05 15:19:36 +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-12-05 15:19:36 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2021-03-21 15:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "0.4.7"
|
2021-03-21 15:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
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-12-05 15:19:36 +00:00
|
|
|
version = "1.0.105"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-22 20:54:53 +00:00
|
|
|
"unicode-ident",
|
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
|
|
|
]
|
|
|
|
|
2022-10-27 16:12:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "0.2.3"
|
2022-10-27 16:12:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
|
2022-10-27 16:12:28 +00:00
|
|
|
dependencies = [
|
2022-12-05 15:19:36 +00:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2022-10-27 16:12:28 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 16:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "1.0.37"
|
2022-05-04 16:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2022-05-04 16:16:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "1.0.37"
|
2022-05-04 16:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2022-05-04 16:16:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-01-31 19:15:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tui"
|
2022-08-15 08:05:12 +00:00
|
|
|
version = "0.19.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 08:05:12 +00:00
|
|
|
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
2023-01-30 08:01:23 +00:00
|
|
|
"crossterm 0.25.0",
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-22 20:54:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-05 15:19:36 +00:00
|
|
|
version = "1.0.5"
|
2022-05-22 20:54:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 15:19:36 +00:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-05-22 20:54:53 +00:00
|
|
|
|
2023-01-31 19:15:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-09-29 00:56:15 +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-09-29 00:56:15 +00:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-09-29 00:56:15 +00:00
|
|
|
version = "0.1.10"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 00:56:15 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
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"
|
|
|
|
|
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
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-25 14:29:47 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-12-05 15:19:36 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-11-25 14:29:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|