Cargo Features

[dependencies]
hala-io-util = { version = "0.1.2", default-features = false, features = ["async_io", "io_group", "mux", "read_buf", "timeout"] }
default = async_io, io_group, mux, read_buf, timeout

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

async_io default
io_group default

Affects hala-io-util::io_group

mux default

Affects hala-io-util::mux

read_buf default = bytes

Affects hala-io-util::read_buf

timeout default

Affects hala-io-util::timeout

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.

bytes read_buf