[dependencies.convert_case]
version = "0.6.0"
[dependencies.dioxus-autofmt]
version = "0.6.2"
[dependencies.dioxus-html]
default-features = false
features = ["html-to-rsx"]
version = "0.6.2"
[dependencies.dioxus-rsx]
version = "0.6.2"
[dependencies.html_parser]
version = "0.7.0"
[dependencies.htmlentity]
version = "1.3.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[[example]]
name = "html"
path = "examples/html.rs"
[lib]
name = "dioxus_rsx_rosetta"
path = "src/lib.rs"
[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Autofomatter for Dioxus RSX"
documentation = "https://dioxuslabs.com"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react"]
license = "MIT OR Apache-2.0"
name = "dioxus-rsx-rosetta"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.2"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
[[test]]
name = "escape"
path = "tests/escape.rs"
[[test]]
name = "h-tags"
path = "tests/h-tags.rs"
[[test]]
name = "raw"
path = "tests/raw.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[[test]]
name = "svgs"
path = "tests/svgs.rs"
[[test]]
name = "web-component"
path = "tests/web-component.rs"