Cargo Features
[dependencies]
jellyfin-sdk-rust = { version = "0.1.2", default-features = false, features = ["async", "sync", "headers"] }
- default = async
-
The
async
feature is set by default wheneverjellyfin-sdk-rust
is added without
somewhere in the dependency tree.default-features = false - async default
- sync
-
Enables blocking of reqwest ^0.11.4
- headers
jellyfin-sdk-rust has 4 features without comments.