kptui 0.21.0

TUI password manager for KeePass vaults
# 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"
name = "kptui"
version = "0.21.0"
authors = [
    "Pombo <https://github.com/pomboverso>",
    "<github.com/pepa65>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI password manager for KeePass vaults"
readme = "README.md"
keywords = [
    "password-manager",
    "keepass",
    "tui",
    "foss",
    "open-source",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/pepa65/kptui"

[package.metadata.binstall]
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]

[package.metadata.binstall.overrides.'cfg(all(target_os = "linux", target_arch = "x86_64"))']
pkg-url = "{repo}/releases/download/{version}/{name}"

[package.metadata.binstall.overrides.aarch64-linux-android]
pkg-url = "{repo}/releases/download/{version}/{name}_android"

[[bin]]
name = "kptui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1"

[dependencies.keepass]
version = "0.15.0"
features = [
    "save_kdbx4",
    "totp",
]

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.zeroize]
version = "1"
features = ["derive"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true