Cargo Features

[dependencies]
ipconfig = { version = "0.3.2", default-features = false, features = ["computer"] }
default = computer

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

computer default = winreg

Affects ipconfig::computer

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.

winreg win computer

Enables winreg ^0.50.0