Cargo Features

[dependencies]
wmemchr = { version = "0.1.0", default-features = false, features = ["std", "unstable"] }
default = std

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

std default
unstable

wmemchr has 3 features without comments.