Cargo Features

[dependencies]
xio_webapi = { version = "0.19.0", default-features = false, features = ["notools", "tools"] }
default = tools

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

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