# 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 = "nix-btm" version = "0.2.0" authors = ["Justin Restivo (justin.p.restivo@gmail.com)"] exclude = [ "target_dirs", ".github", "target", ] description = "A nix process monitor" readme = "README.md" keywords = [ "nix", "monitor", "system-info", "tui", ] categories = ["development-tools::debugging"] license-file = "LICENSE" repository = "https://github.com/DieracDelta/nix-btm" [dependencies.crossterm] version = "0.27.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.ratatui] version = "0.26.3" [dependencies.sysinfo] version = "0.30.12" [dependencies.tui-tree-widget] version = "0.20.0"