Cargo Features

[dependencies]
facti-api = { version = "0.2.0", default-features = false, features = ["async", "blocking"] }
default = async

The async feature is set by default whenever facti-api is added without default-features = false somewhere in the dependency tree.

async default

Enables async-trait and mime_guess

blocking

Enables blocking of reqwest ^0.11.18

Affects facti-api::blocking