[package] name = "html-query-ast" version = "0.2.2" edition = "2021" authors = ["Tom Forbes "] repository = "https://github.com/orf/hq" license = "MIT" description = "Expression parser for hq: jq, but for HTML" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.3" nom-supreme = "0.8.0" scraper = "0.18.0"