fcntl-tool 0.2.0

Your small yet useful swiss army knife for the `fcntl` system call, specifically for acquiring and testing file locks, but not limited to those.
[[bin]]
name = "fcntl-tool"
path = "src/main.rs"

[dependencies.anyhow]
default-features = false
features = ["default"]
version = "1.0.97"

[dependencies.clap]
features = ["color", "derive", "error-context", "help", "std", "suggestions", "unicode", "usage", "wrap_help"]
version = "4.5"

[dependencies.nix]
default-features = false
features = ["fs"]
version = "0.30.0"

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = """
Your small yet useful swiss army knife for the `fcntl` system call, specifically
for acquiring and testing file locks, but not limited to those.
"""
documentation = "https://docs.rs/fcntl-tool"
edition = "2024"
homepage = "https://github.com/phip1611/fcntl-tool"
keywords = ["fcntl", "file-locking", "unix", "posix"]
license = "MIT"
name = "fcntl-tool"
readme = "README.md"
repository = "https://github.com/phip1611/fcntl-tool"
rust-version = "1.85.1"
version = "0.2.0"

[profile.release]
lto = true
opt-level = "s"