Cargo Features
[dependencies]
stellar-base = { version = "0.7.0", default-features = false, features = ["dalek"] }
- default = dalek
-
The
dalekfeature is set by default wheneverstellar-baseis added withoutsomewhere in the dependency tree.default-features = false - 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