[package] name = "sys-info-extended" version = "0.8.1" authors = ["Necdet Arda Etiman"] license = "MIT" readme = "README.md" keywords = ["graphic", "cpu", "disk", "memory", "information"] repository = "https://github.com/Necoo33/sys-info-extended" description = """ This crate is a fork of https://crates.io/crates/sys-info crate and extended version of it. """ links = "info" build = "build.rs" [lib] name = "sys_info_extended" path = "lib.rs" [build-dependencies] cc = "1.1.22" [dependencies] libc = "0.2.159" palin = "0.7.0"