grok 2.0.0

A rust implementation of the popular java & ruby grok library which allows easy text and log file processing with composable patterns.
Documentation
[package]
name = "grok"
version = "2.0.0" # remember to update html_root_url
authors = ["Michael Nitschinger <michael@nitschinger.at>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/daschl/grok"
documentation = "https://docs.rs/grok"
homepage = "https://github.com/daschl/grok"
description = """
A rust implementation of the popular java & ruby grok library
which allows easy text and log file processing with composable 
patterns.
"""
categories = ["text-processing"]
build = "build.rs"
edition = "2021"
rust-version = "1.56"

[dependencies]
onig = { version = "6.3", default-features = false }

[build-dependencies]
glob = "0.3"