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