get_sys_info 0.1.21

Get system information
Documentation
[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.readable_byte]
version = "0.1.0"

[dependencies.serde-feature-hack]
optional = true
version = "0.2.0"

[features]
serde = ["serde-feature-hack", "readable_byte/serde", "chrono/serde"]

[package]
authors = ["Andrew Ryan <dnrops@outlook.com>"]
categories = ["development-tools", "Operating systems"]
description = "Get system information"
documentation = "https://docs.rs/get_sys_info/"
edition = "2021"
keywords = ["system", "info", "diskinfo", "informantion", "network"]
license = "MIT"
name = "get_sys_info"
readme = "README.md"
repository = "https://gitlab.com/andrew_ryan/get_sys_info"
resolver = "2"
version = "0.1.21"
[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 = "7.0"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "sysinfoapi", "minwindef", "winbase", "winerror", "ws2def", "ws2ipdef", "pdh"]
version = "0.3"