[package] name = "rigrep" version = "1.0.1" authors = ["Nyah Check "] description = "Rust implementation of grep from Rust Book" license = "BSD-3-Clause" homepage = "https://github.com/ch3ck/ripgrep" documentation = "https://docs.rs/rigrep/" repository = "https://github.com/yasufe/rigrep" readme = "README.md" keywords = ["rigrep", "rust", "search", "grep"] categories = ["cli-tool", "unix-command"] edition = "2018" [profile.release] overflow-checks = true panic = "abort" debug = true opt-level = 3