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
somewhere in the dependency tree.default-features = false - regex default
-
Enables regex
- html default = html-lenient, html-strict
- html-lenient html
- html-strict html
-
Enables lazy_static, nom ^7.1, phf, and regex
- xml default
-
Enables xmltree
Soupy has 6 features without comments.