htmlq 0.4.0

Like jq, but for HTML.
[dependencies.clap]
version = "2.33.3"

[dependencies.html5ever]
version = "0.25.1"

[dependencies.kuchiki]
version = "0.8.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.url]
version = "2.2.2"

[package]
authors = ["Michael Maclean <michael@mgdm.net>"]
categories = ["command-line-utilities"]
description = "Like jq, but for HTML."
documentation = "https://github.com/mgdm/htmlq/blob/master/README.md"
edition = "2018"
exclude = ["/.github"]
keywords = ["CSS", "HTML", "query"]
license = "MIT"
license-file = "LICENSE.md"
name = "htmlq"
readme = "README.md"
repository = "https://github.com/mgdm/htmlq"
version = "0.4.0"