bt-dom 2.0.0

DOM primitives for browser_tester
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.85"
name = "bt-dom"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DOM primitives for browser_tester"
readme = false
license = "MIT"
repository = "https://github.com/finitefield-org/browser-tester"
resolver = "2"

[lib]
name = "bt_dom"
path = "src/lib.rs"

[[test]]
name = "dom_store"
path = "tests/dom_store.rs"

[[test]]
name = "regression"
path = "tests/regression.rs"

[dependencies.regex]
version = "1"