fastkill 1.0.3

Interactive CLI to kill process with port/pid/name
[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"

[package]
description = "Interactive CLI to kill process with port/pid/name"
edition = "2021"
license-file = "LICENSE"
name = "fastkill"
readme = "README.md"
version = "1.0.3"
[target."cfg(windows)".dependencies.winapi]
features = ["iphlpapi", "tcpmib", "minwindef", "winsock2"]
version = "0.3.9"