logria 0.3.2

A powerful CLI tool that puts log analytics at your fingertips.
[[bin]]
name = "logria"
path = "src/main.rs"

[dependencies.clap]
features = ["cargo"]
version = "=4.5.39"

[dependencies.crossterm]
version = "=0.29.0"

[dependencies.dirs]
version = "=6.0.0"

[dependencies.format_num]
version = "=0.1.0"

[dependencies.is_executable]
version = "=1.0.4"

[dependencies.regex]
version = "=1.11.1"

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

[dependencies.serde_json]
version = "=1.0.140"

[dependencies.time]
features = ["formatting", "parsing"]
version = "=0.3.41"

[package]
authors = ["Christopher Sardegna <logria@reagentx.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
description = "A powerful CLI tool that puts log analytics at your fingertips."
edition = "2024"
exclude = ["/resources", ".github", "docs", "build.sh"]
keywords = ["cli", "tui", "logs", "log-parsing", "log-analytics"]
license = "GPL-3.0-or-later"
name = "logria"
readme = "README.md"
repository = "https://github.com/ReagentX/Logria"
version = "0.3.2"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"