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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.86.0"
name = "layout-dom-api"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Profile-neutral DOM trait consumed by serval-layout and other read-only DOM walkers (reader-mode, serialization, selectors)."
readme = false
license = "MPL-2.0"
repository = "https://github.com/mark-ik/serval"
resolver = "2"

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

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

[dependencies.markup5ever]
version = "0.39"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true