superf4-rust 0.1.0

Basic CLI Rust implementation of Superf4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.structopt]
version = "0.3.13"

[package]
authors = ["Stef Robbe stef.robbe@gmail.com"]
categories = ["command-line-utilities"]
description = "Basic CLI Rust implementation of Superf4"
edition = "2018"
homepage = "https://github.com/Stef16Robbe/superf4-rust"
keywords = ["cli", "superf4", "kill"]
license = "GPL-3.0-only"
name = "superf4-rust"
readme = "README.md"
repository = "https://github.com/Stef16Robbe/superf4-rust"
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi", "tlhelp32", "winnt", "handleapi"]
version = "0.3"