Cargo Features
[dependencies]
pathexpand = { version = "0.1.0", default-features = false, features = ["getuid"] }
- default = getuid
-
The
getuid
feature is set by default wheneverpathexpand
is added without
somewhere in the dependency tree.default-features = false - getuid default
-
Enables syscalls
pathexpand has 2 features without comments.