Cargo Features

[dependencies]
adnl = { version = "1.0.0", default-features = false, features = ["dalek"] }
default = dalek

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

dalek default = curve25519-dalek, x25519-dalek

Affects integrations::dalek

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.

x25519-dalek dalek
curve25519-dalek dalek