filter-rs 0.0.9

TUI for live log filtering and searching
# 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"
name = "filter-rs"
version = "0.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for live log filtering and searching"
readme = "README.md"
keywords = [
    "log",
    "filter",
    "tui",
    "cli",
]
license = "MIT"
repository = "https://github.com/ash-hashtag/filter-rs"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.shellwords]
version = "1.1.0"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-linebreak]
version = "0.1.5"

[dependencies.unicode-width]
version = "0.2.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true