# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rwog" version = "0.2.3" authors = ["Jesse Talavera-Greenberg "] description = "Run a program as if you were not a member of certain supplementary groups. Cannot grant privileges or change /etc/group." readme = "README.md" keywords = ["group", "privileges", "user"] categories = ["command-line-utilities", "os"] license = "MIT" repository = "https://github.com/JesseTG/rwog" [profile.release] lto = true [dependencies.caps] version = "0.2.0" [dependencies.clap] version = "2.31.2" [dependencies.nix] version = "0.10.0" [dependencies.users] version = "0.6.1" [badges.maintenance] status = "as-is" [badges.travis-ci] branch = "master" repository = "https://github.com/JesseTG/rwog"