[package] name = "htmlq" description = "Like jq, but for HTML." categories = ["command-line-utilities"] keywords = ["CSS", "HTML", "query"] repository = "https://github.com/mgdm/htmlq" documentation = "https://github.com/mgdm/htmlq/blob/master/README.md" readme = "README.md" license = "MIT" license-file = "LICENSE.md" version = "0.4.0" authors = ["Michael Maclean "] edition = "2018" exclude = ["/.github"] [dependencies] kuchiki = "0.8.1" html5ever = "0.25.1" clap = "2.33.3" lazy_static = "1.4.0" url = "2.2.2"