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 whenever misskey-websocket is added without default-features = false somewhere in the dependency tree.

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.

async-std async-std-runtime?
tokio tokio-runtime