[[bin]]
name = "test"
path = "./src/bin/test.rs"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[package]
authors = ["Wojciech <wojciech@wkepka.dev>"]
categories = ["os"]
description = "Linux system information parser"
edition = "2018"
homepage = "https://gitlab.com/vvvxxx/rsys"
keywords = ["os", "information", "macos", "linux", "system"]
license = "MIT"
name = "rsys"
readme = "README.md"
repository = "https://gitlab.com/vvvxxx/rsys"
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "errhandlingapi", "winnt", "std", "sysinfoapi", "profileapi", "lmwksta", "powerbase", "winreg", "winerror", "minwindef"]
version = "0.3.9"