[[bin]]
name = "findit"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.itertools]
version = "0.14"
[dependencies.ordermap]
version = "1.0"
[dependencies.rand]
version = "0.9"
[dependencies.regex]
version = "1.12"
[dependencies.thiserror]
version = "2.0"
[dependencies.uzers]
version = "0.12"
[dev-dependencies.tempfile]
version = "3.23"
[dev-dependencies.toml]
version = "0.9"
[lib]
name = "findit_cli"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple and powerful command line utility that can be used to search for files in a directory hierarchy as an alternative to `find`."
documentation = "https://github.com/yift/findit/blob/main/README.md"
edition = "2024"
exclude = ["/.github/*", "/.gitignore"]
homepage = "https://github.com/yift/findit"
license = "MIT"
name = "findit-cli"
readme = "README.md"
repository = "https://github.com/yift/findit"
version = "0.1.1"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"