Cargo Features
[dependencies]
misskey-websocket = { version = "0.3.0-rc.1", default-features = false, features = ["inspect-contents", "tokio-runtime", "async-std-runtime"] }
- default = tokio-runtime
-
The
tokio-runtime
feature is set by default whenevermisskey-websocket
is added without
somewhere in the dependency tree.default-features = false - inspect-contents
- tokio-runtime default = tokio
-
Enables tokio-runtime and tokio-rustls of async-tungstenite ^0.13
- async-std-runtime = async-std
-
Enables async-std-runtime and async-tls of async-tungstenite ^0.13
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.