Cargo Features

[dependencies]
corona = { version = "0.4.3", default-features = false, features = ["blocking-wrappers", "convenient-run"] }
default = blocking-wrappers, convenient-run

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

blocking-wrappers default = tokio-io

Affects corona::io

convenient-run default = tokio

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.

tokio convenient-run

Enables tokio ~0.1

tokio-io blocking-wrappers