Cargo Features
catenis_api_client has no features set by default.
[dependencies]
catenis_api_client = { version = "3.0.1", features = ["async"] }
- async
-
Enables async-compression ^0.3, tokio, and tokio-tungstenite ^0.17
Affects
catenis_api_client::async_impl
…
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.
- tokio-tungstenite async?
-
Enables tokio-tungstenite ^0.17
- async-compression async?
-
Enables async-compression ^0.3
- tokio async?