Cargo Features

[dependencies]
crates_tools = { version = "0.9.0", default-features = false, features = ["full", "enabled", "network"] }
default = enabled

The enabled feature is set by default whenever crates_tools is added without default-features = false somewhere in the dependency tree.

full = enabled, network
enabled default full? = network

Affects crates_tools::protected, 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.

ureq network?