[dependencies.ego-tree]
optional = true
version = "0.6"
[dependencies.nom]
optional = true
version = "7.1"
[dependencies.regex]
optional = true
version = "1.9"
[dependencies.scraper]
optional = true
version = "0.19"
[dependencies.xmltree]
optional = true
version = "0.10"
[features]
default = ["regex", "html", "xml"]
html = ["html-lenient", "html-strict"]
html-lenient = ["dep:scraper", "dep:ego-tree"]
html-strict = ["dep:nom"]
regex = ["dep:regex"]
xml = ["dep:xmltree"]
[package]
description = "A library for parsing and querying like BeautifulSoup."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "soupy"
readme = "README.md"
repository = "https://github.com/hankjordan/soupy"
version = "0.7.0"