Cargo Features

[dependencies]
khi = { version = "0.14.1", default-features = false, features = ["parse", "html", "tex"] }
default = parse

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

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