Cargo Features
[dependencies]
v_exchanges = { version = "0.6.0", default-features = false, features = ["full", "major", "binance", "bybit", "bitflyer", "coincheck", "mexc", "data"] }
- default = major
-
The
major
feature is set by default wheneverv_exchanges
is added without
somewhere in the dependency tree.default-features = false - full = bitflyer, coincheck, major
- major default full? = binance, bybit, data, mexc
- binance major
-
Enables binance of v_exchanges_adapters
Affects
v_exchanges::binance
… - bybit major
-
Enables bybit of v_exchanges_adapters
Affects
v_exchanges::bybit
… - bitflyer full?
-
Enables bitflyer of v_exchanges_adapters
- coincheck full?
-
Enables coincheck of v_exchanges_adapters
- mexc major
-
Enables mexc of v_exchanges_adapters
Affects
v_exchanges::mexc
… - data major
-
Enables reqwest
Affects
v_exchanges::bitmex
…
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.