mmtc/Cargo.lock

974 lines
24 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.
2021-02-13 02:02:02 +00:00
version = 3
2020-10-29 02:36:26 +00:00
[[package]]
name = "anyhow"
version = "1.0.69"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2020-10-29 02:36:26 +00:00
[[package]]
name = "async-channel"
2022-12-05 15:19:36 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 15:19:36 +00:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
2022-12-05 15:19:36 +00:00
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-io"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
"async-lock",
"autocfg",
2022-12-05 15:19:36 +00:00
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
2021-04-24 16:34:56 +00:00
"slab",
2021-04-16 21:28:17 +00:00
"socket2",
"waker-fn",
2023-02-16 01:15:55 +00:00
"windows-sys 0.42.0",
]
[[package]]
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]]
name = "async-net"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
dependencies = [
"async-io",
"autocfg",
"blocking",
"futures-lite",
]
[[package]]
name = "async-task"
2022-07-09 10:44:38 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 10:44:38 +00:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "atomic-waker"
2023-02-16 01:15:55 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
[[package]]
name = "autocfg"
2022-05-04 16:16:44 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 16:16:44 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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]]
name = "blocking"
2022-12-05 15:19:36 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 15:19:36 +00:00
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
2022-12-05 15:19:36 +00:00
"async-lock",
"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"
[[package]]
name = "cc"
2023-02-16 01:15:55 +00:00
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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"
[[package]]
name = "clap"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9d6ada83c1edcce028902ea27dd929069c70df4c7600b131b4d9a1ad2879cc"
dependencies = [
"bitflags",
"clap_derive",
2022-05-04 16:16:44 +00:00
"clap_lex",
"is-terminal",
"once_cell",
"strsim",
"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",
]
2022-01-07 13:23:49 +00:00
[[package]]
name = "clap_complete"
version = "4.1.5"
2022-01-07 13:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1"
2022-01-07 13:23:49 +00:00
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-05-04 16:16:44 +00:00
[[package]]
name = "clap_lex"
2023-02-16 01:15:55 +00:00
version = "0.3.1"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
2022-05-04 16:16:44 +00:00
dependencies = [
"os_str_bytes",
]
2022-10-01 23:17:49 +00:00
[[package]]
name = "clap_mangen"
version = "0.2.10"
2022-10-01 23:17:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
2022-10-01 23:17:49 +00:00
dependencies = [
"clap",
"roff",
]
[[package]]
name = "concurrent-queue"
2023-02-16 01:15:55 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
2021-03-21 15:37:22 +00:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-12-05 15:19:36 +00:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 15:19:36 +00:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
2021-03-21 15:37:22 +00:00
"cfg-if",
]
[[package]]
name = "crossterm"
2022-08-12 01:50:17 +00:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 01:50:17 +00:00
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
dependencies = [
"winapi",
]
[[package]]
2021-09-17 18:50:37 +00:00
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-17 18:50:37 +00:00
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2021-09-17 18:50:37 +00:00
"dirs-sys",
]
[[package]]
2021-09-17 18:50:37 +00:00
name = "dirs-sys"
2022-05-04 16:16:44 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 16:16:44 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
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",
]
[[package]]
name = "event-listener"
2022-08-12 01:50:17 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 01:50:17 +00:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2020-10-29 02:36:26 +00:00
[[package]]
name = "expand"
version = "0.2.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[package]]
name = "fastrand"
2023-02-16 01:15:55 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "futures-core"
2023-02-16 01:15:55 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
[[package]]
name = "futures-io"
2023-02-16 01:15:55 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
[[package]]
name = "futures-lite"
2021-06-03 19:15:51 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-03 19:15:51 +00:00
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "getrandom"
2022-12-05 15:19:36 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 15:19:36 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2021-03-21 15:37:22 +00:00
"cfg-if",
"libc",
2022-06-26 09:20:45 +00:00
"wasi",
]
[[package]]
name = "heck"
2023-02-16 01:15:55 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2020-10-29 02:36:26 +00:00
[[package]]
name = "hermit-abi"
2023-02-16 01:15:55 +00:00
version = "0.3.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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
]
2022-10-27 16:12:28 +00:00
[[package]]
name = "io-lifetimes"
2023-02-16 01:15:55 +00:00
version = "1.0.5"
2022-10-27 16:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
dependencies = [
"libc",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "is-terminal"
2023-02-16 01:15:55 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef"
dependencies = [
"hermit-abi",
2022-12-05 15:19:36 +00:00
"io-lifetimes",
"rustix",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "libc"
2023-02-16 01:15:55 +00:00
version = "0.2.139"
2022-10-27 16:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-10-27 16:12:28 +00:00
[[package]]
name = "linux-raw-sys"
2023-02-16 01:15:55 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
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"
2023-02-16 01:15:55 +00:00
version = "0.8.6"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2020-10-29 02:36:26 +00:00
dependencies = [
"libc",
"log",
2022-06-26 09:20:45 +00:00
"wasi",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
2020-10-29 02:36:26 +00:00
]
2020-10-21 16:53:01 +00:00
[[package]]
name = "mmtc"
2023-02-16 01:15:55 +00:00
version = "0.3.2"
2020-10-29 02:36:26 +00:00
dependencies = [
"anyhow",
"async-io",
"async-net",
"clap",
2022-01-07 13:23:49 +00:00
"clap_complete",
2022-10-01 23:17:49 +00:00
"clap_mangen",
"crossbeam-queue",
"crossterm 0.26.1",
2021-09-17 18:50:37 +00:00
"dirs",
2020-10-29 02:36:26 +00:00
"expand",
"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]]
name = "once_cell"
2023-02-16 01:15:55 +00:00
version = "1.17.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "os_str_bytes"
2022-12-05 15:19:36 +00:00
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 15:19:36 +00:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[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"
2022-06-26 09:20:45 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-26 09:20:45 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
2020-10-29 02:36:26 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-16 01:15:55 +00:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
]
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
[[package]]
name = "polling"
2023-02-16 01:15:55 +00:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
2022-09-29 00:56:15 +00:00
"autocfg",
2021-03-21 15:37:22 +00:00
"cfg-if",
"libc",
"log",
2021-06-14 16:56:44 +00:00
"wepoll-ffi",
2023-02-16 01:15:55 +00:00
"windows-sys 0.42.0",
]
[[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"
2023-02-16 01:15:55 +00:00
version = "1.0.51"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
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"
2023-02-16 01:15:55 +00:00
version = "1.0.23"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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",
]
[[package]]
name = "redox_users"
2022-05-04 16:16:44 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 16:16:44 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2021-02-13 02:02:02 +00:00
"redox_syscall",
2022-05-04 16:16:44 +00:00
"thiserror",
]
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"
version = "0.8.0"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
2020-10-30 16:20:37 +00:00
dependencies = [
"base64",
"bitflags",
"serde",
]
[[package]]
name = "rustix"
2023-02-16 01:15:55 +00:00
version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
"bitflags",
"errno",
2022-12-05 15:19:36 +00:00
"io-lifetimes",
"libc",
2022-12-05 15:19:36 +00:00
"linux-raw-sys",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
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"
version = "1.0.156"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4"
2020-10-30 16:20:37 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.156"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d"
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"
2023-02-16 01:15:55 +00:00
version = "0.3.15"
2021-06-11 00:25:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
2021-06-11 00:25:44 +00:00
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
2021-06-11 00:25:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2023-02-16 01:15:55 +00:00
version = "1.4.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
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",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-02-16 01:15:55 +00:00
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",
2022-05-22 20:54:53 +00:00
"unicode-ident",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "termcolor"
2023-02-16 01:15:55 +00:00
version = "1.2.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2020-10-29 02:36:26 +00:00
dependencies = [
"winapi-util",
2020-10-29 02:36:26 +00:00
]
2022-10-27 16:12:28 +00:00
[[package]]
name = "terminal_size"
2023-02-16 01:15:55 +00:00
version = "0.2.5"
2022-10-27 16:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
2022-10-27 16:12:28 +00:00
dependencies = [
2022-12-05 15:19:36 +00:00
"rustix",
2023-02-16 01:15:55 +00:00
"windows-sys 0.45.0",
2022-10-27 16:12:28 +00:00
]
2022-05-04 16:16:44 +00:00
[[package]]
name = "thiserror"
2023-02-16 01:15:55 +00:00
version = "1.0.38"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-05-04 16:16:44 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-02-16 01:15:55 +00:00
version = "1.0.38"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
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"
2023-02-16 01:15:55 +00:00
version = "0.1.1"
2023-01-31 19:15:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-01-31 19:15:51 +00:00
2020-10-29 02:36:26 +00:00
[[package]]
name = "tui"
version = "0.19.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
2020-10-29 02:36:26 +00:00
dependencies = [
"bitflags",
"cassowary",
"crossterm 0.25.0",
"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"
2023-02-16 01:15:55 +00:00
version = "1.0.6"
2022-05-22 20:54:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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"
2023-02-16 01:15:55 +00:00
version = "1.10.1"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
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
[[package]]
name = "version_check"
2022-01-07 13:23:49 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-07 13:23:49 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[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.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
2021-06-14 16:56:44 +00:00
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-14 16:56:44 +00:00
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
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-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"
[[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",
"windows_x86_64_gnullvm",
2022-12-05 15:19:36 +00:00
"windows_x86_64_msvc",
]
2023-02-16 01:15:55 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_msvc"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
[[package]]
name = "windows_i686_gnu"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
[[package]]
name = "windows_i686_msvc"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
[[package]]
name = "windows_x86_64_gnu"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
[[package]]
name = "windows_x86_64_msvc"
2023-02-16 01:15:55 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 01:15:55 +00:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"