Cargo Features
[dependencies]
xio_webclient = { version = "0.18.1", default-features = false, features = ["noclienttool", "clienttool"] }
- default = clienttool
-
The
clienttool
feature is set by default wheneverxio_webclient
is added without
somewhere in the dependency tree.default-features = false - 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.