[package] name = "silkenweb-inline-html" version = { workspace = true } authors = ["Simon Bourne "] edition = "2021" description = "Convert HTML snippets to Silkenweb nodes" homepage = "https://github.com/silkenweb/silkenweb" repository = "https://github.com/silkenweb/silkenweb" license = "MIT OR Apache-2.0" categories = ["gui"] keywords = ["reactive"] [lib] proc-macro = true [dependencies] silkenweb = { workspace = true } silkenweb-parse = { workspace = true } syn = { workspace = true, features = ["full"] } proc-macro-error = { workspace = true } quote = { workspace = true } proc-macro2 = { workspace = true } [dev-dependencies] silkenweb = { workspace = true } wasm-bindgen-test = { workspace = true }