Cargo Features
[dependencies]
jokers = { version = "0.2.0", default-features = false, features = ["async", "blocking", "yaml"] }
- default = async
-
The
async
feature is set by default wheneverjokers
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables reqwest
- blocking
- yaml
-
Enables serde_yaml
Jokers has 4 features without comments.