logutil 0.10.1

log Util is a Rust-based tool designed to help you monitor and analyze Nginx access logs in real-time.
[dependencies.chrono]
version = "0.4.38"

[dependencies.crossterm]
version = "0.27"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.log]
version = "0.4.22"

[dependencies.ratatui]
version = "0.27.0"

[dependencies.regex]
version = "1"

[dependencies.structopt]
version = "0.3"

[dependencies.textwrap]
version = "0.16.1"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["s00d <Virus191288@gmail.com>"]
description = "log Util is a Rust-based tool designed to help you monitor and analyze Nginx access logs in real-time."
edition = "2021"
homepage = "https://github.com/s00d/logutil"
keywords = ["log", "analyzer", "nginx", "rust"]
license = "MIT"
name = "logutil"
readme = "README.md"
repository = "https://github.com/s00d/logutil"
version = "0.10.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true