# 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 = "2021" name = "kmon" version = "1.6.5" authors = ["Orhun Parmaksız "] include = [ "src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Linux kernel manager and activity monitor" homepage = "https://kmon.cli.rs" documentation = "https://github.com/orhun/kmon/blob/master/README.md" readme = "README.md" keywords = [ "linux", "kernel", "module", "activity", "monitor", ] categories = [ "command-line-utilities", "os", ] license = "GPL-3.0" repository = "https://github.com/orhun/kmon" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" [profile.test] opt-level = 0 debug = 2 [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.4" [dependencies.colorsys] version = "0.6.7" [dependencies.copypasta-ext] version = "0.4.4" [dependencies.enum-iterator] version = "2.0.0" [dependencies.ratatui] version = "0.26.1" features = ["termion"] default-features = false [dependencies.termion] version = "3.0.0" [dependencies.unicode-width] version = "0.1.11" [build-dependencies.clap] version = "4.4.7" [build-dependencies.clap_complete] version = "4.5.2" [build-dependencies.clap_mangen] version = "0.2.20"