[[bin]]
name = "pswatch"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.clap]
features = ["derive"]
version = "4.0.23"
[dependencies.dirs]
version = "5.0.1"
[dependencies.env_logger]
version = "0.11.3"
[dependencies.humantime-serde]
version = "1.1.1"
[dependencies.indoc]
version = "2.0.5"
[dependencies.log]
version = "0.4.22"
[dependencies.memchr]
version = "2.7.4"
[dependencies.regex]
version = "1.10.5"
[dependencies.sd-notify]
version = "0.4.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.sysinfo]
version = "0.30.12"
[dependencies.toml]
version = "0.8.14"
[dependencies.xdg]
version = "2.5.2"
[dev-dependencies.mock_instant]
version = "0.5.1"
[dev-dependencies.rstest]
version = "0.21.0"
[dev-dependencies.serial_test]
version = "3.1.1"
[[example]]
name = "condition"
path = "examples/proto_condition.rs"
[[example]]
name = "debug_process"
path = "examples/debug_process.rs"
[lib]
name = "pswatch"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "os"]
default-run = "pswatch"
description = "minimalist process monitoring and task scheduler"
edition = "2021"
keywords = ["process", "monitoring", "scheduler", "timer", "resource-control"]
license = "AGPL-3.0-or-later"
name = "pswatch"
readme = "README.md"
repository = "https://git.blob42.xyz/blob42/pswatch"
version = "0.1.3"
[profile.release]
lto = true
[[test]]
name = "process"
path = "tests/process.rs"