Cargo Features

[dependencies]
ioc = { version = "0.12.0", default-features = false, features = ["async"] }
default = async

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

async default

Affects ioc::r#async