ripasso-cursive 0.6.4

A password manager that uses the file format of the standard unix password manager 'pass', this is the ncurses frontend application
[build-dependencies.glob]
version = "0.3.0"

[build-dependencies.man]
version = "0.3.0"
[dependencies.config]
default-features = false
features = ["toml"]
version = "0.11.0"

[dependencies.cursive]
default-features = false
features = ["toml", "crossterm-backend"]
version = "0.20.0"

[dependencies.gettext]
version = "0.4.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.locale_config]
version = "0.3.0"

[dependencies.ripasso]
version = "0.6.4"

[dependencies.term_size]
version = "0.3.2"

[dependencies.toml]
version = "0.5.9"

[dependencies.unic-langid]
version = "0.9.1"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.tempfile]
version = "3.4.0"

[package]
authors = ["Joakim Lundborg <joakim.lundborg@gmail.com>", "Alexander Kjäll <alexander.kjall@gmail.com>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "A password manager that uses the file format of the standard unix password manager 'pass', this is the ncurses frontend application"
edition = "2021"
keywords = ["password-manager", "pass"]
license = "GPL-3.0-only"
name = "ripasso-cursive"
readme = "README.md"
repository = "https://github.com/cortex/ripasso/"
version = "0.6.4"
[target."cfg(not(target_os = \"linux\"))".dependencies.cli-clipboard]
version = "0.4"
[target."cfg(target_os = \"linux\")".dependencies.clipboard]
version = "0.5"

[target."cfg(target_os = \"linux\")".dependencies.wl-clipboard-rs]
version = "0.7.0"