Cargo Features

[dependencies]
pathexpand = { version = "0.1.0", default-features = false, features = ["getuid"] }
default = getuid

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

getuid default

Enables syscalls

pathexpand has 2 features without comments.