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