[package]
edition = "2024"
rust-version = "1.89.0"
name = "blitz-html"
version = "0.3.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blitz HTML parser"
homepage = "https://github.com/dioxuslabs/blitz"
documentation = "https://docs.rs/blitz-html"
readme = false
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dioxuslabs/blitz"
resolver = "2"
[features]
tracing = [
"dep:tracing",
"blitz-dom/tracing",
]
[lib]
name = "blitz_html"
path = "src/lib.rs"
[[test]]
name = "animations"
path = "tests/animations.rs"
[[test]]
name = "background_size"
path = "tests/background_size.rs"
[[test]]
name = "br_trailing_line"
path = "tests/br_trailing_line.rs"
[[test]]
name = "comment_layout"
path = "tests/comment_layout.rs"
[[test]]
name = "detached_attribute"
path = "tests/detached_attribute.rs"
[[test]]
name = "details_element"
path = "tests/details_element.rs"
[[test]]
name = "display_contents"
path = "tests/display_contents.rs"
[[test]]
name = "fragment_navigation"
path = "tests/fragment_navigation.rs"
[[test]]
name = "paint_order"
path = "tests/paint_order.rs"
[[test]]
name = "pointer_events"
path = "tests/pointer_events.rs"
[[test]]
name = "pseudo_element_update"
path = "tests/pseudo_element_update.rs"
[[test]]
name = "rem_after_viewport_change"
path = "tests/rem_after_viewport_change.rs"
[[test]]
name = "scrollbar_drag"
path = "tests/scrollbar_drag.rs"
[[test]]
name = "scrollbars"
path = "tests/scrollbars.rs"
[[test]]
name = "svg_attr_sizing"
path = "tests/svg_attr_sizing.rs"
[[test]]
name = "svg_background_size"
path = "tests/svg_background_size.rs"
[[test]]
name = "touch_events"
path = "tests/touch_events.rs"
[dependencies.blitz-dom]
version = "=0.3.0-beta.1"
default-features = false
[dependencies.blitz-traits]
version = "=0.3.0-beta.1"
default-features = false
[dependencies.html5ever]
version = "0.39.0"
[dependencies.tracing]
version = "0.1.40"
optional = true
[dependencies.xml5ever]
version = "0.39.0"
[dev-dependencies.anyrender]
version = "0.11.0"
[dev-dependencies.anyrender_vello_cpu]
version = "0.14.0"
[dev-dependencies.blitz-paint]
version = "=0.3.0-beta.1"
features = [
"scrollbars",
"svg",
]
default-features = false
[dev-dependencies.markup5ever]
version = "0.39.0"
[dev-dependencies.usvg]
version = "0.46"