ps-mem 0.2.5

The process memory size listing
Documentation
[[bin]]
bench = false
name = "ps-mem"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/test.rs"
[build-dependencies.rust-version-info-file]
version = "0.1"
[dependencies.anyhow]
version = "1.0"

[dependencies.flood-tide]
default-features = true
features = ["stop_at_mm"]
version = "0.2"

[dependencies.linux-procfs]
default-features = false
features = ["has_pidentry_status_state", "has_pidentry_status_vm_hwm"]
version = "0.3"

[dependencies.memx-cdy]
version = "0.1"

[dependencies.num-format]
version = "0.4"

[dependencies.runnel]
version = "0.3"

[dependencies.signal-hook]
version = "0.3"
[dev-dependencies.assert-text]
version = "0.2"

[dev-dependencies.exec-target]
version = "0.2"

[dev-dependencies.regex]
version = "1.5"

[features]
debian_build = []
default = []

[lib]
crate-type = ["lib"]
name = "libps_mem"
path = "src/lib.rs"

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
build = "build.rs"
categories = ["command-line-interface"]
description = "The process memory size listing\n"
edition = "2018"
keywords = ["memory", "command", "linux"]
license = "MIT OR Apache-2.0"
name = "ps-mem"
readme = "README.md"
repository = "https://github.com/aki-akaguma/ps-mem"
version = "0.2.5"
[package.metadata.deb]
assets = [["target/release/ps-mem", "usr/sbin/", "755"], ["target/rust-version-info.txt", "usr/share/doc/ps-mem/", "644"], ["README.md", "usr/share/doc/ps-mem/", "644"]]
depends = "$auto"
extended-description = "The process memory size listing\n"
features = ["debian_build"]
maintainer = "aki <aki.akaguma@hotmail.com>"
priority = "optional"
section = "AAA-admin"
separate-debug-symbols = true