Cargo Features
[dependencies]
reducer = { version = "3.0.1", default-features = false, features = ["std", "alloc", "async"] }
- default = async
-
The
async
feature is set by default wheneverreducer
is added without
somewhere in the dependency tree.default-features = false - std async = alloc
- alloc std?
- async default = futures, pin-project, std
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.