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