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
somewhere in the dependency tree.default-features = false 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.