Cargo Features

[dependencies]
punfetch = { version = "0.3.6", default-features = false, features = ["binary"] }
default = binary

The binary feature is set by default whenever punfetch is added without default-features = false somewhere in the dependency tree.

binary default = clap, sysinfo, term_size

Required by the binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap binary
sysinfo binary

Enables sysinfo ^0.27.2

Affects info::UserInfo, info::HostInfo, info::SystemInfo, info::sys

term_size binary