Cargo Features

Entoli has no features set by default.

[dependencies]
entoli = { version = "0.1.2", features = ["http_client", "websocket"] }
http_client = reqwest

Affects entoli::http_client

websocket = tungstenite, url

Affects entoli::websocket

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.

reqwest http_client?

Enables reqwest ^0.11

tungstenite websocket?

Enables tungstenite ^0.15

url websocket?