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-03-20 08:58:51 +00:00
|
|
|
version = "1.0.70"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:58:51 +00:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
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"
|
2023-03-23 08:57:46 +00:00
|
|
|
version = "1.13.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 08:57:46 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
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",
|
2023-03-23 08:57:46 +00:00
|
|
|
"cfg-if",
|
2022-12-05 15:19:36 +00:00
|
|
|
"concurrent-queue",
|
2020-11-18 23:48:37 +00:00
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-03-23 08:57:46 +00:00
|
|
|
"rustix 0.37.3",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "1.1.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
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
|
|
|
|
2023-03-20 08:58:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
|
|
|
|
|
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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "1.0.79"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
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-03-20 08:58:46 +00:00
|
|
|
version = "4.1.11"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:58:46 +00:00
|
|
|
checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 2.0.2",
|
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-04-24 08:57:06 +00:00
|
|
|
version = "4.2.1"
|
2022-01-07 13:23:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 08:57:06 +00:00
|
|
|
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
|
2022-01-07 13:23:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-03-17 08:57:49 +00:00
|
|
|
version = "4.1.9"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 08:57:49 +00:00
|
|
|
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
|
2021-02-05 00:02:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 08:58:33 +00:00
|
|
|
"syn 1.0.107",
|
2021-02-05 00:02:45 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2023-03-17 08:58:16 +00:00
|
|
|
version = "0.2.10"
|
2022-10-01 23:17:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 08:58:16 +00:00
|
|
|
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
|
2022-10-01 23:17:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2022-11-28 08:01:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "2.1.0"
|
2022-11-28 08:01:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-11-28 08:01:59 +00:00
|
|
|
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 = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-07-04 08:08:10 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-30 08:01:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-02-27 08:58:02 +00:00
|
|
|
version = "0.26.1"
|
2023-01-30 08:01:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-27 08:58:02 +00:00
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
2023-01-30 08:01:23 +00:00
|
|
|
dependencies = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-01-30 08:01:23 +00:00
|
|
|
"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"
|
2023-03-20 12:24:27 +00:00
|
|
|
version = "5.0.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 12:24:27 +00:00
|
|
|
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
|
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"
|
2023-03-20 12:24:27 +00:00
|
|
|
version = "0.4.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 12:24:27 +00:00
|
|
|
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2023-03-20 12:24:27 +00:00
|
|
|
"windows-sys 0.45.0",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-03-23 08:57:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.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",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-03-20 08:58:33 +00:00
|
|
|
version = "0.3.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:58:33 +00:00
|
|
|
checksum = "3d073bf59a5b9bb23d930c9d668d5be4c092b41c5b23f1c10318b7c4fca07f9c"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2020-11-03 16:48:06 +00:00
|
|
|
"quote",
|
2023-03-21 08:58:09 +00:00
|
|
|
"syn 2.0.4",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "1.9.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.3.26"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.3.26"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-04-10 08:57:04 +00:00
|
|
|
version = "1.13.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 08:57:04 +00:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.4.1"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
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"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-02-16 01:15:55 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-25 14:29:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.4.3"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
2022-12-05 15:19:36 +00:00
|
|
|
"io-lifetimes",
|
2023-03-23 08:57:46 +00:00
|
|
|
"rustix 0.36.8",
|
2023-02-16 01:15:55 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-25 14:29:47 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.1.4"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
2023-03-23 08:57:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
|
|
|
|
|
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",
|
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-02-27 08:58:02 +00:00
|
|
|
"crossterm 0.26.1",
|
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"
|
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"
|
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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.9.7"
|
2022-03-18 13:57:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-03-18 13:57:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-02-16 01:15:55 +00:00
|
|
|
"windows-sys 0.45.0",
|
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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "2.5.2"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
|
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",
|
2023-02-16 01:15:55 +00:00
|
|
|
"windows-sys 0.42.0",
|
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",
|
2023-03-20 08:58:33 +00:00
|
|
|
"syn 1.0.107",
|
2020-11-02 17:14:54 +00:00
|
|
|
"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-03-20 08:58:33 +00:00
|
|
|
version = "1.0.52"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:58:33 +00:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
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-03-20 08:58:33 +00:00
|
|
|
version = "1.0.26"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:58:33 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
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 = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-01-09 16:34:01 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-10-30 16:20:37 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.36.8"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
|
2022-11-25 14:29:47 +00:00
|
|
|
dependencies = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-23 08:57:46 +00:00
|
|
|
"errno 0.2.8",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.1.4",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno 0.3.0",
|
2022-12-05 15:19:36 +00:00
|
|
|
"io-lifetimes",
|
2022-11-25 14:29:47 +00:00
|
|
|
"libc",
|
2023-03-23 08:57:46 +00:00
|
|
|
"linux-raw-sys 0.3.0",
|
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"
|
2023-04-11 08:56:54 +00:00
|
|
|
version = "1.0.160"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:56:54 +00:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-11 08:56:54 +00:00
|
|
|
version = "1.0.160"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 08:56:54 +00:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-21 08:58:09 +00:00
|
|
|
"syn 2.0.4",
|
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"
|
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"
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "1.0.107"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
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
|
|
|
]
|
|
|
|
|
2023-03-20 08:58:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-21 08:58:09 +00:00
|
|
|
version = "2.0.4"
|
2023-03-20 08:58:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 08:58:09 +00:00
|
|
|
checksum = "2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae"
|
2023-03-20 08:58:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
2021-02-05 00:02:45 +00:00
|
|
|
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 = [
|
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"
|
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 = [
|
2023-03-23 08:57:46 +00:00
|
|
|
"rustix 0.36.8",
|
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",
|
2023-03-20 08:58:33 +00:00
|
|
|
"syn 1.0.107",
|
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
|
|
|
|
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 = [
|
2023-03-20 08:58:46 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-10-29 02:36:26 +00:00
|
|
|
"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"
|
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
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-25 14:29:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-11-25 14:29:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-02-16 01:15:55 +00:00
|
|
|
version = "0.42.1"
|
2022-11-25 14:29:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 01:15:55 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|