# 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] name = "find-files" version = "0.1.8" authors = ["Vishal Telangre "] description = "Find Files (ff) utility recursively searches the files whose names match the specified RegExp pattern in the provided directory (defaults to the current directory if not provided)." readme = "README.md" license = "Unlicense OR MIT" repository = "https://github.com/vishaltelangre/ff" [profile.release] lto = true codegen-units = 1 [[bin]] name = "ff" path = "src/main.rs" [dependencies.ansi_term] version = "0.11" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.32" features = ["suggestions", "color"] [dependencies.ignore] version = "0.4" [dependencies.lazy_static] version = "1.1.0" [dependencies.num_cpus] version = "1.0" [dependencies.regex] version = "1" [dependencies.walkdir] version = "2" [build-dependencies.clap] version = "2.31.2" [build-dependencies.lazy_static] version = "1.1.0"