Cargo Features

[dependencies]
pulldown-html-ext = { version = "0.5.0", default-features = false, features = ["syntect"] }
default = syntect

The syntect feature is set by default whenever pulldown-html-ext is added without default-features = false somewhere in the dependency tree.

syntect default

Enables lazy_static and syntect

pulldown-html-ext has 2 features without comments.