Cargo Features

[dependencies]
anime-dl = { version = "1.6.1", default-features = false, features = ["anilist"] }
default = anilist

The anilist feature is set by default whenever anime-dl is added without default-features = false somewhere in the dependency tree.

anilist default = graphql_client, serde

Affects anime::last_watched, download::Args.anilist_id, download::Args.watching, stream::Args.anilist_id, stream::Args.watching, tui::get_token

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.

graphql_client anilist

Enables graphql_client

Optional deps...

anilist

serde anilist