Cargo Features

[dependencies]
stellar_sdk = { version = "0.1.4", default-features = false, features = ["nacl"] }
default = nacl

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

nacl default

Enables nacl

stellar_sdk has 2 features without comments.