Cargo Features
[dependencies]
anime-dl = { version = "1.5.2", default-features = false, features = ["anilist"] }
- default = anilist
-
The
anilist
feature is set by default wheneveranime-dl
is added without
somewhere in the dependency tree.default-features = false - 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.