broll 0.4.0

Terminal session recorder with searchable, timestamped output
# 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 = "broll"
version = "0.4.0"
build = false
exclude = [
    "docs/",
    "test-samples/",
    "IDEAS.md",
    "install-local.sh",
    "CLAUDE.md",
    "blog-posts/",
    "video-scripts/",
    "devto-post.md",
    "tabnews-post.md",
    "video-series-plan.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal session recorder with searchable, timestamped output"
homepage = "https://github.com/rodbove/broll"
readme = "README.md"
keywords = [
    "terminal",
    "recorder",
    "tui",
    "shell",
    "session",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rodbove/broll"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.portable-pty]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.strip-ansi-escapes]
version = "0.2"

[dependencies.tempfile]
version = "3"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.vt100]
version = "0.15"