Cargo Features

[dependencies]
bililive-core = { version = "0.1.0-beta.4", default-features = false, features = ["tokio", "async-std", "not-send"] }
default = tokio

The tokio feature is set by default whenever bililive-core is added without default-features = false somewhere in the dependency tree.

tokio default = tokio1

Enables tokio of stream-reconnect

async-std = async-std1

Enables async-std of stream-reconnect

not-send

Enables not-send of stream-reconnect

Affects builder::Requester, retry::WsStreamTrait

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-std1 async-std?

Enables async-std

tokio1 tokio

Enables tokio