Cargo Features

[dependencies]
anni-provider = { version = "0.3.0", default-features = false, features = ["full", "convention", "drive", "proxy", "repo", "priority"] }
default = full

The full feature is set by default whenever anni-provider is added without default-features = false somewhere in the dependency tree.

full default = convention, drive, priority, proxy, strict
convention full = repo
drive full = anni-google-drive3, repo

Affects providers::drive

proxy full = reqwest
repo convention? drive? = anni-repo
strict priority full

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.

anni-google-drive3 drive?
anni-repo repo?
reqwest proxy?

Enables reqwest ^0.11.15