Cargo Features

[dependencies]
hala-rs = { version = "0.1.6", default-features = false, features = ["futures-executor", "mio-driver", "qtun-app", "qtun-client", "qtun-server"] }
default = futures-executor, mio-driver

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

futures-executor default

Enables futures-executor of hala-future

mio-driver default

Enables mio-driver of hala-io

qtun-app

Enables app of hala-qtun

qtun-client

Enables client of hala-qtun

qtun-server

Enables server of hala-qtun

hala-rs has 6 features without comments.