Cargo Features
trillium-client has no features set by default.
[dependencies]
trillium-client = { version = "0.6.2", features = ["websockets", "json"] }
- websockets
-
Enables thiserror and trillium-websockets
Affects
trillium-client::websocket
… - json
-
Enables serde, serde_json, and thiserror
Affects
conn::ClientSerdeError
…