[[bin]]
name = "procinfo"
path = "src/procinfo.rs"
[[bin]]
name = "dmesg"
path = "src/dmesg.rs"
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.66.1"
[dependencies.errno]
version = "0.3.0"
[dependencies.libc]
version = "^0.2.62"
[features]
default = ["macosx_10_9"]
macosx_10_7 = []
macosx_10_9 = ["macosx_10_7"]
[lib]
name = "libproc"
path = "src/lib.rs"
[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "A library to get information about running processes - for Mac OS X and Linux"
documentation = "https://andrewdavidmackenzie.github.io/libproc-rs/libproc/index.html"
edition = "2018"
license = "MIT"
name = "libproc"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/libproc-rs"
version = "0.14.1"
[target."cfg(any(target_os = \"linux\", target_os = \"redox\", target_os = \"android\"))".dev-dependencies.procfs]
version = "0.15.0"
[target."cfg(any(target_os = \"linux\", target_os = \"redox\", target_os = \"android\"))".dev-dependencies.tempfile]
version = "3.3.0"