layout-dom-api 0.1.0

Profile-neutral DOM trait consumed by serval-layout and other read-only DOM walkers (reader-mode, serialization, selectors).
Documentation
[package]
name = "layout-dom-api"
version = "0.1.0"
repository = "https://github.com/mark-ik/serval"
publish = true
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Profile-neutral DOM trait consumed by serval-layout and other read-only DOM walkers (reader-mode, serialization, selectors)."

[lib]
name = "layout_dom_api"
path = "lib.rs"

[features]
capture = ["dep:serde"]

[dependencies]
markup5ever = { workspace = true }
serde = { workspace = true, features = ["derive"], optional = true }