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 whenever moonramp-wallet is added without default-features = false somewhere in the dependency tree.

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.

moonramp-entity entity?