[package] name = "grok-rs" version = "0.1.3" edition = "2021" readme = "README.md" description = "Rust port of elastic Grok processor" repository = "https://github.com/yuanbohan/grok-rs" authors = ["yuanbohan"] keywords = ["grok", "log", "elastic", "logstash", "ETL"] license = "Apache-2.0" [dependencies] glob = "0.3.1" lazy_static = "1.4.0" regex = "1.10.4"