[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"