# 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 = "ff-find" version = "0.24.11" authors = ["David Peter ", "J.W "] build = "build.rs" include = ["/Cargo.toml", "/src/**/*", "/build.rs", "/shell_completion/*", "/README*", "/LICENSE*"] description = "ff is a simple and fast utility for finding files on Unix commandline. It also supports complex filters like GNU find." homepage = "https://github.com/jakwings/ff-find" readme = "README.md" keywords = ["search", "find", "file", "filesystem", "tool"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/jakwings/ff-find" [lib] name = "globset" path = "src/globset/src/lib.rs" [[bin]] name = "ff" path = "src/main.rs" [dependencies.aho-corasick] version = "0.6" [dependencies.ansi_term] version = "0.12" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.33" [dependencies.fnv] version = "1" [dependencies.ignore] version = "0.4.10" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2" [dependencies.nix] version = "0.15" [dependencies.num_cpus] version = "1" [dependencies.regex] version = "1" [dependencies.same-file] version = "1" [dependencies.signal-hook] version = "0.1" [dev-dependencies.diff] version = "0.1" [dev-dependencies.glob] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tempfile] version = "3" [build-dependencies.clap] version = "2.33" [features] reduction = [] simd-accel = ["regex/unstable"] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "jakwings/ff-find"