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 whenever chainlink-data-streams-sdk is added without default-features = false somewhere in the dependency tree.

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.