Cargo Features
[dependencies]
jmap-client = { version = "0.3.2", default-features = false, features = ["async", "websockets", "blocking", "debug"] }
- default = async, websockets
-
These default features are set whenever
jmap-client
is added without
somewhere in the dependency tree.default-features = false - async default = async-stream, futures-util
-
Enables stream of reqwest ^0.11
Affects
jmap-client::event_source
… - websockets default = rustls, tokio, tokio-tungstenite
-
Affects
jmap-client::client_ws
… - blocking
-
Enables is_sync of maybe-async, blocking of reqwest ^0.11
- debug
-
Affects
email::TestEmail
…
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.