Cargo Features
[dependencies]
khi = { version = "0.16.0", default-features = false, features = ["parse", "html", "tex"] }
- default = parse
-
The
parse
feature is set by default wheneverkhi
is added without
somewhere in the dependency tree.default-features = false - parse default html? tex?
-
Lexer and parser
Affects
khi::lex
,khi::parse
… - html = parse
-
XML/HTML preprocessor
Affects
khi::html
…Required by the khi-html-cmd binary
- tex = parse
-
LaTeX preprocessor
Affects
khi::tex
…Required by the khi-tex-cmd binary