# 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 = "2018" rust-version = "1.81.0" name = "prs-lib" version = "0.5.2" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Secure, fast & convenient password manager CLI with GPG & git sync" homepage = "https://timvisee.com/projects/prs" readme = "README.md" keywords = [ "pass", "passwordstore", ] categories = [ "authentication", "command-line-utilities", "cryptography", ] license = "LGPL-3.0" repository = "https://gitlab.com/timvisee/prs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "prs_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.fs_extra] version = "1.2" optional = true [dependencies.git-state] version = "0.1" [dependencies.gpgme] version = "0.11" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.7" features = [ "std", "unicode-perl", ] optional = true default-features = false [dependencies.secstr] version = "0.5" [dependencies.shellexpand] version = "3.0" [dependencies.shlex] version = "1.3" optional = true [dependencies.thiserror] version = "2.0" [dependencies.version-compare] version = "0.2" optional = true [dependencies.walkdir] version = "2.3" [dependencies.which] version = "7.0" [dependencies.zeroize] version = "1.5" [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.quickcheck_macros] version = "1.0" [features] _crypto-gpg = [] backend-gnupg-bin = [ "regex", "shlex", "version-compare", ] backend-gpgme = ["gpgme"] default = ["backend-gnupg-bin"] tomb = ["fs_extra"] [target."cfg(unix)".dependencies.nix] version = "0.29" features = [ "user", "signal", ] default-features = false [target."cfg(unix)".dependencies.ofiles] version = "0.2"