Cargo Features

[dependencies]
resplus-impl = { version = "0.1.2", default-features = false, features = ["full", "async"] }
default = async

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

full = async
async default full?

Enables async-trait

resplus-impl has 3 features without comments.