Cargo Features
[dependencies]
v_exchanges = { version = "0.3.0", default-features = false, features = ["full", "binance", "bybit", "bitflyer", "coincheck", "data"] }
- default = full
-
The
full
feature is set by default wheneverv_exchanges
is added without
somewhere in the dependency tree.default-features = false - full default = binance, bitflyer, bybit, coincheck, data
- binance full
-
Enables binance of v_exchanges_adapters
- bybit full
-
Enables bybit of v_exchanges_adapters
- bitflyer full
-
Enables bitflyer of v_exchanges_adapters
- coincheck full
-
Enables coincheck of v_exchanges_adapters
- data full
-
Enables reqwest
v_exchanges has 7 features without comments.