filterpath 0.1.0

fp (FilterPath) is the filter equivalent for the Unix test util.
# 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"
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"