zam 0.8.1

Enhanced shell history manager with sensitive data redaction
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 = "zam"
version = "0.8.1"
authors = ["Fernando Meyer <fm@pobox.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enhanced shell history manager with sensitive data redaction"
readme = "README.md"
keywords = [
    "shell",
    "history",
    "cli",
    "security",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/fmeyer/zam"

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

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

[dependencies.crossterm]
version = "0.29"
features = ["use-dev-tty"]

[dependencies.dirs]
version = "6.0"

[dependencies.home]
version = "0.5"

[dependencies.hostname]
version = "0.4"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1.12"

[dependencies.rusqlite]
version = "0.39"
features = [
    "bundled",
    "chrono",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.22"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.27"