Cargo Features
[dependencies]
moonramp-wallet = { version = "0.1.22", default-features = false, features = ["entity", "bitcoin", "all-currencies"] }
- default = all-currencies
-
The
all-currencies
feature is set by default whenevermoonramp-wallet
is added without
somewhere in the dependency tree.default-features = false - entity = moonramp-entity
- bitcoin all-currencies
-
Enables crypto-currency-bitcoin of moonramp-core
Affects
moonramp-wallet::BitcoinColdWalletType
… - all-currencies default = bitcoin
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.