Cargo Features
[dependencies]
exc = { version = "0.7.3", default-features = false, features = ["native-tls", "rustls-tls", "okx", "okx-prefer-client-id", "binance", "websocket", "driven", "http", "retry", "limit", "buffer", "instrument", "poll", "fetch-candles"] }
- default = buffer, fetch-candles, http, instrument, limit, poll, retry, rustls-tls, websocket
-
These default features are set whenever
exc
is added without
somewhere in the dependency tree.default-features = false - native-tls
-
Enables native-tls of optional exc-binance, exc-core, and optional exc-okx
- rustls-tls default
-
Enables rustls-tls of optional exc-binance, exc-core, and optional exc-okx
- okx okx-prefer-client-id? = exc-okx
-
Affects
exc::okx
… - okx-prefer-client-id = okx
-
Enables prefer-client-id of exc-okx
- binance = exc-binance
-
Affects
exc::binance
… - websocket default
- driven
- http default
- retry default
- limit default instrument
-
Enables limit of exc-core and tower ^0.4.13
- buffer default instrument
-
Enables buffer of tower ^0.4.13
- instrument default = buffer, limit
-
Affects
exc::instrument
… - poll default
- fetch-candles default
-
Enables fetch-candles of exc-core
Affects
util::ExcExt.into_fetch_candles_forward
,util::ExcExt.into_fetch_candles_forward_with_bound
,util::ExcExt.into_fetch_candles_backward
,util::ExcExt.into_fetch_candles_backward_with_bound
…
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.