[package] name = "elevate" description = "Detect if you are running as root, restart self with sudo if needed or setup uid zero when running with the SUID flag set." version = "0.6.1" authors = ["Stefan Schindler ", "Alexandria P"] license = "MIT/Apache-2.0" edition = "2021" repository = "https://github.com/alxpettit/elevate" readme = "README.md" include = [ "README.md", "LICENSE", "src/**", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.18" libc = "0.2.144" [dev-dependencies] simple_logger = "1.8"