Cargo Features

[dependencies]
selfie = { version = "0.0.3", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

Enables std of stable_deref_trait

alloc

Enables alloc of stable_deref_trait

Selfie has 3 features without comments.