[[bin]]
bench = false
name = "ps-mem"
path = "src/main.rs"
[build-dependencies.rust-version-info-file]
version = "0.2"
[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.4"
[dependencies.signal-hook]
version = "0.3"
[dev-dependencies.assert-text]
version = "0.2"
[dev-dependencies.exec-target]
version = "0.2"
[dev-dependencies.indoc]
version = "2.0"
[dev-dependencies.regex]
version = "1.11"
[features]
debian_build = []
default = []
[lib]
crate-type = ["lib"]
name = "libps_mem"
path = "src/lib.rs"
[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-interface"]
description = """
The process memory size listing
"""
edition = "2021"
keywords = ["memory", "command", "linux"]
license = "MIT OR Apache-2.0"
name = "ps-mem"
readme = "README.md"
repository = "https://github.com/aki-akaguma/ps-mem"
rust-version = "1.60.0"
version = "0.3.0"
[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
"""
features = ["debian_build"]
maintainer = "aki <aki.akaguma@hotmail.com>"
priority = "optional"
section = "AAA-admin"
separate-debug-symbols = true
[[test]]
name = "helper"
path = "tests/helper.rs"
[[test]]
name = "helper_e"
path = "tests/helper_e.rs"
[[test]]
name = "helper_l"
path = "tests/helper_l.rs"
[[test]]
name = "integration"
path = "tests/test_e.rs"
[[test]]
name = "test_l"
path = "tests/test_l.rs"