# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "grok" version = "2.0.0" authors = ["Michael Nitschinger "] build = "build.rs" description = """ A rust implementation of the popular java & ruby grok library which allows easy text and log file processing with composable patterns. """ homepage = "https://github.com/daschl/grok" documentation = "https://docs.rs/grok" readme = "README.md" categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/daschl/grok" resolver = "2" [dependencies.onig] version = "6.3" default-features = false [build-dependencies.glob] version = "0.3"