Cargo Features

usereport-rs has no features set by default.

[dependencies]
usereport-rs = { version = "0.1.4", features = ["bin"] }
bin = atty, env_logger, exitfailure, failure, human-panic, indicatif, prettytable-rs, structopt

Affects usereport-rs::cli

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

atty bin?
env_logger bin?

Enables env_logger ^0.7

exitfailure bin?
failure bin?
human-panic bin?

Enables human-panic ^1

indicatif bin?

Enables indicatif ^0.13

prettytable-rs bin?

Enables prettytable-rs ^0.8

structopt bin?