[package] name = "hatmel" version = "0.2.0" edition = "2021" description = "HTML model and parser (html5ever)" keywords = ["html", "parser"] documentation = "https://docs.rs/hatmel" repository = "https://gitlab.com/BrightOpen/w3t" authors = ["jo+code@brightopen.eu"] license = "MIT OR MPL-2.0" [features] default = ["fashion"] [dependencies] log = "0.4" thiserror = "1" string_cache = "0.8" cssparser = "0.32" # html5ever just to share the string caches html5ever = "0.26" # fashion feature enables querying by selectors fashion = { path = "../fashion", version = "0.2", optional = true } [dev-dependencies] anyhow = "1" async-std = { version = "1", features = ["attributes"] } insta = "1"