[[bin]]
name = "prs"
path = "./src/main.rs"
[badges.gitlab]
branch = "master"
repository = "timvisee/prs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chbs]
version = "0.0.10"
[dependencies.clap]
version = "2.33"
[dependencies.colored]
version = "2.0"
[dependencies.derive_builder]
version = "0.9"
[dependencies.edit]
version = "0.1"
[dependencies.libc]
version = "0.2"
[dependencies.notify-rust]
optional = true
version = "4.0"
[dependencies.prs-lib]
version = "0.1.2"
[dependencies.shellexpand]
version = "2.0"
[dependencies.skim]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[features]
clipboard = ["copypasta-ext", "x11-clipboard"]
default = ["clipboard", "notify"]
notify = ["notify-rust"]
[package]
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
categories = ["authentication", "command-line-utilities", "cryptography"]
description = "Secure, fast & convenient password manager CLI with GPG & git sync"
edition = "2018"
keywords = ["pass", "passwordstore"]
license = "GPL-3.0"
name = "prs-cli"
readme = "../README.md"
repository = "https://gitlab.com/timvisee/prs"
version = "0.1.2"
[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"]
optional = true
version = "0.3.2"
[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"]
optional = true
version = "0.3.2"
[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.2"