Cargo Features
[dependencies]
chainlink-data-streams-sdk = { version = "1.0.0", default-features = false, features = ["full", "rest", "websocket", "tracing"] }
- default = full
-
The
full
feature is set by default wheneverchainlink-data-streams-sdk
is added without
somewhere in the dependency tree.default-features = false - full default = rest, tracing, websocket
- rest full
-
Enables reqwest ^0.11.20 and tokio
- websocket full
-
Enables tokio, rustls of tokio-tungstenite ^0.20.1
- tracing full
-
Enables tracing
chainlink-data-streams-sdk has 5 features without comments.