Cargo Features
[dependencies]
facti-api = { version = "0.2.0", default-features = false, features = ["async", "blocking"] }
- default = async
-
The
async
feature is set by default wheneverfacti-api
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables async-trait and mime_guess
- blocking
-
Enables blocking of reqwest ^0.11.18
Affects
facti-api::blocking
…