[dependencies.libc]
version = "~0.2"
[dependencies.log]
version = "~0.4"
[dev-dependencies.simple_logger]
version = ">=4"
[package]
authors = ["Stefan Schindler <dns2utf8@estada.ch>", "Alexandria P", "Cappy Ishihara <cappy@fyralabs.com>"]
description = "Detect if you are running as root, restart self with sudo or any other wrapper if needed or setup uid zero when running with the SUID flag set."
edition = "2021"
include = ["README.md", "LICENSE", "src/**"]
keywords = ["suid", "sudo", "pkexec", "polkit", "doas"]
license = "MIT OR Apache-2.0"
name = "karen"
readme = "README.md"
repository = "https://github.com/FyraLabs/karen"
version = "0.1.2"