# 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" rust-version = "1.74.0" name = "filesfinder" version = "0.5.1" authors = ["Jérome Eertmans "] include = [ "src/bin.rs", "LICENSE.md", "README.md", "CHANGELOG.md", ] description = "Find files within current directory that match given patterns, while respecting gitignore rules." readme = "README.md" keywords = [ "find", "files", "gitignore", ] license = "MIT" repository = "https://github.com/jeertmans/filesfinder" [profile.release] lto = "fat" codegen-units = 1 strip = true [[bin]] name = "ff" path = "src/bin.rs" [[test]] name = "correct_suffix" path = "tests/correct_suffix.rs" [[test]] name = "same_as_find" path = "tests/same_as_find.rs" [dependencies.bstr] version = "1.9.0" [dependencies.clap] version = "4.5.1" features = [ "cargo", "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.0" [dependencies.color-print] version = "0.3.5" [dependencies.crossbeam-channel] version = "0.5.11" [dependencies.globset] version = "0.4.14" [dependencies.ignore] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.regex] version = "1.10.3"