Cargo Features

[dependencies]
soupy = { version = "0.8.3", 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 ^0.6 and scraper ^0.19

html-strict html

Enables nom

xml default

Enables xmltree ^0.10

Soupy has 6 features without comments.