kmon 1.7.0

Linux kernel manager and activity monitor
Documentation
[[bin]]
name = "kmon"
path = "src/main.rs"

[build-dependencies.clap]
version = "4.5.23"

[build-dependencies.clap_complete]
version = "4.5.38"

[build-dependencies.clap_mangen]
version = "0.2.24"

[dependencies.bytesize]
version = "1.3.0"

[dependencies.clap]
version = "4.5.23"

[dependencies.colorsys]
version = "0.6.7"

[dependencies.copypasta-ext]
version = "0.4.4"

[dependencies.enum-iterator]
version = "2.1.0"

[dependencies.ratatui]
default-features = false
features = ["termion"]
version = "0.29.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.termion]
version = "4.0.3"

[dependencies.unicode-width]
version = "0.1.14"

[lib]
name = "kmon"
path = "src/lib.rs"

[package]
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "os"]
description = "Linux kernel manager and activity monitor"
documentation = "https://github.com/orhun/kmon/blob/master/README.md"
edition = "2021"
homepage = "https://kmon.cli.rs"
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["linux", "kernel", "module", "activity", "monitor"]
license = "GPL-3.0"
name = "kmon"
readme = "README.md"
repository = "https://github.com/orhun/kmon"
version = "1.7.0"

[profile.bench]
debug = 0
opt-level = 3

[profile.dev]
debug = 2
opt-level = 0
panic = "abort"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"

[profile.test]
debug = 2
opt-level = 0