[package] name = "pidtree_mon" description = "A CPU load monitor of process trees" authors = ["MichaƂ Trybus "] license = "MIT OR Apache-2.0" repository = "https://github.com/komar007/pidtree_mon" readme = "README.md" categories = ["command-line-utilities"] keywords = ["cpu", "process", "linux", "cli", "utility"] version = "0.2.1" edition = "2021" [dependencies] tokio = { version = "1.39", features = ["full"] } libc = "0.2" log = "0.4" env_logger = "0.11" procfs = "0.16" num_cpus = "1.0" futures = "0.3" clap = { version = "4.5", features = [ "derive" ] } with_daemon = "0.2"