safe-find 0.2.0

Safe wrappers for find and fd commands that block dangerous execution options
Documentation
[[bin]]
name = "safe-fd"
path = "src/bin/safe-fd.rs"

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

[dependencies]

[lib]
name = "safe_find"
path = "src/lib.rs"

[package]
authors = ["masinc"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Safe wrappers for find and fd commands that block dangerous execution options"
edition = "2021"
keywords = ["find", "fd", "security", "wrapper", "cli"]
license = "MIT"
name = "safe-find"
readme = "README.md"
repository = "https://github.com/masinc/safe-find"
version = "0.2.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true