# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "elevate" version = "0.6.1" authors = [ "Stefan Schindler ", "Alexandria P", ] include = [ "README.md", "LICENSE", "src/**", ] 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." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/alxpettit/elevate" [dependencies.libc] version = "0.2.144" [dependencies.log] version = "0.4.18" [dev-dependencies.simple_logger] version = "1.8"