Cargo Features
[dependencies]
moonramp-gateway = { version = "0.1.22", default-features = false, features = ["bitcoin", "all-currencies"] }
- default = all-currencies
-
The
all-currencies
feature is set by default whenevermoonramp-gateway
is added without
somewhere in the dependency tree.default-features = false - bitcoin all-currencies
-
Enables crypto-currency-bitcoin of moonramp-core
Affects
moonramp-gateway::bitcoin
… - all-currencies default = bitcoin