Cargo Features

[dependencies]
hala-io = { version = "0.1.6", default-features = false, features = ["mio-driver"] }
default = mio-driver

The mio-driver feature is set by default whenever hala-io is added without default-features = false somewhere in the dependency tree.

mio-driver default = mio

Affects hala-io::mio, hala-io::test

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.

mio mio-driver