# 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 = "max_rss" version = "0.4.1" authors = ["acheronfail "] description = "A small utility to measure resident set size (rss) of a process" homepage = "https://github.com/acheronfail/max_rss" readme = "README.md" keywords = [ "max_rss", "measurement", "memory", "rss", "resident", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/acheronfail/max_rss" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.79" [dependencies.lexopt] version = "0.3.0" [dependencies.nix] version = "0.27.1" features = [ "ptrace", "signal", ] [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111"