[package]
name = "ktop"
version = "0.1.10"
edition = "2021"
authors = ["Trevor Knott", "Knott Dynamics"]
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", "scrin", "aisling"]
categories = ["command-line-utilities"]
include = ["src/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]
[dependencies]
crossterm = "0.28"
libc = "0.2"
scrin = "0.1.84"
[profile.release]
lto = "thin"
strip = true
codegen-units = 1