findutils 0.5.0

Rust implementation of GNU findutils
Documentation
[[bin]]
name = "find"
path = "src/find/main.rs"

[[bin]]
name = "xargs"
path = "src/xargs/main.rs"

[[bin]]
name = "testing-commandline"
path = "src/testing/commandline/main.rs"
[dependencies.chrono]
version = "0.4.37"

[dependencies.clap]
version = "4.5"

[dependencies.faccess]
version = "0.2.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.onig]
default-features = false
version = "6.4"

[dependencies.regex]
version = "1.7"

[dependencies.uucore]
features = ["entries", "fs", "fsext", "mode"]
version = "0.0.25"

[dependencies.walkdir]
version = "2.5"
[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.nix]
features = ["fs"]
version = "0.28"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["uutils developers"]
description = "Rust implementation of GNU findutils"
edition = "2021"
homepage = "https://github.com/uutils/findutils"
license = "MIT"
name = "findutils"
readme = "README.md"
repository = "https://github.com/uutils/findutils"
version = "0.5.0"
[profile.dist]
inherits = "release"
lto = "thin"