[package] name = "dmisys" version = "0.1.0" edition = "2021" authors = ["neko_0xff "] repository = "https://github.com/neko0xff/dmisys" description = "This is a specialized library designed to output the hardware configuration required by the system, as well as various status information of the current device." documentation = "https://docs.rs/dmisys" categories = ["command-line-utilities"] license = "GPL-2.0-or-later" # license-file = "LICENSE" keywords = ["system", "infomation","linux","hardware"] [dependencies] get_if_addrs = "0.5.3" sysinfo = "0.31.4" isahc = "1.7.2" regex = "1.10.6"