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