Cargo Features
[dependencies]
stable_deref_trait = { version = "1.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverstable_deref_trait
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
stable_deref_trait has 3 features without comments.