# 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 = "2021" name = "pswatch" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "pswatch" description = "minimalist process monitoring and task scheduler" readme = "README.md" keywords = [ "process", "monitoring", "scheduler", "timer", "resource-control", ] categories = [ "command-line-utilities", "config", "os", ] license = "AGPL-3.0-or-later" repository = "https://git.blob42.xyz/blob42/pswatch" [profile.release] lto = true [lib] name = "pswatch" path = "src/lib.rs" [[bin]] name = "pswatch" path = "src/main.rs" [[example]] name = "condition" path = "examples/proto_condition.rs" [[example]] name = "debug_process" path = "examples/debug_process.rs" [[test]] name = "process" path = "tests/process.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.0.23" features = ["derive"] [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] version = "1.0.203" features = ["derive"] [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"