Cargo Features
[dependencies]
anime-dl = { version = "1.6.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
,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