Cargo Features

[dependencies]
lapin-async-global-executor = { version = "3.0.0", default-features = false, features = ["async-io"] }
default = async-io

These default features are set whenever lapin-async-global-executor is added without default-features = false somewhere in the dependency tree.

Enables lapin

async-io default = async-lapin

Enables async-io of async-global-executor-trait

Affects lapin-async-global-executor::LapinAsyncGlobalExecutorExt.with_async_io

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-lapin async-io