# 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 = "zmem" version = "0.2.1" description = "Zmem is a Linux memory monitoring program that displays detailed information about virtual memory." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/xeome/zmem" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = "thin" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.futures] version = "0.3.29" [dependencies.tokio] version = "1.34.0" features = ["full"]