# 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 = "finr" version = "0.2.4" authors = ["Gers2017"] description = """ finr recursively searches files and directories with a pattern while ignoring irrelevant directories. Built with the phrase \"Work smarter not harder\" in mind.""" readme = "README.md" keywords = [ "command-line", "find", "search", "pattern", "tool", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Gers2017/finr" [profile.release] opt-level = 3 debug = 0 incremental = true [dependencies.anyhow] version = "1.0.71" [dependencies.fxhash] version = "0.2.1" [dependencies.regex] version = "1.8.3" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.3"