# 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 = "mainframe" version = "1.0.1" exclude = [".github/*"] description = "A lightweight TUI system monitor" readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", "visualization", ] license = "GPL-3.0-or-later" repository = "https://github.com/mdLafrance/mainframe" [dependencies.better-panic] version = "0.3.0" [dependencies.bitflags] version = "2.4.2" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.human_bytes] version = "0.4.3" [dependencies.itertools] version = "0.12.1" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.ratatui] version = "0.25.0" [dependencies.scopeguard] version = "1.2.0" [dependencies.sysinfo] version = "0.30.5" [dependencies.systemstat] version = "0.2.3" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-util] version = "0.7.10"