[package] name = "grep" version = "0.1.3" #:version authors = ["Andrew Gallant "] description = """ Fast line oriented regex searching as a library. """ documentation = "http://burntsushi.net/rustdoc/grep/" homepage = "https://github.com/BurntSushi/ripgrep" repository = "https://github.com/BurntSushi/ripgrep" readme = "README.md" keywords = ["regex", "grep", "egrep", "search", "pattern"] license = "Unlicense/MIT" [dependencies] log = "0.3" memchr = "0.1" memmap = "0.2" regex = "0.1.77" regex-syntax = "0.3.5"