Cargo Features

[dependencies]
xio_webclient = { version = "0.18.1", default-features = false, features = ["noclienttool", "clienttool"] }
default = clienttool

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

noclienttool
clienttool default = prettytable-rs

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

prettytable-rs clienttool

Enables prettytable-rs ^0.8.0