[package]
edition = "2024"
rust-version = "1.85.0"
name = "filterpath"
version = "0.1.0"
authors = ["cyqsimon"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fp (FilterPath) is the filter equivalent for the Unix test util."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/cyqsimon/fp"
[[bin]]
name = "fp"
path = "src/main.rs"
[dependencies.camino]
version = "1.2.2"
[dependencies.clap]
version = "4.6.0"
features = [
"cargo",
"derive",
"unicode",
]
[dependencies.libc]
version = "0.2.184"
[dependencies.pastey]
version = "0.2.1"
[dependencies.thiserror]
version = "2.0.18"
[build-dependencies.clap]
version = "4.6.0"
features = [
"cargo",
"derive",
"unicode",
]
[build-dependencies.clap_complete]
version = "4.6.0"