Cargo Features
[dependencies]
castaway = { version = "0.2.4", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default whenevercastawayis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
Castaway has 3 features without comments.