[dependencies.crossterm]
version = "0.26"
[package]
authors = ["Maxwell Anderson <zaechus@pm.me>"]
description = "A cross-platform system information program"
edition = "2021"
exclude = [".github", "justfile"]
license = "MIT"
name = "zinfo"
readme = "README.md"
repository = "https://github.com/Zaechus/zinfo"
version = "0.3.1"
[profile.release]
panic = "abort"
strip = true
[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_SystemInformation", "Win32_Foundation"]
version = "0.46.0"