Cargo Features

[dependencies]
stellar-base = { version = "0.7.0", default-features = false, features = ["dalek"] }
default = dalek

The dalek feature is set by default whenever stellar-base is added without default-features = false somewhere in the dependency tree.

dalek default = ed25519-dalek, rand

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.

ed25519-dalek dalek
rand dalek

Enables rand ^0.8