# 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 = "psycho-killer" version = "0.4.1" description = "Interactive process killer, manager and system resources monitor" homepage = "https://github.com/igrek51/psycho-killer" readme = "README.md" license = "MIT" repository = "https://github.com/igrek51/psycho-killer" [[bin]] name = "psycho" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.crossterm] version = "0.27.0" [dependencies.itertools] version = "0.12.0" [dependencies.libc] version = "0.2.153" [dependencies.ratatui] version = "0.25.0" [dependencies.signal-hook] version = "0.3.17" [dependencies.sysinfo] version = "0.29.11"