# 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] edition = "2018" name = "yas" version = "1.0.0" authors = ["ur name "] description = "A sudo replacement, written in rust" homepage = "https://github.com/alx365/yas" license = "MIT" repository = "https://github.com/alx365/yas" [package.metadata.deb] assets = [["target/release/yas", "usr/bin/", "4755"], ["README.md", "usr/share/doc/yas/README", "644"], ["LICENSE", "/usr/share/licenses/yas", "644"]] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.cursive] version = "0.15.0" optional = true [dependencies.pwhash] version = "0.3.1" [dependencies.rpassword] version = "5.0" [dependencies.users] version = "0.10" [features] tui = ["cursive"]