serval-scripted-dom 0.1.0

Mutable scripted-DOM provider: LayoutDom + LayoutDomMut over a NodeId arena, recording DomMutations for serval-layout invalidation.
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 = "serval-scripted-dom"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mutable scripted-DOM provider: LayoutDom + LayoutDomMut over a NodeId arena, recording DomMutations for serval-layout invalidation."
readme = false
license = "MPL-2.0"
repository = "https://github.com/mark-ik/serval"
resolver = "2"

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

[dependencies.engine_observables_api]
version = "=0.1.0"
package = "engine-observables-api"

[dependencies.html5ever]
version = "0.39"

[dependencies.layout-dom-api]
version = "0.1.0"
features = ["capture"]

[dependencies.markup5ever]
version = "0.39"

[dependencies.serval-static-dom]
version = "0.1.0"

[dev-dependencies.postcard]
version = "1.1.3"
features = ["use-std"]
default-features = false