Cargo Features

[dependencies]
goldentests = { version = "1.1.1", default-features = false, features = ["binary", "parallel", "progress-bar"] }
default = parallel

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

binary = clap, parallel, progress-bar

Required by the binary

parallel default binary? = rayon
progress-bar binary? = indicatif

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.

rayon parallel
indicatif progress-bar?

Enables indicatif ^0.16.2

clap binary?

Enables clap ^3.0.14

clap is only needed for the goldentest binary,
enabling it will have no effect on the library version