# 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 = "jwtop" version = "0.2.2" authors = ["Jerzy Wilczek "] description = "a simple TUI resource monitor inspired by gtop and bottom" homepage = "https://github.com/jerzywilczek/jwtop" readme = "README.md" keywords = [ "monitoring", "cli", "top", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jerzywilczek/jwtop" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.sysinfo] version = "0.29.7" default-features = false [dependencies.systemstat] version = "0.2.3" [dependencies.toml] version = "0.8.2" [dependencies.tui] version = "0.23.0" package = "ratatui"