tailtales 0.2.2

Flexible log viewer for logfmt and other formats with LUA scripting, filtering, filtering expressions, and real-time pipe following.
Documentation
[[bin]]
name = "tt"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.flate2]
version = "1.0"

[dependencies.hostname]
version = "0.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4"

[dependencies.mlua]
features = ["lua54", "vendored"]
version = "0.11"

[dependencies.nix]
version = "0.22.0"

[dependencies.notify]
version = "8.0.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.urlencoding]
version = "2.1.0"

[dependencies.whoami]
version = "1.2"

[dependencies.xdg]
version = "^2.1"

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

[package]
authors = ["David Moreno"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Flexible log viewer for logfmt and other formats with LUA scripting, filtering, filtering expressions, and real-time pipe following."
edition = "2021"
homepage = "https://github.com/davidmoreno/tailtales"
keywords = ["tail", "logs", "logfmt", "monitoring", "development"]
license = "AGPL-3.0"
name = "tailtales"
readme = "README.md"
repository = "https://github.com/davidmoreno/tailtales"
version = "0.2.2"

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

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

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

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

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