Cargo Features

[dependencies]
hala-qtun = { version = "0.1.6", default-features = false, features = ["app", "client", "server"] }
default = app, client, server

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

app default = clap

Affects hala-qtun::app

client default

Affects app::run_client, hala-qtun::client

server default

Affects app::run_server, hala-qtun::server

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.

clap app