systemstat 0.2.4

Get system information/statistics in a cross-platform way
Documentation
[dependencies.bytesize]
version = "1.1"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.the_serde]
features = ["derive"]
optional = true
package = "serde"
version = "1.0"

[dependencies.time]
version = "0.3.9"

[[example]]
name = "info"
path = "examples/info.rs"

[features]
serde = ["the_serde", "bytesize/serde", "time/serde"]

[lib]
name = "systemstat"
path = "src/lib.rs"

[package]
authors = ["Val Packett <val@packett.cool>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Get system information/statistics in a cross-platform way"
edition = "2018"
homepage = "https://github.com/valpackett/systemstat"
keywords = ["System", "Info"]
license = "Unlicense"
name = "systemstat"
readme = "README.md"
repository = "https://github.com/valpackett/systemstat"
version = "0.2.4"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-freebsd", "x86_64-unknown-openbsd", "x86_64-unknown-netbsd", "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 = "7.0"

[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "sysinfoapi", "minwindef", "winbase", "winerror", "ws2def", "ws2ipdef", "pdh"]
version = "0.3"