Cargo Features
[dependencies]
crates_tools = { version = "0.14.0", default-features = false, features = ["full", "enabled", "network"] }
- default = enabled
-
The
enabled
feature is set by default whenevercrates_tools
is added without
somewhere in the dependency tree.default-features = false - full = enabled, network
- enabled default full? = network
-
Affects
crates_tools::own
,crates_tools::orphan
,crates_tools::exposed
,crates_tools::prelude
… - network enabled full? = ureq
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.