prs-cli 0.2.6

Secure, fast & convenient password manager CLI with GPG & git sync
[[bin]]
name = "prs"
path = "./src/main.rs"
[badges.gitlab]
branch = "master"
repository = "timvisee/prs"
[dependencies.ansi-escapes]
version = "0.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
optional = true
version = "0.13"

[dependencies.chbs]
version = "0.1.0"

[dependencies.clap]
version = "2.33"

[dependencies.colored]
version = "2.0"

[dependencies.derive_builder]
version = "0.9"

[dependencies.dirs-next]
version = "2.0"

[dependencies.edit]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.notify-rust]
optional = true
version = "4.3"

[dependencies.prs-lib]
default-features = false
version = "0.2.6"

[dependencies.rand]
version = "0.8"

[dependencies.text_trees]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2.0"

[features]
alias = []
backend-gnupg-bin = ["prs-lib/backend-gnupg-bin"]
backend-gpgme = ["prs-lib/backend-gpgme"]
clipboard = ["copypasta-ext", "x11-clipboard", "base64"]
default = ["backend-gnupg-bin", "alias", "clipboard", "notify"]
notify = ["notify-rust"]

[package]
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
categories = ["authentication", "command-line-utilities", "cryptography"]
default-run = "prs"
description = "Secure, fast & convenient password manager CLI with GPG & git sync"
edition = "2018"
homepage = "https://timvisee.com/projects/prs"
keywords = ["pass", "passwordstore"]
license = "GPL-3.0"
name = "prs-cli"
readme = "../README.md"
repository = "https://gitlab.com/timvisee/prs"
version = "0.2.6"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\")), not(target_env = \"musl\")))".dependencies.copypasta-ext]
default-features = false
features = ["x11-fork", "wayland-bin"]
optional = true
version = "0.3.4"

[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\")), not(target_env = \"musl\")))".dependencies.x11-clipboard]
optional = true
version = "0.5"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\")), target_env = \"musl\"))".dependencies.copypasta-ext]
default-features = false
features = ["x11-bin", "wayland-bin"]
optional = true
version = "0.3.4"
[target."cfg(not(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\")))))".dependencies.copypasta-ext]
default-features = false
features = []
optional = true
version = "0.3.4"
[target."cfg(unix)".dependencies.skim]
version = "0.9"