logutil 0.12.4

log Util is a Rust-based tool designed to help you monitor and analyze Nginx access logs in real-time.
Documentation
[[bin]]
name = "logutil"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.6.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.structopt]
version = "0.3"

[dependencies.textwrap]
version = "0.16.2"

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

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.0"

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

[package]
authors = ["s00d <Virus191288@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "log Util is a Rust-based tool designed to help you monitor and analyze Nginx access logs in real-time."
edition = "2021"
exclude = ["assets/", ".git/", ".idea/", "target/", "node_modules/", ".github/", ".DS_Store", "example.log", "logger.js", "todo.md", ".github_token", "Dockerfile"]
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.12.4"

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

[[test]]
name = "helpers_tests"
path = "tests/helpers_tests.rs"

[[test]]
name = "log_data_tests"
path = "tests/log_data_tests.rs"