evault-tui 0.1.0

Terminal user interface for evault.
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 = "2021"
rust-version = "1.94"
name = "evault-tui"
version = "0.1.0"
authors = ["Sergio Triana Escobedo <stescobedo.31@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal user interface for evault."
homepage = "https://github.com/stescobedo/hide-env-keys"
readme = "README.md"
keywords = [
    "env",
    "tui",
    "secrets",
    "dotenv",
    "vault",
]
categories = [
    "command-line-utilities",
    "config",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/stescobedo/hide-env-keys"

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

[dependencies.evault-core]
version = "0.1"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.secrecy]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
missing_safety_doc = "warn"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1