flux-cli 0.1.1

Search, monitor, and nuke processes with ease, with system resource tracking
# 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 = "2024"
name = "flux-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Search, monitor, and nuke processes with ease, with system resource tracking"
readme = "README.md"
keywords = [
    "cli",
    "command-line",
    "process",
    "kill",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/VG-dev1/flux"

[[bin]]
name = "flux"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.crossterm]
version = "0.28"

[dependencies.inquire]
version = "0.7"

[dependencies.listeners]
version = "0.3"

[dependencies.ratatui]
version = "0.29"

[dependencies.sysinfo]
version = "0.32"

[dependencies.terminal_size]
version = "0.4"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = ["signal"]