Cargo Features

biliapi has no features set by default.

[dependencies]
biliapi = { version = "0.1.18", features = ["native-tls", "rustls", "live"] }
native-tls

Enables native-tls of reqwest ^0.11.3 and tokio-native-tls of optional async-tungstenite ^0.13.1

直播

rustls

Enables rustls-tls of reqwest ^0.11.3, tokio-rustls of optional async-tungstenite ^0.13.1

live = async-tungstenite, byteorder, enum-repr, flate2, futures

Affects connection::LiveConnection, biliapi::ws_protocol

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-tungstenite live?

Enables async-tungstenite ^0.13.1

byteorder live?
enum-repr live?
flate2 live?
futures live?