libproc 0.9.1

A library to get information about running processes - for Mac OS X and Linux
Documentation
[[bin]]
name = "procinfo"
path = "src/procinfo.rs"

[[bin]]
name = "dmesg"
path = "src/dmesg.rs"
[dependencies.errno]
version = "0.2.5"

[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.9.1"