Cargo Features

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

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

async default

Enables reqwest

blocking

Enables blocking of reqwest

yaml

Enables serde_yaml

Jokers has 4 features without comments.