lemurs/Cargo.lock

510 lines
13 KiB
Text
Raw Permalink Normal View History

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"
2023-03-03 19:42:14 +00:00
version = "1.1.0"
2021-12-29 15:42:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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"
2023-09-20 12:14:50 +00:00
version = "1.0.83"
2021-12-29 15:42:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2021-12-29 15:42:58 +00:00
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"
[[package]]
name = "crossterm"
version = "0.26.1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
2021-12-28 21:50:03 +00:00
dependencies = [
"bitflags",
"crossterm_winapi",
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
2023-06-25 18:59:13 +00:00
version = "0.9.1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 18:59:13 +00:00
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
2021-12-28 21:50:03 +00:00
dependencies = [
"winapi",
]
2024-04-06 14:50:42 +00:00
[[package]]
name = "deentry"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "866170d551fbf7e49a7fe5160092933f210fe1853cf0cbf5d81957b941bdb690"
2021-12-29 15:42:58 +00:00
[[package]]
name = "env_logger"
version = "0.9.3"
2021-12-29 15:42:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2021-12-29 15:42:58 +00:00
dependencies = [
"humantime",
2021-12-29 15:42:58 +00:00
"log",
]
2021-12-28 21:50:03 +00:00
[[package]]
name = "getrandom"
2023-06-25 18:59:13 +00:00
version = "0.2.10"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 18:59:13 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-12-28 21:50:03 +00:00
dependencies = [
"cfg-if",
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"wasi",
]
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-12-28 21:50:03 +00:00
[[package]]
2021-12-29 14:38:47 +00:00
name = "lemurs"
2023-09-20 17:59:48 +00:00
version = "0.3.2"
2021-12-28 21:50:03 +00:00
dependencies = [
"crossterm",
2024-04-06 14:50:42 +00:00
"deentry",
"env_logger",
2023-07-30 18:57:17 +00:00
"libc",
2021-12-31 15:04:29 +00:00
"log",
2023-06-25 18:59:13 +00:00
"mio",
"nix",
"once_cell",
2021-12-31 15:04:29 +00:00
"pam",
2021-12-28 21:50:03 +00:00
"rand",
"ratatui",
2022-01-02 23:17:59 +00:00
"serde",
"toml",
2021-12-28 21:50:03 +00:00
"unicode-width",
2023-09-20 12:14:50 +00:00
"uzers",
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"
2023-09-20 12:14:50 +00:00
version = "0.2.148"
2021-12-29 15:42:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2021-12-29 15:42:58 +00:00
2021-12-28 21:50:03 +00:00
[[package]]
name = "lock_api"
2023-06-25 18:59:13 +00:00
version = "0.4.10"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 18:59:13 +00:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-03-03 19:42:14 +00:00
"autocfg",
2021-12-28 21:50:03 +00:00
"scopeguard",
]
[[package]]
name = "log"
2023-09-20 12:14:50 +00:00
version = "0.4.20"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
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.8.8"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"log",
"wasi",
"windows-sys",
2021-12-28 21:50:03 +00:00
]
2021-12-31 15:04:29 +00:00
[[package]]
name = "nix"
2023-03-03 19:42:14 +00:00
version = "0.23.2"
2021-12-31 15:04:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2021-12-31 15:04:29 +00:00
dependencies = [
"bitflags",
"cc",
"cfg-if",
2023-07-30 18:57:17 +00:00
"libc",
2021-12-31 15:04:29 +00:00
"memoffset",
2021-12-29 15:42:58 +00:00
]
[[package]]
name = "once_cell"
2023-06-25 18:59:13 +00:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 18:59:13 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
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 = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-29 15:42:58 +00:00
"pam-sys",
2023-09-20 12:14:50 +00:00
"users",
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 = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-29 15:42:58 +00:00
]
2021-12-28 21:50:03 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2021-12-28 21:50:03 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.8"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2021-12-28 21:50:03 +00:00
dependencies = [
"cfg-if",
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"redox_syscall",
"smallvec",
"windows-targets",
2021-12-28 21:50:03 +00:00
]
[[package]]
2022-01-01 17:47:28 +00:00
name = "ppv-lite86"
2023-03-03 19:42:14 +00:00
version = "0.2.17"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-12-28 21:50:03 +00:00
2022-01-02 11:37:48 +00:00
[[package]]
name = "proc-macro2"
2023-09-20 12:14:50 +00:00
version = "1.0.67"
2022-01-02 11:37:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2022-01-02 11:37:48 +00:00
dependencies = [
2023-03-03 19:42:14 +00:00
"unicode-ident",
2022-01-02 11:37:48 +00:00
]
[[package]]
name = "quote"
2023-09-20 12:14:50 +00:00
version = "1.0.33"
2022-01-02 11:37:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-01-02 11:37:48 +00:00
dependencies = [
"proc-macro2",
]
2021-12-28 21:50:03 +00:00
[[package]]
name = "rand"
2023-03-03 19:42:14 +00:00
version = "0.8.5"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"rand_chacha",
"rand_core",
]
[[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"
2023-03-03 19:42:14 +00:00
version = "0.6.4"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-12-28 21:50:03 +00:00
dependencies = [
"getrandom",
]
[[package]]
name = "ratatui"
version = "0.21.0"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e"
2021-12-28 21:50:03 +00:00
dependencies = [
"bitflags",
"cassowary",
"crossterm",
"unicode-segmentation",
"unicode-width",
2021-12-28 21:50:03 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2021-12-28 21:50:03 +00:00
dependencies = [
"bitflags",
2021-12-28 21:50:03 +00:00
]
[[package]]
name = "scopeguard"
2023-09-20 12:14:50 +00:00
version = "1.2.0"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-12-28 21:50:03 +00:00
2022-01-02 23:17:59 +00:00
[[package]]
name = "serde"
2023-09-20 12:14:50 +00:00
version = "1.0.188"
2022-01-02 23:17:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2022-01-02 23:17:59 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-09-20 12:14:50 +00:00
version = "1.0.188"
2022-01-02 23:17:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2022-01-02 23:17:59 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-12-28 21:50:03 +00:00
[[package]]
name = "signal-hook"
2023-09-20 12:14:50 +00:00
version = "0.3.17"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
2023-03-03 19:42:14 +00:00
version = "0.2.3"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-28 21:50:03 +00:00
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
2023-03-03 19:42:14 +00:00
version = "1.4.1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-12-28 21:50:03 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
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"
2023-09-20 12:14:50 +00:00
version = "1.11.0"
2021-12-29 15:42:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2021-12-29 15:42:58 +00:00
2022-01-02 11:37:48 +00:00
[[package]]
name = "syn"
2023-09-20 12:14:50 +00:00
version = "2.0.37"
2022-01-02 11:37:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2022-01-02 11:37:48 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-03 19:42:14 +00:00
"unicode-ident",
2022-01-02 11:37:48 +00:00
]
2022-01-02 23:17:59 +00:00
[[package]]
name = "toml"
2023-03-03 19:42:14 +00:00
version = "0.5.11"
2022-01-02 23:17:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-01-02 23:17:59 +00:00
dependencies = [
"serde",
]
2021-12-28 21:50:03 +00:00
[[package]]
2023-03-03 19:42:14 +00:00
name = "unicode-ident"
2023-09-20 12:14:50 +00:00
version = "1.0.12"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2021-12-28 21:50:03 +00:00
[[package]]
2023-03-03 19:42:14 +00:00
name = "unicode-segmentation"
version = "1.10.1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2021-12-28 21:50:03 +00:00
2022-01-02 11:37:48 +00:00
[[package]]
2023-03-03 19:42:14 +00:00
name = "unicode-width"
2023-09-20 12:14:50 +00:00
version = "0.1.11"
2022-01-02 11:37:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2022-01-02 11:37:48 +00:00
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 = [
2023-07-30 18:57:17 +00:00
"libc",
2021-12-29 15:42:58 +00:00
]
Next version (#42) * Add maximum width option to input fields (#41) * Add maximum width option to input fields * Format input field code * Fix crash when no graphical environment is specified (#43) * Catch errors in shutdown and reboot scripts (#45) * Set PWD upon logging in (#48) * Set PWD upon logging in * Fix formatting * Load the /etc/lemurs/config.toml file (#49) * Load the /etc/lemurs/config.toml file * Formatting config.rs * Load the /etc/lemurs/config.toml file * Isolate and improve environment variables (#53) Add the XDG environment variables and isolate the setting of environment variables to their own module. The TTY is now also settable from the `config.toml`. * Add an option to remember the username from the last login (#55) * Add option to remember the username in /var/cache * Formatting * Remove mouse capture (#56) * Improve install script (#58) * Change configuration to extend default configuration (#57) * Change configuration to extend default configuration * Formatting * Remove test workflow * Massively cleanup, small improvements and improve the logging (#60) - Log path moved from `/tmp/lemurs.log` to `/var/log/lemurs.log` - Add the `--no-log` flag - Move the preview log file from `out.log` to `lemurs.log` - Handle tty switching errors - Change name config section `wm_selector` to `environment_switcher` - Change the pam service used from `login` to `system-login` - Separate all authentication and environment starting logic from the UI logic - Properly handle X starting errors - Create an event handling thread so that status messages can now be displayed while processing * Properly set groups when logging in with X (#72) * Fix installation file * Remove creation of Xauthority file * Dynamically wait for X to start * Add feature(set_groups) * Change back to 'login' auth * Update Cargo.lock * Update README.md file * Version bump * Remove unused code * Remove unwraps * Update Cargo.lock * Fix shared state and InputField * Fix input box * Clippy warnings * Make waiting dependent on time instead of loop count
2022-07-30 17:41:41 +00:00
[[package]]
2023-09-20 12:14:50 +00:00
name = "uzers"
version = "0.11.3"
Next version (#42) * Add maximum width option to input fields (#41) * Add maximum width option to input fields * Format input field code * Fix crash when no graphical environment is specified (#43) * Catch errors in shutdown and reboot scripts (#45) * Set PWD upon logging in (#48) * Set PWD upon logging in * Fix formatting * Load the /etc/lemurs/config.toml file (#49) * Load the /etc/lemurs/config.toml file * Formatting config.rs * Load the /etc/lemurs/config.toml file * Isolate and improve environment variables (#53) Add the XDG environment variables and isolate the setting of environment variables to their own module. The TTY is now also settable from the `config.toml`. * Add an option to remember the username from the last login (#55) * Add option to remember the username in /var/cache * Formatting * Remove mouse capture (#56) * Improve install script (#58) * Change configuration to extend default configuration (#57) * Change configuration to extend default configuration * Formatting * Remove test workflow * Massively cleanup, small improvements and improve the logging (#60) - Log path moved from `/tmp/lemurs.log` to `/var/log/lemurs.log` - Add the `--no-log` flag - Move the preview log file from `out.log` to `lemurs.log` - Handle tty switching errors - Change name config section `wm_selector` to `environment_switcher` - Change the pam service used from `login` to `system-login` - Separate all authentication and environment starting logic from the UI logic - Properly handle X starting errors - Create an event handling thread so that status messages can now be displayed while processing * Properly set groups when logging in with X (#72) * Fix installation file * Remove creation of Xauthority file * Dynamically wait for X to start * Add feature(set_groups) * Change back to 'login' auth * Update Cargo.lock * Update README.md file * Version bump * Remove unused code * Remove unwraps * Update Cargo.lock * Fix shared state and InputField * Fix input box * Clippy warnings * Make waiting dependent on time instead of loop count
2022-07-30 17:41:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63"
Next version (#42) * Add maximum width option to input fields (#41) * Add maximum width option to input fields * Format input field code * Fix crash when no graphical environment is specified (#43) * Catch errors in shutdown and reboot scripts (#45) * Set PWD upon logging in (#48) * Set PWD upon logging in * Fix formatting * Load the /etc/lemurs/config.toml file (#49) * Load the /etc/lemurs/config.toml file * Formatting config.rs * Load the /etc/lemurs/config.toml file * Isolate and improve environment variables (#53) Add the XDG environment variables and isolate the setting of environment variables to their own module. The TTY is now also settable from the `config.toml`. * Add an option to remember the username from the last login (#55) * Add option to remember the username in /var/cache * Formatting * Remove mouse capture (#56) * Improve install script (#58) * Change configuration to extend default configuration (#57) * Change configuration to extend default configuration * Formatting * Remove test workflow * Massively cleanup, small improvements and improve the logging (#60) - Log path moved from `/tmp/lemurs.log` to `/var/log/lemurs.log` - Add the `--no-log` flag - Move the preview log file from `out.log` to `lemurs.log` - Handle tty switching errors - Change name config section `wm_selector` to `environment_switcher` - Change the pam service used from `login` to `system-login` - Separate all authentication and environment starting logic from the UI logic - Properly handle X starting errors - Create an event handling thread so that status messages can now be displayed while processing * Properly set groups when logging in with X (#72) * Fix installation file * Remove creation of Xauthority file * Dynamically wait for X to start * Add feature(set_groups) * Change back to 'login' auth * Update Cargo.lock * Update README.md file * Version bump * Remove unused code * Remove unwraps * Update Cargo.lock * Fix shared state and InputField * Fix input box * Clippy warnings * Make waiting dependent on time instead of loop count
2022-07-30 17:41:41 +00:00
dependencies = [
2023-07-30 18:57:17 +00:00
"libc",
Next version (#42) * Add maximum width option to input fields (#41) * Add maximum width option to input fields * Format input field code * Fix crash when no graphical environment is specified (#43) * Catch errors in shutdown and reboot scripts (#45) * Set PWD upon logging in (#48) * Set PWD upon logging in * Fix formatting * Load the /etc/lemurs/config.toml file (#49) * Load the /etc/lemurs/config.toml file * Formatting config.rs * Load the /etc/lemurs/config.toml file * Isolate and improve environment variables (#53) Add the XDG environment variables and isolate the setting of environment variables to their own module. The TTY is now also settable from the `config.toml`. * Add an option to remember the username from the last login (#55) * Add option to remember the username in /var/cache * Formatting * Remove mouse capture (#56) * Improve install script (#58) * Change configuration to extend default configuration (#57) * Change configuration to extend default configuration * Formatting * Remove test workflow * Massively cleanup, small improvements and improve the logging (#60) - Log path moved from `/tmp/lemurs.log` to `/var/log/lemurs.log` - Add the `--no-log` flag - Move the preview log file from `out.log` to `lemurs.log` - Handle tty switching errors - Change name config section `wm_selector` to `environment_switcher` - Change the pam service used from `login` to `system-login` - Separate all authentication and environment starting logic from the UI logic - Properly handle X starting errors - Create an event handling thread so that status messages can now be displayed while processing * Properly set groups when logging in with X (#72) * Fix installation file * Remove creation of Xauthority file * Dynamically wait for X to start * Add feature(set_groups) * Change back to 'login' auth * Update Cargo.lock * Update README.md file * Version bump * Remove unused code * Remove unwraps * Update Cargo.lock * Fix shared state and InputField * Fix input box * Clippy warnings * Make waiting dependent on time instead of loop count
2022-07-30 17:41:41 +00:00
"log",
]
2021-12-28 21:50:03 +00:00
[[package]]
name = "wasi"
2023-03-03 19:42:14 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2021-12-28 21:50:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 19:42:14 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-12-28 21:50:03 +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"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_msvc"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_i686_gnu"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
2023-09-20 12:14:50 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-20 12:14:50 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"