# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fgrok" version = "1.1.0" authors = ["magodo "] build = "build.rs" description = "A rust implementation of the popular java & ruby grok library\nwhich allows easy text and log file processing with composable \npatterns.\n\n(forked from https://github.com/daschl/grok)\n" homepage = "https://github.com/magodo/grok" documentation = "https://docs.rs/fgrok" readme = "README.md" categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/magodo/grok" [dependencies.onig] version = "5.0" [build-dependencies.glob] version = "0.3" [badges.appveyor] repository = "daschl/grok" [badges.travis-ci] repository = "daschl/grok"