Cargo Features

[dependencies]
binance-rs-async = { version = "1.3.3", default-features = false, features = ["rustls-tls", "native-tls", "futures_api", "margin_api", "savings_api", "wallet_api", "all_apis"] }
default = futures_api, native-tls

These default features are set whenever binance-rs-async is added without default-features = false somewhere in the dependency tree.

rustls-tls

Enables rustls-tls of reqwest ^0.11, rustls-tls-webpki-roots of tokio-tungstenite

native-tls default

Enables native-tls of reqwest ^0.11 and tokio-tungstenite

reqwest:

Enables native-tls specific functionality not available by default.

futures_api default all_apis?

Affects binance-rs-async::futures

margin_api all_apis?

Affects binance-rs-async::margin

savings_api all_apis?

Affects binance-rs-async::savings

wallet_api all_apis?

Affects binance-rs-async::wallet, rest_model::DepositAddressQuery

all_apis = futures_api, margin_api, savings_api, wallet_api