chamber-ui 0.5.3

TUI interface for Chamber secrets 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"
rust-version = "1.85"
name = "chamber-ui"
version = "0.5.3"
authors = ["Mikko Leppänen <mleppan23@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI interface for Chamber secrets manager"
homepage = "https://github.com/mikeleppane/visualvault"
readme = "README.md"
keywords = [
    "ui",
    "tui",
    "user-interface",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/mikeleppane/visualvault"
resolver = "2"

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

[dependencies.arboard]
version = "3.6.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chamber-import-export]
version = "0.5.3"

[dependencies.chamber-password-gen]
version = "0.5.3"

[dependencies.chamber-vault]
version = "0.5.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.time]
version = "0.3.41"
features = [
    "formatting",
    "macros",
    "parsing",
    "serde",
]

[dependencies.tui-textarea]
version = "0.7"