Cargo Features
[dependencies]
xio_webapi = { version = "0.19.0", default-features = false, features = ["notools", "tools"] }
- default = tools
-
The
tools
feature is set by default wheneverxio_webapi
is added without
somewhere in the dependency tree.default-features = false - notools
- tools default = csv, serde_json, snafu, structopt
-
Required by the xio-check-joblog 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.
- csv tools
- serde_json tools
- snafu tools
-
Enables snafu ^0.5.0
- structopt tools