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 wheneverhala-io
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables mio ^0.8.9