Cargo Features
[dependencies]
ioc = { version = "0.12.0", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverioc
is added without
somewhere in the dependency tree.default-features = false - async default
-
Affects
ioc::r#async
…