loglens-core 0.1.3

A lightning-fast, structured log parsing and query engine (JSON/Logfmt). Powers the LogLens CLI.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.humantime]
version = "2.1"

[dependencies.logfmt]
version = "0.0.2"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[features]
default = []
wasm = ["dep:wasm-bindgen"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "loglens_core"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "command-line-interface"]
description = "A lightning-fast, structured log parsing and query engine (JSON/Logfmt). Powers the LogLens CLI."
documentation = "https://docs.rs/loglens-core"
edition = "2021"
homepage = "https://getloglens.com"
keywords = ["log", "parser", "json", "logfmt", "query"]
license = "MIT"
name = "loglens-core"
readme = "README.md"
repository = "https://github.com/Caelrith/loglens-core"
version = "0.1.3"