Cargo Features

[dependencies]
silentpayments = { version = "0.2.0", default-features = false, features = ["sending", "receiving"] }
default = receiving, sending

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

sending default

Affects silentpayments::sending, utils::sending

receiving default

Affects silentpayments::receiving, utils::receiving