[package]
name = "ktop"
version = "0.1.1"
edition = "2021"
description = "A fast Rust top/htop replacement with a Scrin TUI and Aisling effects."
license = "MIT"
readme = "README.md"
repository = "https://github.com/Tknott95/KnottTop"
homepage = "https://github.com/Tknott95/KnottTop"
documentation = "https://docs.rs/ktop"
keywords = ["top", "htop", "tui", "process", "monitor"]
categories = ["command-line-utilities"]
include = ["src/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]
[dependencies]
crossterm = "0.27"
libc = "0.2"
[profile.release]
lto = "thin"
strip = true
codegen-units = 1