2021-12-28 21:50:03 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "cc"
|
|
|
|
version = "1.0.72"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2021-12-29 15:42:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "chvt"
|
|
|
|
version = "0.2.0"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "885dc9d5804abecc1a08047b3dd3f9ce85e6900f956ea80c082bef47b7b148ef"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
|
|
|
"nix 0.15.0",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi 0.8.0",
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi 0.9.0",
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "fern"
|
|
|
|
version = "0.5.9"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "e69ab0d5aca163e388c3a49d284fed6c3d0810700e77c5ae2756a50ec1a4daaa"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"chrono",
|
2021-12-29 15:42:58 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
dependencies = [
|
2021-12-29 15:42:58 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2022-01-02 23:17:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2021-12-29 15:42:58 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-12-28 21:50:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-29 14:38:47 +00:00
|
|
|
name = "lemurs"
|
2022-11-22 15:30:26 +00:00
|
|
|
version = "0.3.0"
|
2021-12-28 21:50:03 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"chrono",
|
|
|
|
"chvt",
|
2021-12-28 21:50:03 +00:00
|
|
|
"crossterm 0.22.1",
|
2021-12-31 15:04:29 +00:00
|
|
|
"fern",
|
2022-01-02 23:17:59 +00:00
|
|
|
"hex",
|
2022-11-22 15:30:26 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-31 15:04:29 +00:00
|
|
|
"log",
|
|
|
|
"nix 0.23.1",
|
|
|
|
"pam",
|
|
|
|
"pgs-files",
|
2021-12-28 21:50:03 +00:00
|
|
|
"rand",
|
2022-01-02 23:17:59 +00:00
|
|
|
"serde",
|
|
|
|
"toml",
|
2021-12-28 21:50:03 +00:00
|
|
|
"tui",
|
|
|
|
"unicode-width",
|
2022-07-30 17:41:41 +00:00
|
|
|
"users 0.11.0",
|
2021-12-28 21:50:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-31 15:04:29 +00:00
|
|
|
version = "0.1.12"
|
2021-12-28 21:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
|
2021-12-28 21:50:03 +00:00
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.112"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
2021-12-29 15:42:58 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-12-28 21:50:03 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.7.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "nix"
|
|
|
|
version = "0.15.0"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc 0.2.112",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc 0.2.112",
|
|
|
|
"memoffset",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-31 15:04:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "pam"
|
|
|
|
version = "0.7.0"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "fa2bdc959c201c047004a1420a92aaa1dd1a6b64d5ef333aa3a4ac764fb93097"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-29 15:42:58 +00:00
|
|
|
"pam-sys",
|
2022-07-30 17:41:41 +00:00
|
|
|
"users 0.8.1",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pam-sys"
|
2021-12-31 15:04:29 +00:00
|
|
|
version = "0.5.6"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "cd4858311a097f01a0006ef7d0cd50bca81ec430c949d7bf95cbefd202282434"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
|
dependencies = [
|
2021-12-29 15:42:58 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-12-28 21:50:03 +00:00
|
|
|
"instant",
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "pgs-files"
|
|
|
|
version = "0.0.7"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "6a7b7d377867a5a16859f9521ea3b884438f6e3eb096ffd18014243125faf715"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.12",
|
|
|
|
]
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
2022-01-01 17:47:28 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.15"
|
2021-12-28 21:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 17:47:28 +00:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2021-12-28 21:50:03 +00:00
|
|
|
|
2022-01-02 11:37:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
|
|
dependencies = [
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-01-02 23:17:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.133"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.133"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.7.0"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2022-01-02 11:37:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.84"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-28 21:50:03 +00:00
|
|
|
"numtoa",
|
|
|
|
"redox_syscall",
|
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "time"
|
|
|
|
version = "0.1.44"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
|
|
|
"wasi",
|
|
|
|
"winapi",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
2022-01-02 23:17:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tui"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
|
|
|
"crossterm 0.20.0",
|
|
|
|
"termion",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
|
2022-01-02 11:37:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
2021-12-31 15:04:29 +00:00
|
|
|
version = "0.8.1"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "7fed7d0912567d35f88010c23dbaf865e9da8b5227295e8dc0f2fdd109155ab7"
|
2021-12-29 15:42:58 +00:00
|
|
|
dependencies = [
|
2021-12-31 15:04:29 +00:00
|
|
|
"libc 0.2.112",
|
2021-12-29 15:42:58 +00:00
|
|
|
]
|
|
|
|
|
2022-07-30 17:41:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.112",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-12-29 15:42:58 +00:00
|
|
|
[[package]]
|
2021-12-31 15:04:29 +00:00
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
2021-12-29 15:42:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-31 15:04:29 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2021-12-29 15:42:58 +00:00
|
|
|
|
2021-12-28 21:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
|
|
|
[[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"
|