[package]
name = "htmlify"
version = "1.3.1"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = ["Griffin O'Neill "]
description = """
Trait used to generate HTML from Rust structures.
"""
keywords = ["web", "html", "javascript", "wasm"]
homepage = "https://github.com/Eolu/htmlify"
repository = "https://github.com/Eolu/htmlify"
categories = ["web-programming", "wasm", "encoding"]
documentation = "https://docs.rs/htmlify"
[package.metadata.docs.rs]
all-features = true
[dependencies]
web-sys = { version = "0.3", optional = true, features = ["Window", "Document", "Element", "HtmlElement"] }
yew = { version = "0.21", optional = true }