Cargo Features

[dependencies]
crypto-botters = { version = "0.6.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 crypto-botters 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 generic-api-client

native-tls-vendored

Enables native-tls-vendored of generic-api-client

rustls-tls-native-roots

Enables rustls-tls-native-roots of generic-api-client

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of generic-api-client