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 whenevercalendar_client
is added without
somewhere in the dependency tree.default-features = false - 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.