Cargo Features
Exc-core has no features set by default.
[dependencies]
exc-core = { version = "0.7.3", features = ["native-tls", "rustls-tls", "websocket", "driven", "http", "retry", "limit", "poll", "fetch-candles"] }
- native-tls = hyper-tls
-
Enables native-tls of optional tokio-tungstenite ^0.20.1
Affects
channel::https
… - rustls-tls = hyper-rustls
-
Enables rustls-tls-webpki-roots of optional tokio-tungstenite ^0.20.1
Affects
channel::https
… - websocket = tokio-tungstenite
-
Enables http ^0.2.8, net of tokio
Affects
transport::websocket
… - driven
-
Affects
transport::driven
… - http
-
Enables http ^0.2.8, http of exc-service, client and http1 of hyper ^0.14.23
Affects
transport::http
… - retry
-
Enables retry of exc-service
- limit
-
Enables limit of exc-service
- poll
-
Affects
util::poll_instruments
… - fetch-candles
-
Enables buffer of tower ^0.4.13
Affects
util::fetch_candles
…
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.
- hyper http?
-
Enables hyper ^0.14.23
- hyper-rustls rustls-tls?
-
Enables hyper-rustls ^0.24.2
- hyper-tls native-tls?
-
Enables hyper-tls ^0.5.0
- tokio-tungstenite websocket?
-
Enables tokio-tungstenite ^0.20.1
- tokio driven? poll? websocket?