[dependencies]
libc = "0.2.16"
num_cpus = "1.1.0"
quick-error = "1.1.0"
rustc-serialize = "0.3.19"
[lib]
name = "self_meter"
path = "src/lib.rs"
[package]
authors = ["paul@colomiets.name"]
description = " A tiny library to measure resource usage of the process it's used in.\n"
documentation = "http://tailhook.github.io/self-meter/"
homepage = "http://github.com/tailhook/self-meter"
keywords = ["linux", "monitoring", "meter"]
license = "MIT/Apache-2.0"
name = "self-meter"
readme = "README.rst"
version = "0.2.0"