Cargo Features
bpx-api-client has no features set by default.
[dependencies]
bpx-api-client = { version = "0.6.1", features = ["ws"] }
- ws = futures-util, tokio, tokio-tungstenite
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 ws?
-
Enables tokio
Dependencies for the
ws
feature - tokio-tungstenite ws?
-
Enables tokio-tungstenite ^0.24.0
- futures-util ws?