markup5ever_rcdom 0.3.0

Basic, unsupported DOM structure for use by tests in html5ever/xml5ever
Documentation
[package]
name = "markup5ever_rcdom"
version = "0.3.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "Basic, unsupported DOM structure for use by tests in html5ever/xml5ever"
readme = "README.md"
documentation = "https://docs.rs/markup5ever_rcdom"
categories = [ "parser-implementations", "web-programming" ]
edition = "2021"
include = ["lib.rs", "Cargo.toml", "README.md", "LICENSE*"]

[lib]
path = "lib.rs"

[dependencies]
tendril = "0.4"
html5ever = { version = "0.27", path = "../html5ever" }
markup5ever = { version = "0.12", path = "../markup5ever" }
xml5ever = { version = "0.18", path = "../xml5ever" }

[dev-dependencies]
serde_json = "1.0"
rustc-test = "0.3"

[badges]
maintenance.status = "as-is"