Cargo Features
[dependencies]
jotdown = { version = "0.7.0", default-features = false, features = ["html", "deterministic"] }
- default = html
-
The
html
feature is set by default wheneverjotdown
is added without
somewhere in the dependency tree.default-features = false - html default
-
html renderer and minimal cli binary
Affects
jotdown::html
…Required by the binary
- deterministic
-
for stable fuzzing