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

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.

v_exchanges_adapters binance? bitflyer? bybit? coincheck? mexc?