prs-lib 0.5.8

Secure, fast & convenient password manager CLI with GPG & git sync
# 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 = "2024"
rust-version = "1.89.0"
name = "prs-lib"
version = "0.5.8"
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
build = "build.rs"
autolib = false
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"]

[features]
_crypto-gpg = []
backend-gnupg-bin = [
    "regex",
    "shlex",
    "version-compare",
]
backend-gpgme = ["gpgme"]
backend-rpgpie = [
    "chrono",
    "pgp",
    "rpgpie",
    "rpgpie-certificate-store",
    "openpgp-card",
    "openpgp-card-rpgp",
    "openpgp-card-state",
    "card-backend-pcsc",
]
default = ["backend-gnupg-bin"]
tomb = ["fs_extra"]

[lib]
name = "prs_lib"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.card-backend-pcsc]
version = "0.5"
optional = true

[dependencies.chrono]
version = "0.4"
optional = true

[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.openpgp-card]
version = "0.7"
optional = true

[dependencies.openpgp-card-rpgp]
version = "0.8"
optional = true

[dependencies.openpgp-card-state]
version = "0.4"
optional = true

[dependencies.pgp]
version = "0.20"
optional = true

[dependencies.regex]
version = "1.7"
features = [
    "std",
    "unicode-perl",
]
optional = true
default-features = false

[dependencies.rpgpie]
version = "0.11"
optional = true

[dependencies.rpgpie-certificate-store]
version = "0.4"
optional = true

[dependencies.secstr]
version = "0.5"

[dependencies.shellexpand]
version = "3.0"

[dependencies.shlex]
version = "2.0"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.version-compare]
version = "0.2"
optional = true

[dependencies.walkdir]
version = "2.3"

[dependencies.which]
version = "8.0"

[dependencies.zeroize]
version = "1.5"

[dev-dependencies.quickcheck]
version = "1.0"
default-features = false

[dev-dependencies.quickcheck_macros]
version = "1.0"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18"
default-features = false

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "user",
    "signal",
]
default-features = false