[package] name = "mcfetch" description = "Lightweight fetching program with color options" readme = "README.md" repository = "https://github.com/dybdeskarphet/mcfetch" keywords = ["system", "fetch", "linux", "unix", "ricing"] categories = ["command-line-utilities"] version = "0.1.0" edition = "2021" license-file = "LICENSE" [dependencies] clap = { version = "4.5.17", features = ["derive"] } regex = "1.10.6" sysinfo = "0.31.4" uname = "0.1.1" users = "0.11.0"