wait-file 0.1.0

cli utility to monitor for changes in one or multiple files
[[bin]]
name = "wait-file"
path = "src/main.rs"

[dependencies.cargo]
optional = true
version = "0.93.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.humantime]
version = "2.3.0"

[dependencies.inotify]
default-features = false
version = "0.11.0"

[dependencies.log]
version = "0.4.29"

[dependencies.rustix]
features = ["event", "process"]
version = "1.1.3"

[dev-dependencies.tempfile]
version = "3.24.0"

[features]
cargo = ["dep:cargo"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cli utility to monitor for changes in one or multiple files"
edition = "2024"
homepage = "https://gitlab-ext.sigma-chemnitz.de/ensc/wait-file"
keywords = ["inotify"]
license = "GPL-3.0-or-later"
name = "wait-file"
readme = "README.md"
repository = "https://github.com/ensc/wait-file"
version = "0.1.0"