[package] name = "crabsoup-kuchikiki" version = "0.8.2-crabsoup" authors = [ "Brave Authors", "Ralph Giles ", "Simon Sapin ", ] license = "MIT" description = "(口利き) HTML tree manipulation library" repository = "https://github.com/brave/kuchikiki" edition = "2018" [lib] name = "kuchikiki" [[bench]] name = "main_bench" harness = false [dependencies] cssparser = "0.31" html5ever = "0.27.0" selectors = "0.25" indexmap = "2.2.6" [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } tempfile = "3"