[dependencies.convert_case]
version = "0.6.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[lib]
name = "dioxus_html_internal_macro"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTML function macros for Dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react", "liveview"]
license = "MIT OR Apache-2.0"
name = "dioxus-html-internal-macro"
readme = false
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.2"
[[test]]
name = "01-simple"
path = "tests/01-simple.rs"
[[test]]
name = "tests"
path = "tests/progress.rs"