# 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 = "procx" version = "0.1.4" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill." homepage = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "terminal", "process", "linux", "system", "kill", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/trinhminhtriet/procx" [lib] name = "procx" path = "src/lib.rs" [[bin]] name = "procx" path = "src/main.rs" [[test]] name = "processes_search" path = "tests/processes_search.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossterm] version = "0.28" [dependencies.directories] version = "5.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.listeners] version = "0.2.1" [dependencies.ratatui] version = "0.28" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sysinfo] version = "0.32" [dependencies.toml] version = "0.8" [dependencies.tui-textarea] version = "0.6" [dev-dependencies.http-test-server] version = "2.1.1"