# 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 = "fastkill" version = "1.0.3" description = "Interactive CLI to kill process with port/pid/name" readme = "README.md" license-file = "LICENSE" [dependencies.inquire] version = "0.4.0" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1.6.0" [dependencies.sysinfo] version = "0.26.4" [dependencies.unicode-width] version = "0.1.10" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "iphlpapi", "tcpmib", "minwindef", "winsock2", ]