fun-htmx 1.0.0

HTMX attributes for `fun-html`
Documentation
[dependencies.fun-html]
default-features = false
version = "1.2"

[dev-dependencies.rstest]
default-features = false
version = "0.23"

[features]
default = ["std"]
std = ["fun-html/std"]

[lib]
name = "fun_htmx"
path = "src/lib.rs"

[package]
authors = ["Jonathan Cornaz"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "HTMX attributes for `fun-html`"
edition = "2021"
keywords = ["html", "web", "functional", "htmx", "fun-html"]
license = "MIT"
name = "fun-htmx"
readme = "README.md"
repository = "https://github.com/jcornaz/fun-htmx"
rust-version = "1.60"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "render_spec"
path = "tests/render_spec.rs"