Cargo Features
[dependencies]
lending-iterator = { version = "0.1.7", default-features = false, features = ["alloc", "better-docs", "ui-tests", "testing"] }
- default = alloc
-
The
alloc
feature is set by default wheneverlending-iterator
is added without
somewhere in the dependency tree.default-features = false - alloc default
- better-docs ui-tests? = futures, macro-vis
- ui-tests = better-docs
- testing
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.