Cargo Features

[dependencies]
anthill-di = { version = "1.2.4", default-features = false, features = ["loop-check", "debug-type-info", "async-mode", "blocking"] }
default = async-mode, loop-check

These default features are set whenever anthill-di is added without default-features = false somewhere in the dependency tree.

loop-check default
debug-type-info
async-mode default blocking?

Affects component::ITypeConstructor, constructor::Constructor

blocking = async-mode

Affects component::ITypeConstructor.blocking_ctor