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