# 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 = "rudo" version = "0.9.0" authors = ["RĂ©mi Lauzier "] include = ["src/", "conf/", "man/", "LICENSE", "README.md", "Cargo.toml", "Cargo.lock"] description = "A utility to gain privilege access on Unix system with Pam" homepage = "https://remilauzier.github.io/rudo/" readme = "README.md" keywords = ["cli", "sudo", "auth"] categories = ["authentication", "command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://github.com/remilauzier/rudo.git" resolver = "2" [profile.dev] lto = true [profile.release] lto = true [profile.test] lto = true [dependencies.clap] version = "2.34" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = ">=0.8.4" [features] default = ["journald"] journald = ["systemd"] macos = ["oslog"] [target."cfg(target_os = \"linux\")".dependencies.systemd] version = "0.10" optional = true [target."cfg(target_os = \"macos\")".dependencies.oslog] version = "0.1" optional = true [target."cfg(unix)".dependencies.pam-client] version = "0.2" [target."cfg(unix)".dependencies.users] version = "0.11"