keyper 0.6.1

TUI password manager
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"
name = "keyper"
version = "0.6.1"
authors = [
    "Keyper Authors",
    "Weathered Steel <contact@weathered-steel.dev",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI password manager"
readme = "README.md"
keywords = [
    "password",
    "password-manager",
    "tui",
]
categories = [
    "cryptography",
    "os",
]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/weathered-steel/keyper"

[features]
slow-tests = []

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

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

[[example]]
name = "password_version"
path = "examples/password_version.rs"

[[test]]
name = "db"
path = "tests/db.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.argon2]
version = "0.5"

[dependencies.base32]
version = "0.3"
features = ["alloc"]
package = "base32ct"

[dependencies.base64]
version = "1.8"
features = ["alloc"]
package = "base64ct"

[dependencies.chacha20]
version = "0.10"
package = "chacha20poly1305"

[dependencies.clipboard]
version = "3.6"
features = ["wayland-data-control"]
package = "arboard"

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

[dependencies.crossterm]
version = "0.29"
features = [
    "event-stream",
    "osc52",
]

[dependencies.derive_setters]
version = "0.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.home]
version = "0.5"

[dependencies.keepass]
version = "0.9.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30"

[dependencies.sha3]
version = "0.10"

[dependencies.sled]
version = "0.34"

[dependencies.tokio]
version = "1.40.0"
features = ["full"]

[dependencies.totp]
version = "5.7"
features = ["otpauth"]
package = "totp-rs"

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