rsys 0.4.3

Crate for system and hardware information parsing
Documentation
[[bin]]
name = "test_common"
path = "./src/bin/test_common.rs"

[[bin]]
name = "test_linux"
path = "./src/bin/test_linux.rs"
[dependencies.cfg-if]
version = "0.1"

[dependencies.rsys_macro]
version = "0.1.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[features]
default = []
serialize = ["serde"]

[package]
authors = ["Wojciech Kępka <wojciech@wkepka.dev"]
categories = ["os"]
description = "Crate for system and hardware information parsing"
edition = "2018"
homepage = "https://github.com/wojciechkepka/rsys"
keywords = ["os", "information", "macos", "linux", "system"]
license = "MIT"
name = "rsys"
readme = "README.md"
repository = "https://github.com/wojciechkepka/rsys"
version = "0.4.3"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "errhandlingapi", "winnt", "std", "sysinfoapi", "profileapi", "lmwksta", "powerbase", "winreg", "winerror", "minwindef"]
version = "0.3.9"