grok 0.2.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 = "0.2.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"]

[badges]
travis-ci = { repository = "daschl/grok" }
appveyor = { repository = "daschl/grok" }

[dependencies]
regex = "0.2"