Cargo Features

[dependencies]
calendar_client = { version = "0.1.1", default-features = false, features = ["full", "http", "ws"] }
default = full

The full feature is set by default whenever calendar_client is added without default-features = false somewhere in the dependency tree.

full default = http, ws
http full

Enables reqwest ^0.11, serde, and serde_json

ws full

Enables futures-util, tokio, and tokio-tungstenite ^0.17

calendar_client has 4 features without comments.