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

async default
sync

Enables blocking of reqwest ^0.11.4

headers

jellyfin-sdk-rust has 4 features without comments.