mmtc/Cargo.lock

1025 lines
26 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
2023-05-30 19:08:51 +00:00
[[package]]
name = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "anyhow"
version = "1.0.72"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
"cfg-if",
2022-12-05 15:19:36 +00:00
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-05-30 19:08:51 +00:00
"rustix",
2021-04-24 16:34:56 +00:00
"slab",
2021-04-16 21:28:17 +00:00
"socket2",
"waker-fn",
]
[[package]]
name = "async-lock"
2023-05-30 19:08:51 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[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"
2023-05-30 19:08:51 +00:00
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "atomic-waker"
2023-05-30 19:08:51 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
[[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"
2023-05-30 19:08:51 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
2022-12-05 15:19:36 +00:00
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
2023-05-30 19:08:51 +00:00
"log",
]
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.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
dependencies = [
2023-05-30 19:08:51 +00:00
"clap_builder",
"clap_derive",
2023-05-30 19:08:51 +00:00
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.3.12"
2023-05-30 19:08:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
2023-05-30 19:08:51 +00:00
dependencies = [
"anstream",
"anstyle",
2022-05-04 16:16:44 +00:00
"clap_lex",
"once_cell",
"strsim",
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.3.2"
2022-01-07 13:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
2022-01-07 13:23:49 +00:00
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-05-30 19:08:51 +00:00
"syn",
]
2022-05-04 16:16:44 +00:00
[[package]]
name = "clap_lex"
2023-05-30 19:08:51 +00:00
version = "0.5.0"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-05-04 16:16:44 +00:00
2022-10-01 23:17:49 +00:00
[[package]]
name = "clap_mangen"
version = "0.2.12"
2022-10-01 23:17:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f"
2022-10-01 23:17:49 +00:00
dependencies = [
"clap",
"roff",
]
2023-05-30 19:08:51 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "concurrent-queue"
2023-05-30 19:08:51 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
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"
2023-05-30 19:08:51 +00:00
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
2021-03-21 15:37:22 +00:00
"cfg-if",
]
[[package]]
name = "crossterm"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
2023-05-30 19:08:51 +00:00
"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 = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
2021-09-17 18:50:37 +00:00
"dirs-sys",
]
[[package]]
2021-09-17 18:50:37 +00:00
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2022-10-27 16:12:28 +00:00
[[package]]
name = "errno"
2023-05-30 19:08:51 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
2023-05-30 19:08:51 +00:00
"windows-sys 0.48.0",
]
2022-10-27 16:12:28 +00:00
[[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.3.0"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d073bf59a5b9bb23d930c9d668d5be4c092b41c5b23f1c10318b7c4fca07f9c"
2020-10-29 02:36:26 +00:00
dependencies = [
2020-11-03 16:48:06 +00:00
"quote",
2023-05-30 19:08:51 +00:00
"syn",
2020-10-29 02:36:26 +00:00
]
[[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-05-30 19:08:51 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-io"
2023-05-30 19:08:51 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "getrandom"
2023-05-30 19:08:51 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
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-05-30 19:08:51 +00:00
version = "1.0.11"
2022-10-27 16:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-05-30 19:08:51 +00:00
"hermit-abi",
"libc",
2023-05-30 19:08:51 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
2023-05-30 19:08:51 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi",
2022-12-05 15:19:36 +00:00
"io-lifetimes",
2023-05-30 19:08:51 +00:00
"rustix",
"windows-sys 0.48.0",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "libc"
2023-05-30 19:08:51 +00:00
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "linux-raw-sys"
2023-05-30 19:08:51 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
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"
2023-05-30 19:08:51 +00:00
version = "0.4.18"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
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-05-30 19:08:51 +00:00
version = "0.8.8"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2020-10-29 02:36:26 +00:00
dependencies = [
"libc",
"log",
2022-06-26 09:20:45 +00:00
"wasi",
2023-05-30 19:08:51 +00:00
"windows-sys 0.48.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",
2023-05-02 23:57:04 +00:00
"crossterm",
2021-09-17 18:50:37 +00:00
"dirs",
2020-10-29 02:36:26 +00:00
"expand",
"futures-lite",
2023-05-02 23:57:04 +00:00
"ratatui",
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
]
[[package]]
name = "once_cell"
2023-05-30 19:08:51 +00:00
version = "1.17.2"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "parking"
2023-05-30 19:08:51 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
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-05-30 19:08:51 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
2022-09-29 00:56:15 +00:00
"autocfg",
2023-05-30 19:08:51 +00:00
"bitflags",
2021-03-21 15:37:22 +00:00
"cfg-if",
2023-05-30 19:08:51 +00:00
"concurrent-queue",
"libc",
"log",
2023-05-30 19:08:51 +00:00
"pin-project-lite",
"windows-sys 0.48.0",
]
2020-10-29 02:36:26 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.63"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
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-05-30 19:08:51 +00:00
version = "1.0.28"
2020-10-29 02:36:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2020-10-29 02:36:26 +00:00
dependencies = [
"proc-macro2",
]
2023-05-02 23:57:04 +00:00
[[package]]
name = "ratatui"
2023-05-30 19:08:51 +00:00
version = "0.21.0"
2023-05-02 23:57:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e"
2023-05-02 23:57:04 +00:00
dependencies = [
2023-05-30 19:08:51 +00:00
"bitflags",
2023-05-02 23:57:04 +00:00
"cassowary",
"crossterm",
"serde",
"unicode-segmentation",
"unicode-width",
]
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 = [
2023-05-30 19:08:51 +00:00
"bitflags",
2021-01-09 16:34:01 +00:00
]
[[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",
2023-05-30 19:08:51 +00:00
"bitflags",
2020-10-30 16:20:37 +00:00
"serde",
]
[[package]]
name = "rustix"
2023-05-30 19:08:51 +00:00
version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
2023-05-30 19:08:51 +00:00
"bitflags",
"errno",
"io-lifetimes",
"libc",
2023-05-30 19:08:51 +00:00
"linux-raw-sys",
"windows-sys 0.48.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.171"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
2020-10-30 16:20:37 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.171"
2020-10-30 16:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
2020-10-30 16:20:37 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-30 19:08:51 +00:00
"syn",
2020-10-30 16:20:37 +00:00
]
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"
2023-05-30 19:08:51 +00:00
version = "0.4.8"
2021-04-24 16:34:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-12 01:50:17 +00:00
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"
2023-05-30 19:08:51 +00:00
version = "0.4.9"
2021-03-21 15:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
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"
version = "2.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-10-27 16:12:28 +00:00
[[package]]
name = "terminal_size"
2023-05-30 19:08:51 +00:00
version = "0.2.6"
2022-10-27 16:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
2022-10-27 16:12:28 +00:00
dependencies = [
2023-05-30 19:08:51 +00:00
"rustix",
"windows-sys 0.48.0",
2022-10-27 16:12:28 +00:00
]
2022-05-04 16:16:44 +00:00
[[package]]
name = "thiserror"
2023-05-30 19:08:51 +00:00
version = "1.0.40"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-05-04 16:16:44 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-05-30 19:08:51 +00:00
version = "1.0.40"
2022-05-04 16:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-05-04 16:16:44 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-30 19:08:51 +00:00
"syn",
2022-05-04 16:16:44 +00:00
]
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
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-05-30 19:08:51 +00:00
version = "1.0.9"
2022-05-22 20:54:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
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
2023-05-30 19:08:51 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[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"
2020-10-29 02:36:26 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
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 = [
2023-05-30 19:08:51 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-02-16 01:15:55 +00:00
]
[[package]]
name = "windows-targets"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
2023-02-16 01:15:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-16 01:15:55 +00:00
dependencies = [
2023-05-30 19:08:51 +00:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-16 01:15:55 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
2023-05-30 19:08:51 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 19:08:51 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"