[[bin]]
name = "kelora"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.argon2]
version = "0.5"
[dependencies.base64]
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.chrono-tz]
version = "0.10"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.clap_complete]
version = "4.5"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.csv]
version = "1.3"
[dependencies.dirs]
version = "6.0"
[dependencies.drain-rs]
version = "0.3.0"
[dependencies.fastrand]
version = "2.0"
[dependencies.flate2]
version = "1.0"
[dependencies.glob]
version = "0.3"
[dependencies.grok]
version = "1.2"
[dependencies.hex]
version = "0.4"
[dependencies.hkdf]
version = "0.12"
[dependencies.hmac]
version = "0.12"
[dependencies.home]
version = "=0.5.9"
[dependencies.html-escape]
version = "0.2"
[dependencies.humantime]
version = "2.1"
[dependencies.indexmap]
version = "2.0"
[dependencies.ipnet]
version = "2.9"
[dependencies.is-terminal]
version = "0.4"
[dependencies.lazy_static]
version = "1.4"
[dependencies.lru]
version = "0.16"
[dependencies.nom]
version = "8"
[dependencies.num_cpus]
version = "1.16"
[dependencies.once_cell]
version = "1.19"
[dependencies.regex]
version = "1.10"
[dependencies.rhai]
features = ["sync", "debugging", "internals"]
version = "1.23"
[dependencies.rustyline]
version = "17.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.shell-words]
version = "1.1"
[dependencies.signal-hook]
features = ["iterator"]
version = "0.3"
[dependencies.tdigests]
version = "1.0"
[dependencies.terminal_size]
version = "0.4.3"
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.url]
version = "2.5"
[dependencies.urlencoding]
version = "2.1"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8"
[dependencies.zstd]
version = "0.13"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.tempfile]
version = "3.8"
[lib]
name = "kelora"
path = "src/lib.rs"
[package]
authors = ["Dirk Loss <mail@dirk-loss.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing"]
description = "A command-line log analysis tool with embedded Rhai scripting"
edition = "2021"
exclude = ["docs/", "dev/", "benchmarks/", "fuzz/", ".github/", ".cargo/", "entitlements.plist", "Justfile"]
keywords = ["logging", "parser", "cli", "logfmt", "json"]
license = "MIT"
name = "kelora"
readme = "README.md"
repository = "https://github.com/dloss/kelora"
version = "1.3.2"
[[test]]
name = "ast_field_extraction"
path = "tests/ast_field_extraction.rs"
[[test]]
name = "auto_detect_integration_test"
path = "tests/auto_detect_integration_test.rs"
[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"
[[test]]
name = "conf_integration_test"
path = "tests/conf_integration_test.rs"
[[test]]
name = "config_integration_test"
path = "tests/config_integration_test.rs"
[[test]]
name = "context_integration_test"
path = "tests/context_integration_test.rs"
[[test]]
name = "datetime_integration_test"
path = "tests/datetime_integration_test.rs"
[[test]]
name = "decompression_tests"
path = "tests/decompression_tests.rs"
[[test]]
name = "emit_integration_test"
path = "tests/emit_integration_test.rs"
[[test]]
name = "empty_line_tests"
path = "tests/empty_line_tests.rs"
[[test]]
name = "error_handling_tests"
path = "tests/error_handling_tests.rs"
[[test]]
name = "field_access_tests"
path = "tests/field_access_tests.rs"
[[test]]
name = "file_operations_tests"
path = "tests/file_operations_tests.rs"
[[test]]
name = "filtering_tests"
path = "tests/filtering_tests.rs"
[[test]]
name = "format_parser_tests"
path = "tests/format_parser_tests.rs"
[[test]]
name = "hashing_integration_test"
path = "tests/hashing_integration_test.rs"
[[test]]
name = "head_limit_tests"
path = "tests/head_limit_tests.rs"
[[test]]
name = "input_handling_tests"
path = "tests/input_handling_tests.rs"
[[test]]
name = "metrics_tracking_tests"
path = "tests/metrics_tracking_tests.rs"
[[test]]
name = "micro_search_tests"
path = "tests/micro_search_tests.rs"
[[test]]
name = "multiline_tests"
path = "tests/multiline_tests.rs"
[[test]]
name = "network_functions_tests"
path = "tests/network_functions_tests.rs"
[[test]]
name = "output_formatting_tests"
path = "tests/output_formatting_tests.rs"
[[test]]
name = "parallel_tests"
path = "tests/parallel_tests.rs"
[[test]]
name = "prefix_extraction_tests"
path = "tests/prefix_extraction_tests.rs"
[[test]]
name = "random_integration_test"
path = "tests/random_integration_test.rs"
[[test]]
name = "script_include_tests"
path = "tests/script_include_tests.rs"
[[test]]
name = "section_extraction_tests"
path = "tests/section_extraction_tests.rs"
[[test]]
name = "signal_handling_tests"
path = "tests/signal_handling_tests.rs"
[[test]]
name = "span_variants_tests"
path = "tests/span_variants_tests.rs"
[[test]]
name = "state_integration_test"
path = "tests/state_integration_test.rs"
[[test]]
name = "take_limit_tests"
path = "tests/take_limit_tests.rs"
[[test]]
name = "text_functions_tests"
path = "tests/text_functions_tests.rs"
[[test]]
name = "timestamp_filtering_tests"
path = "tests/timestamp_filtering_tests.rs"
[[test]]
name = "type_annotation_integration_test"
path = "tests/type_annotation_integration_test.rs"