Cargo Features
[dependencies]
elor = { version = "1.1.4", default-features = false, features = ["std", "alloc", "serialize", "random", "macro", "async"] }
- default = std
-
The
std
feature is set by default wheneverelor
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
iter::EitherIter.split_either_arc
,iter::EitherIter.split_either
… - alloc
-
Affects
iter::EitherIter.split_either
… - serialize = serde
- random = rand
- macro = proc-macro2, quote, syn
- async = futures
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.