[package] name = "systemd_info" version = "1.0.0" authors = ["rep-nop "] edition = "2021" description = "Obtain some system information through WMIC" repository = "https://github.com/spdrwcn/systemd_info" readme = "README.md" license = "MIT OR Apache-2.0" exclude = ["/.github/"] keywords = ["cpu", "disk", "gpu", "ram", "serial_number"] [dependencies] regex = "1.10.4"