afteroff 0.1.0

`afteroff` is a lightweight, efficient utility designed to monitor a specific process on your Linux system and power off the machine when the process terminates. It is written in Rust to ensure high performance and low resource usage.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.libc]
version = "0.2.155"

[dependencies.structopt]
version = "0.3.26"

[package]
authors = ["atopx <3940422@qq.com>"]
description = "`afteroff` is a lightweight, efficient utility designed to monitor a specific process on your Linux system and power off the machine when the process terminates. It is written in Rust to ensure high performance and low resource usage."
edition = "2021"
license = "MIT"
name = "afteroff"
readme = "README.md"
repository = "https://github.com/atopx/afteroff"
version = "0.1.0"