kintsugi-tui 0.2.1

Kintsugi ratatui terminal UI: a live timeline over the event log with keyboard navigation, filtering, detail, and undo.
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.96"
name = "kintsugi-tui"
version = "0.2.1"
authors = ["arrowassassin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kintsugi ratatui terminal UI: a live timeline over the event log with keyboard navigation, filtering, detail, and undo."
homepage = "https://arrowassassin.github.io/kintsugi/"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "safety",
    "security",
    "audit",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/arrowassassin/kintsugi"

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.kintsugi-core]
version = "0.2.1"

[dependencies.kintsugi-daemon]
version = "0.2.1"

[dependencies.ratatui]
version = "0.30.1"

[dependencies.time]
version = "0.3.49"
features = [
    "serde",
    "serde-well-known",
    "formatting",
    "parsing",
    "macros",
    "local-offset",
]

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

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