soup 0.5.1

Inspired by the python library BeautifulSoup, this is a layer on top of html5ever that adds a different API for querying and manipulating HTML
Documentation
[dependencies.html5ever]
version = "0.22"

[dependencies.regex]
optional = true
version = "1.0.5"

[dev-dependencies.reqwest]
version = "0.9.4"

[features]
default = ["regex"]

[package]
authors = ["Paul Woolcock <paul@woolcock.us>"]
description = """
Inspired by the python library BeautifulSoup, this is a layer on top of html5ever that adds a different API for querying and manipulating HTML
"""
documentation = "https://docs.rs/soup"
license = "CC-PDDC"
name = "soup"
repository = "https://gitlab.com/pwoolcoc/soup.git"
version = "0.5.1"