Cargo Features

[dependencies]
pathexpand = { version = "0.1.1", default-features = false, features = ["unsafe-code"] }
default = unsafe-code

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

unsafe-code default

Enables libc and syscalls

pathexpand has 2 features without comments.