zkv 0.3.0

Zero-knowledge encrypted personal vault: a local-first, end-to-end encrypted TUI manager for passwords, notes, and cards.
Documentation
# 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.85"
name = "zkv"
version = "0.3.0"
authors = ["Liangdi <wu@liangdi.me>"]
build = false
exclude = [
    "docs/",
    ".github/",
    "cliff.toml",
    "justfile",
    "tests/e2e_pty.py",
    "tests/screenshot.py",
    "tests/__pycache__",
    "screenshot",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-knowledge encrypted personal vault: a local-first, end-to-end encrypted TUI manager for passwords, notes, and cards."
homepage = "https://github.com/Liangdi/zkv"
documentation = "https://docs.rs/zkv"
readme = "README.md"
keywords = [
    "vault",
    "encryption",
    "password-manager",
    "tui",
    "security",
]
categories = [
    "cryptography",
    "command-line-utilities",
    "authentication",
]
license = "MIT"
repository = "https://github.com/Liangdi/zkv"

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

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

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.data-encoding]
version = "2"

[dependencies.getrandom]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.ratatui]
version = "0.30.1"

[dependencies.ratatui-sci-fi]
version = "0.2.0"

[dependencies.ratatui-style]
version = "0.2.0"

[dependencies.rpassword]
version = "7"

[dependencies.rqrr]
version = "0.8"

[dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "backup",
]

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false

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

[dev-dependencies.qrcode]
version = "0.14"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Threading",
]