Cargo Features

[dependencies]
v_exchanges_adapters = { version = "0.3.0", default-features = false, features = ["full", "binance", "bitflyer", "bybit", "coincheck", "native-tls", "native-tls-vendored", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
default = native-tls

The native-tls feature is set by default whenever v_exchanges_adapters is added without default-features = false somewhere in the dependency tree.

full = binance, bitflyer, bybit, coincheck
binance full?

Enables serde_urlencoded

Affects exchanges::binance

bitflyer full?

Enables rand

Affects exchanges::bitflyer

bybit full?

Enables rand and serde_urlencoded

Affects exchanges::bybit

coincheck full?

Enables serde_urlencoded

Affects exchanges::coincheck

native-tls default

Enables native-tls of v_exchanges_api_generics

native-tls-vendored

Enables native-tls-vendored of v_exchanges_api_generics

rustls-tls-native-roots

Enables rustls-tls-native-roots of v_exchanges_api_generics

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of v_exchanges_api_generics