# 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" name = "findutils" version = "0.7.0" authors = ["uutils developers"] description = "Rust implementation of GNU findutils" homepage = "https://github.com/uutils/findutils" readme = "README.md" license = "MIT" repository = "https://github.com/uutils/findutils" [profile.dist] lto = "thin" inherits = "release" [[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.38" [dependencies.clap] version = "4.5" [dependencies.faccess] version = "0.2.4" [dependencies.nix] version = "0.29" features = [ "fs", "user", ] [dependencies.once_cell] version = "1.19" [dependencies.onig] version = "6.4" default-features = false [dependencies.regex] version = "1.10" [dependencies.uucore] version = "0.0.27" features = [ "entries", "fs", "fsext", "mode", ] [dependencies.walkdir] version = "2.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.filetime] version = "0.2" [dev-dependencies.nix] version = "0.29" features = ["fs"] [dev-dependencies.predicates] version = "3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.tempfile] version = "3"