Documentation
[dependencies.bytesize]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.time]
version = "0.1"

[package]
authors = ["Greg V <greg@unrelenting.technology>"]
description = "systemstat"
homepage = "https://github.com/myfreeweb/systemstat"
keywords = ["System", "Info"]
license = "Unlicense"
name = "systemstat"
readme = "README.md"
repository = "https://github.com/myfreeweb/systemstat"
version = "0.1.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-freebsd", "x86_64-unknown-openbsd", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.nom]
version = "6.0"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "sysinfoapi", "minwindef", "winbase", "winerror", "ws2def", "ws2ipdef", "pdh"]
version = "0.3"