[package] name = "rkill_lib" description = "kill process by name, pid or port number" license = "MIT" documentation = "https://github.com/newtest/rkill-lib" homepage = "https://github.com/newtest/rkill-lib" version = "0.1.4" authors = ["Eli Yukelzon "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] netstat2 = "0.9.1" heim = {version = "0.1.0-rc.1", default-features = false, features = [ "process"] } smol = "1.2.5" futures = "0.3.15" colored = "2.0.0" seahorse = "1.1.2"