Cargo Features

[dependencies]
mhost = { version = "0.3.1", default-features = false, features = ["app"] }
default = app

The app feature is set by default whenever mhost is added without default-features = false somewhere in the dependency tree.

app default = anyhow, clap, hostname, humantime, tabwriter, tracing-log, tracing-subscriber

Affects mhost::app

Required by the binary

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.

anyhow app
clap app

Enables clap ^2

hostname app

Enables hostname ^0.3

humantime app
tabwriter app
tracing-log app

Enables tracing-log ^0.1

tracing-subscriber app