[[bin]]
name = "sudo"
path = "bin/sudo.rs"
[[bin]]
name = "su"
path = "bin/su.rs"
[[bin]]
name = "visudo"
path = "bin/visudo.rs"
[dependencies.glob]
version = "0.3.0"
[dependencies.libc]
version = "0.2.127"
[dependencies.log]
features = ["std"]
version = "0.4.11"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[features]
default = []
dev = []
[lib]
path = "src/lib.rs"
[package]
categories = ["command-line-interface"]
default-run = "sudo"
description = "A memory safe implementation of sudo and su."
edition = "2021"
homepage = "https://github.com/trifectatechfoundation/sudo-rs"
license = "Apache-2.0 OR MIT"
name = "sudo-rs"
publish = true
readme = "README.md"
repository = "https://github.com/trifectatechfoundation/sudo-rs"
rust-version = "1.70"
version = "0.2.3"
[profile.release]
lto = true
opt-level = "s"
strip = "symbols"