Cargo Features

[dependencies]
wallust = { version = "3.2.0", default-features = false, features = ["themes", "buildgen", "iter", "doc"] }
default = themes

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

themes default

include built-in themes (~130K) https://codeberg.org/explosion-mental/wallust-themes

Enables fastrand and wallust_themes

fastrand:

optionals

Affects themes::RAND, themes::LIST, themes::list_themes, themes::built_in_theme

buildgen = doc, iter

build generated stuff, used for building man pages and completions

Enables clap

iter buildgen?

Enables strum

doc buildgen?

Enables documented

for making the doc tables from comments in source code