Cargo Features
AnkiBridge has no features set by default.
[dependencies]
anki_bridge = { version = "0.8.0", features = ["reqwest_async", "reqwest_blocking", "ureq_blocking"] }
- reqwest_async = maybe-async, reqwest
-
Affects
anki_bridge::AnkiClient.client
… - reqwest_blocking
-
Enables is_sync of maybe-async, blocking of reqwest ^0.11
Affects
anki_bridge::AnkiClient.client
… - ureq_blocking = ureq
-
Enables is_sync of maybe-async
Affects
anki_bridge::AnkiClient.agent
…
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.