Cargo Features
[dependencies]
wallust = { version = "3.1.0", default-features = false, features = ["themes", "buildgen", "iter", "doc"] }
- default = themes
-
The
themes
feature is set by default wheneverwallust
is added without
somewhere in the dependency tree.default-features = false - 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::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 ^0.6.0
for making the doc tables from comments in source code