Cargo Features

service_world has no features set by default.

[dependencies]
service_world = { version = "0.2.0", features = ["bin-discover", "bin-present"] }
bin-discover = ansi_term, clap, tabwriter

Required by the sw-discover binary

bin-present = clap, rocket

Required by the sw-present 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.

ansi_term bin-discover?
clap bin-discover? bin-present?

Enables clap ^2

tabwriter bin-discover?
rocket bin-present?

Enables rocket ^0.4