Cargo Features

[dependencies]
algae = { version = "0.1.19", default-features = false, features = ["full", "core", "graph", "merkle", "mmr", "wasm"] }
default = core, graph, merkle, mmr

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

full = core, graph, merkle, mmr
core default full?
graph default full? = algae-graph
merkle default full? = algae-merkle
mmr default full? = algae-mmr
wasm

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.

algae-graph graph
algae-merkle merkle
algae-mmr mmr