Cargo Features
[dependencies]
pulldown-html-ext = { version = "0.5.0", default-features = false, features = ["syntect"] }
- default = syntect
-
The
syntect
feature is set by default wheneverpulldown-html-ext
is added without
somewhere in the dependency tree.default-features = false - syntect default
-
Enables lazy_static and syntect
pulldown-html-ext has 2 features without comments.