[package] name = "markup5ever_arcdom" version = "0.1.2" license = "MIT / Apache-2.0" authors = ["Max Gonzih "] repository = "https://github.com/Gonzih/markup5ever_arcdom" description = "Thread safe version of RcDom from html5ever project." readme = "README.md" documentation = "https://docs.rs/markup5ever_arcdom" categories = [ "parser-implementations", "web-programming" ] edition = "2018" publish = true [lib] path = "lib.rs" [dependencies] tendril = "0.4" html5ever = "0.26" markup5ever = "0.11" xml5ever = "0.17" [dev-dependencies] serde_json = "1.0" rustc-test = "0.3" [[test]] name = "html-tokenizer" harness = false [[test]] name = "html-tree-builder" harness = false [[test]] name = "xml-tree-builder" harness = false [[test]] name = "xml-tokenizer" harness = false