Cargo Features

[dependencies]
slabmalloc = { version = "0.11.0", default-features = false, features = ["unstable"] }
default = unstable

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

unstable default

slabmalloc has 2 features without comments.