Cargo Features

[dependencies]
anime-dl = { version = "1.5.2", 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, cli::Args.anilist_id, cli::Args.watching, tui::get_token

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

graphql_client anilist

With default (graphql_query_derive)

serde anilist

With default (std)