rust-find 0.1.0

Faithful Rust port of FreeBSD find(1)
# 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 = "2024"
name = "rust-find"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Faithful Rust port of FreeBSD find(1)"
homepage = "https://github.com/ktfth/rust-find"
documentation = "https://docs.rs/rust-find"
readme = "README.md"
keywords = [
    "find",
    "freebsd",
    "bsd",
    "cli",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "BSD-3-Clause"
repository = "https://github.com/ktfth/rust-find"

[[bin]]
name = "rust-find"
path = "src/main.rs"

[dependencies.walkdir]
version = "2"