Cargo Features

[dependencies]
phomo = { version = "0.3.1", default-features = false, features = ["blueprint", "parallel", "progress_bar"] }
default = parallel

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

blueprint = serde, serde_json
parallel default = rayon

Enables rayon of optional indicatif

progress_bar = 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?
serde blueprint?
serde_json blueprint?