Cargo Features

[dependencies]
soupy = { version = "0.10.0", default-features = false, features = ["regex", "html", "html-lenient", "html-strict", "xml"] }
default = html, regex, xml

These default features are set whenever soupy is added without default-features = false somewhere in the dependency tree.

regex default

Enables regex

html default = html-lenient, html-strict
html-lenient html

Enables ego-tree and scraper

html-strict html

Enables lazy_static, nom ^7.1, phf, and regex

xml default

Enables xmltree

Soupy has 6 features without comments.