# 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" name = "grepox" version = "0.2.19" description = "Minimalist's grep written in Rust." homepage = "https://github.com/Vonr/grepox" readme = "README.md" keywords = [ "grep", "search", "cli", "fast", "minimal", ] license = "Unlicense" repository = "https://github.com/Vonr/grepox" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" overflow-checks = false strip = "symbols" [dependencies.atty] version = "0.2.14" [dependencies.bstr] version = "1.0.1" [dependencies.mimalloc] version = "0.1.30" default-features = false [dependencies.naive_opt] version = "0.1.18" [dependencies.regex] version = "1.6.0"