# 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 = "musage" version = "0.1.6" authors = ["Mihai Galos "] description = "🧵 A command line memory usage information tool." readme = "README.md" keywords = [ "memory", "ram", "ram-usage", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/mihaigalos/musage" [dependencies.autoclap] version = "0.3.15" [dependencies.byte-unit] version = "4.0.19" [dependencies.clap] version = "4.4.18" features = [ "cargo", "string", ] [dependencies.colored] version = "2" [dependencies.procfs] version = "0.16.0"