damascene-html 0.4.3

Damascene — HTML to El tree transformer
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 = "damascene-html"
version = "0.4.3"
authors = ["Christian Balcom <robot.inventor@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Damascene — HTML to El tree transformer"
homepage = "https://github.com/computer-whisperer/damascene"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "html",
    "renderer",
]
categories = [
    "gui",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/computer-whisperer/damascene"

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

[dependencies.damascene-core]
version = "0.4.3"
default-features = false

[dependencies.html5ever]
version = "0.39"

[dependencies.markup5ever_rcdom]
version = "0.39"

[dev-dependencies.damascene-core]
version = "0.4.3"