Cargo Features

[dependencies]
disarray = { version = "0.1.20", default-features = false, features = ["full", "core", "ledger", "network", "runtime"] }
default = core, ledger, network, runtime

These default features are set whenever disarray is added without default-features = false somewhere in the dependency tree.

full = core, ledger, network, runtime
core default full?

Enables disarray-core

ledger default full? = disarray-ledger
network default full? = disarray-network
runtime default full? = disarray-runtime

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.

disarray-core core
disarray-ledger ledger
disarray-network network
disarray-runtime runtime