[dependencies.dyn-clone]
version = "1.0"
[dependencies.htmlescape]
version = "0.3"
[dependencies.paste]
version = "1.0"
[lib]
name = "fhtmx"
path = "src/lib.rs"
[package]
authors = ["Renato Hermoza <rhermoza145@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create html with rust."
documentation = "https://docs.rs/fhtmx"
edition = "2024"
include = ["/src/**/*", "/LICENSE", "/README.md", "/CHANGELOG.md"]
keywords = ["html", "htmx"]
license = "MIT OR Apache-2.0"
name = "fhtmx"
readme = "README.md"
repository = "https://github.com/renato145/fhtmx"
version = "0.3.0"