# 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 = "doas-rs" version = "0.1.0" authors = ["Aldo A. Avalos <99375833+aldorithms@users.noreply.github.com>"] description = "A Rusty port of OpenBSD's doas, vidoas, and doasedit in a single binary" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/aldorithms/doas-rs/" [dependencies.clap] version = "4.4.6" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.human-panic] version = "1.2.2" [dependencies.libc] version = "0.2.148" [dependencies.pam] version = "0.8.0" [dependencies.whoami] version = "1.4.1"