Cargo Features

[dependencies]
wutil = { version = "0.0.6", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

wutil has 2 features without comments.